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

搜索资源列表

  1. 串口源码

    0下载:
  2. 我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2856
    • 提供者:高进朝
  1. frm9602

    0下载:
  2. 我自己写的用国半9603与PC并口通讯的例程-I wrote it myself with the country-9603 and PC parallel port communication routines
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4312
    • 提供者:王西蒙
  1. 51fw

    0下载:
  2. 我自己编写的用51控制RFW-D100与PC的USB通讯的例程1-prepared myself with the control RFW 51-D100 PC with a USB communication routines 1
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5540
    • 提供者:王西蒙
  1. channel

    1下载:
  2. CHANNEL MIMO channel model,信道程序,自己写的,而且已经训练过,应该没有问题,请高手指点。-CHANNEL MIMO channel model, channel procedures, wrote it myself, but has trained, should not be a problem, please master guiding.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2034
    • 提供者:曹文佳
  1. hdb300

    0下载:
  2. HDB3编码解码系统,我自己做的。 HDB3编码解码系统,我自己做的。-HDB3 codec system, I do for myself. HDB3 codec system, I do for myself.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2113
    • 提供者:万金油
  1. wangtongbohao

    0下载:
  2. 学习E语言,看看其他的编程方法,这是我自己找到的有关拨号程序的源代码,自己想做一个啊,为了自己的工作-learning language, look at other programming method, which is found myself in the dial-up program's source code, they want an ah, to their own work
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2099
    • 提供者:hanxinyu
  1. TMS320F2407-expericence

    0下载:
  2. 调试2407时候的一些经验和教训(本人自己写的)-debugging 2407 when some of the experiences and lessons (I wrote it myself)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4328
    • 提供者:wangshen
  1. javasmtpmail

    0下载:
  2. 用java写的 smtp邮件发送程序, 还有gui的部分也在里面.. 自己写的, 很短 ,请多多指教-with java write smtp mail sent procedures, There is also part of the gui inside .. wrote it myself, in a very short, the exhibitions
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1745
    • 提供者:小虫子
  1. Router_java

    0下载:
  2. 该程序采用java实现,模拟了路由器的RIP协议,本人自己写的-the procedures used to achieve java simulated routers RIP, I wrote it myself
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:308030
    • 提供者:lvweimei
  1. weijijiekoushiyingzhidao

    0下载:
  2. 是一个微机接口实验指导报告,我自己写的,有代码,已经仿真通过了.-is a microcomputer interface experimental guidance report, I wrote it myself, a code has been adopted by the simulation.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:43956
    • 提供者:leochen
  1. RS232chuanxingkoushiyanbaogao

    0下载:
  2. 是一个RS232串口实验报告,我自己写的,有代码,已经仿真通过了.-is an RS232 serial experiment, I wrote it myself, code, simulation has been passed.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:26214
    • 提供者:leochen
  1. webtest

    0下载:
  2. VC中采用HTML实现可配置输入界面的模拟测试通信程序,是我自己做的,已投入使用-VC used HTML configurable input interface simulation testing communication procedures, I do for myself, has been put into use
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59964
    • 提供者:陈勇强
  1. SSCOMCE

    0下载:
  2. EMBEDDED VC++ PDA 上运行的COM口通讯程序含原码.自己写的.PC上运行不了-EMBEDDED VC PDA running on the COM port communication procedures with the original code. Wrote it myself. PC can run
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:51529
    • 提供者:王三
  1. ShareCom

    0下载:
  2. 自己写的一个进程间通讯库,使用很方便。 带有例子程序。-Wrote it myself a process of communication among libraries, use very convenient. With examples of procedures.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:292941
    • 提供者:lincolnwang
  1. TCP_OCX_ALL

    0下载:
  2. tcp 通讯客户端我已经有一个自己写的CProEdit类,打算将这个功能用控件实现,所以在建立OCX控件时选择了在EDIT基础上开发,我想只要得到EDIT类的变量M_EDIT ,再将M_EDIT的类型改为 CProEdit就可以实现了, 可我没有办法得到EDIT类的变量,请高手指点一下,如果这种方法不行要怎么实现 本篇文章来源于 www.itzhe.cn IT者网站 原文链接:http://www.286it.com/news/20081006/245167.html-tcp comm
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:89561
    • 提供者:XHS1234
  1. myself

    0下载:
  2. 对于学习NS2网络仿真的初学者,苦于没有程序可以模仿,无从下手,这个小程序对入门级很有用-NS2 network simulation study for the beginner, suffer from the absence of any procedure which can be replicated, can not do this, this little program very useful for entry-level
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:1218
    • 提供者:林华
  1. Serial_Comm

    0下载:
  2. 我自己写的串口接受程序,可以接受串口程序。-This program was writed by myself,it can be used as serial communication.
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1702037
    • 提供者:许强
  1. vb_comm

    0下载:
  2. 本资源包含用VB开发串口的一些资料,以及本人做的示例程序-This package contains some resource about Serial ports on VB and some demo program made by myself
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:105850
    • 提供者:赵晓辉
  1. comapi

    0下载:
  2. 本人自写的精简易懂实用的API串口通信。把createfile,readfile writefile终于搞明白了。-it is one communication example on serial port by using windows API function.it is written by myself,so you can understand the communication process easily.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1895726
    • 提供者:yandong
  1. VCshagnweji

    0下载:
  2. 上位机发命令,单片机接收,就是简单的上位机控制程序,上位机简单绝对可以使用!-it is a very useful programme.it is also written by myself.
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:4593540
    • 提供者:liuke
« 12 »
搜珍网 www.dssz.com