'initiation of struct' 총 검색 결과 124건
-
-
Selective_Repeat C구현 및 주석, 보고서
-
layer)에서 layer5로 전송될 데이터를 의미*/ struct msg ... 에서 layer3로 전송될 데이터의 단위*/ struct pkt { int ... framework interface */ void A_output(struct
- 리포트 > 프로그램소스|2020.06.09|0페이지|5,000원|구매(0)|조회(0)
-
-
-
Go Back N ARQ
-
struct frm bee[SIZE]; //frm buffer of bee int ... //size of frame buffer float p;//frame loss ... /corruption probability struct pkt{ char
- 리포트 > 프로그램소스|2014.06.10|0페이지|4,000원|구매(0)|조회(0)
-
-
-
GeekOS Schedule(보고서 & 프로그램소스)
-
the include/ directory of the Linux ... kernel, and are licensed under the terms of ... from files copyrighted by the Regents of
- 리포트 > 프로그램소스|2009.04.06|0페이지|1,500원|구매(0)|조회(0)
-
-
-
[프로그래밍] 블랙잭 게임 소스
-
element of the pack with a unique, initial ... _HAND 10 #define NUMBER_OF_SWAPS 1000 ... #define INITIAL_CARDS 2 #define BLACKJACK 21
- 리포트 > 공학/기술|2003.03.26|10페이지|3,000원|구매(0)|조회(0)
-
-
-
인공지능 A STAR 알고리즘 / 신경망 프로젝트
-
contain information of a node struct node ... leaf of the tree, 0 otherwise struct node ... struct board{ int array[3][3
- 리포트 > 프로그램소스|2007.11.03|0페이지|2,000원|구매(0)|조회(0)
-
-
-
STOP AND WAIT ARQ(LINUX BASE,UDP,IPV6,IPV4, UP/DOWNLOAD)
-
sig_alrm(int); struct plus usp ... 4 structure struct sockaddr_in saddr ... ; // ipv6 structure struct sockaddr_in6 sin6
- 리포트 > 프로그램소스|2007.12.21|0페이지|3,000원|구매(0)|조회(0)
-
-
-
버퍼를 가지는 큐구현
-
/****************************/ /*Typedefine BUFFER struct ... struct buf { char buffer[1316]; }Buf ... QUEUE struct
- 리포트 > 프로그램소스|2006.10.23|0페이지|500원|구매(0)|조회(0)
-
-
-
LINUX BASE TCP FILE TRANSFER PROGRAM DOWNLOAD/UPLOAD IPV4/IPV6
-
of ip int len; int len6; // ipv4 ... structure struct sockaddr_in saddr, caddr ... ; // ipv6 structure struct sockaddr_in6 sin6
- 리포트 > 프로그램소스|2007.12.21|0페이지|2,000원|구매(0)|조회(0)
-
-
-
[교육]지도성 이론
-
성은 구조의 창출(initiation of structure)이다
- 리포트 > 교육학|2012.05.12|12페이지|1,500원|구매(0)|조회(0)
-
-
-
malloc 분석
-
source 분석 정의된 구조체 struct desc , struct ... arena, struct block 대표적인 함수 Block allocator ... () free() static struct arena* block_to
- 리포트 > 프로그램소스|2008.10.03|12페이지|1,100원|구매(0)|조회(0)
-
-
-
POSIX IPC 조사 및 프로그래밍 소스, 보고서
-
> struct shared_use_st{ int written_by_you ... = (void *)0; struct shared_use_st *shared ... ,sizeof(struct shared_use_st), 0666 | IPC
- 리포트 > 프로그램소스|2014.11.26|0페이지|2,000원|구매(0)|조회(0)
-
-
-
Computer Programming&Lab-Structure
-
. –Define structure as struct student{ char ... initialize student names as {{Tom},{Jane ... average of each subject using for loop
- 리포트 > 공학/기술|2015.01.26|4페이지|1,000원|구매(0)|조회(0)
-
-
-
hash 구조의 성능 분석 프로그램
-
definition of hash typedef struct hash ... /* Time Check Program of Hashing ... of hash size #define STR_MAX 20
- 리포트 > 프로그램소스|2005.09.04|8페이지|800원|구매(0)|조회(0)
-
-
-
greedy 사용한 최단경로구하기 cpp 자료구조 알고리즘
-
information of each cell struct cell { int ... )); // initialize distance of (0, 0) with its ... [row][col]; // initializing distance array
- 리포트 > 프로그램소스|2020.05.10|0페이지|2,000원|구매(0)|조회(0)
-
-
-
[C자료구조 프로그램소스] 동치관계를 파악하여 equivalence class생성하는 프로그램
-
classes such that two members x and y of S ... sample + File has the number of equivalence ... Fisrt, this part of algorithm
- 리포트 > 공학/기술|2008.09.08|8페이지|1,300원|구매(0)|조회(0)
-
-
-
시스템콜 구현, 쉘 프로그래밍 : vfork() 구현 - Adding Process (65page)
-
_ * ---------------------------------------------------------------------- */ /* * Initialize ... . */ static void Init_Thread(struct Kernel ... nextFreePid = 1; struct Kernel_Thread* owner
- 리포트 > 공학/기술|2009.03.27|65페이지|3,000원|구매(0)|조회(0)
-
-
-
오토마타 유한 상태 인식기
-
struct stack_node // stack node { char item ... ; struct stack_node *next; }STACK; STACK ... ; // stack bottom pointer typedef struct
- 리포트 > 프로그램소스|2008.02.28|0페이지|1,000원|구매(0)|조회(0)
-
-
-
[화일처리] C로 짠 2-3-4트리 구현
-
.h> //key 값과 address의 구조체 typedef struct ... ; //링크 typedef struct two34 *two34pointer ... ; //2-3-4 노드의 구조체 typedef struct two34
- 리포트 > 프로그램소스|2004.11.08|0페이지|2,000원|구매(0)|조회(0)
-
-
-
C# 프로그래밍 가이드
-
designed for building a variety of ... : a new form of iterator, anonymous ... , object initializer, extension method
- 리포트 > 공학/기술|2009.05.04|35페이지|2,500원|구매(0)|조회(0)
-
-
-
OPERATING SYSTEM(GeekOS)
-
segment_Thread* kthread) { /* Dispose of the ... _Page(kthread); /* Remove from list of all ... Reap_Thread(struct Kernel_Thread
- 리포트 > 경영/경제|2010.06.26|55페이지|3,000원|구매(0)|조회(0)
-