• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 1,608건

data networking. Consider two hosts, A and B, connected by a single link of rate R bps. Suppose that the two hosts are separated by m meters, and suppose the propagation speed along the link is s meters/sec. Host A is to send a packet of size L bits to Host B. P7. Suppose users share a 1 Mbps lin
  • 페이지 5페이지
  • 가격 1,000원
  • 등록일 2010.01.25
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Data Bus, Control Bus 말고도 전원 Bus, 클락 bus, 총 5개의 버스가 있다. ·Address Bus : 메모리 IC에 Address 정보를 보내기 위한 버스 라인으로써, CPU에서 메모리 IC의 어떤 Address에 데이터를 기억할지 지정한다. Address Bus가 많을수록 많은 번지를 만들 수
  • 페이지 9페이지
  • 가격 1,000원
  • 등록일 2021.02.09
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Data Ware Housing Solution 및 Call Center Solution 통합 공급 협력 계약 체결 1998.06 미국 별정통신업체 미국내 통신 장비 설치 용역 수주 및 기술 인력 파견 1999.01 Global Links사와 기업 시스템 통합에 관한 전략적 제휴 체결 1999.05 통화과금 시스템 CALLin4
  • 페이지 12페이지
  • 가격 1,400원
  • 등록일 2016.01.01
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
return item; } } element peek( ) { element item; if(top == NULL) { printf("\n\n Stack is empty !\n"); return 0; } else { item = top->data; return item; } } void del( ) { stackNode* temp; if(top == NULL) { printf("\n\n Stack is empty !\n"); } else { temp = top; top = top->link; fr
  • 페이지 6페이지
  • 가격 1,300원
  • 등록일 2009.05.29
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Database에서 단위정보, 문헌을 보관하는 정보의 단위. ②Link-Node와 Node를 연결하는 label ③WWW(World Wide Web) ④Path History-시작점과 끝나는 점을 보여주는 기능 ⑤Book Marks-표시하는 기능 13. 인터넷 TCP/IP(전송규약)을 이용 ⊙Internet의 이용 ①전자메일
  • 페이지 5페이지
  • 가격 700원
  • 등록일 2008.10.05
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
data_processed = write(file_pipes[1], some_data, strlen(some_data)); printf("Wrote %d bytes\n", data_processed); } } exit(EXIT_SUCCESS); 2. Message queue 메시지 큐는 커널의 주소 매겨진 공간(kernel's addressing space)안의 내부 연결 목록 (Internal linked list)이라는 말로 가장 잘 묘
  • 페이지 20페이지
  • 가격 2,000원
  • 등록일 2009.03.18
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Linked List처럼 되어 버린 것을 알 수 있다. (혹은 Left, Right Skewed Tree) 이러한 문제를 해결하기 위해 균형 탐색 트리(balanced search tree)가 사용된다 1. 최대값을 찿는 알고리즘(maximum algorithm) 2. 선형 탐색 알고리즘(linear search algorithm) 3.
  • 페이지 22페이지
  • 가격 3,000원
  • 등록일 2004.06.26
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
link, right_link;     int input_time;     int initial_computing_time }; typedef struct queue_head *head_pointer; struct queue_head { queue_pointer link; }; head_pointer qhead[4]; queue_pointer head, tail; int cpu_time = 0; const int time_quantum=20; void initialize_queue(vo
  • 페이지 22페이지
  • 가격 3,000원
  • 등록일 2012.07.26
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
데이터 압축 기술의 발달로 56000 bps 이상의 속도를 가진 모뎀도 등장 1 데이터 통신 2 데이터 처리 방식의 변천 3 컴퓨터 망(Networks) 4 데이터 전송 (Data Transmission) 5 모뎀의 데이터 전송 속도 6 ISDN 7 통신 선로 (Communications Links)
  • 페이지 17페이지
  • 가격 2,000원
  • 등록일 2003.12.24
  • 파일종류 피피티(ppt)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
DatachatDoc), RUNTIME_CLASS(CMainFrame), // main SDI frame window RUNTIME_CLASS(CDatachatView)); AddDocTemplate(pDocTemplate); // Parse command line for standard shell commands, DDE, file open CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); // Dispatch commands specifi
  • 페이지 1페이지
  • 가격 2,000원
  • 등록일 2005.12.20
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
top