搜索资源列表

  1. NASA重叠网格计算程序

    1下载:
  2. NASA的重叠网格计算程序,做CFD编程工作的必备。
  3. 所属分类:源码下载

    • 发布日期:2010-09-26
    • 文件大小:42685
    • 提供者:EternalCuChc
  1. 串口通讯类

    1下载:
  2. 简单实用的串口通讯类,实现重叠IO下的异步串口读写
  3. 所属分类:Windows编程

    • 发布日期:2011-03-17
    • 文件大小:4739
    • 提供者:stmnping
  1. 重叠IO实现的大文件读写

    0下载:
  2. 读写大容量文件时比较有用的-read and write large files more useful when
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:25600
    • 提供者:
  1. CSocketModel

    0下载:
  2. 提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocket
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:9216
    • 提供者:张其
  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-26
    • 文件大小:14336
    • 提供者:李宾
  1. Socket模块

    0下载:
  2. 一个利用重叠io 写的通讯模块,已经请过测试,已经经过测试-a communication module implemented with duplicate io, which has passed the testing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:179200
    • 提供者:杨晶
  1. NetWorkTool

    0下载:
  2. 独立封装了TCP/UDP的Socket,采用Socket2.0,包括采用注册消息的方式和重叠IO方式,欢迎大家提意见-independent of TCP/UDP Socket used Socket2.0, including registration information and the overlap IO, we welcome comments
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-26
    • 文件大小:70656
    • 提供者:官建军
  1. Overlapped

    0下载:
  2. 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i/o, a simple read client data sent
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-26
    • 文件大小:34816
    • 提供者:蓝狐
  1. FileBillParsor

    0下载:
  2. 在文件系统中,FileBillParsor利用重叠IO,分块、分行处理数据-in the file system, using overlapping FileBillParsor IO, block, the branch data processing
  3. 所属分类:文件操作

    • 发布日期:2024-05-26
    • 文件大小:24576
    • 提供者:将将
  1. intersact

    0下载:
  2. AO编写的对比两个图层中有重叠的feature,以及重叠的面积。-AO prepared by the contrast with two layers of overlapping feature, and the overlapping area.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-26
    • 文件大小:118784
    • 提供者:
  1. startofiocp

    0下载:
  2. windows i/o模型中著名的重叠i/o模型,在windows平台并发不是很大的情况下,还是很好的。-windows i/o model of the famous overlapping i/o model the windows platform is not very complicated circumstances, or very good.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-26
    • 文件大小:1267712
    • 提供者:zhjh
  1. OverlappedIOBaseOnCompletionPort

    1下载:
  2. 基于VC6.0开发的C/S源码,使用基于完成端口的重叠I/O方式的C/S源码。-VC6.0 development based on the C/S source, Based on the use of the port completed overlapping I/O modes of C/S source.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-26
    • 文件大小:9216
    • 提供者:李晓风
  1. code

    0下载:
  2. 利用形态学方法寻找图像中互相重叠的点 对其进行分类并最后消除。-using morphological methods for image overlapping points classification and its final elimination.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:4096
    • 提供者:guozhi
  1. OverlappedServer

    0下载:
  2. window socket网络编程的重叠IO模型的例子-window socket network programming overlap IO model examples
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-26
    • 文件大小:32768
    • 提供者:旺旺
  1. WinComm

    0下载:
  2. 实现高性能网络服务器的类,使用重叠IO实现监听服务,完成端口实现数据收发.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-26
    • 文件大小:5120
    • 提供者:
  1. OverlappedServer

    0下载:
  2. 使用windows的重叠I/O模型制作的网络聊天服务器程序,性能还是比较不错的哦!-The use of windows overlap I/O model of the network chat server program, performance is quite good, oh!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-26
    • 文件大小:534528
    • 提供者:纪明敏
  1. ClientEngine

    0下载:
  2. 重叠IO 写的客户机网络引擎, 并且封装好了,可以直接使用,-Overlapping IO write client network engines, and packaged well, can be directly used
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-26
    • 文件大小:6144
    • 提供者:
  1. afaststitichingalgrithm

    0下载:
  2. 边界重叠图像的一种快速拼接算法,计算机实现边界重叠图像的自动配准.-Border overlapping images of a fast stitching algorithm, the computer realization of the boundary overlap automatic image registration.
  3. 所属分类:编程文档

    • 发布日期:2024-05-26
    • 文件大小:212992
    • 提供者:依静
  1. 实验四 重叠保留卷积

    0下载:
  2. 卷积:用重叠保留对hn和xn进行快速卷积运算,并包含一个子函数,对主要步骤的说明(conv I have use convolution operation to canlculate,this function conclude definite function)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:34816
    • 提供者:海海海海
  1. html5砖块重叠消除手机游戏代码

    0下载:
  2. html5砖块重叠消除手机游戏代码,是一款小游戏,可以看看(HTML5 brick overlaps to eliminate the mobile game code, is a small game, you can see)
  3. 所属分类:游戏

    • 发布日期:2024-05-26
    • 文件大小:291840
    • 提供者:禾口
« 12 3 4 5 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org