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

搜索资源列表

  1. WSPI_SRC.ZIP

    1下载:
  2. 用VC写的一个非常好的关于SOCKET编程的例子,模拟PING命令,也可以用于检测网络的状况。-VC written on a very good examples of socket programming, simulation PING orders can also be used to detect network conditions.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35065
    • 提供者:ql
  1. OPC Server

    4下载:
  2. 开发OPC server的一个例范。OPC主要适用于过程控制和制造自动化等应用领域,你可以从该例子中学习如何编写一个服务器程序。-development of the OPC server Fan 1 cases. OPC is primarily applicable to process control and manufacturing automation applications, you can from the examples to learn how to prepare a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:822077
    • 提供者:黄学通
  1. vis_h323_ocx_2.5r

    0下载:
  2. VIS H.323的LIB库OCX版本最新代码和例子程序,视频编解码部分做了很大的优化,不过需要获取鉴权码才能去掉3分钟通话限制,不过还是很有参考价值-VIS H.323 LIB library OCX latest version of code and example programs, video codec part done a lot of optimization, but it needs access authentication code can be removed res
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1127653
    • 提供者:杨安国
  1. ModBusM

    0下载:
  2. 从国外找到的通信程序的DELPHI源代码3,是MODBUS的喔,DELPHI的这类例子可不多见.给大家学习-from abroad to find the communication procedures of Delphi source code three is the MODBUS Oh, Delphi examples of this kind can be rare. Learning to everyone
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:31055
    • 提供者:龙明
  1. 通信演示程序(类似TTY)

    0下载:
  2. 例子程序名为Terminal,是一个简单的TTY终端仿真程序。读者可以用该程序打开一个串行口,该程序会把用户的键盘输入发送给串行口,并把从串口接收到的字符显示在视图中。-example program called Terminal, is a simple TTY terminal emulation. Readers can use this program to open a serial port, the program will be user keyboard input sent
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:25133
    • 提供者:严沁
  1. CRC_codes

    1下载:
  2. 通信系统的仿真,CRC是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, CRC is an error-correcting code that can be used in communications, this example is based on the Matlab program can be used for actual simulation!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1848
    • 提供者:陈榧
  1. Viterbi-decoding

    1下载:
  2. 通信系统的仿真,Viterbi译码可用于卷积码等的译码解决方案,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, Viterbi decoder can be used as a convolutional code decoding solution, communications can be used, the example is given of the procedures based on
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:903
    • 提供者:陈榧
  1. Reed-Solomon-codes

    1下载:
  2. 通信系统的仿真,Reed-Solomon-codes是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, Reed-Solomon-codes is an error-correcting codes, communications can be used, the example is given of the procedures based on Matlab can be used f
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1163
    • 提供者:陈榧
  1. convolution_codes

    0下载:
  2. 通信系统的仿真,卷积码是纠错码的一种,可以用于数字电视,手机等通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, convolutional codes is an error-correcting code that can be used in digital TVs, mobile phones and other communications, this example is based on the Ma
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1705
    • 提供者:陈榧
  1. CAN-AC1_AC2-104

    0下载:
  2. VB编写的CAN通信程序,是一个基本的例子示范程序。-VB prepared by the CAN communication program is a model example of the basic procedures.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:95383
    • 提供者:莫尘
  1. www.cohoo.com.cn.socket

    0下载:
  2. 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:cohoo
  1. CommClassSrv

    0下载:
  2. 一个串口通讯类,实现了串口通讯的例子。可以在你的工程中重用该类来实现串口通讯。-a serial communications, achieving serial communication example. You can reuse the engineering to achieve such serial communications.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:55646
    • 提供者:liming
  1. modemNetWorkProgram

    0下载:
  2. 这是在windows上使用modem通信的例子程序,有很高的实用价值,同时也可以学习到tapi的编程方法-This is the windows on the use of the example of modem communications procedures with a high degree of practical value, they can also learn the programming methods TAPI
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:25638
    • 提供者:hzk
  1. dialModemforTcpIp

    0下载:
  2. 这是一个使用modem拨号上网的程序,可以使用,在gprs方式下也可使用,是用gprs通信的很好的例子程序-It is a modem dial-up procedures can be used in GPRS mode also can be used. GPRS communication is a good example of procedures
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:43231
    • 提供者:hzk
  1. testcrc

    0下载:
  2. delphi下的CRC8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了,可省去晦涩的研究.-delphi the CRC8, CYXLIC REDUNDANCY, CRC32-algorithm example, directly copy code can use it, can be saved obscure research.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:189922
    • 提供者:马广存
  1. EthernetOperation

    0下载:
  2. 这个程序是用VC++编程操作网卡的例子,可以实现网络连接的启动,禁用等-the procedure is to operate with VC Programming Network Card example, can achieve a network connecting the start of such banned
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:48909
    • 提供者:张善琳
  1. delphi例子

    0下载:
  2. 用delphi做的,用来模拟can主控节点测试分模块节点的测试程序-used to do, used to simulate the control nodes can test-node module testing procedures
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:310798
    • 提供者:薛春艳
  1. cb例子

    0下载:
  2. 用c++builder做的,用于模拟can主控节点和分节点通讯的例子-using c + + builder done for the simulation can control nodes and communications nodes at the example
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:786033
    • 提供者:薛春艳
  1. VC-USB-sample

    0下载:
  2. VC++6.0的USB数据通讯的例子程序,主要是驱动PC端的USB-failed to translate
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:1891
    • 提供者:robot
  1. VCI_CAN_Example

    0下载:
  2. can总线编程的好例子,有c语言,dephi,c#语言的例子。- a good example of the bus for can program, there are c language, dephi, c# language example.
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4642164
    • 提供者:徐武
« 12 3 4 »
搜珍网 www.dssz.com