资源列表
VISACard
- 信用卡系统,JB做的,SQL数据后台,可以通过SA默认用户调试。-credit card system, JB done, SQL data background, can SA users default debugging.
聊天实用程序源代码
- 聊天实用程序源代码,使用vc6.0实现的MFC程序,带有完整的工程,可以运行。-Chat utility source code, the use of the MFC vc6.0 achieve procedures, complete with the project, can run.
57实时监测局域网内部的计算机
- 实时监测局域网内部的计算机 实时监测局域网内部的计算机-real-time monitoring of computer LAN internal real -time monitoring of internal computer LAN
snag_src
- A panel below the tree and just above the status bar displays statistical information as you snag a Web site.
Skype API description 1.2
- Skype API descr iption 1.2 Skype
An Analysis of the Skype Peer-to-Peer Internet Tel
- Skype source and protocol:An Analysis of the Skype Peer-to-Peer Internet Telephony Protocol
用于在局吁网传输文件
- 能够用于在局域网传输文件,采用多线程的方法,基于mfc的对话框类,比较实用-can be used in LAN file transfer, multi-threaded approach, based on the dialog box type mfc more practical
five五子棋游戏
- delphi编写的小游戏,是一个五子棋的源代码,解压之后就可以试试了。-prepared by the small games, the 331 is a source code can be extracted after a try.
一个可以换皮肤的例子
- 用delphi编写的一个可以换皮肤的程序,包括了所有源程序-used to prepare the skin for a procedure, including all source
aspjc
- 关于ASP编程的相关资料,感兴趣的可以看一看哦-ASP programming on the relevant information, interested can look at oh
开源数据库及通讯开发工具包
- Datareel 是一个跨平台的开发工具包,用来创建多线程数据库和通信应用。使用DataReel可以为多种操作系统生成末端用户应用、嵌入式系统和可重用库。-Datareel is a cross-platform development tool kit used to create multi-threaded database and communications applications. DataReel use of a variety of operating systems can
一个对Winsock 完成端口模型封装的类
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。