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

Search list

[CSharpaTelnetServerInCSharp

Description: 星期五 2004 05 28上午 10:16:16   昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。   之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。   O^O可以支持多个客户端同时连接,调用CMD.exe实现Shell,暂时只支持 2000、xp、2003系列,因为我没有98下的vs.net,所以我也不打算让他支持98。   刚刚完成,bug很多,不管他,先来个0.1的release再说。   呵呵,搞不好是绝版哦,还不看看先! 上午 10:28:47-Friday 2004 05 28 10:16:16 yesterday morning Internet is the Internet, 1:00 excess energy, and thought to write a Telnet Server ideas. Yesterday, the results online two hours this morning with two hours, I was called an O ^ O Telnet Server was born. Why write it because I want to spend the full OO method Telnet Server, with the OO method is very simple. O ^ O and Telnet Server meaning of the name is OO object-oriented meaning only in the middle of a "^." O ^ O can support multiple client link, calling CMD.exe achieve Shell, temporary support only 2000, xp, 2003 series, because I did not vs.net under 98, so I do not intend to let him support 98. Just completed, many bug, regardless first 0.1 months to repeat the release. Oh, they might be out of print, oh, do not look at the first
Platform: | Size: 12837 | Author: 孙立文 | Hits:

[Process-Threadjava海上的小游戏

Description: 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
Platform: | Size: 6220 | Author: 刘亮 | Hits:

[Windows Develop控制对方机器的程序Client

Description: 可以偷窥到对方的桌面内容,按设置的时间进行刷新.可以用鼠标控制对方的电脑,包括所有的鼠标操作.可以使用键盘控制对方的电脑,几乎可用所有的按键.在客户端可以建立多个窗口,对多台电脑进行监视控制.可以运行一条命令,例如打开一个记事本.可以锁定/解锁对方的电脑.可以让对方电脑(强行)注销/重启/关机.可以传送/删除/移动对方的电脑上的文件.在必要时还可以关掉服务程序. -can peeping into the opponent's desktop, set up by the time set. The mouse can be used to control each other's computer, including all the mouse operation. The keyboard can be used to control each other's computer, almost all the available buttons. The client can establish multiple windows on multiple computers monitoring and controlling. an order can run, for example, opened a notebook. can lock / unlock each other's computers. the computer can let the other party (forced) cancellation / reboot / shutdown. transmission / delete / mobile computer on the other side of the paper. when necessary, the service can switch off the Treasury procedures.
Platform: | Size: 97322 | Author: ysx | Hits:

[ICQ-IM-Chat客户端服务器编程

Description: 聊天室编程,首先打开服务器代码并编译,然后再打开多个客户端就可以聊天了。(在一台机器上已经实现) -chat rooms programming, the first to open the server code and compile, then open multiple client can talk to. (In a machine achieved)
Platform: | Size: 107922 | Author: 刘臣 | Hits:

[CSharpCShttpServer

Description: C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm" no documents were sent the wrong message multi-threading, can simultaneously connect to multiple client.
Platform: | Size: 5517 | Author: 张杰 | Hits:

[WinSock-NDISwenjiandaima

Description: 用java编写的多机计算的程序,程序的目的是一个服务器端向多个客户端发送一个数据,其他客户端进行计算。有线程,可以连接多台计算机。依电脑负荷。-prepared with the more computing procedures, the purpose of a server to multiple client sends a data and other client computing. There are threads, which can connect multiple computers. According to the computer load.
Platform: | Size: 1821 | Author: 逐渐为 | Hits:

[JSP/Javajava_chat_src

Description: 聊天室说明: 此程序基于C/S模式,Server端只要运行一个就可以了,一个用户对应一个Client端,可以运行多个Client端进行多人聊天,聊天分为广播形式和单点对单点的选择发送形式。此程序可以在单机和局域网运行。 在原来程序的基础上,稍加修改了程序,添加了检测用户名唯一性的功能,并且完善了注释。如果有什么错误,请大家多多指导!-Chat Room Note : This procedure based on the C / S mode, Server running an end as long as we can. a user corresponding one-Client can run multiple Client-for people to chat, Chat radio format and divided into single-point single point of this form of choice. This procedure can be single and LAN operation. In the original procedure on the basis of some amendments to the procedures, adding users were detected only sexual function, and improve the Notes. If there is anything wrong, please Members can guide!
Platform: | Size: 5423 | Author: 阿木 | Hits:

[WinSock-NDISSampleSer_Cli

Description: 基于TCP的网络聊天程序,一个server多个client,支持多个client同时与server聊天,适合学习TCP通信和多线程的人-network based on TCP Chat procedures, a number of client server. Support for multiple client while chatting with the server, suitable for learning TCP communications and the multithreading
Platform: | Size: 112573 | Author: 张利君 | Hits:

[JSP/Javaclient

Description: These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII string. The server, to keep it very simple, does not use multiple threads. This code requires JDK 1.1 or later, but can easily be adapted to JDK 1.0. -These two classes show an extremely simple java.net example of socket programming. They i mplement the Unix daytime protocol. an extremely simple protocol that consists ent irely of the server sending its current local ti me and date to the client as an ASCII string. The s servers, and to keep it very simple. does not use multiple threads. This code requir es JDK 1.1 or later, but can easily be adapted to JDK 1.0.
Platform: | Size: 1037 | 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:

[Internet-NetworkRawSocketServerExample

Description: vc++编写的用多线程实现客户-服务器结构的一个例子,有学习价值-vc prepared by using multiple threads to achieve client-server structure of an example, learn the value
Platform: | Size: 34816 | Author: 徐超 | Hits:

[CSharpaTelnetServerInCSharp

Description: 星期五 2004 05 28上午 10:16:16   昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。   之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。   O^O可以支持多个客户端同时连接,调用CMD.exe实现Shell,暂时只支持 2000、xp、2003系列,因为我没有98下的vs.net,所以我也不打算让他支持98。   刚刚完成,bug很多,不管他,先来个0.1的release再说。   呵呵,搞不好是绝版哦,还不看看先! 上午 10:28:47-Friday 2004 05 28 10:16:16 yesterday morning Internet is the Internet, 1:00 excess energy, and thought to write a Telnet Server ideas. Yesterday, the results online two hours this morning with two hours, I was called an O ^ O Telnet Server was born. Why write it because I want to spend the full OO method Telnet Server, with the OO method is very simple. O ^ O and Telnet Server meaning of the name is OO object-oriented meaning only in the middle of a "^." O ^ O can support multiple client link, calling CMD.exe achieve Shell, temporary support only 2000, xp, 2003 series, because I did not vs.net under 98, so I do not intend to let him support 98. Just completed, many bug, regardless first 0.1 months to repeat the release. Oh, they might be out of print, oh, do not look at the first
Platform: | Size: 13312 | Author: 孙立文 | Hits:

[JSP/Javajava_chat_src

Description: 聊天室说明: 此程序基于C/S模式,Server端只要运行一个就可以了,一个用户对应一个Client端,可以运行多个Client端进行多人聊天,聊天分为广播形式和单点对单点的选择发送形式。此程序可以在单机和局域网运行。 在原来程序的基础上,稍加修改了程序,添加了检测用户名唯一性的功能,并且完善了注释。如果有什么错误,请大家多多指导!-Chat Room Note : This procedure based on the C/S mode, Server running an end as long as we can. a user corresponding one-Client can run multiple Client-for people to chat, Chat radio format and divided into single-point single point of this form of choice. This procedure can be single and LAN operation. In the original procedure on the basis of some amendments to the procedures, adding users were detected only sexual function, and improve the Notes. If there is anything wrong, please Members can guide!
Platform: | Size: 5120 | Author: 阿木 | Hits:

[JSP/Javajavachatroom

Description: 小型的java聊天室程序,一个服务端,可以有多个客户端。-Small java chat room procedures, a service client, you can have multiple clients.
Platform: | Size: 31744 | Author: 门鑫 | Hits:

[Internet-Networksocket-client-server

Description: vc 实现 客户端 服务端通讯,服务端可接收多个客户端-vc realize the client-side communication services, service client can receive multiple clients
Platform: | Size: 99328 | Author: studyhard | Hits:

[ICQ-IM-ChatMsgSend

Description: socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat records show!
Platform: | Size: 41984 | Author: 涂菲 | Hits:

[Ftp ServerFTP

Description: 用WINSOCK建立通信基础,FTP服务器,多个CLIENT可以通过请求连接到服务器,CLIENT之间可以进行通信。-WINSOCK communications set up with basic, FTP server, multiple CLIENT can request to connect to the server, CLIENT can communicate between.
Platform: | Size: 2630656 | Author: 衣纯刚 | Hits:

[JSP/Javajava

Description: 用RMI方法实现当地的Java聊天程序,是基于一个服务器端的多个客户端的聊天程序。只需进行编译后即可运行。-Use RMI methods to achieve local Java chat program is based on a multiple client server chat program. Just be compiled to run.
Platform: | Size: 2048 | Author: wangdong | Hits:

[Internet-Networkclient

Description: 基于TCP协议的客户端代码,实现文件的上传和下载,支持多个客户端与服务器的连接与数据的传输。-TCP-based client-side code, upload and download files, and supports multiple client and server connection and data transmission.
Platform: | Size: 2048 | Author: | Hits:

[TCP/IP stackTcp_Multi-client

Description: Tcp/Ip通信源码,实现一个服务器端,多个客户端通信模式-Tcp/Ip communication source, achieve a server, multiple client communication mode
Platform: | Size: 331776 | Author: zero | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net