• 통합검색(179)
  • 리포트(141)
  • 논문(23)
  • 시험자료(10)
  • 자기소개서(4)
  • ppt테마(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Random Utility" 검색결과 81-100 / 179건

  • 운영체제 Synchronization(C,Java 소스코드 및 설명 포함)
    _TIME*Math.random())*1000);} catch (InterruptedException e) {}message = new Date();System.out.println ... (ProducerConsumer.java 코드는 동일)Buffer.javaimport java.util.concurrent.Semaphore;public class Buffer{private s
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,500원 | 등록일 2014.01.16
  • 정렬 2종 세트(merge + quick) + 정렬후 이분검색
    SortMain.javapackage Sort;import java.util.Random;public class SortMain {public static void main ... (String args[]){Random nansu = new Random( );int[] S=new int[20];for(int i=0;i
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2008.12.06
  • 님게임 자바 소스
    import java.util.Random;// Game 클래스public class Game {public static void main(String[] args) {int ... import java.util.Random;import java.util.Scanner;public class Player {private int firstNum; // 초기값private ... firstNum; // 초기값 결정할 변수int num; // 순서 결정할 변수int mode; // 컴퓨터 모드설정할 변수Random generation = new Random
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 2,000원 | 등록일 2008.12.05 | 수정일 2014.07.07
  • CSMA Performance Evaluation
    에 접속하는 것을 다루기 위해 만들어져왔다.(그림) 다중접속(multiple access) 프로토콜1.1 임의접속 (1) : 다중접속(MA)임의접속(random access) 방법 ... - utilization 이 하락한다. 근본적으로 CSMA에서 이 문제를 막을 수는 없으며, 이것이 CSMA가 실제 구현되지 않은 이유이다. 다음의 CSMA/CD 에서는 충돌을 처리하는 절차 ... 에서의 rho에 따른 utilizaton과 delay의 산출물은 옆 엑셀파일 캡춰화면과 같고 결론적으로 CSMA의 utilization 은 66.5%정도 나오는 것으로 관찰되었다. 하지
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2011.11.21
  • 택배 서비스 속성별 경제적 가치 추정 (Estimating Economic Values of Parcel Service Attributes)
    대한교통학회 한상용, 김용미
    Non-Ai HUMAN
    | 논문 | 11페이지 | 4,000원 | 등록일 2015.03.25 | 수정일 2017.02.01
  • [C프로그래밍]【A+】그래픽 프로그래밍
    Color((int) (Math.random()*255.0), (int) (Math.random()*255.0),(int) (Math.random()*255.0)); repaint ... ); s(10, 10, 50, 60); g2.draw(r1);예제import java.util.*; import javax.swing.*; import java.awt.event
    Non-Ai HUMAN
    | 리포트 | 42페이지 | 1,000원 | 등록일 2011.07.15
  • 자바 이용 버블정렬, 선택정렬, 쉘정렬 비교 구현
    ** BubbleExperiment.java **import java.awt.*; // 그래픽 위해서 추가import jds.util.*; // 책의 저자가 만든 거class ... * Math.random();}public void doTask(int n) { bubbleSort(data); }private double[] data;private void ... ; i++)data[i] = n * Math.random();}public void doTask(int n) { InsertionSort(data); } private double
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2009.05.15
  • 의료비저축통장제도의 해외사례와 국내 적용방안
    Medical savings accounts Will they increase social utility?목 차 Definition of MSA Singapore MSA USA ... passed experimental random(choice) join MSA until 2002 Existing limit of initial member No lower limit
    Non-Ai HUMAN
    | 리포트 | 39페이지 | 1,500원 | 등록일 2012.06.30
  • Combining Beamforming and Orthogonal Space-Time Block Coding 논문을 분석
    hannel and then utilized to optimize a linear transformation of the predetermined code Propose ... be utilized in order to maximize the performanceINTRODUCTIONRecently wireless communication systems ... MIMO System - Transmit diversity - Utilize antenna arrays at both the transmitter as well as the
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 2,000원 | 등록일 2010.10.15
  • Essay_Rules of Business Conduct and Monopoly Game
    decide whether to purchase Railroads, Utilities, or regular properties.Secondly, what makes the game c ... ontinue is rolling a dice, which is too random. Since there is no variety set of strategies that
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 6,000원 | 등록일 2012.09.04
  • Java를 이용하여 Merge-Sort와 Quick-Sort를 구현 Running TIme 비교
    java.lang.reflect.Array;import java.util.Random;public class main {/*** @param args*/private static ... ;}}private static void makeData(int num){int i;datas = new float[num];Random random = new Random();for ... (i = 0; i < num; i++){datas[i] = (float)Math.ceil((random.nextDouble()*num));}}private static void
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2009.04.30
  • 영문 소설 Where Are You Going, Where Have You Been 분석 영문 에세이
    omplete fiction in the sense that it utilizes all its elements without deemphasizing one for the other ... is the random selection of Connie as a victim. Arnold just sees Connie walk past him and he ... immediately said: “‘Gonna get you, baby’” (Oates 52). It signifies the random violence and crimes which
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 3,000원 | 등록일 2010.08.23
  • [자바] 마방진 소스
    .int[] nextPermutation▲ 소스import java.util.Random;public class MyPermutationGenerator {int[] c ... + sum);}}import java.util.Scanner;public class MySumMinerTest {public static void main(String[] args ... 하라. 난수 순열을 생성하기 위해서 1과10사이의 값으로 배열을 채우되, 동일한 값이 배열에 들어가지 않도록 해야 한다. 배열에 저장되지 않은 값을 생성할 때까지 Random
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 2,000원 | 등록일 2008.11.17
  • 로또 추첨기
    import java.awt.*;import java.util.*;import java.awt.event.*;class Lotto extends Frame implements ... ActionListener{Label l;Button b;Panel p1,p2;Random generator= new Random();int generatornum,lotto_n
    Non-Ai HUMAN
    | 리포트 | 2페이지 | 1,000원 | 등록일 2008.01.04
  • RAPD
    + can be utilized for PCR-mediated DNA mutagenesis, as higher Mn 2+ concentration increases the ... amplified are random. The scientist performing RAPD creates several arbitrary, short primers (8-12 ... reaction. RAPD( Random Amplification of Polymorphic DNA)Unlike traditional PCR analysis, RAPD does not
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,500원 | 등록일 2010.07.27
  • 11.4.5. 미생물실험 Report - 혼합분주배양법
    Proteus species.?Lac+ : By utilizing the lactose available in the medium, Lac+ bacteria such as ... utilize lactose, and will use peptone instead. This forms ammonia, which raises the pH of the agar ... golden to brown with dark centers. They are circular colonies and arranged randomly.? 고체배양 : 종균의 보존, 형태
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 2,000원 | 등록일 2011.06.14 | 수정일 2024.05.21
  • [C프로그래밍]【A+】클래스와 객체I
    에 의한 전달매개 변수가 객체인 경우아주 중요!!메소드 호출import java.util.*; class DiceGame { int diceFace; int userGuess ... ; private void RollDice() { diceFace = (int)(Math.random() * 6) + 1; } private int getUserInput(String
    Non-Ai HUMAN
    | 리포트 | 41페이지 | 1,000원 | 등록일 2011.07.15
  • JAVA로 구현한 UDP Pinger LAB
    ..FILE:PingServer.class..FILE:PingServer.javaimport java.net.*;import java.io.*;import java.util ... ");return;}String hostname = args[0];int port = Integer.parseInt(args[1]);Random random = new Random
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2007.12.05
  • Why BIM Should be Utilized?
    Why BIM should be Utilized?Why BIM should be Utilized?“A good beginning is half the battle.” This ... are almost randomly curved and are adjoined together. The surface of this building is also designed
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 10,000원 | 등록일 2010.06.16
  • 자바 텀프로젝트 짝맞추기(퍼즐) 게임 소스
    import java.awt.*;import javax.swing.*;import java.awt.event.*;import java.util.*;/**짝 맞추기 게임 ... ];//숫자 테이블을 항상 가지고 있음//그외myButton = new JButton[36];//버튼generator = new Random();//랜덤함수// 숫자테이블 0-17
    Non-Ai HUMAN
    | 리포트 | 4,000원 | 등록일 2009.03.15
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 06월 04일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
1:46 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감