Welcome![Sign In][Sign Up]
Location:
Search - a client

Search list

[WinSock-NDISClient

Description: 一个客户端和服务器文件传输的例子,对网路编程有帮助,类似FTP-a client and server file transfer example, the Internet programming help, similar to FTP
Platform: | Size: 88528 | Author: migo hon | Hits:

[Telnet Clientclient

Description: This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message \"This is a test\" is written to the server. There are four basic steps needed to implement a client: 1. Wait for a Named Pipe instance to become available using the WaitNamedPipe() API function. 2. Connect to the Named Pipe using the CreateFile() API function. 3. Send data to or receive data from the server using the WriteFile() and ReadFile() API functions. 4. Close the Named Pipe session using the CloseHandle() API functions.
Platform: | Size: 3509 | Author: sean zhang | Hits:

[J2MEHttpClient

Description: 手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
Platform: | Size: 887808 | Author: 陈建宇 | Hits:

[Bookstut-bingo

Description: A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.
Platform: | Size: 37888 | Author: 刘波 | Hits:

[Other远程文件传送——Client

Description: 一个远程文件传送的程序——Client-a remote file transfer procedures-- Client
Platform: | Size: 5120 | Author: 孙泱泱 | Hits:

[Internet-NetworkWSAsocket-server,client

Description: 简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
Platform: | Size: 121856 | Author: 高海辉 | Hits:

[Internet-Networkua_time

Description: Works a client and a server using UDP in asynchronous operation mode to implement the simple daytime protocol, as described in RFC 867
Platform: | Size: 20480 | Author: 沈尘 | Hits:

[JSP/Javaclient-server

Description: 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C/S applications. Which side of the GUI Client procedures used to provide input interface number two, and a "send" button, there is another TextField came for the show results; Terminal Server connectivity for wiretapping request, sent over the calculation of the number two and, for the return data results.
Platform: | Size: 1024 | Author: 刘流 | Hits:

[Internet-Networkchapter3 Time Server Client

Description: 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
Platform: | Size: 45056 | Author: 张天 | Hits:

[Internet-NetworkA Simple socket example

Description: It is a socket server. It accepts a connection from client and prints on the console a message that client writes
Platform: | Size: 53248 | Author: 培育 | Hits:

[Windows Developtcpc1

Description: linux下的网络通讯例程,采用TCP通讯,客户端例程,本人 在LINUX环境下测试通过,绝对好用哦-the examples about net communication in linux,is a client program that use the TCP protocal and is checked in linux envirment.It is good!!
Platform: | Size: 1024 | Author: 周三 | Hits:

[Ftp ServerFTP服务

Description: 这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。-this is a client programm and a server programm writen in c#,it provides convenience for people who need it.
Platform: | Size: 48128 | Author: 李斌 | Hits:

[Ftp ClientFree FTP client

Description: Ftp Client 这是个FTP客户端,是一个功能强大的客户端,可以根据源码方便的加以修改,做成适合自己的FTP客户端. -Ftp Client This is a FTP client, is a powerful client, in accordance with the modified source code to facilitate and create suitable for their own FTP client.
Platform: | Size: 683008 | Author: 郑码 | Hits:

[Telnet Servertelnet_ser&client

Description: 一个用VC编写的远程登录的小程序,包括客户端和服务器端.-a VC prepared by the small remote login procedures, including client and server side.
Platform: | Size: 46080 | Author: 唐军 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Internet-NetworkSocket-Client-Server

Description: Winsocket通讯程序,为新手学习如何编写Socket通讯提供很好的例子,1个是客户端程序,1个是服务器程序.-WinSocket communication procedures for the novice to learn how to prepare Socket Communications to provide good example is a client program, is a server program.
Platform: | Size: 274432 | Author: 赖旭员 | Hits:

[ICQ-IM-ChatClient

Description: 一个即使通讯代码的客户端的所有源代码。 实现了即使通讯IM的所有功能。-Even if the communication code of a client of all the source code. Achieved even if all the features of IM communications.
Platform: | Size: 6419456 | Author: 聂晏冰 | Hits:

[Internet-Networkclient.c

Description: windows socket 编程 这是一个客户端的程序-windows socket programming This is a client program
Platform: | Size: 1024 | Author: tacho | Hits:

[Internet-NetworkKEYLOGGER-SERVEUR-CLIENT

Description: this code is 4 a CLient/serveur Keylogger Using WS2 Windows lib For Beginners
Platform: | Size: 514048 | Author: chimer | Hits:

[androidfunambol-android-sync-client-10.0.4-src

Description: SyncML客户端实现, Funambol Sync Client for Android is a client to synchronize PIM Data of Android devices with any SyncML aware server. For the moment, it is an experimental project to explore the possibility of the new platform. Currently you can synchronize contacts with the internal database of the Funambol server so you can exchange them with other devices or Thunderbird adressbook for example. If you want to test without risk try the Android emulator shiped with the Android SDK.(SyncML Client Funambol Sync Client for Android is a client to synchronize PIM Data of Android devices with any SyncML aware server. For the moment, it is an experimental project to explore the possibility of the new platform. Currently you can synchronize contacts with the internal database of the Funambol server so you can exchange them with other devices or Thunderbird adressbook for example. If you want to test without risk try the Android emulator shiped with the Android SDK.)
Platform: | Size: 5665792 | Author: fengcomer | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net