搜索资源列表
source-code-of-ASP.NET-development-cases
- The source code of Book-- ASP.NET development cases collections
Network Development Kit
- The Network Development Kit hides all the complexity of the connection, sending, and receiving of data over a network. You only have to deal with three classes: CNDKServer, CNDKClient, and CNDKMessage. With just a few methods to override, you obtain
p2psdk
- Windows XP Peer-to-Peer Software Development Kit,传说中的P2P SDK,微软开发的,提供了N多的P2P的API函数-Windows XP Peer-to-Peer Software Development Kit, the legendary P2P SDK, Microsoft has developed to provide a N number of P2P-API Functions
P2p-development
- P2P技术发展与应用,在此与各位网友分享了。-Development and application of P2P technology, in this with you friends shared.
InternetDevelopmentwebSDK
- 该文档为英文文档,文档可以用于web开发中查找HTML和Javascr ipt和dom树的具体用法,方法说明,和相关的示例,该文档是web开发人员的必备API,查询方便,支持模糊查询,重要的是内容丰富详尽。-The document in English documents, the document can be used for web development in HTML and Javascr ipt to find dom tree and the specific usage, d
xmltoany1.0
- software development file you can instal it
Vb.code.port.scanning.module.development
- Vb端口扫描模块开发代码Vb code for port scanning module development -Vb code for port scanning module development
VC.Mail.System.Advanced.Development.Code
- VC邮件系统高级开发代码VC Mail System Advanced Development Code -VC Mail System Advanced Development Code
Application.development.VC.SOCKS.classic.code
- VC SOCKS 应用程序开发经典代码Application development VC SOCKS classic code -Application development VC SOCKS classic code
LAN-SOCKET-based-programming-interface-development
- LAN SOCKET-based programming interface development and realization of real-time communication system
webkit
- 开发webkit全文资料 开发webkit全文资料 开发webkit全文资料 开发webkit全文资料 -Development webkit webkit full text information to develop information to develop full information on the development webkit webkit webkit full text information to develop information to develop fu
WinCE6.0-tutorial-development
- WinCE6.0 step by step开发教程-WinCE6.0 step by step tutorial development
Tomcat-and-Java-Web-development
- 本书详细介绍了在Tomcat5版本上开发Java Web应用的各种技术,主要内容包括:Tomcat和Java Web开发的基础知识,Java Web开发的高级技术,Tomcat与当前其他通用软件的集成,以及Tomcat的各种高级功能。本书注重理论与实践相结合,列举了大量具有典型性和使用价值的Web应用实例,并提供了详细的开发和部署步骤。-This book details the Tomcat5 version of Java Web application development on var
Winpcap-development
- 利用winpcap进行二次开发的文档,函数调用说明较为详细,值得推荐。-The second development using winpcap documentation, a more detailed descr iption of the function call, is recommended.
Super-server-development
- 2012年网络应用开发实验二:面向文件传输的超级服务器开发文档-Super-server development for file transfer
ICMP--Senior-development
- 书上的实例程序ICMP高级dome,对新手有帮助1.目录ICMP高级开发是一个能够实现ICMP协议的一个程序,在程序中能够实现ping功能和trace route功能。 程序在VC6.0中调试通过-An example of the book program ICMP senior dome, for the novice help 1. The directory ICMP senior development is a can realize the ICMP protocol a pr
Development.XML.nodes.module.updates
- XML更新节点开发模块代码Development of XML nodes in the module code updates -Development of XML nodes in the module code updates
php-and-mysql-web-development
- 《php和mysql web开发(原书第四版)》的源代码中缺少Chapter 02、Chapter 03;这个文件就是缺少的部分-<Php and mysql web development> (Second Edition) " source code is missing Chapter 02, Chapter 03 This document is an integral part of
For-GPRS-data-centers-development
- 用于GPRS数据中心的开发,用来接受GPRS DTU模块上传的数据-For GPRS data centers development
Micro-Development-Kit1.52
- 服务器程序员开发最关心的其实只有3件事情,新连接到达,数据到达,连接断开。 mdk就是基于以上3个主要业务,为服务器设计了OnConnect() OnMsg() OnClose()3个主要回调方法,用户的主要的工作就是实现这3个方法,所以我将这种开发模式命名为面向业务的开发。 用户不再关心底层各种繁杂的处理,比如线程模型,各种同步,内部对象生命周期,各种缓冲只要专心写业务就好 整个框架代码大约5000行,希望不会给大家造成阅读负担, 希望这款服务器能给大家带来更多便利。-S