搜索资源列表

  1. 网络引擎

    0下载:
  2. 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a serv
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:李宾
  1. copy函数

    0下载:
  2. 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:第分
  1. IOCompleteDemo

    0下载:
  2. 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。-Winsock demonstration of network programming model port completed, will help beginners to deepen the understanding of the principles model.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:38912
    • 提供者:潘伟琛
  1. Udp_ICOP

    0下载:
  2. 从程序是完成端口的程序,且用了完成端口模型,是服务器端-from the procedure is completed port procedures, but with the completion port model, a server-side
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:llg
  1. CompletePort

    0下载:
  2. 用来说明怎样编写完成端口,用来服务于高性能的服务器运行-used to illustrate how prepared ports, used to serve high-performance servers running
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:1176576
    • 提供者:许者
  1. IocpServerTest

    0下载:
  2. 一个封装好的IOCP模型,采用完成端口进行sockets操作,有测试代码-a good IOCP model, complete sockets for port operation, testing code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:55296
    • 提供者:王征
  1. IocpClientTest

    0下载:
  2. 封装好的IOCP客户端,采用完成端口进行sockets操作,有测试代码-Packaging good IOCP clients, using sockets for complete port operation, testing code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:56320
    • 提供者:王征
  1. 2005710174433240

    0下载:
  2. 完成端口一个完成的例子,采用类的形势而不是像传奇那样的全局变量-completion of a complete port example, the use of type situation did not like the stuff of global variables
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:36864
    • 提供者:000
  1. jgweiqi

    0下载:
  2. 一个用完成端口的网络围棋,有判断死活,有聊天,可多人观棋。在VS.NET2003上编写,有一定的参考价值。-using IO completion port to make sure can connected more than 100 people in a time.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:685056
    • 提供者:
  1. net_Iocp_src

    0下载:
  2. 用完成端口IOCP实现的服务端引擎和多线程客户端引擎。-using the server engine of finishing the IOCP port realization and the client engine of multithreading.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:13312
    • 提供者:shizhen
  1. IOCPNet

    0下载:
  2. IOCPNet.zip。一个封装了winsock下的完成端口的类,功能非常强大,对于开发大型服务器非常游泳-IOCPNet.zip. A package under the protocols of the completion of the port category, which is very strong, very large scale server swim
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:33792
    • 提供者:李文雄
  1. Sonic_Net

    0下载:
  2. Sonic_Net.zip。一个用C#写的winsock完成端口的源码,有很好的研究价值。-Sonic_Net.zip. A written in C# to complete the protocols of the source port, a very good value for research.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:93184
    • 提供者:李文雄
  1. IOCP-SRC

    1下载:
  2. 一个IOCP的示例,封装了IO完成端口的IO模型。可以用做学习参考,也可以直接使用其中封装的类。-a IOCP example, the complete package, IO port IO model. Learning can be used as reference, which can be used directly to the Packaging category.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:134144
    • 提供者:Lionel
  1. ICOP

    0下载:
  2. VC建高性能服务器,用完成端口模型是最高效的,本源码针对初学者对完成端口模型原理不熟,多处都有注释,以便对完成端口模型有个彻底的理解,源码中还加入XML的读写,可谓完全,难得一见的活教程--本人发源码的原则是:不经典不发! -VC build high-performance servers, complete with port model is the most efficient, the source for complet
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:6861824
    • 提供者:小蔡
  1. IOCPbynsp

    1下载:
  2. 参考传奇的源代码写的一个完成端口的例子。推荐学习网络编程的朋友一定要看看。-reference to the legendary source code written in a complete port example. Suggested Learning Network Programming friends must see.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:35840
    • 提供者:王焙
  1. iocp_server

    0下载:
  2. 利用完成端口(IOCP)实现的网络在线考试系统的服务器程序。-use complete port (IOCP) with a network of online examination system server.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-10
    • 文件大小:56320
    • 提供者:navy
  1. iocp_client

    0下载:
  2. 利用完成端口(IOCP)实现的在线网络考试系统的客户端程序。-use complete port (IOCP) to achieve the online network test system client.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-10
    • 文件大小:27648
    • 提供者:navy
  1. ACEProactor

    0下载:
  2. ACE例子,这个是使用ACE框架里的一个前摄端的方式来做的完成端口的东西.我也是一个ACE的爱好者,我的联系方面是QQ:51097391-ACE example, this is the use of ACE fr a mework of a proactive way to do side of the completion of the port of things. I am also an ACE lovers, I was t
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-10
    • 文件大小:62464
    • 提供者:阿彪
  1. port-complete-mode

    0下载:
  2. 利用完成端口模型编写的服务器端,具有很强的参考价值。值得推荐。-completed using port model prepared by the server, and has a strong reference value. Recommendable.
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-10
    • 文件大小:36864
    • 提供者:日出东方
  1. IoSocket_Sample

    1下载:
  2. 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:钱海兵
« 1 2 34 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org