搜索资源列表

  1. linux-C-libpcap-

    0下载:
  2. 内有linux 异步通讯网络编程。和基于libpcap的抓包程序。以及关于libpcap的学习资料。-Linux asynchronous communication within the network programming. The packet capture libpcap-based program. And learning materials on libpcap.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-10
    • 文件大小:3963904
    • 提供者:li
  1. AsyTcpSocketTestDemo

    0下载:
  2. C Sharp 下的网络通信编程程序,此为一个异步通讯的例子-C Sharp programming for the network communication process, this is an example of a Dove transmission
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:47104
    • 提供者:guoxunfang
  1. socket_java_yibu

    0下载:
  2. socket异步通讯实例,说明socket如何进行工作的-asynchronous socket communication instance
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:270336
    • 提供者:杨怀玺
  1. 80c51

    0下载:
  2. 设定80C51串行异步通讯的波特率,对于初学者有一定的指导意义。-Set 80C51 serial asynchronous communication baud rate, for beginners has some significance.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-10
    • 文件大小:157696
    • 提供者:王东军
  1. Common

    0下载:
  2. 异步通讯套接字,自动连接网络,自动发送数据-Asynchronous communication sockets, auto-connect network, automatically send data
  3. 所属分类:TCP/IP协议栈

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

    0下载:
  2. 通用异步通讯UART的工程文档,ISE打开工程,里面有VERILOG的源代码,可以编译通过-UART Universal Asynchronous communication engineering documents, ISE open the project, which has VERILOG source code can be compiled
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:30720
    • 提供者:mike
  1. Asynchronous-serial-communication

    0下载:
  2. 用于MSP430F149。 异步通讯。 从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后 将结果从串口返回-For MSP430F149. Asynchronous communication. From the serial port to receive data, analyze the data packets received, then the algorithm operation, the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:31744
    • 提供者:jerry
  1. linux_device_fasync

    0下载:
  2. linux_device_fasync 驱动程序与应用程序不能直接通讯,可以采用异步通讯来读取数据,这样应用程序就不要一直查询设备状态,当数据到达时,会主动通知-linux_device_fasync driver can not communicate directly with the application, asynchronous communication can be used to read data, so app
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-10
    • 文件大小:75776
    • 提供者:sun
  1. fet410_ta_uart9600

    0下载:
  2. 430单片机定时通讯,异步通讯,9600波特率,32k晶振-430 timer chip communication
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:吴玉平
  1. main

    0下载:
  2. 异步通讯程序,适用于msp430以及C51系列的-Asynchronous communication program for msp430, and C51 series
  3. 所属分类:嵌入式/单片机编程

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

    0下载:
  2. 实现异步FIFO功能,实现串行数据通讯功能,可以用FPGA实现串口扩展-Asynchronous FIFO functions, serial data communication
  3. 所属分类:VHDL编程

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

    0下载:
  2. 上位机部分:只说说我用到的一些函数,和遇到的问题。基本的比如什么是异步通讯啦之类的就不说了,随便网上一搜能找一箩筐!-PC part: I only talk about some of the functions used, and problems encountered. What is the basic asynchronous communication such as the kind of friends do not
  3. 所属分类:串口编程

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:winni
  1. async-socket-win32-demo

    0下载:
  2. winsock异步通讯源码,提供给需要进行网络开发的朋友做参考。winsock asynchronous communication source, available to web developers need a friend for reference.-winsock asynchronous communication source, available to web developers need a friend for
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:杨正红
  1. demoRS232

    0下载:
  2. Linux下串口驱动,满足快速数据收发,属于异步通讯-serial driver in the Linux which will satisfied the qick reciever and transmitter
  3. 所属分类:驱动编程

    • 发布日期:2024-05-10
    • 文件大小:271360
    • 提供者:weijc
  1. UART

    0下载:
  2. pic16f4011 实现异步通讯,可以直接用-pic16f4011 UART
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:华仔
  1. 6-3

    0下载:
  2. 用于MSP430F149。 异步通讯。 从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后 将结果从串口返回。-For the MSP430F149. Asynchronous communication. Receive data from serial analysis of data packets received, then the algorithm for c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:29696
    • 提供者:于连
  1. SocketDemo

    0下载:
  2. 一款不错c#编写的socket异步通讯demo级程序。通过该程序你能学习到 1.多层架构编程方式 2.如何异步处理socket通讯 3.对互斥资源的良好处理 该程序暂时只提供了单客户端的处理示例,稍加修改就能马上拓展为多客户端处理。程序需要.net3.5支持 有任何技术上的问题都可以留言本人解决 大家有好的建议或方法也能提出一起分享 -Write a good c# socket demo level asyn
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:195584
    • 提供者:goslingy
  1. ComCommunication

    0下载:
  2. 串口通讯动态库源码,结构清晰,实现串口异步通讯,消息线程可以直接加载工程中应用-Serial communication DLL source code, clear structure, realization of serial asynchronous communication, message threads can be directly loaded in engineering applicationbeginners
  3. 所属分类:串口编程

    • 发布日期:2024-05-10
    • 文件大小:6673408
    • 提供者:wanglizhen
  1. serial_port_communication

    0下载:
  2. 此源码是用VC开发的串口同步及异步通讯测试的源代码,具有很好的参考价值。-serial port communication source code
  3. 所属分类:串口编程

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

    0下载:
  2. 在web下实现 tcp ip通信,异步通讯
  3. 所属分类:.net编程

    • 发布日期:2024-05-10
    • 文件大小:53248
    • 提供者:张长宜
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »

源码中国 www.ymcn.org