• 전문가 요청 쿠폰 이벤트
  • 통합검색(1,268)
  • 리포트(1,045)
  • 논문(127)
  • 시험자료(73)
  • 자기소개서(16)
  • 이력서(4)
  • 서식(2)
  • 방송통신대(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"error function" 검색결과 961-980 / 1,268건

  • 리눅스 상에서 동작하는 command interpreter 프로그램
    descriptionvoid (*func)();//command function}command[NUM];//5개의 명령어 배열void ls();//ls실행 함수void help ... ();//help실행 함수void ver();//ver실행 함수void p_quit();//quit함수void error();//error처리 함수int found_comm(char *c ... _quit;command[4].func = error;while(end_program){//프롬프트 시작printf("csj prompt %d >",prompt_num);gets(comm
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2006.11.06
  • [화학]Synthesis of Urea-Formaldehyde Resin
    adhesives which we are using.2)error's factorWhen a experiment finished, if it failed, it means the ... error will occur. Well, examine the cause of errorㄧ When we do reflex , did not accurate maintain time ... functional groups remain active throughout and short chains combine to form longer chains. Bifunctional
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2006.11.06
  • Estimating bacterium colony number in Rumen, 반추위 혐기성 미생물 정량분석
    ategorized into several functional groups, such as fibrolytic, amylolytic, and proteolytic types ... ome error that we diluted samples. Because it is not perfect pipeting or voltexing in experiment.We c
    Non-Ai HUMAN
    | 리포트 | 2페이지 | 1,500원 | 등록일 2009.03.09
  • 미생물의 생장에 영향을 주는 요인
    에 관여.-손상부위에서 적절한 염기쌍 형성은 종종 불가능하기 때문에, 이러한 translesion replication은 error-prone이다. Translesion ... polymerase III가 복제를 위해 접근하게 되면 DNA polymerase III의 ε-subunit에 손상을 입힘.→ ε-subunit은 editing function을 가지고 있 ... 는데, 이 subunit이 손상을 입음으로써 교정능력이 없어졌으므로 그 이후부터 error가 많이 발생.→ 결과적으로 복제의 정확성이 중요하다는 일반 원칙에 위배되고 실제로 많
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2009.07.10
  • ADS를 이용한 안테나 설계 보고서
    었다.< ADS 설계도 >< Layout >다음 그림은 설계를 하여 시뮬레이션 하고 난 뒤 결과를 확인한 것이다.Error Function이 0.005정도로 설계상으로는 만족할 만 ... 에 Error Function 수치가 좀 올라가더라도 만족할만한 값을 구했다면 좋은 결과가 나왔을 것으로 보인다.또한, 기판의 불균일함과 에칭 과정 중에 불순물이 들어감으로써 커플러의 특성
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 3,000원 | 등록일 2008.05.15
  • [알고리즘 트레이닝 북] 전쟁게임
    [] = "23456789TJQKA";/* Rank of Cards */char suits[] = "cdhs";/* Kind of suits *//* start of function ... );int testcards(void);war(queue *a, queue *b);/* end of function prototype */init_queue(queue *q ... == NULL){printf("file open error!\n");return 1;}while(TRUE){for (i=0; i
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 3,000원 | 등록일 2009.01.17
  • 포물선 운동을 하는 공의 위치에 대한 수치를 Matlab을 통해 해석하고 해를 찾는 여러 방법의 장단점 파악
    (1) Plot the position of a thrown ball as a function of thrown angle and just estimate the root ... 는 점을 제대로 찍지 않아 error가 발생했고, th가 포함된 항의 곱과 제곱뒤에 점을 붙이고 g뒤에 점을 붙이니 함수가 제대로 실행되었다.---------------------- ... 에서.0002가 되는(error가 0.00001보다 작아야한다는 것을 만족시키는) 해는 0.6604였다.위의 이분법의 해와 일치했는데, 같은 범위를 주고 실행했을 때 false
    Non-Ai HUMAN
    | 리포트 | 27페이지 | 3,000원 | 등록일 2008.06.23
  • [프리젠테이션]무선 페이딩 (ppt)
    probability density function( pdf ).Introduction – Free space The model of free space treats the region ... irreducible error rate .Slow fading A channel is generally referred to as introducing slow fading ... hift domain – The Doppler power spectrum Doppler power spectral density S(v), plotted as a function of
    Non-Ai HUMAN
    | 리포트 | 68페이지 | 2,000원 | 등록일 2008.08.20
  • 면역세포의 분리 및 분석
    에서 유eptors by a process of gene rearrangement. This process is error-prone, and some thymocytes fail to ... make functional T cell receptors, whereas other thymocytes make T cell receptors that are ... receptors. This involves selection of T cell that are functional(positive selection), and elimination
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 2,000원 | 등록일 2008.10.06
  • [반응공학]Newton-Raphson법
    ,fx2,dfx1;x1=Xn;fx1 =Function(x1);printf("iter x\n\n");for(i=0;i< MAXITER;i++){dfx1=DFunction(x1);x2 ... =x1-fx1/dfx1;fx2=Function(x2);printf("[%3d] %f\n",i+1,x2);if(fabs(fx2-fx1)< EPS) break;x1=x2;fx1=fx2 ... CONTINUEIF(I.GE.MAXITER) THENWRITE(*,*) 'Error !! Change the default interval'ELSEWRITE(*,*) 'The result is ',XENDIFSTOPEND
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2006.11.15
  • [수치해석]sine 함수를Maclaurin series를 이용하여 값을 계산, 빔의 처짐 량 구할 수 있는 공식과 조건이용 M-file작성
    3.1 The sine function an be evaluated by the following infinite series:create an M-file to ... hoosing. For each of the preceding, compute and display the percent relative error asAs a test case ... 여 가장먼저 edit창을 열어서 ‘function sine = msin(rd)’라고 함수이름을 정의하였다. 여기에서 ‘rd’는 변수인데 ‘sin(x)’에서의 ‘x’값을 나타낸다
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 1,500원 | 등록일 2007.11.03
  • 프로세스
    , *SIG_DFL); *SIG_IGN function 신호처리기(ex) *SIG_DFL기본처리지침대로 처리 *SIG_IGN 해당신호를 무시 function 신호가 들어왔을때 ... #include stdio.h main() { void sigcatch(); if(signal(SIGINT, sigcatch)==SIG_ERR){ printf(“SIGINT error\n ... ); exit(0); } if(signal(SIGQUIT, sigcatch)==SIG_ERR){ printf(“SIGQUIT error\n); exit(0); }if(signal
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 1,000원 | 등록일 2007.07.09
  • Interviewing Candidates Presentation
    an’t tell you the most crucial function of his current position. The candidate “really wants to work ... time .After the Interview Review your notes Clear up illegible writing Check for errors and fill in
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 1,000원 | 등록일 2009.04.02
  • [프로그래밍]MFC로 짠 계산기 소스
    #error include `stdafx.h` before including this file for PCH#endif#include "resource.h"// main symbols ... :CCalculatorApp();// Overrides// ClassWizard generated virtual function overrides//{{AFX_VIRTUAL ... (CCalculatorApp)// NOTE - the ClassWizard will add and remove member functions here.// DO NOT EDIT what you s
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2005.11.06
  • [c언어]c언어 초중급레벨을 위한 필수 9가지 프로그램
    -------------Function: errorTask: Common function for displaying errorsInput : Error Message to be ... displayedOutput: Prints the error messageCalled By : Create()Calls: None----------------------------- ... -----------------------*/void error(char *Msg){clrscr();gotoxy(5,18);printf(“%s\n”, Msg);sound(1000
    Non-Ai HUMAN
    | 리포트 | 34페이지 | 1,000원 | 등록일 2005.12.16
  • [프로그램] Newton's Method,bisection,선형보간법(Linear Interpolation),Source Code2
    (function(xN))>error);printf("\n\n");}double function(double x){return 3.0*log(x)-pow(sin(x),2.0 ... #include double function(double x);void main(){double xa ;double xb ;double xc ;double error ;int i=0 ... ("제%d근사근:%11.9lf 함수값:%12.9lf error:%11.9lf\n",++i,(xa+xb)/2.0, function((xa+xb)/2.0),(xb-xa)/2.0);if
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2004.04.11
  • 전두엽 장애 관련 시험 정리
    -자발성 저하⇒"오케스트라의 지휘자“■EXecutive function-실행기능, 집행기능, 관리기능-CEO : Central Executive Officer-전두엽 기능과 사실 ... Functional Organization■Motor cortex-행위-무엇을 말할 것인가? 판단-가장 먼저 익음■ Premotor cortex-운동계획-어떻게 말할 것인가-나중에 익음 ... test-“현재 월급이 가장 많은 직업은 무엇입니까?-“척수의 길이는 몇 Cm 입니까?■ Error utilization-자신의 행동을 제 3자의 입장에서 monitoring이 안됨
    Non-Ai HUMAN
    | 시험자료 | 13페이지 | 3,000원 | 등록일 2009.11.06
  • [통계학][공업통계학][통계학의 제 개념][공업통계학의 추정][공업통계학의 가설검정][공업통계학의 회귀분석]통계학의 제 개념과 공업통계학의 추정 및 공업통계학의 가설검정 그리고 공업통계학의 회귀분석 고찰
    (Maximum likelihood Method)? 우도함수(likelihood function)개의 관측값의 결합밀도함수에 비례하는의 함수∵확률표본이므로? 최우추정량(MLE) :를 최대로 하 ... =→ 추정량과 모수와의 거리(distance)?평균제곱오차(Mean Square Error : MSE), 여기서이 불편추정량인 경우 Bias는 0이 된다. 따라서 MSE가 분산과 같
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 1,500원 | 등록일 2011.04.26
  • [운영체제, 시스템 프로그래밍] Report #2 Process 생성
    --------------------------------}else // fork function error{printf("Fork error\n");}소감 3. 결과자료를 첨부 ... --------------}else // fork function error{printf("Fork error\n");}}fclose(fp_pa); // close parent ... function using#include // for fork function using#include // for time function using#include
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2005.04.02
  • Operation System concepts with java 3장 번역 및 요약
    하다.The system-call level must provide the basic functions, such as process control and file and device ... 상태 요청과 입출력 요청들.Program errors can be considered implicit requests for service.프로그램 오류들은 서비스를 위해 함축적인
    Non-Ai HUMAN
    | 리포트 | 2페이지 | 1,000원 | 등록일 2009.08.22 | 수정일 2013.12.22
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 31일 화요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
6:28 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감