资源列表
[Internet/网络编程] libnet_developkit
说明:libnet开发包和wpcap,里面有编译好的libnet.dll libnet.lib,在vs2005下面测试成功。需要的朋友可以下载-libnet development kits and wpcap, which has compiled libnet.dll libnet.lib, following successful test in vs2005. Friends in need can be downloaded<rchf> 在 2025-06-20 上传 | 大小:3.13mb | 下载:0
[Internet/网络编程] Host3.0
说明:域名自定义解析设置程序:可以将任意一个域名指向到指定服务器IP-Analysis setup custom domain: a domain name can be any point to a specific server IP<付健> 在 2025-06-20 上传 | 大小:66kb | 下载:0
[Email客户端] libmail-0.3.tar
说明:发邮件的一个开发包,非常好哦,是老外写的,确实牛逼-Email a development package, is Ay, is written by a foreigner, do Niubi<挑灯看剑> 在 2025-06-20 上传 | 大小:266kb | 下载:0
[Ftp客户端] 201082617535407
说明:FTP 服务器端 控件(*.OCX) 源代码 可用作小型FTP服务器. 编程工具:CodeGear RAD Delphi 2010 编程语言:Object Pascal 运行环境:Windows XP/20003 -FTP server-side controls (*. OCX) source code can be used as a small FTP server. Programming tools: CodeGear RAD Delphi<jialinjiang> 在 2025-06-20 上传 | 大小:723kb | 下载:0
[P2P编程] netplayer
说明:一个简单的P2P网络播放器,可自动搜索资源,可手动控制播放,自动获取媒体文件的属性信息,比如标题、艺术家、演唱者、出版年份、专辑等。-P2P network with a simple player that can automatically search for resources, you can manually control the playback of media files automatically get the attribute information, such as<张名> 在 2025-06-20 上传 | 大小:39kb | 下载:0
[防火墙与安全工具] httptunnel-1.3.2
说明:打通http隧道的代码,可以把所有的协议封装成http请求,可以穿透防火墙,非常强大!-Open up http tunnel code, you can encapsulate all the protocols http request, can penetrate the firewall, very powerful!<挑灯看剑> 在 2025-06-20 上传 | 大小:249kb | 下载:0
[ICQ/即时通讯] vcqqliaotian
说明:vc++实现qq聊天的源代码,学习聊天界面-vc++ source code to achieve qq chat, chat interface to learn<131> 在 2025-06-20 上传 | 大小:369kb | 下载:0
[xml/soap/webservice] webservice
说明:webservice性能测试脚本 -webservice performance testing scr ipt<barney> 在 2025-06-20 上传 | 大小:50kb | 下载:0
[Internet/网络编程] sockets
说明:1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(sen<pingzong> 在 2025-06-20 上传 | 大小:2kb | 下载:0