当前位置:
首页
资源下载

搜索资源 - Terminal Server Client
搜索资源列表
-
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
-
-
1下载:
利用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 inpu
-
-
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
-
-
1下载:
软件介绍:
最大特点
1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正
-
-
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
-
-
0下载:
Socket 伺服器端与终端范例程式,Client 连线Server 传送讯息-Socket and terminal server-side code examples, Client Connection Server to send messages
-
-
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下用socket编程时实现的终端下的服务器、客服端字符聊天程序--客服端程序-linux socket programming achieved when using the terminal server client service character chat program- customer-side program
-