• AI글쓰기 2.1 업데이트
  • 통합검색(237)
  • 리포트(210)
  • 시험자료(14)
  • 자기소개서(5)
  • 방송통신대(3)
  • 이력서(2)
  • 논문(1)
  • 서식(1)
  • ppt테마(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"breaking the code" 검색결과 121-140 / 237건

  • [생물학]【A+】웃음병
    =001938242 pt_code=01 *http ://kin.naver.com/qna/detail.nhn?d1id=3 dirId=30701 docId=142596232 qb=7JuD7J2 ... -month-old Edward giggling whenever he breaks in to a smile. 에드워드 부모인 라첼과 닉은 11 개월된 에드워드가 웃으려고 할때마다 그렇 ... just 400 people in the UK. 에드워드는 영국에서 단 400 명 정도가 걸리게 되는 매우 드문 유전적 질병인 코넬리아 디란지 증후군을 겪고 있다 . Valves
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,000원 | 등록일 2012.06.30
  • 시사영어 - cubicle, sweet cubicle 번역본
    wti recommends brief breaks, whether to lunch with non-work friends, walk around the office or s ... 는 친구들과 점심을 먹는다던지 사무실 주변을 산책하던지 배회하던지 해보도록 추천한다7. A code of cubicle conduct also can help you and your ... Cubicle, Sweet CubicleLearning To Thrive In A Beehive벌집에서 성공하는것을 배우는것1. Very few employees get the
    Non-Ai HUMAN
    | 시험자료 | 3페이지 | 3,000원 | 등록일 2012.06.03
  • Sula by Morrison
    mother, following all social conventions and codes and taking all responsibilities as a traditional ... Circles and Circles of Sorrow:A closer look at the law of heredity in Morrison’s Sula“Of course, I ... howed me the most pathetic and sarcastic smile I had ever seen. He was severely addicted to alcohol
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2010.10.27
  • 해싱 함수를 이용한 직접화일 구현 알고리즘
    . 확장성 해싱 소스 코드#include #include #include #define PAGE_SIZE 512 //페이지사이즈정의#define MAX_D 8 //키 값 최대비트 ... ) {for( i=0; i= MAX_D ) { // 이미 만원인지 검사printf("Error. reached the maximum entry.\n");return 0;}// 새 ... ) || (bucket.recordCnt + buddyBucket.recordCnt > 4) ) {// 합병이필요없음break}// 합병: buddy bucket에서 버킷으로레코드 복사for
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2012.05.02
  • 최종 결과 보고서최종 결과 보고서최종 결과 보고서- 소코반(푸시푸시)-
    =5,nowy=8; break; case 1: nowx =2,nowy=4; break; case 2: nowx =4,nowy=4; break; case 3: nowx =2,nowy ... =5; break; case 4: nowx =7,nowy=6; break; case 5: nowx =4,nowy=4; break; } }중요 소스 분석 – 맵 출력 void ... ); for(j=0;j 15;j++) map[ i ][j] = str [j]-'0'; }중요 소스 분석 – 맵 출력 아스키코드 모양 지정 for( i =0;i 10;i+
    Non-Ai HUMAN
    | 리포트 | 21페이지 | 1,500원 | 등록일 2010.08.09
  • 5주차 링크드 리스트 활용
    .** Write program codes for the function "polyAdd()"*/#include #include #include typedef struct _list_node ... lists (head1, head2).* You have to create a new linked list without using the memories* which ... and head2 is 0.* Also, assume that the "order" is sorted by descending order, i.e.,* the head item
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2011.07.20
  • 주차요금계산프로그램
    의 자동차 비TypeFirst rateSecond rateCar$0.00/hr. first 3 hr.$1.50/hr. after the first 3 hr.Truck$1.00/hr ... . first 2 hr.$2.30/hr. after the first 2 hr.Bus$2.00/hr. for first hr.$3.70/hr. after the first hr ... 1C124014222B8208403T203594C124016225B82014206T20120소스코드#include #include #include using namespace s
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,500원 | 등록일 2009.12.02
  • 문화상대주의
    face the difficulty of having to condemn past societies that did not conform to our modern moral code and ... true that a certain kind of behavior is right or wrong within a specific society.The strength of c ... relativism, however, is also its weakness. Cultural relativism excuses us from judging the moral s
    Non-Ai HUMAN
    | 리포트 | 2페이지 | 무료 | 등록일 2010.05.31 | 수정일 2014.01.22
  • Bluetooth 모듈을 이용한 MP3 Vending Machine & Player
    == IDOK){// TODO: Place code here to handle when the dialog is// dismissed with OK}else if (nResponse ... == IDCANCEL){// TODO: Place code here to handle when the dialog is// dismissed with Cancel}// Since ... * pResult){// TODO: Add your control notification handler code hereint pos;pos = m_Volume.GetPos();m
    Non-Ai HUMAN
    | 리포트 | 50페이지 | 10,000원 | 등록일 2008.07.22 | 수정일 2020.11.01
  • CRC 기본 이론과 C코딩등
    &num);break;}default : exit(0);}}}void CRC_Code(char input[]) //CRC code 생성을 위한 함수{inti = 0, j = 0 ... 코드인 CRC 를 생성하는데, (k+n)비트로 구성된 전송 프레임이 미리 정해져있는 divisor(n+1비트)로 나누어 질 수 있도록 n 비트의 값을 정한다. 그러 ... printf("Choose the Case.\n");printf("1. Make Codeword \n");printf("2. Error Detection\n");printf("3
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,500원 | 등록일 2008.04.06
  • 테니스 경기 및 규칙
    (The court)코트는 직사각형이어야 하며, 23.77 m (78 ft) 길이에, 단식은 8.23 m (27 ft) 폭이다. 복식코트의 폭은 10.97 m (36 ft)이다.코트 ... 는 높이 1.07 m (3-1/2 ft) 되는 두 개의 네트포스트(net posts) 위를 통과하거나 부착된 코드(cord) 또는 금속케이블(metal cable)에 매달린 네트 ... .914 m (3 ft)라야 하며, 스트랩(strap)으로 타이트(tight)하게 잡아줘야 한다. 밴드(band)는 코드 또는 금속케이블과 네트의 윗부분을 감싸야 한다. 스트랩 및
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2011.10.21
  • DNS system
    DNS Server Design Report__The Catholic University Of KOREAInformation Communication ... 구현 결과 -----------------------------------------------------11~13코드 --------------------------------- ... ("=======================================\n");break;case JOptionPane.NO_OPTION:break;}}//ifelse if (e.getSource
    Non-Ai HUMAN
    | 리포트 | 32페이지 | 3,000원 | 등록일 2012.04.17 | 수정일 2015.03.02
  • Python 영어 소개 및 발표
    development model. Its design philosophy emphasizes code readability. Supports multiple programming paradigms ... 20600788 LEO 20700177 Kim Jin Ju 20701055 Choi HwanPython was conceived in the late 1980. It is a ... general-purpose high-level programming language. The language has an open, community-based
    Non-Ai HUMAN
    | 리포트 | 52페이지 | 1,000원 | 등록일 2009.12.10
  • [임베디드]fork()함수에 대한 조사
    에 실패 했을때의 동작????????????????printf("Fork returned error code, no child\n");}< 실행결과 >#42 hwarang ... 에 의해 Two가 두 번 출력된다. 비록 B는 새로운 프로세스이지만 A와 B는 프로그램 코드의 동일한 지점을 수행한다.fork에 의해 생성된 자식 프로세스는 자신만의 PID를 가지게 되 ... ????????????????printf("I'm the child\n");????????else if (pid >0) ??????????// 부모 프로세스를 위한 동작????????????????printf
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2006.08.25
  • C 이분법 프로그램 소스
    정의대상함수 : pow(x,y) = xy 로 변경하시오.근이 “0”이 아닌 사용자가 지정한 임의의 값으로 판단하시오.과제를 위한 이분법 알고리즘소스 코드#include ... bound of the interval : ") ;scanf("%f",&xl) ; // xl 입력printf("\nType right bound of the interval ... _f(xm, y, root) == 0.0 ) // 중간값이 근이될경우 종료break ;else if ( eval_f(xl,y,root)*eval_f(xm,y,root) < 0.0
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2009.12.16
  • [영어영화감상문]The Da Vinci Code(한글,영어)
    to break a code. Sadly, Howard, as a director also makes a majormisstep with an unforgivable c ... , on the other hand, are too straightforward to be more than distracting.영화 다빈치 코드는 스릴러라 하기엔 이상한 리듬감 ... MOVIE REVIEW - The Da Vinci Code-목차-1. 영화선택2. 줄거리3. 영화에 대한 나의 평1. 영화선택I intentionally avoided Dan
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,000원 | 등록일 2006.08.16
  • 유익한 영문표현 1000 제
    break the routine상례를 깨뜨리다.202. daily routine일과203. routine desk work판에 박힌 일상사무204. rove over the fields ... 었다.804. a city honeycombed with subways 지하철이 사방으로 통하는 도시805. a law of honor 사교 상 명예에 관한 관례a code of honor ... . Have you got the idea?알았습니까?16. Put ideas into a person's head.아무에게 공허한 기대를 품게 하다.아무에게 좋지 않은 생각을 품게 하
    Non-Ai HUMAN
    | 리포트 | 86페이지 | 3,300원 | 등록일 2010.09.12
  • C / C++ 이분법 code (code, 주석포함, 알고리즘, 실행화면, 재귀적방법 추가 코드)
    의 경우에 모두 해당되지 않을시{printf("cannot find the root.\n"); // 근을 찾지 못함break// 반복문을 빠져나옴}printf("Iteration ... tring.h)#include // 수학함수사용(본 코드에서는 로그함수 사용)//대상함수선언float f(float);//메인함수void main(int argc, char ... +xl)/2.0f; //xm을 중간값으로 구한다.if ( (f(xm)*f(xh)) == 0.0 ) //둘사이의 간격이 가까워지면break //블럭을 빠져나간다else if ( (f
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 3,000원 | 등록일 2009.06.23
  • 국제 무역 환경 미국 통상정책과 관세 인증별 산업제도
    Invoic생하지 않도록 유의해야한다.-HS 코드(Harmonized Tariff Number)의 제품 설명이 컨테이너에 실린 제품과 다를 경우 통관 소속이 지연될 수 있다. 정확한 HS ... 코드를 알아내기 위해 통관사의 도움을 받을 수도 있으나 제품의 특성을 가장 잘 아는 제조업자가 정보를 제공하는 것이 바람직하다.(HS 코드정보 참고 웹사이트: www.usitc ... 이 트레일러에 실려 운송되는 경우-Break-bulk: 선박에 컨테이너가 실리지 않고 물품 하나하나가 직접 실려 운송되는 경우-RoRo Vessel: 자동차나 기차 등, 컨테이너가 운송
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,500원 | 등록일 2011.09.21
  • 소프트웨어 part
    …………………………………………………………131. 프로그램 알고리즘 ………………………………………………………………132. DOT MATRIX test code…………………………………………………………………133 ... the game of paper(gawibawi-bo) which we played childhood. A design of this paper is the game that c ... onfectionaries is floored from the exit during one cycle that is composed of three games. We use s
    Non-Ai HUMAN
    | 리포트 | 29페이지 | 5,000원 | 등록일 2009.01.27
  • 전문가요청 배너
  • EasyAI 무료체험
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 10월 30일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:09 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감