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

"Introduction to Inte" 검색결과 41-60 / 107건

  • 성대 고체역학실험 (A+) - Tensile Test 결과보고서
    University, School of Mechanical EngineeringDate :1. AbstractThe purpose of tensile testing is to find the c ... haracteristics of a sample. through the process that a sample is subjected to a controlled tension ... train diagram about tested material.2. Table of Content(1) Introduction························Page 4(2
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 3,500원 | 등록일 2017.01.06
  • 고양이 분변에서의 톡소포자충(toxoplasma gondii) 감지
    PCRReferences Tenter AM, Heckeroth AR, Weiss LM. Toxoplasma gondii : from animals to humans. Int J ... .Introduction ToxoplasmosisIntroduction Symptoms Asymptomatic Lack of appetite Fever Lethargy depression
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 1,000원 | 등록일 2015.11.19
  • 성균관대학교 전기전자프로그래밍(전전프) 3.구조체
    (filename, BUFSIZE, stdin);newline = strchr(filename, (int)('\n')); // find '\n' to remove itif (newline ... 과 목 : 전자전기 프로그래밍실습과 제 명 : 실습3담당교수 : 민 형 복 교수님1. Introduction구조체와 공용체에 대해 이해하고 함수 포인터를 활용하여 주어진 코드 ... 와 int compare_salary()함수, void printInfo()함수, void freeMemoryForPersons()함수를 완성시켜 프로그램을 작동시키는 것이 목표다. 이
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2014.09.26
  • Gateway technology (Invitrogen)
    × attPLR Clonase (Int, Xis, IHF)역할 : bind to specific seq.(att), bring together the target sites, cleave ... Gateway® Technology: A universal technology to clone DNA sequences for functional analysis and ... expression in multiple systems (Invitrogen)Ⅰ. Introduction- based on the site-specific recombination
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2014.09.13
  • 카이스트 Bioengineering Laboratory 1 lab4_final [Text Mining of Biological Literature]
    Bioengineering Laboratory #4-Text Mining of Biological Literature-Introduction21세기, 인터넷 정보 통신의 발전 ... what I want to get.//get Disease name/gene name : num=0//get PMID : num=1//get sentence location ... : num=2//get total token : num=3//get local token : num=4string getINFO(string line, int num){string
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 2,000원 | 등록일 2015.01.04
  • [시스템프로그래밍실습] ls명령어 간단 구현
    System Programming1. Program Introduction1.1 overall description본 프로그램은 디렉토리 읽기 관련 함수(opendir(), c ... 을 반환하고, 전역변수 errno에 관련된 오류 번호를 설정함.디렉토리 열기: closedir()형식#include #include int closedir(DIR *dir);기능dir ... ( argc is not equal to 2 ) {display message about usage;program is ended;}if( directory open is failed
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 2,000원 | 등록일 2015.06.19
  • [전자전기프로그래밍] 정렬(sorting)
    bubbleSort(int *, int);void heapSort(int *, int);int main(void){clock_t start, stop; // to measure CPU run ... . Introduction이번 실습에서는 정렬에 대해서 배운다. 가장 간단하게 구현이 가능한 Bubble Sorting과 좀 더 효율적인 정렬 방법인 Heap Sorting을 구현해보고 이 두 ... main program provided to students who registered*in "Programming Lab" at School of Information and
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 2,500원 | 등록일 2014.05.22
  • [전자전기프로그래밍] 연결 리스트(linked list)
    과 목 : 전자전기 프로그래밍실습과 제 명 : linked list담당교수 :학 과 : 전자전기공학부학 년 : 2학 번 :이 름 :제 출 일 :1. Introduction자체참조 ... heck_memory();return 0;}/**Print a list from head to tail*/static void printList (NODE *head){NODE ... *node = head;while(node){printf(" %d", node->data);node = node->link;}}int headInsert(NODE **head
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 3,000원 | 등록일 2014.05.22
  • 판매자 표지 자료 표지
    [Y대국제학부 + IVY 리그합격] 영문 자기소개/지원동기 에세이 (번역포함)
    within (특정 지역, 커뮤니티, 인구) where many developing countries are belong to.자기소개 Personal Introduction - 인생 ... \l "_Toc360795903" 2.자기소개 Personal Introduction - 인생관 PAGEREF _Toc360795903 \h 3 HYPERLINK \l "_Toc ... otives for my desire to be a global leader was my (부모님, 교수님, 혹은 자신이 영감을 얻은 상대) who (아버지나 부모님이 하시는 일
    Non-Ai HUMAN
    | 자기소개서 | 7페이지 | 21,000원 | 등록일 2013.07.06 | 수정일 2017.02.28
  • 성균관대학교 전기전자프로그래밍(전전프) 2.포인터
    과 목 : 전자전기 프로그래밍실습과 제 명 : 실습2담당교수 : 민 형 복 교수님1. Introduction포인터의 개념과 포인터를 써야하는 이유에 대해 이해하고 더블포인터 ... problemstatic double get_average() 함수와 static int find_nearest()함수, static void dispose_memories ... ()함수, static int get_in_range()함수, static int get_maxminage()함수를 완성하고 main함수의 오류를 고치고 프로그램이 작동하도록 하는 것
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2014.09.26
  • [전자전기프로그래밍] 포인터와 동적 메모리 할당
    . Introduction더 나은 프로그래밍을 위해 필요한 포인터와 동적 메모리 할당에 대한 실습이다. 실습을 통해 포인터와 더블 포인터, 동적 메모리 할당을 사용을 배우게 된다. 이번 ... 에 쓰일 int형 변수 i, 평균을 구하기 위한 합을 나타내는 double형 변수 sum_ave, 표준편차를 구하기 위한 합을 나타내는 double형 변수 sum_dev, 평균을 나타내 ... 어서 표준편차를 구하고 *std_dev에 저장했다.마지막으로 평균값을 리턴했다.· find_nearest 함수우선 for문에 쓰일 int형 변수 i, 가장 가까운 값을 나타낼 int
    Non-Ai HUMAN
    | 리포트 | 15페이지 | 3,000원 | 등록일 2014.05.22
  • Analysis of Organizational Culture
    Template 01. Introduction contents 1. Subject Likert’s management model 2. Cases 3. Samsung , CHEIL ... worldwide and LG 4. ConclusionWINTER Template 01. Introduction Subject Analysis of Organizational ... to analyze OC in view of management model Is it true that companies can be divided into by the Likert
    Non-Ai HUMAN
    | 리포트 | 14페이지 | 2,000원 | 등록일 2013.05.08
  • NBTI_presentation
    faster in poly-Si → Thin oxide more susceptible to NBTI than thick oxide (e) Introduction of nitrogen ... . IEEE Microelectronics Reliability 2006;46.Back to major reliability concern (a) PMOS and NMOS devices ... field across the oxide → Enhanced NBTI (d) Closer poly-Si gate to Si/SiO 2 interface ; Diffusion of
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,500원 | 등록일 2014.08.18
  • [전자전기프로그래밍] 구조체와 공용체
    (filename, (int)('\n')); // find '\n' to remove itif(newline)*newline = (char)0; // remove the ... .091. Introduction구조체와 공용체를 이용하여 서로 다른 타입의 data를 하나로 묶어서 다룰 수 있는 능력을 배양한다. 이번 실습을 통해 앞에서 배운 포인터, 동적 ... 있듯이 파일을 읽은 뒤 읽은 data들을 내부 구조체에 넣는 함수이다.우선 파일을 열어서 첫 번째 줄을 읽은 뒤 총 몇 명인지 파악한다.그런 뒤 ‘사람 수 * int형 크기’만큼
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 3,000원 | 등록일 2014.05.22
  • 루마니아 인신매매와 성매매 MUN 보고서 MUN Conference Position paper(Romania prostitution and human Trafficking)
    . Conclusion9References101.0 Introduction1.1 Definition of human traffickingAccording to UNODC (United Nations ... : 17. 08. 05Table of contents1.0 Introduction31.1 Definition of human trafficking31.2 Situation of ... . Furthermore laws to protect children from abuse and offences are inadequate. Police and social workers
    Non-Ai HUMAN
    | 리포트 | 15페이지 | 3,000원 | 등록일 2013.04.18 | 수정일 2016.02.03
  • The Wrongs of Woman 분석
    deemed necessary by their oppressors: but surely there are a few, who will dare to advance before the ... strong delineations of a wounded heart.In writing this novel, I have rather endeavoured to pourtray ... sacrificed my main object, the desire of exhibiting the misery and oppression, peculiar to women
    Non-Ai HUMAN
    | 리포트 | 75페이지 | 3,000원 | 등록일 2014.03.06 | 수정일 2022.06.14
  • The Outline, Problems, Solutions and Post Utilization of EXPO 2012 YEOSU KOREA
    - Introduction and background- Fundamental explanation2. Problems- Prior preparation shortage- Deficit ... - Price Crackdown as The Organizing Committee- Securing Uniformity- Limit to The Number of Persons to be ... - Introduction and BackgroundExpo is called 'The three largest events of the world' with Olympic, world c
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 2,000원 | 등록일 2013.11.27
  • 비교마케팅,대한항공마케팅,아시아나마케팅,마케팅,브랜드,브랜드마케팅,기업,서비스마케팅,글로벌,경영,시장,사례,swot,stp,4p
    ociety has seen a change from a product-selling era to a brand name-selling world. Nowadays, brand ... to spend money on them. In other words, today`s consumers put much importance on `what its brand name ... is` in their every choice. II. Introduction of Korean air and asiana airline 1. Korean Air The
    Non-Ai HUMAN
    | 리포트 | 19페이지 | 3,000원 | 등록일 2012.08.27
  • [전자과 기초실험] A+ 전자과 실험 보고서 RLC회로 예비 보고서
    Richard C. Dorf & James A. Svoboda, Introduction to ELECTRIC CIRCUITS, Wiley, 2014, p308~313William H ... 의 법칙에 의해V _{0} `sin`( omega t)`-`1/C` int _{} ^{} {Idt} `=`0 이므로I`=` omega CV _{0} `cos( omega t
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2016.02.16 | 수정일 2016.03.03
  • 교환학생 영문 자기소개서, 영문 학업계획서 외국인교수가 첨삭한 자료!
    ’ thoughts about business. In English Literature, I want to take ‘Introduction to English Studies ... will learn about other different cultures. They hold the ‘World Food Festival’, and I would like to inte. ... hool, I traveled to Japan. Although it was only for one week, I learned many things and realized that
    Non-Ai HUMAN
    | 자기소개서 | 2페이지 | 3,000원 | 등록일 2013.03.26 | 수정일 2014.10.02
  • 콘크리트 마켓 시사회
  • 전문가요청 배너
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 11월 23일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
4:24 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감