• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(165)
  • 리포트(148)
  • 시험자료(8)
  • 자기소개서(3)
  • 방송통신대(2)
  • ppt테마(2)
  • 논문(1)
  • 서식(1)

"big int" 검색결과 81-100 / 165건

  • 파일확장자 다항식 polynomial 생성 연산 배열 사용
    there is term aready\n"); return false; } else if(exp99){ printf("┗error : term's size is so big ... ); // 항 추가 함수 bool Remove(float*,int); // 항 제거 함수 void Coef(float*,int); // 계수 확인 함수 int Lead_Exp(float ... ,float*); // 두 다항식 더하는 함수 void Mult(float*,float*,float*); //두 다항식을 곱하는 함수 bool Attach(float*,float,int
    리포트 | 1,000원 | 등록일 2010.04.17
  • 한글파일 TCP/IP 소켓 프로그래밍 - IP주소와 도메인 네임 변환기
    의미는 다음과 같다. - addr : Line 19에서 inet_addr함수를 통해 32비트 Big_Endian으로 변환된 IP주소가 들어있는 in_addr 구조체 변수 포인터. - ... main(int argc, char **argv) { struct hostent *host; struct sockaddr_in addr; int i; memset(&addr, '0 ... 보았듯이 struct sockaddr_in.sin_addr.s_addr에는 32비트 IPv4주소를 넣을 수 있다. inet_addr()함수를 사용하여 인자로 받은 값을 32비트 Big-Endian으로
    리포트 | 8페이지 | 2,000원 | 등록일 2010.02.20
  • 한글파일 [C언어] 정렬 알고리즘(프로그램 소스)과 복잡도 계산
    sort함수의 중요 연산 또한 for문이라 할 수 있으며, 이중 for loop이므로 비교 연 산이 n * (n - 1) 번 수행된다. n * (n - 1) = n² - n이지만 big ... (int L[], int n) { int i; for(i = 0; i < n; i++) // 일반적으로 중요 연산을 찾아 알고리즘의 복잡도를 계산 한다. print_data함수의 중요 ... L[], int n) { int j, k; // 위치 교환 변수 선언 int temp; // 정렬 시 필요한 빈 공간 선언 /* 배열의 숫자를 정렬하기 위해 j와 k를 비교하는 구문
    리포트 | 2페이지 | 1,000원 | 등록일 2009.01.11
  • 한글파일 은행가 알고리즘 구현 및 분석
    Big 'O'의 시간복잡도는 알고리즘의 실제 시간이 최악의 조건tm ... 책에서 m×n2이라고 한 것은 Safety 알고리즘의 가장 핵심 부분인 단계 3을 의미하는 것이며, 수행시간에 대한 Big-O의 표현은 어차피 변수의 차수만이 중요하므로 Safety ... 임시로 저장( = Available) int Need[5][4]={0,};//Need = Max - Alloc int Request[4]={0,};//추가로 요청한 자원을 저장 int
    리포트 | 32페이지 | 2,500원 | 등록일 2009.06.04
  • 한글파일 Prime number 구하기
    "Big-Oh" Notation으로 표현하면, for 문이 2중으로 존재하기 때문에 이다. 2. ... main(void) { int i, divider, limit, count = 0; // integer 형태로 각각의 변수 선언 및 초기화 clock_t start, end; // ... stdio.h> // standard input / output 헤더 파일 include #include // running time 계산을 위한 헤더 파일 include int
    리포트 | 15페이지 | 1,000원 | 등록일 2011.07.09
  • 파워포인트파일 [국제정치론]【A+】미국의 안보전략(US Security Strategy in Asia)
    Ultimate Purpose Primacy : Keep Unrivaled by Transformation Quasi-Isolation : Retreat from Int'l Affairs ... China Card : Possibility of a Big Bargain Common Goal with Diverging Interests Japan, Korea and Taiwan
    리포트 | 16페이지 | 1,000원 | 등록일 2011.08.01
  • 워드파일 UNIX 프로그래밍 중간고사 대비
    인터넷 주소변환 바이트 순서 호스트 바이트 순서 컴퓨터가 내부 메모리에 숫자를 저장하는 방식 80x86: little-endian, MC68000(or sparc system): big-endian ... (bid-endian)로 전송 80x86과 MC68000간의 데이터 전송: 바이트 순서가 바뀜 80x86계열에서는 호스트 바이트 순서와 네트워크 바이트 순서가 다름 0x0007 (big-endian ... 구조체 *addr의 크기 send(), recv(), 데이터 송수신 문법 인자 int send(int s, char *buf, int length, int flags); s 소켓번호
    시험자료 | 12페이지 | 1,500원 | 등록일 2009.10.28
  • 워드파일 [논리회로] Quine McClusky Method
    Pair_Up(first,last) int first, last; { int m_Match = 0; // indicates a pairing int submatch = 0;// pairing ... ; Best.lits = BIG; Best.List[0] = -1; // try each case for ( li=1L; li ... limit = 1; for ( i=0; i
    리포트 | 39페이지 | 3,000원 | 등록일 2009.03.18
  • 한글파일 컴퓨터네트워크프로그래밍(홍릉과학) 2장연습문제풀이
    자신이 사용하는 시스템의 호스트 바이트 순서가 big endian인지 little endian 인지를 확인하는 프로그램을 작성하시오. ... before); after = convert_order32(before); printf("After : 0x%x\n", after); if (after == before) printf("big ... convert_order32(unsigned int before); int main() { unsigned int before, after; printf("Enter : "); scanf
    리포트 | 8페이지 | 1,000원 | 등록일 2008.12.12
  • 한글파일 [공학]B트리 구현
    *next)346 {347 Big_Node big_node;348 NODE new_node;349 int count, middle;350351 //big_node로 n과 s0 복사352 ... //big_node로 튜플을 복사358 strcpy(big_node.tuple[count].key, node.tuple[count].key);359 big_node.tuple[count ... big_node.n = node.n;353 big_node.s0 = node.s0;354355 for(count = 0; count < MAX-1; count++)356 {357
    리포트 | 23페이지 | 3,900원 | 등록일 2007.04.13
  • 한글파일 결과7
    As looking Table 5 which is the result of the changed code ‘TIMER.C’, the delay time which had the big ... model(kc) #include #define SELECT (*(unsigned char *)(0x100c)) #define FNDL (*(unsigned int ... 0x11, 0x12, 0x12, 0x13, 0x13, 0x14, 0x14, 0x15, 0x15 }; …… count &= 0x001f void main(void) { unsigned int
    리포트 | 10페이지 | 1,500원 | 등록일 2011.06.01
  • 한글파일 연세대 응용실험 레포트 예비9~12
    First, the torque is big. so we can drive fast and strongly. Also the output efficiency is good. ... = 10[MHz](0.1uS). 8스테이트 마다 카운트하므로 0.8(uS) 1/480[Hz] = 2.08[mS], 2.08[mS]/0.8[uS] = 2600 */ void _si(int ... 10[MHz](0.1uS). 8스테이트 마다 카운트하므로 0.8(uS) 1/480[Hz] = 2.08[mS], 2.08[mS]/0.8[uS] = 2600 */ void _hdo(int
    리포트 | 16페이지 | 1,500원 | 등록일 2010.09.13
  • 한글파일 홍릉과학출판사 컴퓨터 네트워크 프로그래밍 2장 연습문제 완벽풀이
    자신이 사용하는 시스템의 호스트 바이트 순서가 big endian인지 little endian인지를 확인하는 프로그램을 작성하시오. ... =0)printf("Littile Endian\n");elseprintf("Big Endian\n");}// '1'을 넣어서 저장되는 값이 1이면 LE, 0이면 BE3. ... int before);#include#include#include#include#includeunsigned int convert_order32(unsigned int before)
    리포트 | 7페이지 | 1,500원 | 등록일 2008.04.15
  • 워드파일 General Physics Experiment Rotational Motion 일반물리학 실험 회전운동, 각운동량 보존
    Experiment 2: Angular Acceleration – an Int4 44 59.5 276.46 4.65 149.00 0.0312 191 108 47 59.8 295.31 ... acceleration versus mass of disk), actually, the graph should be a curve rather than line, I think there was big
    리포트 | 6페이지 | 1,500원 | 등록일 2012.05.09
  • 워드파일 영어레포트_국제 경영 전략관련, 유니클로 Uniqlo 경영 모델 분석 (The Economist 기사 토대)
    Course: Advanced Topics in Int’l Business & Economics Prof. W. S. ... this manner, has conquered this overlooked clothing field in its home base Japan and now expanded its big
    리포트 | 3페이지 | 2,000원 | 등록일 2011.06.24 | 수정일 2021.01.31
  • 워드파일 HCI Actuator 실험
    1A, we watched that as the motor rotates the current varied and it reached to around 500mA, which is big ... int motorPin = 2; void setup(){ pinMode(motorPin, OUTPUT); } void loop ... (){ int i,j; for (i = 750; i < 2300; i += 10){ j = 5000 - i; digitalWrite(motorPin
    리포트 | 6페이지 | 3,200원 | 등록일 2010.06.03
  • 한글파일 [공학기술]컴파일러(정익사) 연습문제 4.10 풀이
    //******************************************************************************************{Big_Letter ... include #include enum tnumber {TEOF, TIDEN, T_START_COMMENT, T_END_COMMENT, TBEGIN, TEND, TNEWLINE};%}Big_Letter ... ******************void main(){enum tnumber tn; // token numberint Word_Cnt; // 조건(1)에 만족하는 단어의 개수 저장int
    리포트 | 3페이지 | 1,500원 | 등록일 2007.06.29
  • 한글파일 [공학]데이터구조-클래스 상속자
    Big Threecopy constructor, destructor, assign operator를 정의힌다. ... Purpose이번 숙제는 H.W#2에서 작성한 클래스에 멤버변수로 배열에 대한 포인ㅌ를 가지고, big three를 정의하며(copy constructor, destructor, assign ... 배열에 대한 포인터int* pointer=new int[3]; 과 같은 형태로 쓰이는 것으로서 배열은 heap에 선언되며 pointer는 그 배열에 대한 주소를 가진 포인터이다.
    리포트 | 10페이지 | 2,000원 | 등록일 2007.03.05
  • 파일확장자 항공대 1학년 금요일 문자함수
    함수의 프로토타입은 다음과 같다.// int sortstr(char *ptr, char *big_ptr, char *sml_ptr);// 여기서, ptr은 문자열에 대한 포인터, big_ptr과 ... sortstr(char *ptr, char *big_ptr, char *sml_ptr){int x,y;int Length = Strlen(ptr);for(y = 0; y < Length ... ; y++)for(x = y; x < Length; x++)if(ptr[x] < ptr[y])Swap(&ptr[x],&ptr[y]);*big_ptr = ptr[0];*sml_ptr
    리포트 | 2,000원 | 등록일 2006.11.27
  • 한글파일 c로 배우는 프로그래밍 기초 10장 이해점검 풀이
    \n", big(a,b));return 0;}int big(int a, int b){int result;result=(a>=b?a:b);return result;}B. ... #include int big(int a, int b);int main(void){int a,b;printf("임의 두 수를 입력하시오.") ... 함수 sum2()는 두 개의 int 형 인자를 사용하고 반환 값은 intint sum2(int a, int b)D.
    리포트 | 10페이지 | 1,000원 | 등록일 2006.11.17
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
AI 챗봇
2024년 06월 16일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
3:29 오후
New

24시간 응대가능한
AI 챗봇이 런칭되었습니다. 닫기