• 전문가 요청 쿠폰 이벤트
  • 통합검색(1,439)
  • 리포트(1,252)
  • 시험자료(86)
  • 자기소개서(56)
  • 논문(17)
  • 방송통신대(17)
  • 이력서(7)
  • 서식(3)
  • ppt테마(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"code and program" 검색결과 301-320 / 1,439건

  • 객체지향프로그래밍 10월 31일 과제 - 자바(Java)
    egments of code:a)수정 전수정 후FOR ( x = 1, x =20 ; i += 2 )System.out.println( i );2부터 20 사이에서 2와 20을 나타내 ... 면서 중간에 홀수인 정수를 출력하려면 9를 더하는 것 외에는 방법이 없다. 결과 표시에서 2와 20을 제외한다면 다음과 같은 코드 등을 사용할 수 있다.d) The following c ... from calculating the factorial of 100?(1) 소스코드(2) 입력 및 실행 결과Q 5.14 (The Largest and the Smallest
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,500원 | 등록일 2013.01.29
  • 실험2 제07주 Lab05 Pre Mux & DMux & BCD
    Functional Simulation & Timing Simulation과 일치하는지 확인한다3) Procedure of Lab 3① BCD to Excess-3 code converter ... (iMPACT)를 통해 FPGA에 download하여 BCD to Excess-3 code converter를programming한다.③ 실제로 장비를 구동시켜본 후, Prelab ... 의 Logic Circuit과 Truth table을 바탕으로 BCD to Excess-3code converter의 Verilog Code를 작성한다.② Configure Device
    Non-Ai HUMAN
    | 리포트 | 8페이지 | 1,500원 | 등록일 2014.03.11 | 수정일 2014.03.17
  • 서강대 고급전자회로 실험 - 실험7 Sampling 및 Aliasing - 결과보고서
    ’ 노래, Fs = 8kHz, each note 0.5s 노래를 작성하시오.- Matlab code% Simple song with six notes% Define note ... alias.1 설계 1에서 제작한 작은 별 곡에 harmonics 성분(2차, 3차, 4차)을 합성하고 샘플링 주파수를 변경하면서 설계 1의 결과와 비교하시오.- Matlab code% Simple ... %Program two C4's(도)for note=1:2,signal=[signal cos(FREQ(1)*v)];end%Program two G4's(솔)for note=1:2,signal
    Non-Ai HUMAN
    | 리포트 | 20페이지 | 2,000원 | 등록일 2015.06.18 | 수정일 2015.06.22
  • 제대로번역한 Active skills for reading4 UNIT2-2. Female Virus Writer Packs a Punch 본문번역
    programming at age six. “I figured out how to write a few lines of code on my uncle’s Commodore 64,” says ... and wipe your hard drive cleaner than a dog’s dinner plate. So when the young kickboxer and virus ... . kickboxing class, and Gigabyte is the only woman there. Of course, she’s uses to that.“나는 너의 뒤에서 총
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 3,000원 | 등록일 2014.04.17 | 수정일 2020.11.12
  • 부경대 프로그래밍 언어론 과제
    .average);return 0;}※ c언어 결과 :※ pascal 소스코드 :program new;type student=recordnum:integer;name:string ... 는 =이고 C언어의 대입연산자는 = , 관계 연산자는 == 이다.※ 나누기 & 나머지 :Pascal의 경우 나누기,나머지에 대해 /, div, mod 세가지 경우가 있고 C언어 ... ", &stud1.num);printf("수학 점수 입력 : \n");scanf_s("%f", &stud1.math);printf("영어 점수 입력 : \n");scanf_s
    Non-Ai HUMAN
    | 리포트 | 19페이지 | 1,500원 | 등록일 2020.11.04 | 수정일 2020.11.23
  • 판매자 표지 자료 표지
    다중언어구사자의 code switching 사용의 원인
    Code SwitchingDiscussionIn our daily life, more and more people have unwittingly used code switch ... onversations also carry on two languages by using code switching and I often switching between English ... often code switch the word to other language which both we are known such as 退, 成功之道 and Christian
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2015.08.05 | 수정일 2018.05.21
  • DSP실험 lab5
    1. Lab1Generate a white noise sequence with the Gaussian distribution using the following code:?x=5 ... 8000 Hz, the step size (sampling period) for time t is 1/8000=0.000125 second.b&c. Create a program ... program?-> length(y)=4001개이다. 따라서 8000/4001 은 약 2Hz이다.d. Listen to and compare the generated signals (y(t
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 1,000원 | 등록일 2016.09.20
  • SAD 1강 과제(0732017)
    automatic generation of programs and database code directly from design documents, diagrams, forms, and ... .Implementation – the information system is coded, tested, installed and supported in theorganization ... CASE tools, and code generators.RAD life cycleRequirements planning → User Design → Construction
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,500원 | 등록일 2013.03.28
  • 논리회로실험 - 제 5장 ALU 코드를 KIT에 올리는 실험 결과보고서
    )Provide the simulation result and the code1)8BIT ALUlibrary IEEE;use IEEE.STD_LOGIC_1164.ALL;use ... = ‘0’ and b= ‘0’ theninput_a :="00010100";input_b :="01000101";end if;--문제에 추가적으로 제시된 코드when "0100 ... . Introduction네 번째 실험(booth_ALU)에서 ALU의 코드를 작성해보고 이를 모델심으로 작동시켜서 그 결과를 확인해 보았다. 이번 실험은 저번 실험 때 ALU 코드를 KIT에 올려서
    Non-Ai HUMAN
    | 리포트 | 17페이지 | 1,000원 | 등록일 2014.08.15
  • SAS Base Programming Crambible 문제 풀이(140~204문제)
    pecification';input item $ cost;run;Which one of the following completes the program and produces a ... variable as grandtot, so program will give syntax error, so option B and D is not the correct answer.C is ... } * .25;output;end;run;Which one of the following DO statements completes the program and processes the
    Non-Ai HUMAN
    | 시험자료 | 11페이지 | 2,000원 | 등록일 2017.02.08 | 수정일 2020.01.23
  • 시스템프로그래밍 Lecture6. File system call
    REPORT제 목 : Lecture 6. file system call과 목 명 : 시스템 프로그래밍< Lecture 6 >0) Try the code in 6-1) and 6 ... byte of it in hexa, decimal, and character.먼저 vi인 텍스트에디터를 이용하여 다음과 같이 hw9-2.c를 작성한다.예제에서 했던 방식으로 code ... haracter로 출력하였다.소스파일을 컴파일하고 실행하면 다음과 같이 출력됨을 볼 수 있다.3) Compile the code in 9-2) with ?g option and
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 1,000원 | 등록일 2015.01.04 | 수정일 2015.01.25
  • 서강대학교 마이크로프로세서응용실험 3주차결과
    Directive와 역할3-2. 실험 내용 및 분석● Program 1▲ Program 1 사용 코드area lab3_1,codeentry__main procexport ... 6space 16endstep6 : 번역된 명령어는 MOV r0,#0x32이고, 16진수로 표시된 machine code는 F04F0032 이다. 이 machine code ... x20000014사이의 메모리주소는 이 파일이 사용하고 있음을 알 수 있다. 또한 line1과 line27에서 사용된 area라는 directive는 각각 code영역과 data
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 2,000원 | 등록일 2014.01.02
  • JDBC 프로그래밍
    해제 38 데이터베이스 사용 2012-04-05 JDBC Programming문자열 코드 문제 MySQL 은 문자 집합으로 ISO-8859-1 을 사용하므로 Unicode 를 사용 ... document. 2012-04-05 JDBC Programming 43 Using JDBC to extract data into XMLA text editor: XML and Java s ... Programming 44 Tools2012-04-05 JDBC Programming 45 Set up the database and drivercreate table products
    Non-Ai HUMAN
    | 리포트 | 57페이지 | 2,000원 | 등록일 2017.05.14
  • DSP기초 - TI C6000 Architecture
    EDMA Hardware Interrupts(HWI) Configure and use McBSP Channel sorting using EDMA External Memory ... 저장형, 느린 동작속도, 대용량 가능 NOR : 코드 저장형, 빠른 동작속도, 소용량 가능 (3) FRAM : 128kB(32k*32) 4개 가격이 비싸고 저밀도, 읽고 쓰기가 빠르 ... 패킷을 대응하는 기능유닛으로 송출2. IntroductionEight functional units (.L1, .L2, .S1, .S2, .M1, .M2, .D1, and .D2
    Non-Ai HUMAN
    | 리포트 | 43페이지 | 2,000원 | 등록일 2017.02.24
  • 오토마타이론 - lexer 구현
    option:$ lexer(linux) $ ./lexerThe program will be stopped.Figure SEQ Figure \* ARABIC 5 Notice no optionsImplementation (source code)See attached in icampus. ... (terminal, in linux) and use the program.UsageType below command into cmd(terminal, in linux) to decide the ... appropriate method to represent each state. In this program, function state0, state1, state2, state3 is
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 2,000원 | 등록일 2015.01.14
  • 전전컴설계실험2-12주차 예비
    . 프로그래밍이 성공하면 장비의 작동을 확인하여 예상값과 결과값을 비교한다.(2)Materials of this LabComputer & Xilinx ISE program ,HBE ... Shift를 설계 할 때 HBE-Combo2 장치의 TEXT-LCD의 기능 중에서 Cursor Shift 기능이 있기 때문에 따로 Cursor Shift하는 code를 설계하지 않 ... .18-12주차 실험--목차-서론(Introduction)-실험목적-실험을 위해 필수 배경이론, 개념방법(Materials and Methods)-실험 도구 및 재료-실험 절차
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 1,500원 | 등록일 2014.03.28 | 수정일 2014.04.15
  • 알아두면 좋을 영어표현 700
    ode : Zone Improvement Program : 우편구 개량 계획????????????즉, 우리나라의 "우편번호"와 같겠죠?121. He mistook me for my s ... : (= Artificial intelligence) : 인공 지능?????* fuzzy computer : 인간 두뇌의 제어 방법에 가까운 제어를 할 수 있는 컴퓨터.?* Zip-c ... to celebrate Mr. &Mrs. Kim 20th anniversary.?371. For my part I don't want to go. ??나로서는 가고 싶지 않
    Non-Ai HUMAN
    | 시험자료 | 61페이지 | 무료 | 등록일 2020.04.21
  • 시립대 전전설2 [8주차 결과] 레포트
    의 동작을 익히고 Verilog HDL 언어를 사용하여 7-segment, Piezo 등 주변 디지털 장치 제어를 하고 실제 실험에서 코딩한 코드를 키박스에 넣어서 원하는 세그먼트 ... Decoder2. Materials & Methods (실험 방법)가. 실험을 통해 구하고자 하는 데이터와 이를 획득하기 위한 실험 순서1) Static 7-Segment 컨트롤러 설계a ... 설정 -> Implement Design 다시 Compile -> Simulation에서 조건에 맞도록 파일 수정 -> Simulation -> Generate Programming
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 2,000원 | 등록일 2019.07.29
  • big-o, time complexity, adt 문제
    heck(element *exp) {StackType s;init(&s);int i,n=strlen(exp);char ch,op_ch;for (i = 0; i < n; i++) {c ... h = exp[i];switch (ch) {case'(': case '[': case '{':push(&s, ch);break;case ')': case ']': case ... '}':if (is_empty(&s))return 0;else {op_ch = pop(&s);if ((ch != '('&&op_ch == ')') ||(ch != '['&&op_ch
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2018.11.06
  • 빅데이터경영,비즈니스분석 데이터 기술의 역사에 따른 데이터 기술의 변화
    하며 업데이트 하는 방식이 자주 이루어졌다. 이의 가장 큰 특징이라고 한다면 ALL or Nothing이라는 시스템 특성으로써, program이 시작하면 전체적 과정을 완성한 후 반드시 ... . “on-volatile, integrated data store utilized for decision making and planning across multiple ... 하였다. 같은 코드지만 성별을 영업 팀에서 M,W로 표현하는 한편 회계팀에서는 1,2로써 표현하는 경우 등이 Data Warehouse에서는 Standardzation의 관점, 즉
    Non-Ai HUMAN
    | 리포트 | 3페이지 | 1,500원 | 등록일 2021.01.29
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 04월 02일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
10:45 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감