• AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • 통합검색(123)
  • 리포트(115)
  • 시험자료(8)
판매자 표지는 다운로드시 포함되지 않습니다.

"Do While Loop" 검색결과 41-60 / 123건

  • 결과보고서-Exp 3. Digital Design Using Microcontroller (1st week).hwp
    1 loop @11.0592MHzdelay(91);// do~while loop=12 Machine cycle,}while(ms--);// delay() ret=2 Machine ... -){time--;time++;}}void delay_ms(unsigned int ms){// define 1ms per 1 loop.do{ // about 1.0026ms per ... 7 while expression and timer, program can handle with time.*/#include #include "CMPT51.h"sbit TIMER0
    리포트 | 10페이지 | 2,000원 | 등록일 2010.10.11
  • 전기전자 응용실험_8주차 결과 보고서
    functions, we can make the short music using do-while function. We make the "Teletubbies".do{for(count=0;count ... like phone ring tone. We can hear the sound forever, because of the infinite loop in the code.- Food ... ; /* 420Hz */ time = (65536 - 2976/2);Ti (480Hz)count = 24; /* 480Hz */ time = (65536 - 2603/2);Do (512Hz
    리포트 | 3페이지 | 1,000원 | 등록일 2011.07.09
  • 회계이론 자산부채 VS 수익비용 이론 비교 분석
    ompeting approaches to doing financial reporting. The essence of balance sheet-based approach is that it ... natural fit for their process of value creation, while the balance sheet approach is the preferred ... -market and fair-value accounting create a feedback loop between financial markets and the real economy
    리포트 | 9페이지 | 1,500원 | 등록일 2013.04.25
  • [영문] Everything of Apple. 애플.
    Conclusion - What do you think about that? Contents3 Address : 1 lnfinite Loop Cupertino, CA 95014-2084 ... :/(s) Steve Jobs Steve Wozniak Headquarters Apple Campus 1 lnfinite Loop Cupertino, California, U.S ... do you think about that?10 Source : http://www.apple.com/kr/support/appletv/ Why is Apple good c
    리포트 | 20페이지 | 3,900원 | 등록일 2011.06.12
  • 예비7
    );delay(60000); /* wait interrupt */} while(1); /* infinite loop */Whatever input come the hexadecimal ... likewise next code.do {PORT1 = led;digit = 0;if(led & 0x01) digit |= 0x0001; /* examine sw0 */if(led & 0x ... ; /* led ON initial value */count = 0; /* clear interrupt count */do {PORT1 = led;digit = 0;if(led & 0
    리포트 | 6페이지 | 1,500원 | 등록일 2011.06.01
  • 제어문 입니다.
    ; }4 . do whilewhile 문과 do while 문의 차이점 ① while 문 : 비교부터 한 후 참이면 수행 , 거짓이면 탈출한다 . ② do while 문 : 우선 ... 수행부터 한 후 비교하여 참이면 반복수행 , 거짓 이면 탈출한다 . [ 예 1] a 를 1 씩 증가 6 이되면 탈출 int a = 4; do { a++; } while(a 6);5 ... 이면 탈출 [ 예 1] 1 에서 100 까지의 합을 구하는 프로그램 int count=0, sum=0; while(count 100) { count++; sum +=count
    리포트 | 11페이지 | 1,000원 | 등록일 2009.09.16
  • c를 이용한 팩토리얼의 다양한 구현
    라.for문을 사용,1부터 n까지의 합while문을 사용,1부터 n까지의 합do문을 사용,1부터 n까지의 합recursion구조를 사용,1부터 n ... 과 계산된 값을 인쇄하되,읽기 쉽도록 적당한 줄 간격을 띄워서 인쇄한다.[참고]1)함수 이름은 문제에서 제시된 순서대로 fun1,fun2,fun3,fun4.fun5로 할것.2)입력 값 n을 바꾸면서 test할 수 있도록 main 함수 안에 loop를 만들것
    리포트 | 1,000원 | 등록일 2009.10.30
  • C언어를 이용한 간단한 미로찾기 구현 및 설명
    mouse.Launch the loop while the mouse is alive (not meet the cat yet) or till getting cheese.If there ... will move.If user entered wrong direction, do nothing.In decided direction, do one among 3 actions ... below.If there is the cat, game is over and user is lost. Loop’s ended.If there is the cheese, game is
    리포트 | 9페이지 | 1,500원 | 등록일 2009.01.15
  • Operation System concepts with java 2 장 summary
    interface to the computer system it provides to the human user.For a computer to do its job of ... computer system.Uniprocessor systems have only a single processor, while multiprocessor systems c ... prevents infinite loops.These facilities (dual mode, privileged instructions, memory protection, and
    리포트 | 2페이지 | 1,000원 | 등록일 2013.03.31
  • C 언어로 짠 몬티홀 프로그램
    ) );printf("how many do loop? ");scanf("%d",&loop);while(j < loop){// 초기화for(i=0; i ... = 0;int select = 0;int car = 0;int cnt = 0;int loop = 0;float percent = 0;srand( (unsigned)time( NULL
    리포트 | 1,500원 | 등록일 2008.06.28
  • JAVA, ADA 언어비교
    loop 반복문repeat~ until 문for 반복문중첩 for 반복문while 반복문do~while 반복문분기구조exit 문goto 문break 문continue 문■ 선택 ... when sen(i) /= '$';end loop;(repeat)● Java- 제어 변수들에 대한 명시적 선언 필수.※ for 구조※ while 구조※ do-while 구조for(int 0;i ... 적 선언 가능. exit와 repeat 사용 가능※ for 구조※ while 구조※ loop 구조for I in f_week rangeloopf_week(i) := false;end
    리포트 | 11페이지 | 1,500원 | 등록일 2009.07.15
  • John Updike-A&P-원문 및 번역[1]
    over it and, what got me, the straps were down. They were off her shoulders looped loose around the c ... ." St a while they come around out of the far aisle, around the light bulbs, records at discount of the ... pineapple juice (what do these bums do with all that pineapple juice' I've often asked myself) so the
    리포트 | 9페이지 | 2,000원 | 등록일 2012.06.22
  • C언어 6장 7장(printf 와 scanf 함수에 대한 고찰, 다양한 형태의 반복문)
    는 16진 정수 %o : 8진 정수7장 다양한 형태의 반복문1. 반복문이란 - 해당 함수를 연속으로 호출시키는 명령이며 혹은 루프(loop)라고도 한다.2. while 문에 의한 ... . do ~ while 문에 의한 문장의 반복 - do~while 문 보다는 while 문을 많이 사용한다. 그 이유는 do ~ while 문을 처리하는 문제는 while 문 ... 으로도 처리가 가능하기 때문이다. - do~while 문과 while문과의 차이점도 있는데 while문은 반복의 조건 검사를 앞에서 하지만, do~while문은 반복의 조건 검사를 뒤
    리포트 | 13페이지 | 1,500원 | 등록일 2009.02.01
  • [리눅스] 인터럽트
    인터럽트, 키보드 인터럽트, 프린터 인터럽트2. IRQ 인터럽트의 처리 과정* 처리 과정은 프로세서마다 다름* 리눅스 커널에서는 동일한 처리를 위해 do_IRQ()함수를 호출3 ... *ptrdata;int loop;readcount = count / sizeof(R_INT_INFO);if(readcount > intcount) readcount = intcount ... ;ptrdata = (char *) &intbuffer[0];for(loop = 0; loop < readcount * sizeof(R_INT_INFO); loop++){put
    리포트 | 10페이지 | 1,000원 | 등록일 2010.05.20
  • 모터 제어 실험
    Feedback control principles2.2.1 Open-Loop Control Systems(Nonfeedback Systems)2.2.2 Closed-loop Control ... will do with DC motor, and we have to check the position and velocity. From the data, We'll take the ... onventional electric washing machine is anther example of an open-loop control system because
    리포트 | 21페이지 | 2,000원 | 등록일 2010.12.28
  • 강수량(rainfall) 구하기 (c++) - 12개월의 강수량 입력후 평균강수량과의 차이와 작년,올해 표시
    _year on the monitor.1.11.1.11.1.21.1.2.11.1.2.1.11.1.2.1.2Execute the do-while loop.The body of the ... (wish = 'y' or wish = 'Y') is true.If it is true, repeat the do-while loop.If it is not true ... , finish the do-while loop and exit.2.1Determine one decimal places for all output.3.13.1.13.1.2Call the
    리포트 | 12페이지 | 4,500원 | 등록일 2008.10.14
  • [교육학]연구 수업 지도안 - 프로그래밍 실무 - 비주얼 베이직
    때 쉽게 응용할 수 있도록 하였다.4. 본시 학습 계획1) 본시 학습 목표(1) DoLoop 문의 개념과 일반 형식을 이해하고 각각 프로그램을 작성할 있다.(2) Do While ... ~ Loop문과 DoLoop While문을 비교하여 이해하고 각각의 활용 방법을 안다.2) 지도상의 유의점본 단원은 비주얼 베이직 프로그램을 이해하고 작성하는 실습 위주의 내용 ... 베이직4. 비주얼 베이직의 기본 문법(5) 기본 명령어학습목표1. DoLoop 문의 개념과 일반 형식을 이해하고 각각 프로그램을 작성할 있다.2. Do WhileLoop
    리포트 | 12페이지 | 3,000원 | 등록일 2007.06.15 | 수정일 2023.01.02
  • [교육학]수업지도안 - 프로그래밍 실무
    복문의 For ~ Next문본시학습지도안대 상2학년 인터넷정보과 1반일 시2007.05.29(화) 5교시장 소정보처리 A실단 원2. 반복문소단원Do While...Loop문차 시2 ... /5학 습목 표? Do While...Loop문의 문법을 이해한다.? Do While...Loop문을 활용하여 프로그램을 만들 수 있다.학 습자 료교사학생출석부, 교재, 학습지도안 ... ...Loop문의 형식 설명자 오늘 한시간 동안 수업을 하고 나면 앞에 보이는 학습목표를 달성해야 합니다.다같이 한번 읽어봅시다. 하나둘셋.[수업자료 PPT p6]Do While...Loop
    리포트 | 22페이지 | 4,200원 | 등록일 2007.06.15
  • dc모터 회전수 제어
    NI ELVIS reference.입력 터미널인 조건 터미널이 특정 불리언 값을 받을 때까지 서브다이어그램을 반복한다. 불리언 값은 While 루프의 계속되는 동작을 따릅니다 ... 오른쪽 버튼을 클릭한 후 바로 가기 메뉴에서 에러발생시 정지 또는 에러발생시 계속을 선택할 수 있다. While 루프는 항상 한번 이상 실행된다.Creates a virtual ... you do not use this VI, a measurement task starts automatically when the DAQmx ReadVI runs. The
    리포트 | 13페이지 | 1,500원 | 등록일 2011.05.08
  • c언어로 달력만들기
    에서 가장 기본적인 반복(loop)문은 while문으로 우선 주어진 조건을 비교하여 참 인 경우에 다음 명령문을 반복 실행하고, 거짓이면 while문을 빠져나간다. 만일 처음부 터 조건식 ... 이 거짓이라면 명령문은 한번도 실행되지 않는다.while(조건식)명령문;다음 명령문;3) do - whiledo - while 문은 우선 루프 내의 명령문들을 한 번 실행한 다음 ... 에 조건식을 검사하여 참이면 루프 내의 명령문들을 조건식이 거짓일 때까지 반복 실행한다. for문이나 while문 은 조건식의 판단이 끝난 후에 명령문이 실행되지만 do
    리포트 | 12페이지 | 1,000원 | 등록일 2009.07.31
  • EasyAI 무료체험
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 10월 11일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
2:39 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감