搜索资源列表
Mir2Delphi
- 传奇2客户端 Delphi代码-two legendary client Delphi code
MTSClientSrc
- 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
VC聊天室程序待加音频部分
- 用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善-with winsock achieve chat code, the client and server, only the basic functions chat, other functions to be perfected
NetSrv
- 这段vc代码介绍网络编程的一些基础知识,主要是客户端程序-network programming code introduced some basic knowledge, is the main client program
IocpClientTest
- 封装好的IOCP客户端,采用完成端口进行sockets操作,有测试代码-Packaging good IOCP clients, using sockets for complete port operation, testing code
NETCOM
- 以动态链接库的形式实现网络通讯中的客户端代码-dynamic link library in the form of network communication client code
icq_src
- icq源码,类qq的p2p通讯源码,包括服务器端和客户端。采用vc开发,定义了即时通讯协议,分析其源代码,并进行修改完善,对于网络编程入门者,这是提高水平的一个有效途径-icq source, category qq source of peer-to-peer communications, including server and the client. Using vc development, the definition of instant communications protoc
Network-java
- JAVA中网络的处理方法.有服务器端,和客户端代码.值得学习 -Java network approach. A server and client code. Worth learning
msc_client
- 在vxworks平台下网络客户端的程序原代码。-VxWorks platforms in the network client program source code.
TcpFile
- 其实就是一个简单的socket管理,可以管理若干的套结字,通过统一的编程接口进行访问,当时主要是有两个完全不同的服务器,不想对每一个服务器都写一个客户端,就想出了这个办法,里面带着两个客户端代码,其实没什么用,感觉主要是socket管理那个文件可能有意义-is actually a simple socket management, management of a number of sets of guitar characters, through a unified programming
网卡的启用与禁用代码4
- 网卡的启用与禁用代码运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。具体细节请参考源代码。-card with the opening of Prohibited code running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server opera
VipshellSrc
- 申明: 本软件仅供学习使用。 如用本程序做非法用途后果自负,与作者无关!!! QQ:175111923 软件简介: 2006年7月15日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴). 2006.8.19 由于忙于工作,
RCAClient
- 远程控制客户端代码,采用JPG压缩传输速度很快。配合刚才发送的服务端使用。
wbsoft
- 网吧广告投放客户端代码和程序。目前在杭州和山西多个地区商用。
VipshellSrc
- 软件简介: 2006年7月15日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴). 2006.8.19 由于忙于工作,忙于学习.没时间在继续开发了,把代码发给大家继续更 新 编译前把工程设置成 Unicode V
EnglishWorld
- 一款基于Visual C++6.0开发的应用于网络的初级英语互动学习平台的客户端代码
MyEmailClient
- 模拟邮件客户端代码。类似于Foxmail,可以从Mail网站收邮件。
QQ的局域网通信代码
- 类似QQ的局域网通信代码,客户端可以直接连接QQ,登录访问,发生信息
服务器客户端
- 这是我编写的一个处理多连接的客户端,服务器软件。里面有代码和程序-This is the one I prepared to handle connecting client and server software. There are codes and procedures
RPC服务的应用(包含服务器端和客户端
- RPC(Remote Procedure Call)远程过程调用,本例中包含客户端和服务器端,可以很好的完整进行RPC服务的调试,并很方便进行代码复用,具有很好的示例效果。