• 전문가 요청 쿠폰 이벤트
  • 통합검색(52)
  • 리포트(52)
판매자 표지는 다운로드시 포함되지 않습니다.

"initiation of struct" 검색결과 1-20 / 52건

  • 판매자 표지 자료 표지
    아주대학교 기초전기실험 A+ 결과보고서 Ch. 15 (DC)
    in making decisions consistent with the safety, health and welfare of the public, and to disclose ... , and the charge of c will be charged because the supplied power is10.00V and actually the voltage ... of the capacitor is100 mu F, we can calculatetau `=`97.78k OMEGA `X`100 mu F`=`9.78sec. Since the
    리포트 | 6페이지 | 2,500원 | 등록일 2023.03.09
  • 판매자 표지 자료 표지
    Matlab을 이용한 간단한 음성필터 만들기
    -Dec-2021 13:35:41% Begin initialization code - DO NOT EDITgui_Singleton = 1;gui_State = struct('gui ... );% hObject handle to figure% eventdata reserved - to be defined in a future version of MATLAB% handles s ... - to be defined in a future version of MATLAB% handles structure with handles and user data (see
    Non-Ai HUMAN
    | 리포트 | 9페이지 | 1,000원 | 등록일 2022.05.30
  • C언어로 만든 도서관 좌성관리 프로그램
    한 프로그램이다.2. 요구사항 리스트3. RelationShip▶Initiator 관리자4. Flow of Events3.1 Main Flows3.1.1 프로그램을 실행 시키면 최초 ... ;}//==========================================================struct Node* appendFromTail(SLL *plist, Node ... t){plist->curp=(SN)malloc(sizeof(struct Node));if(plist->curp==NULL){printf("메모리할당실패\n");return
    Non-Ai HUMAN
    | 리포트 | 53페이지 | 3,000원 | 등록일 2018.10.03 | 수정일 2022.07.12
  • Go Back N ARQ
    processing struct frm bee[SIZE]; //frm buffer of bee int bee_size; // how many frames in bee unsigned int ... #include #include #include #define SIZE 500 //size of frame buffer float p;//frame loss/corruption ... probability struct pkt{ char data[20]; }; //define packet struct frm{ int seqnum; int acknum; //int
    Non-Ai HUMAN
    | 리포트 | 4,000원 | 등록일 2014.06.10 | 수정일 2014.06.20
  • Computer Programming&Lab-Structure
    Lab practice 14_4. –Define structure as struct student{ char name[20]; int kor ; int math; int eng ... ; int sum; double avg ; }; –Declare a structure array with three elements and initialize student names ... average of each subject using for loop. –Print name, subject scores, sum, and average for each s
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2015.01.26
  • [시스템프로그래밍실습] fork() and Signal Processing
    */sockfd = socket(AF_INET, SOCK_STREAM,0);/* Configure settings of the server address struct ... */memset(&serv_addr, 0, sizeof(serv_addr)); //initialize structure/* Address family = Internet */serv_addr ... ); // signal handler for SIGCHLDvoid sh_alrm(int); // signal handler for SIGALRMvoid client_info(struct s
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 2,500원 | 등록일 2015.06.19 | 수정일 2016.03.12
  • 운영체제 Synchronization(C,Java 소스코드 및 설명 포함)
    ;}void initbuf(struct buffer *p){p->in = p->out = p->count = 0;}void *producer(void *arg){struct buffer ... *p = (struct buffer *)arg;int msg=0;while(1) {sleep(rand2());msg++;printf("Producer inserts message ... %d\n", msg);putmsg(p, msg);}}void *consumer(void *arg){struct buffer *p = (struct buffer *)arg;int
    Non-Ai HUMAN
    | 리포트 | 18페이지 | 1,500원 | 등록일 2014.01.16
  • 공학프로그래밍 설계 C Linked List
    num_of_stu=0;// initial idvoid getStudent(FILE* infp, FILE* ofp1, FILE* ofp2);// create student list ... #include #include void displayList();typedef struct _NODE {int id;char first_name ... [20];char last_name[20];int age;int score;struct _NODE *link;}NODE;// data structureNODE *head;int
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 2,000원 | 등록일 2013.04.12
  • GeekOS Project3- System call 추가, Scheduling 기법, Process의 동기화(Semaphore)
    ->ebx;int quantum = state->ecx;KASSERT(quantum > 0);struct Kernel_Thread *pThread= Get_Front_Of_Thread ... (struct Interrupt_State* state) {//TODO("SetSchedulingPolicy system call");g_schedul_policy = state ... _Front_Of_Thread_Queue(&s_runQueue[i]);while (pThread != NULL) {Remove_From_Thread_Queue(&s_runQueue[i
    Non-Ai HUMAN
    | 리포트 | 16페이지 | 1,000원 | 등록일 2013.12.12 | 수정일 2013.12.15
  • Data Structures PJ2
    puzzle and find the words. Also I should consider pros and cons of hashing and trees. So I may c ... most what we covered in class is hash. Hash is mapping of key into some number or word between 0 and ... the tree is composed of rooted tree, depth, height, ancestor, descendant, parent, child and sibling
    Non-Ai HUMAN
    | 리포트 | 11페이지 | 3,000원 | 등록일 2012.12.01
  • [교육]지도성 이론
    성은 설득의 한 형태이다.⑥ 지도성은 권력관계이다.⑦ 지도성은 목적달성의 수단이다.⑧ 지도성은 상호작용의 결과이다.⑨ 지도성은 구조의 창출(initiation of structure)이 ... 의 과정이다.L=f(l×f×s) (L=Leadership, l=leader, f=follower, s=situation)2. 전통적 지도성 이론① 특성론 - 지도자 개인의 특성에 초점 ... 화적 지도자의 동기체제 : 피들러는 지도자의 동기유발구조를 측정하기 위해서LPC(least preferred co-worker scale ; 가장 싫어하는 동료작업자)척도)를 개발함
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,500원 | 등록일 2012.05.12
  • 해싱을 이용하여 학번과 학생이름을 삽입하고 검색하고 수정하고 삭제하는 프로그램
    NUMBER_OF_OVERFLOWS 20void initialization();void searchofdata();void deleteofnode();void modification ... 만 처리하게 되므로 수행 시간면에서도 매우 효율적이다.사용 예소스코드#include #include #include #define NUMBER_OF_BUCKET 33#define ... ();struct node{int link;int id;char name[10];};struct node data;struct node exist;void main(){int c
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 2,500원 | 등록일 2011.11.15
  • OS 파일 시스템 구현
    .h"typedef struct tagINode{char name[8]; //파일명int size; //파일 크기int blockPointers[8]; //다이렉트 블록 포인터c ... har time[5]; //파일의 최종 수정 시간int used; //inode가 사용되었나 사용 되지 않았나} INode;typedef struct tagSuperblock{char ... );/////////////////datablocktypedef struct tagDatablock{char data[BLOCK_SIZE];} Datablock;void initBlock(void* pBlock
    Non-Ai HUMAN
    | 리포트 | 2,000원 | 등록일 2011.11.02
  • [충남대 최훈]운영체제 생산자 소비자 문제 구현 및 커널 알고리즘 분석
    truct timeval tvconsume[NUMELEMENTS];//소비시간 저장pthread_cond_t slots = PTHREAD_COND_INITIALIZER;pthread0;j ... 에서 ite하여 shrMem에 저장한다*/shrMem = (struct sharedMemory *)shmat(shmid, (void*)0, 0);//공유 메모리내의 변수들을 초기화한다.s ... = 0;//생성자 소비자, 아이템struct timeval tpBuffer[BUFSIZE];struct timeval tvproduce[NUMELEMENTS];//생성시간 저장s
    Non-Ai HUMAN
    | 리포트 | 22페이지 | 7,000원 | 등록일 2012.10.13
  • 크루스칼 알고리즘
    _OF_VERTEX * (NUM_OF_VERTEX - 1 ) ) / 2typedef int BOOL;typedef struct _set_of_edges SOE;struct _set ... #include#include#define TRUE 1#define FALSE 0#define NUM_OF_VERTEX 8#define MAX_NUM_OF_PATHWAY (NUM ... _of_edges{int val1;int val2;int dis;};void kruskal(int n, int m, SOE *F, SOE *E );void Initialize
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2010.11.08
  • OPERATING SYSTEM(GeekOS)
    (struct Kernel_Thread* kthread){/** Push initial values for saved general-purpose registers.* (The ... _Interrupts();}/** Push initial values for general purpose registers.*/static void Push_General_Registers ... (kthread, 0); /* ebp */}static void Push_General_Registers_esi(struct Kernel_Thread *kthread, ulong_t
    Non-Ai HUMAN
    | 리포트 | 55페이지 | 3,000원 | 등록일 2010.06.26
  • 마이크로프로세서 - SSD의 FTL을 C++로 구현, 시뮬레이션
    Page into Physical page sequentially.typedef struct {blk_table_tBlk_Table[NUM_OF_LOGICAL_BLOCK];phy ... _blk_table_tPhy_Blk_Table[NUM_OF_TOTAL_BLOCK];uint count_Freeblock;}FTL_t;typedef struct{uint LPA ... . You may use some example when you explain about thealgorithm.General structure of FTLLogical
    Non-Ai HUMAN
    | 리포트 | 4,000원 | 등록일 2011.12.20
  • 어셈블러의 PASS1, PASS2 구현
    _type명령어의 타입을 저장할 열거체 선언enum _type_table 각 테이블의 이름을 가리키는 열거체 선언typedef struct _table tableSymbol ... , Listeral, BaseAddress를 저장할 구조체typedef struct _token token분리된 Token을 저장할 구조체typedef struct _p2_table p2 ... Initialize() 각 구조체 및 변수 초기화_type is_OPT(char *p)가연산자 및 기계연산자 테이블 검색해서 명령어 타입을 리턴int is_Char(char *src
    Non-Ai HUMAN
    | 리포트 | 23페이지 | 4,900원 | 등록일 2010.09.08
  • 리눅스 프로세스에 대한 이해
    urrent macro - obtain process currently running from the value of esp register ◆ extra_task_struct ... () ◆ free_task_struct() ◆ alloc_task_struct()Process List an efficient search through processes of a given ... 을 수 있다.정의 a picture what each process is doing task_struct type structure Process Descriptor에 저장
    Non-Ai HUMAN
    | 리포트 | 39페이지 | 5,000원 | 등록일 2011.01.24
  • The Simple Expression Tree
    of the list, hiding any items already on the stack, or initializing the stack if it is empty. The ... of the tree. Here, there are four operators, addition (+), subtraction (-), multiplication (*) and ... hierarchical tree structure with a set of linked nodes.Mathematically, it is not a tree, but an
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,000원 | 등록일 2010.10.09
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 04월 05일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
4:57 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감