• 전문가 요청 쿠폰 이벤트
  • 통합검색(142)
  • 리포트(126)
  • 시험자료(8)
  • 논문(4)
  • 자기소개서(4)
판매자 표지는 다운로드시 포함되지 않습니다.

"Maximum value selection algorithm" 검색결과 121-140 / 142건

  • [마케팅전략]블루오션전략 영문 독후감
    transfer industry. The customer width of selection is wide. The customer in order to attain an objective ... non-customer is non-customer refusing purposely the market. This group can't feel value of service ... -c three branch classes. The selection of the ‘High’ does external protection level highly. If
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 5,000원 | 등록일 2006.06.28 | 수정일 2019.06.27
  • [보전성,실비관리,의사결정] Maintainability and Maintenance Management 보전관리
    to deal with uncertaintyDecision TheoryThe optimist's selection that should maximize the maximum ... conditioned on customer demand for the equipment modification. The decision would be select the ... possible payoff The pessimist's selection that would maximize the minimum possible payoff Minimize the
    Non-Ai HUMAN
    | 리포트 | 29페이지 | 1,000원 | 등록일 2004.12.17
  • [정보통신]오라클 - SQL의 예
    ode),7 totalcost int,8 reserved_time char(12)9 );테이블이 생성되었습니다.DB내에 만들어진 TABLE들을 확인합니다.SQL> select ... (maximum)은 0보다 큰 정수, 대여료(rent_cost)도 0보다 큰 정수를 받습니다.SQL> CREATE TABLE CAR(2 car_num char(4) not null ... primary key,3 car_type char(10),4 maximum int check(maximum>0),5 rent_cost int check(rent_cost>0)6 );테이블
    Non-Ai HUMAN
    | 리포트 | 21페이지 | 2,000원 | 등록일 2005.11.22
  • [생존분석] 생존분석
    groupcontrol group; Gather past data from selected cases and controls.〈Example for CASE ― STUDIES ... or another end point develops.?Clinical trial; A prospective study comparing the effect and value ... humans for the first time. Aim is to find acceptable range of dosages and schedule.?Seeking maximum
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 2,500원 | 등록일 2005.07.04
  • [통신] 터보코드 발표자료
    . AlgorithmMAP (Maximum A Posteriori) Algorithm SOVA (Soft Output Viterbi Alorithm)4.1 MAP ... 1I 는 Yk1 의 인터리빙 된 값Fig4. SOVA Algorithm4.2 SOVA AlgorithmSOVA 알고리즘은 a finite state Markov-chain 상 ... 에서 가장 그럴듯한 path sequence 를 찾아내고 이 경로를 따르는 부호화된 정보 비트들에 대해서 reliability value 를 전달 하는 알고리즘 순방향 가지 매트릭스
    Non-Ai HUMAN
    | 리포트 | 25페이지 | 1,500원 | 등록일 2004.05.27
  • [통신 시스템] DAB 개념
    one  Orthogonality Correlator output for the k-th subcarrierOFDM Signals (4)Maximum value of one s ... transmission frame synchronization mode selection PRS estimation of channel state symbol timing sync. / initial ... pread due to multipath fading Frequency selective fading ISI, ICI Multiple low rate sub-channel
    Non-Ai HUMAN
    | 리포트 | 27페이지 | 1,000원 | 등록일 2004.11.12
  • Neural Network
    의 sover probability : 결합 확률 mutation probability : 돌연변이 발생 확률 * selection reproduction premature c ... *Crossover probability, mutation probability.. *How to select parents for crossover“ 최대한 다양성을 유지하면서 최대한 빨리 ... .II.α 값의 결정* Neural Network의 문제점GENETIC ALGORITHMGENETIC ALGORITHM생명체환경 적응crossovermutationCandidate
    Non-Ai HUMAN
    | 리포트 | 26페이지 | 1,000원 | 등록일 2004.07.18
  • [영문 해석]on education
    one sees in the school simply the instrument for transferring a certain maximum quantity of ... value for the welfare of the common-wealth. But that does not mean that individuality should be ... and they are of greatest importance to the educational value of the school. The same work may owe its
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2005.12.19
  • [행정학] 지방자치혁신과 지역발전 - 전주한옥마을
    value. The government made a selection the village as the best case of local innovation in 2004. The ... village. (When remodeling the house, the government has a plan to support 5000,0000WON at maximum. When ... using the house as cultural materials, supports 2000,0000WON at maximum.) The local government also
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2005.05.23
  • [확률] 확률의 모든것 (영문)
    estimate of a past value of X(t) corresponding to a smoothing filter ; Y(t) is an estimate of the c ... urrent value of X(t) The optimum filter will be chosen so as to minimize the mean-square value of (9 ... .f a number of unknown parameters and then determine the parameter values that minimize the mean-s
    Non-Ai HUMAN
    | 리포트 | 28페이지 | 2,500원 | 등록일 2003.10.28
  • openCV를 이용한 영상처리 Hand Counting
    =0, *upper=0, *tmp=0;IplImage *dst=0, *msk=0, *skin=0;int backproject_mode = 0;int select_object = 0 ... ;int track_object = 0;int show_hist = 1;CvPoint origin;CvRect selection;CvRect track_window;CvBox2D ... 는 동작을 인식하며 손가락개수가 화면에 출력되도록 구현하였다.손의 움직임을 인식하는 averaging background algorithm과 camshift algorithm을 기본
    Non-Ai HUMAN
    | 논문 | 26페이지 | 4,000원 | 등록일 2015.11.11 | 수정일 2016.11.21
  • 유전자 알고리즘
    number..PAGE:24GA의 구성요소 (계속)(2) expected-value selection- roulette wheel selection은 개체수가 많지 않을 경우 적합도 ... Parent 1 = 1 0 1 1 0 0 1 Offspring 1 = 1 1 1 1 0 0 1Mutation..PAGE:23GA의 구성요소 (계속)개체 selection 메커니즘(1 ... ) proportionate selection roulette wheel selection- 각 개체의 적합도에 비례한 확률로 자손을 남길 가능성이 있는모델- Ps = Fs
    Non-Ai HUMAN
    | 리포트 | 53페이지 | 1,000원 | 등록일 2002.09.11
  • [파일처리, 파일구조] WiSS-level0
    시킴int destroyfile(int, int); //파일을 삭제void main(){int select, status, init_sel, volid, extsize ... , numext, maxfile, numpages, fileid, pid;char devname[15], voltitle[15];while(select != 11){select=0 ... ;mainmenu();scanf("%d", &select);switch(select){case 1: //init()if(init_state == 1) //이미 초기화되어있는 상태라면{init
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,000원 | 등록일 2002.05.07
  • [경영, 금융] 리스크의 분량정하기 Quantifying the Risks 원문 해석
    Statistics 통계 Scenarios 시나리오 VAR 리스크의 가치 Maximum loss 최대 손실For instance, a firm might select from ... 의 하나로 사용한다. Since the mid-1990s value-at-risk (VAR), a statistically based process, has become an ... this it must start by measuring its exposures. It needs to perform this analysis for the small c
    Non-Ai HUMAN
    | 리포트 | 42페이지 | 1,000원 | 등록일 2004.06.22
  • [자료구조] 알고리즘
    ); /* selection sort */void main(void){int i, n;int list[MAX_SIZE];printf("Enter the number of numbers ... to generate: ");scanf("%d", &n);if (nMAX_SIZE) {fprintf(stderr, "Improper value of n\n");exit(1);}for (i=0; i ... (Algorithm)특정한 일을 수행하기 위한 명령어의 유한 집합조건(criteria)ⅰ. 입력 : (외부) 원인 0ⅱ. 출력 : 결과 1ⅲ. 명백성(definiteness) : 모호하지 않
    Non-Ai HUMAN
    | 리포트 | 33페이지 | 1,000원 | 등록일 2001.12.09
  • [알고리즘] 진화 알고리즘
    치 (feature value)문자열의 위치(string position)구조체(structure)파라메터 집합(parameter set)대체해(alternative solution),디코드 ... 표준화(power law scaling)4. 선택 메커니즘선택 연산자는 잘 적응한 해들은 살아남고 잘 적응하지 못한 해들은 도태되도록 유도함으로서 자연 선택(natural select다. ... 있다. 유전자 알고리즘(Genetic Algorithms, GA)은 고정된 길이의 이진 스트링을 염색체로 사용하며 진화전략(Evolution Strategies, ES)은 실수
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,000원 | 등록일 2002.11.04
  • [알고리즘]Dijkstra's algorithm proof
    Dijkstra's AlgorithmDjikstra's algorithm (named after its discover, E.W. Dijkstra, a famous ... in a graph in the same time, hence this algorithm is sometimes called the single-source shortest ... demonstrates the value of studying the literature in this area!This problem is related to the s
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 2,000원 | 등록일 2000.12.04 | 수정일 2016.12.15
  • [컴퓨터공학] mathml
    / select a matrix row or entryContent ElementsMathML Element(6/10)Basic Content Elements apply ... / exponentiation factorial/ factorial divide/ division max/ maximum min/ minimum minus/ subtraction ... product/ multiply terms in a sequence limit/ limiting value of a sequence tendsto/ relation on sequences
    Non-Ai HUMAN
    | 리포트 | 35페이지 | 1,000원 | 등록일 2002.05.19
  • TCP/IP 명령어 옵션
    the 'netmask' value.netmask Specifies a subnet mask value for this route entry.If not specified, it ... IP; the -p option may be used to specify a subset of the default.interval Redisplays selected s ... 는 ping /?했을때의 옵션항목이다.-t Ping the specified host until stopped.To see statistics and continue - type
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2001.04.07
  • SAS를 이용한 다중 회귀 분석의 이해
    한 변수들만 들어 있는 축소모형이 보다 바람직한 회귀 모형이라고 하겠다.b) 모형선택의 기준모형선택의 기준(model selection criteria)으로 여러 가지 판정기준이 있 ... )→ 아카이케의 정보기준(information criteria ; AIC)AIC =&(-2) log_e (maximum likelihood ) +2(n+1)##=& n log_e ... equential variable selection)→전형선택법(forward selection)→후향소거법(backward elimination)→단계적 방법(stepwise
    Non-Ai HUMAN
    | 리포트 | 22페이지 | 2,500원 | 등록일 2001.09.23
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 28일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
8:28 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감