• 캠퍼스북
  • LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(519)
  • 리포트(458)
  • 시험자료(40)
  • 논문(15)
  • 자기소개서(3)
  • ppt테마(3)

"emptiness & fullness" 검색결과 1-20 / 519건

  • 한글파일 목포해양대 컴공 2학년 1학기 자료구조 스택 구현 과제
    *s); void main() { Stack s; int i, j; stack_start(&s); for(i=0; itop == -1) return 1; return 0; } int ... full (Stack *s) { if (s->top == (MAX-1)) return 1; return 0; } void push(Stack *s, char item) { if(full ... struct stack { char array[MAX]; int top; }Stack; void stack_start (Stack *s); char get_char(); int empty
    리포트 | 4페이지 | 1,000원 | 등록일 2021.12.28
  • 워드파일 가천대 2020 인공지능소프트웨어학과_자료구조 HOMEWORK1_ (1.linked list 스택 구현, 2. 2개의 큐로 스택 구현 3. 2개의 스택으로 큐 구현)
    stack2_full() && ! ... ); switch (select) { case 1: printf("Type the data to push : "); scanf_s("%d", &value); if (stack_full ... is empty."); return; } front2++; return queue2[front2 - 1]; } //description: check if queue1 is full
    리포트 | 17페이지 | 2,000원 | 등록일 2020.04.17
  • 워드파일 [자료구조]쿠르스칼,프림 알고리즘 문제 + 소스코드
    1) #define HEAP_EMPTY(n) (! ... ; } element delete_min_heap(HeapType *h) { if (HEAP_EMPTY(n)) { fprintf(stderr, "The heap is empty. ... (n)) { fprintf(stderr, "The heap is full.
    리포트 | 7페이지 | 2,000원 | 등록일 2021.07.31
  • 한글파일 한성대학교 자료구조 과제3
    is_empty(&s) && (prec(*infix) = '0'&&*infix = '0' && *infix ... ; case ')': case ']': case '}': if (is_empty(&s)) return FALSE; else { open_ch = pop(&s); if ((open_ch ... (StackType *s) { return (s->top == -1); } int is_full(StackType *s) { return (s->top == (MAX_STACK_SIZE
    시험자료 | 6페이지 | 2,500원 | 등록일 2023.06.28 | 수정일 2023.11.27
  • 한글파일 입문자를 위한 임베디드 시스템 5장 퀴즈
    =1 && k < key[i /2]) { key[i] = key[i /2]; heap[i] = heap[i /2]; i /=2; } key[i] = k; heap[i] = fp; } ... (void(*fp)(void), int k) { int i; if (is_full_heap()) return; i =++(heap_size); while (i ! ... () { return front == rear; } //비어 있는 것을 bool 형식으로 return int is_full() { return front == (rear +1) %
    리포트 | 3페이지 | 2,000원 | 등록일 2021.06.24
  • 한글파일 자료구조 과제(후위표기법)
    Empty() && iprecedence(Get_stack()) >= iprecedence(*sr)) {// 자신보다 높은 우선순위의 연산자는 스택에서 꺼낸다. ... push(int d) {//스택에 집어넣는 함수이다. if (top >= STACKSIZE - 1) {//top의 값이 99보다 크거나 같으면 printf("\n Stack is Full ... && *p
    리포트 | 5페이지 | 2,000원 | 등록일 2022.03.31
  • 워드파일 큐 자료구조와 이진트리의 너비 탐색 (C언어)
    (QType* q){ q->front = 0, q->rear = 0; } int is_empty(QType* q){ return q->front == q->rear; } int is_full ... is_empty(&q)){ root = dequeue(&q); printf("%c ", root->data); if (root->left) enqueue(&q, root->left) ... QType* q){ return (q->rear + 1) % MAX_QSIZE == q->front; } void enqueue(QType* q, element item){ if (is_full
    리포트 | 7페이지 | 2,500원 | 등록일 2021.11.05
  • 워드파일 c언어로 쉽게 풀어쓴 자료구조 5장 연습문제
    is_empty(&(q->s1))) { Stack_push(&(q->s2), Stack_pop(&(q->s1))); } } return Stack_pop(&(q->s2));; } int ... q->s1), item); return; } int Queue_pop(Queuetype* q) { if (is_empty(&(q->s2))) { while (! ... \n"); exit(1); } return; } void push_front(Dequeuetype* q, element item) { if (is_full(q)) { fprintf(
    시험자료 | 8페이지 | 1,500원 | 등록일 2021.04.12
  • 한글파일 영미단편소설 A+ 수업내용 1. A Clean Well-lighted place - Ernest Hemingway
    Everyday is fulled of emptiness. This is very very pessimistic. ... There is nothing to hail and hope for. All life is emptiness. But then he smiles. ... ’Hail Mary, full of grace.
    리포트 | 5페이지 | 1,000원 | 등록일 2021.10.21
  • 파워포인트파일 [마이크로컨트롤러]10th_USART
    방식 (Full Duplex Operation) 의 통신 ▶ 동기 및 비동기 통신 모드 선택 ▶ 높은 정밀도의 보레이트 (Baud Rate) 발생기 내장 ▶ 데이터 비트 (5~9 ... simplex) 통신 : 한 방향으로만 전송 가능 - 반이중 통신 (half-duplex) 통신 : 1 개 회선으로 양 방향 전송 , 동시에 양 방향 전송은 되지 않음 - 전이중 (full-duplex ... 동작 ) ▶ 에러검출기능 : 패리티 에러 , 데이터 오버런 (over run) 에러 , 프레임 에러 ▶ 3 개의 인터럽트 소스 : 송신 완료 인터럽트 , 송신 데이터 레지스터 빔 (empty
    리포트 | 25페이지 | 1,500원 | 등록일 2022.10.10
  • 파일확장자 성인간호학Managing a Chest Tube and Drainage System&quot;흉관 및 배액 시스템 관리&quot;논문 해석 및 퀴즈
    cavity.흉관에 연결된 물 밀봉 용기는 흉강에서 공기와 액체를 한 방향으로 이동시킬 수 있습니다.The container should not be changed unless it is full ... entails monitoring the chest-tube position, controlling fluid evacuation, identifying when to change or empty ... the containers, and caring for the tube and drainage system during patient transport.이것은 흉관 위치 모니터링,
    리포트 | 22페이지 | 4,000원 | 등록일 2022.03.19
  • 한글파일 [생능출판]C언어로 쉽게 풀어 쓴 자료구조 챕터4 스택 연습문제 #1~12 해답
    is_empty(&string)) return 0; return 1; } - 결과 - 12. ... printf("%d", ++count); break; case')': case']': case'}': if (is_empty(&string)) return 0; else { open_ch ... = ')') || (open_ch == '[' && ch != ']') || (open_ch == '{' && ch !
    시험자료 | 9페이지 | 4,500원 | 등록일 2019.10.02 | 수정일 2019.10.19
  • 한글파일 [전북대학교 A+] 자료구조 정리
    (top == -1) return stack_empty( ); /* returns and error key */ return stack[top--]; } ▷Queue의 add 와 ... ); fflush(stdin); if(ch>= 'a' &&ch= 'A' &&ch ... void push(element item) { /* add an item to the global stack */ if (top >= MAX_STACK_SIZE-1) stack_full
    시험자료 | 4페이지 | 2,000원 | 등록일 2023.06.20 | 수정일 2023.07.06
  • 파일확장자 An Introduction to Language Capter 4. answer
    of nothing (the empty set) C. i, iii D. ... Mama: “Sorry, honey, but my hands are full.” ... Semantic Rule II determines that the meaning of kissed Laura is the set consisting of no individuals (the empty
    리포트 | 19페이지 | 2,500원 | 등록일 2023.04.14
  • 한글파일 중앙대학교 자료구조 미로찾기 UI 프로그래밍가이드
    Is_empty(&s)) { fprintf(fp,"탈출 실패\n"); printf("탈출 실패\n"); return 0; } count++; } fprintf(fp,"도착 점 (% ... push(Stack *p,Pos data){ if(Is_full(p)) { printf("스택이 꽉찼습니다\n"); return ; } else { } } p->top++; p->data ... typedef struct Stack { Pos data[MAX_SIZE]; int top; }Stack; void Init(Stack *p) { p->top=-1; } int Is_full
    리포트 | 8페이지 | 6,000원 | 등록일 2022.01.21
  • 파일확장자 제대로 번역한 Longman Academic Reading Series 2 Chap4-2. The Mayonnaise Jar and Two Cups of Coffee
    He wordlessly picked up a very large and empty mayonnaise jar and proceeded to fill it with golf balls ... Then he asked the students if the jar was full. They agreed that it was.교수는 교탁 위에 몇 가지 물건을 내려놓았다. ... They were all future teachers, and they seemed quite nervous.
    리포트 | 3페이지 | 2,000원 | 등록일 2019.06.10 | 수정일 2020.11.09
  • 한글파일 원형 큐에 존재하는 요소의 개수를 반환하는 연산
    ); printf("front=%d rear=%d\n", q.front, q.rear); enqueue(&q, 1); enqueue(&q, 2); enqueue(&q, 3); printf ... (QueueType* q) { return (q->front == q->rear); } // 포화 상태 검출 함수 int is_full(QueueType* q) { return (( ... rear + 1) % MAX_QUEUE_SIZE == q->front); } // 삽입 함수 void enqueue(QueueType* q, element item) { if (is_full
    리포트 | 9페이지 | 2,000원 | 등록일 2021.07.06 | 수정일 2021.10.19
  • 파일확장자 제대로 번역한 Reading Explorer5 (3rd edition) UNIT6A. Quicksilver
    케네스 브라우어 (Kenneth Brower)는 모든 물고기의 제왕 뒤에 감춰진 이야기를 찾아 나선다.One moment the undersea scenery is an empty ... 태양 광선은 마치 스테인드 글라스(색유리창)인양 빛을 비춘다.The next moment the ocean is full of giant bluefin tuna, the largest ... Survival and Protection6A: Quicksilver 살아있는 은(銀)Prized for sushi, the fast and powerful Atlantic bluefin
    리포트 | 8페이지 | 3,500원 | 등록일 2020.08.07 | 수정일 2020.08.11
  • 한글파일 자료구조 - 큐 요약 및 소스 분석, 코드 개선 과제
    is_empty(q) : 큐가 공백상태이면 True 반환 ? is_full(q) : 큐가 포화상태이면 True 반환 ? ... 1로 설정함으로써, 큐를 초기화한다. -> is_full(q) : 큐가 포화상태여서, rear 위치가 Max와 같을 때 1을 반환(True) -> is_empty(q) : 큐가 공백상태여서 ... get_rear(q) : 덱의 뒤에 있는 요소를 삭제하지 않고 반환 1-2 분석&설계(역공학) - 디버깅내용(손분석, 화면캡쳐) ■ 분석내용 : 큐와 덱의 연산 ->error(char
    리포트 | 9페이지 | 2,000원 | 등록일 2020.09.01
  • 워드파일 자료구조 스택, 큐
    ; } } return 0; } void push(int id, char name[MAX_NAME_SIZE]) { if (stackFull()) { printf("stack is full ... true : false; } void error() { printf("stack is empty, cannot delete elements\n"); exit(0); } void sprint ... menu, 10); if (strcmp("push", menu) == 0) { int tmp_id; char tmp_name[MAX_NAME_SIZE]; scanf_s("%d %s", &tmp_id
    리포트 | 14페이지 | 2,000원 | 등록일 2020.12.05
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업