|
client fifo\n");
exit(1);
}
// pid로 CLIENT_FIFO 를 만든다.
sprintf(CLIENT_FIFO, "%d", getpid());
// client-specific FIFO를 만든다.
if (mkfifo(CLIENT_FIFO, FILE_MODE) == -1)
{
perror("fifo error");
exit(1);
}
client부분입니다. 1. 소스코드 (server.c, client.c)
2.
|
- 페이지 6페이지
- 가격 1,500원
- 등록일 2004.08.17
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Programming Guide, 1997.
<http://www.iona.com/Orbix/OrbixWeb>
[MeGG96] P. Merle, C. Gransart, J. M. Geib, CorbaWeb: A Generic Object Navigator, Proceedings of the Fifth International World Wide Web Conference, Paris, 1996.
[OrHa97] R. Orfali, D. Harkey, Client/Server Programming with JAVA and
|
- 페이지 12페이지
- 가격 2,600원
- 등록일 2009.02.09
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
숫자
...
Client/Server 예제(계속)
Client/Server 예제-Listing 1.3(Client)
78: printf(`Child sending request `%s`
`,msgp);
79: fflush(stdout); 1. 소켓의 역사
2. 소켓의 본질
3. 리눅스 커널과 응용 프로그램의 소켓 참조
4. 소켓 C 프로그램 예제
|
- 페이지 75페이지
- 가격 1,500원
- 등록일 2003.12.23
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
ServerSocket server = null
TextField textField = new TextField();
TextAreatextArea= new TextArea();
public GetResThread(Socket soc, TextArea ta, TextField tf) {
this.soc = soc;
this.textArea= ta;
this.textField = tf;
}
public void run() {
try {
while(true) {
System.out.println("server에서응답기다리
|
- 페이지 15페이지
- 가격 2,000원
- 등록일 2012.10.25
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Program the lesson)
9. 9 단계 : 보조자료 작성의 계획(Produce supporting materials)
10. 10 단계 : 평가와 개정의 준비(Evaluate and revise)
Ⅳ. 동적홈페이지 설계
1. 학교 홈페이지의 설계
1) Index 화면 구성
2) 학교 안내
3) 교사들을 위한 공간
4) 학생들을
|
- 페이지 14페이지
- 가격 6,500원
- 등록일 2011.10.07
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
02.터미널에서 java설치 과정
03.java파일을 컴파일하여 class파일을 생성
04.이클립스 설치 & 실행
05.윈도우에서 Server & Client 실행화면
06.리눅스에서 Server & Client 실행화면
07.문제점 & 개선방안
08.최종 실행화면
09.Server소스
10.Client소스
|
- 페이지 22페이지
- 가격 900원
- 등록일 2013.04.19
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Client/Server Environment
Client/server environment
Hardware
Client
end-user personal computers that run a business application
Server
super PC or minicomputer running the DBMS
Network
hardware that connects the client and server machines. 1. Client/Server Environment
2. Object-Orie
|
- 페이지 23페이지
- 가격 3,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
1.2. 목표
2. 본론
2.1. 배경이론(Mobile IP)
2.2. 작품 설명
2.2.1. 개관
2.2.2. 각 Part 설명
2.2.2.1. Mobile IP Part 1(Mobile Node)
2.2.2.2. Mobile IP Part 2(Foreign Agent)
2.2.2.3. Mobile IP Part 3(Home Agent)
2.2.2.4. Web/VOD Server
2.3. 부가 설명
3. 결과
|
- 페이지 54페이지
- 가격 3,000원
- 등록일 2006.12.14
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
비회원_관리자_등록쿼리.sql
[img] 1.26MB
empinfo.jpg ~ 프로젝트목록.jpg
[설명서] 2.94MB
1.jpg~17.jpg
[PC방관리소스]
[cmd_소스]
[PCRoomClient] 89.9KB
[PCRoomServer] 165KB
[eclips_소스]
[PCRoomClient] 100KB
[PCRoomServer] 184KB
|
- 페이지 350페이지
- 가격 200,000원
- 등록일 2011.10.17
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Programming 의 종류
(1) Web Clipping Applications (mini web-based applications)
- HTML 페이지를 특정 format 으로 축약한 내용의 집합체로 별도의 Client Programming 작업 없이 Proxy Server 를 이용해서 Data를 송수신
(2) Handheld Applications (traditional GUI applications)
- 별도
|
- 페이지 8페이지
- 가격 1,300원
- 등록일 2003.04.19
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|