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

搜索资源列表

  1. QQ

    0下载:
  2. 主要实现接受和发送信息的功能。气动并属兔对方IP后单击连接按钮,来实现,能很好说明。NET在中Socket编程技术 -Mainly to receive and send messages to achieve functions. Pneumatic and other IP is a rabbit and click connect button, to achieve, can be a very good note. NET programming in Socket
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:128995
    • 提供者:lzd
  1. OPCClientDemo

    0下载:
  2. 这个是OPC Client的例子程序,里面有个文件是一些需要用到的类库,按照里面的说明进行安装后就能运行了。-This is an example of the OPC Client program, there are a number of documents is necessary to use the library, in accordance with the instructions which can be run after installation.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:602260
    • 提供者:沙漠之音
  1. socket

    0下载:
  2. 详细说明:采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。--using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of s
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:46241
    • 提供者:王朝霞
  1. QQ_lie_talk

    0下载:
  2. 一个让你能上班大摇大摆聊QQ的软件,利用向导功能随意设置聊天窗口的样式,有试想过在Word,我的电脑里面聊QQ吗,代码教你如何绕开QQ的对话框加密和拒绝SendMessage信息,完美控制QQ对话框!使用前请认真阅读说明文件-1 so that you can go to work swaggering QQ chat software, using the wizard function arbitrarily set the chat window style, there is thoug
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6457500
    • 提供者:林静宇
  1. ipv6detailedannotation

    0下载:
  2. 本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:7183203
    • 提供者:
  1. c51-test

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:lsj
  1. peer-to-peer-transport

    0下载:
  2. 实现简单的一点对另一点的收发的功能,在文件中包含了具体的发送端和接收端的代码,通过IAR进行运行,通过里面说明文件的操作后,可以实现简单的点对点的收发。-Simple point-to-point transceiver can realize a simple point to another point transceiver function, the file contains a specific code of the sending and receiving ends, run
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:918973
    • 提供者:宫贺
  1. HttpMultipart

    0下载:
  2. WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:18876
    • 提供者:
  1. serial

    0下载:
  2. 使用API函数实现的串口通讯DLL,使用VC++编写,可以单独使用,注意看“使用说明.txt”-API functions using serial communication DLL, using VC++ to write, can be used alone, note the "instructions for use. Txt"
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3304779
    • 提供者:赵国栋
  1. testlibusb_win

    0下载:
  2. 实现了USB上位机与下位机之间的通信程序,底层代码采用的是神州IV的HID设备驱动,上位机采用的是libusb-win32实现的,修改了官方sourceforge提供的例程,实现了上位机给下位机发送控制控制命令,开关灯。同时,可以捕获到下位机按键被按下的消息。特殊说明,未经修改的代码可以到sourceforge上去下载,此处不再上传。testlibusb_win.c即是修改过的,是核心部分。开发环境是visual studio 2012.-USB communication program to
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:5685
    • 提供者:songdongdong
  1. mp

    0下载:
  2. VC2008与matlab2009b 混合编程,内附详细说明和完成程序,在VC2008环境下,可以直接运行。-The mixed programming of VC2008 and matlab2009b, containing detailed instructions and procedures, in the VC2008 environment, can be directly run.
  3. 所属分类:Communication

    • 发布日期:2017-05-28
    • 文件大小:10327552
    • 提供者:滔滔
  1. fft2C

    0下载:
  2. 快速傅里叶转换程序,简单好用,说明清楚,内容详细,里面有正弦,余弦转换程序,可以用来产生正余弦数组。强烈推荐!~-Fast Fourier transformation program, simple to use, the instructions clear, detailed, there are sine, cosine conversion program, and can be used to generate positive cosine array. It is highly
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:173120
    • 提供者:zhangfafei
  1. you

    0下载:
  2. VB邮件群发程序,群发时可选择这些邮件到右侧,在下面设置邮件主题,下边输入邮件内容,最后点击“发送邮件”按钮就可以。内有配置说明。-VB mail program, mass can choose these messages to the right side, in the following settings to the subject of the message, the following input message content, and finally click send
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:190437
    • 提供者:zhch72
« 1 2»
搜珍网 www.dssz.com