搜索资源列表
-
0下载:
linux下用C编写的服务器端和在WINDOWS下用VC写的客户端之间的网络通信程序-under linux prepared by the C-terminal server and Windows using VC written between the client Network Communication Program
-
-
0下载:
编译其中的.dsw文件,在Debug目录下会生成对应的exe文件,双击该文件即可。
*******
程序既可以作为客户端又可作为服务器端-the compiler. Dsw documents in the Debug directory will generate the corresponding exe file, Double-click on the file. ******* Procedures can be as a client will serve as a term
-
-
0下载:
CSocket实现聊天室的程序.
编译其中的.dsw文件,在Debug目录下会生成对应的exe文件,双击该文件即可。
程序既可以作为客户端又可作为服务器端-CSocket achieve chat room procedures. The compiler. Dsw documents, In Debug directory will generate the corresponding exe file, double-click the file. Procedures can be
-
-
0下载:
首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
-
-
0下载:
EVC;Winsock编程,客户端的通讯程序;建立PC端的服务器程序,接受WinCE客户端的字符输入,显示在PC端服务器的输出显示窗口中,同时有开发办客户端字符发送接受程序。-EVC; Winsock programming, client communication procedures; The establishment of PC-server, WinCE client accept the character input, display terminal server in the
-
-
0下载:
局域网聊天的程序,包含两个程序,一个server 端,一个client端。-LAN chatting procedures, including two procedures, a terminal server, a client terminal.
-
-
0下载:
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implement
-
-
0下载:
Terminal Server Client(tsclient)是一个用于rdesktop的前端。它支持大多数rdesktop 1.1/1.2 参数,能在Microsoft Unicode格式中读取.rdp文件,在 ASCII中编写新.rdp 文件(也能用Microsoft RDP Client读取),并能很象 Microsoft RDP Client一样查看和运行。它的功能是一个Gnome小程序,用于很快的运行已保存的rdp 文件。 -Terminal Server Client (tscli
-
-
0下载:
linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
-
-
0下载:
一个网络聊天通讯程序
1、以客户-服务器方式工作,给出服务器工作端口和客户机工作端口,任何一方都可以主动发起连接服务请求;
2、显示连接建立的过程;
3、服务端和客户端显示通讯双方发送和接收信息内容;
4、通讯结束后,任何一方都可以终止通信,并撤销已连接的链路,释放网络资源。-Realization of online chatroom
1.Work in the fashion of Server-Client. Every terminal can initiate th
-
-
0下载:
gprs,3g终端上网的pc端服务器程序,可以定时扫描pc上的图片,并传到无限终端,是大型广告机,无限数码相框必不可少的服务端程序,也是做无限产品宝贵的参考资料-gprs, 3g Internet pc terminal server client, you can regularly scan the picture on the pc, and spread to an unlimited terminals, a large advertising machine, unlimited d
-
-
0下载:
socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the fil
-
-
0下载:
ACE网络编程,简单的Client终端,定是发送数据,端口,ACE库文件。server-ACE network programming, a simple Client terminal is scheduled to send data, port, ACE library file. server
-
-
0下载:
TCP套接字的文件传输客户服务器程序设计
包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
-
-
2下载:
终端聊天程序:服务端+客户端,可以实现群聊和私聊功能-Terminal chat program: server+ client, you can group chat and private chat capabilities to achieve
-
-
0下载:
c/s服务器客户/服务器模式
(1)编译client.c 和server.c
gcc client.c –o client
gcc server.c –o server
(2)打开一个终端,运行server 程序
./server
(3)打开另外一个终端,运行client 程序
client 程序的运行需要提供hostname 参数,所以我们要用hostname 命令查看机器的名
字,然后再运行client 程序;
(4)运行结果
-c/s server,
-
-
0下载:
在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
-
-
0下载:
远程控制客户终端编程源程序,需与服务器端结合。-Remote control client terminal programming source program, combined with server-side requirements.
-
-
0下载:
文章关于C#—socket网络编程,涉及到服务器端和客户端的终端编程,还包含网络协议等程序源码~对学习C#网络编程很有用处~-Article on C#-socket network programming, related to the terminal server and client programming, also includes the source of network protocols and other procedures- useful for learning C#
-
-
0下载:
linux下用socket编程时实现的终端下的服务器、客服端字符聊天程序--客服端程序-linux socket programming achieved when using the terminal server client service character chat program- customer-side program
-