CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - sends

搜索资源列表

  1. sdk_winbase_io_asyncio

    0下载:
  2. The AsyncIO sample (also called the \"PDC\" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a time, accumulating its matc
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:18.64kb
    • 提供者:黄磊
  1. Socket文件传输

    0下载:
  2. 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:60.71kb
    • 提供者:冰火
  1. UDPComm

    0下载:
  2. 基于UDP通讯服务器的开发,主要负责接收传感器发送上来的检测数据,校验后解析(CRC校验),并存储在SQL数据库中。-UDP communication server-based development, primarily responsible for receiving the sensor sends up the detection data checksum (CRC check) after parsing, and stored in an SQL database.
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:1.32mb
    • 提供者:
  1. ServerPinger

    0下载:
  2. This Software pings all the servers and someone is down it sends notification. if you like it say hello to : itig_php_rulez # live.com-This Software pings all the servers and someone is down it sends notification. if you like it say hello to
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:172.25kb
    • 提供者:cybertig
  1. OpenAT

    0下载:
  2. Software for Wavecom modules, downloads files from a ftp server through gprs, sends it to the serial port.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:13.65kb
    • 提供者:simoneschaefer
  1. CANcase

    0下载:
  2. The way the communication works is that the master sends the Header. The header includes a Protected identifier, which determines which slave (or slaves) the message addresses. Dependent on the value of the Protected identifier, either the master or
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:98.98kb
    • 提供者:Sela
  1. VCEmailer

    0下载:
  2. Emailing project in VC++, uses SMTP as well sends emails using inbuilt smtp server.
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2mb
    • 提供者:Sumit
  1. MiniTerm1

    0下载:
  2. This program is a simple serial port terminal running on Windows XP. The communication is RS-232, 9600 baudrate, 8 bit character, no parity, one stop bit. It displays characters received. It sends characters from keyboard. It also rec
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:12.47kb
    • 提供者:HDTQ
  1. UdpTalkerExample

    0下载:
  2. it is a visual c 6 project it is a udp talker on a udp port ( it sends data on udp port )
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:5.94kb
    • 提供者:Kashif
  1. kernel.sockets.module

    0下载:
  2. KernelSocketsModule is intended to provide the simple common network programming interface in kernel mode without dependence on target operating system. On Windows XP and Windows Server 2003 it uses TDI-implementation, on Windows Vista, Windows Serve
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:42.24kb
    • 提供者:villy
  1. WCFService

    0下载:
  2. This an MCF server/client that allows a client to send something to the server which in turn, sends it to every other client that is connected. They are simply 2 console apps in one solution (written in VS 2005). I developed 2 stand-alone classes tha
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:25.85kb
    • 提供者:ecw98
  1. sender

    0下载:
  2. 这是一个基于网络通信的网络会议的接受端。可以很方便的接受发送端发送的消息。-This is based on a network communication network conference JieShouDuan. Can easily accept the sender sends news.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1.73kb
    • 提供者:肖江
  1. 3

    0下载:
  2. 要求C语言编写,实现C8051F020通过UART于PC实现数据交换,单片机使用外部22.1184MHz晶振。要求实现的功能:Uart驱动程序,包括初始化、波特率设置,单字节发送接收、字符串发送接受。 程序运行时向PC机发送字符串;接收到PC机的数据后,再将该数据发送回PC机。-Requirements written in C, to achieve C8051F020 UART to PC through data exchange, the microcontroller using an
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:5.26kb
    • 提供者:sunp
  1. Com_Ex1

    0下载:
  2. 串口通信;建立串口的链接,打开,发送数据给串口,同时从串口接收数据 -Serial communication establish serial link, opens, sends data to the serial port, serial port to receive data from both
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:47.77kb
    • 提供者:xiaobing
  1. _ComPortUniv

    0下载:
  2. An app that sends/receives bytes through PC serial port. Not interrupt driven, but polling based. Background thread implemented to handle communications. Easy to build your own specific app on top of this.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:47.6kb
    • 提供者:saulius0317
  1. Server

    0下载:
  2. socket通信的服务端,可以接受客户端发送到信息,并实现给客户端发送信息。-Socket communication service end, can accept client sends that information, and realize the client send information.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:54.05kb
    • 提供者:Lihui
  1. JQAMv3Example

    0下载:
  2. J-QAM example that sends data using JQAM modem library
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4.06kb
    • 提供者:Luc
  1. Threeframework

    0下载:
  2. 实现了客户端、前置端、服务器之间的三重消息传递功能,即由客户端发送消息给前置端,前置端处理后发给服务器,再依次将消息返回客户端-To achieve the client, the front-end server messaging capabilities between the triple, that is, from the client sends a message to the front-end, front-end processing to the server, then
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:86.56kb
    • 提供者:谭雄鹰
  1. Send-an-SMS-in-English

    0下载:
  2. SIM300通过单片机控制实现发送一条英文短信-SIM300 achieved through the SCM sends a SMS in English
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:55.63kb
    • 提供者:姚勇
  1. nativevlan

    0下载:
  2. This describes about the native vlan for the trunk mode which sends the frames as untagged
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:126.58kb
    • 提供者:nikhail
« 12 »
搜珍网 www.dssz.com