资源列表
codecnt_1019047
- 采用WINSOCK开发的聊天室源码,界面非常美观,可以私聊,管理员清屏,改昵称,踢人。发布系统公告-using Winsock development of the chat room source, the interface is very attractive, Private Chat, administrators-screen, change nickname, SAYS. Dissemination System Notice
200562241328985
- PeerYou远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参考.-PeerYou remote control software source code for the full realization of the registry, document proce
0206jialixin
- 基于Internet开发工具asp编写的一个网上在线购物系统,简单易懂,适合初学者-Internet-based development tools asp prepared by a system of online shopping and easily understood, for beginners
vnc-P4_1_2-x86_win32_viewer
- 可以远程控制计算机,把对方的IP地址输入,再加入你要招待的操作,这样就可以控制了.简单方便,为你推荐的.可以试用一下.-can remotely control computers, the other side of the IP address input, then you have to honor the operation, we can control. Easy for you recommended. What can be tested.
WebWork2开发指南
- WebWork2开发指南 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 637 KB -WebWork2 development guide books Language : English books categories : program design license : free software books Size : 637 KB
xmlpartner_2.60b1_1116
- 我对原来提供的代码进行了扩充现在已经可以支持80种以上的xml编码了,其中包括gbk和gb18030编码-I to the original code for the expansion can now support more than 80 species of xml code, which includes B1 and GB18030 encoding
客户端服务器编程
- 聊天室编程,首先打开服务器代码并编译,然后再打开多个客户端就可以聊天了。(在一台机器上已经实现) -chat rooms programming, the first to open the server code and compile, then open multiple client can talk to. (In a machine achieved)
xsniff
- 网络探测,可知道网上的数据流情况.用于调试网络软件和合适!-detection network, the Internet can know the data flow. For debugging network software and appropriate!
expat-1.95.8.tar
- HTML分析LIB包,可以用来解析HTML,XHMTL,XML,XSLT等格式,并可以做抓站点用途-HTML LIB packet analysis can be used to interpret HTML, extensible, XML, XSLT formats, and can grasp site uses
lwip110
- LWIP1.10版本,已经成功的被移植到很多CPU上了。算是比较新的版本吧,希望对大家有点用处!-LWIP1.10 version has been successfully transplanted to a lot of CPU. As a relatively new version of it, and I hope to you a bit useless!
watermellon
- 需要用C++打开 本程序是销售西瓜的记帐程序-need to open the process of watermelon sales accounting procedures
subr
- VHDL 8位无符号除法器 试验报告 计算前在A和B端口输入被除数和除数,然后在Load线上送高电平,把数据存到除法计算电路内部,然后经过若干个时钟周期,计算出商和余数,并在C和D端输出。 其实现方法是,将除法器分为两个状态:等待状态与运算状态。 开始时除法器处于等待状态,在该状态,在每一时钟上升沿,采样Load信号线,若是低电平,则仍处于等待状态,如果采样到高电平,除法器读取A,B数据线上的输入数据,保存到内部寄存器a_r,b_r,置c_r为0,d_r为a_r,判断除数是否为零,若