CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IO端口

搜索资源列表

  1. CompletionPort

    0下载:
  2. 一份完整的完成端口的例子,可直接编译。使用“双链表”的数据结构来管理IO结点和单句柄结点,不可多得的资料。-A complete example of the completion port, can be directly compiled. Doubly linked list data structure to manage the IO node and single handle node, rare.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2455766
    • 提供者:凌浩
  1. G-Libs_For_Tcp_Server1.0

    0下载:
  2. 完成端口高质量源码。希望对大家有帮助.含有DEMO。-io completion port hope help to everyone
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:214501
    • 提供者:jack
  1. uIOCCompleetes

    0下载:
  2. 使用IO完成端口模型的简单易懂聊天服务器示例,客客户端请在本站下载ChatClientNew.rar -Use IO completion port model is simple chat server example, the customer client download site ChatClientNew.rar
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:29896
    • 提供者:lease
  1. JobPort

    0下载:
  2. 主要是网络的知识,是作业和io完成端口之间的联系之类的简单程序-Knowledge of the network, is the simple procedure of the operations and io completion of the port of the link between class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:1475
    • 提供者:跃哥
  1. 2

    0下载:
  2. IOCP完成端口的两个编程实例,Visual C++6.0实现,用于建立海量服务器通信程序-IO complate Port programming
  3. 所属分类:Remote Control

    • 发布日期:2017-11-13
    • 文件大小:225173
    • 提供者:王崛
  1. gpio

    0下载:
  2. dsp的io的端口设计,包括基本的时钟,倍频系数,看门狗等外部设施的初始化-dsp io port design, including the initialization of the the basic clock multiplication factor watchdog external facilities
  3. 所属分类:DSP program

    • 发布日期:2017-11-20
    • 文件大小:204843
    • 提供者:fuxin
  1. IOCP

    0下载:
  2. 完成端口 网络模型 实现 程序 老外写的很好的一个程序-Complete IO Complete IO
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-18
    • 文件大小:33471
    • 提供者:RobotCat
  1. C51_MCU_PLC

    0下载:
  2. 某款PLC控制器产品的全套代码, 增强型51MCU, 重点代码,为I/O端口的 状态机控制,包括键盘\串口\数字模拟IO控制调度. 分析可以移植PLC的接口控制逻辑算法实现.-all Souce Code of one model of PLC product controller . based on enhanced MCS51 MCU.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-19
    • 文件大小:2073164
    • 提供者:henrypudn
  1. 8255Adianzheng

    0下载:
  2. 使用8255A芯片对51单片机的IO口进行扩展,然后将点阵屏的引脚连接至8255芯片的相应端口上-51 microcontroller IO port expansion, using the 8255A chip dot matrix screen and then the pin is connected to the 8255 chip
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-24
    • 文件大小:96256
    • 提供者:傅昌龙
  1. IOCompletionPort

    0下载:
  2. 使用IO完成端口来实现文件复制操作。对深入理解IO完成端口的机理还有帮助。-IO completion port file copy operation. In-depth understanding of the IO completion port mechanism to help.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:11846656
    • 提供者:
  1. mproxysvr3

    0下载:
  2. 一个多线程的代理程序,程序运行后以服务的形式运行,程序以应用windows socket IO完成端口模型提供代理服务的原型设计,目前支持http的一级和二级代理,连接断开后会自动重新连接,时间由你来决定,同时它可以指定其他的任. -Prototyping agent of a multi-threaded program runs as a service running program application windows socket IO completion port model
  3. 所属分类:Proxy Server

    • 发布日期:2017-11-13
    • 文件大小:109045
    • 提供者:
  1. att7022cu

    0下载:
  2. ATT7022C最底层驱动,io模拟spi,修改端口义就能为你所用-The bottom driver in ATT7022C, io analog spi modify the port definition, you can use
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:704
    • 提供者:fangjikun
  1. IOCPDriverLisenceExamServer

    0下载:
  2. 使用IO完成端口开发驾驶员理论考试系统--服务器端。-Use IO completion port development driver theory test system
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:36300774
    • 提供者:ithzhang
  1. iocp

    0下载:
  2. v稳定高效的IOCP(IO完成端口)控件 4,效率还不错,可以作为参考-v stable and efficient IOCP (IO complete port) control, efficiency is also good, and can be used as a reference
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-15
    • 文件大小:546530
    • 提供者:zhuye888
  1. network-communication

    0下载:
  2. 基于C/S模式的简单程序,包含select模型、WSAAsyncSelect模型、重叠IO之完成例程、完成端口,网络初学者可以参考。-Simple procedure based on C/S mode, including select models WSAAsyncSelect model, overlapped IO completion routine completion port, network beginners can refer to.......
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:73818
    • 提供者:vsdlh ausdhf
  1. S3S2240_led

    0下载:
  2. ARM一些端口配置。源程序用ARM端口来控制IO驱动LED流动。-Some ARM port configuration. Source with the ARM port to control the IO LED drive current.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:104570
    • 提供者:曾根平
  1. IOCP1

    0下载:
  2. 利用IO完成端口实现通讯的例子,含服务器端和客户端,值得学习。-Examples of the use of IO completion ports to achieve communications, including server and client, it is worth learning.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:224810
    • 提供者:dengai
  1. SecureChat(IOCP)

    0下载:
  2. 安全聊天的实现,采用IO完成端口,并实现了加密。-Safe Chat implementation, using IO completion port, and implements encryption.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:264979
    • 提供者:dengai
  1. gpio_step_motar.c

    0下载:
  2. OK6410 开发板,嵌入式IO接口驱动以及测试程序,能够用GPC端口进行控制4相步进电机,很实用的代码-OK6410 development board, embedded IO interface drivers and testing procedures, can be controlled four-phase stepper motor, very useful code by GPC port
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1991
    • 提供者:王然
  1. p7705

    0下载:
  2. AD7705的读写驱动,应用者更改读写端口即可直接应用-the AD7705 s driver that can easily be applied through changing the IO deininition.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2065
    • 提供者:ening
« 1 2 ... 9 10 11 12 13 1415 16 17 »
搜珍网 www.dssz.com