搜索资源列表
分组交换
- 讲述分组交换的概念,优缺点,和其他交换方式的比较,是数据通信方面的好ppt-The document gives the concept of packet switching, longcoming and shortcoming. And also give a compare with other techs. It s a good material about data communication.
wuyesystem
- 租赁型物业管理系统,界面设计,数据库建立,数据通信等
fwzj
- 房屋租赁管理系统源码,包括系统登陆,数据通信,界面软件编程数据通信等-rental management system source code, including landing systems, data communications, software programming interface and data communication
housesell
- 智能建筑管理系统,主要是物业管理方面,源码内容:包括系统登陆,数据通信,界面软件编程数据通信等-intelligent building management system, property management, source : including landing systems, data communications, interface software programming and data communication
slgl
- 售楼管理系统源码:包括系统登陆,数据通信,界面软件编程数据通信等-sales management system source : including landing systems, data communications, software programming interface and data communication
graphcommunication
- 图像通信结合ISDN和数据通信与网络老师讲义幻灯片-image communication with ISDN and data communications and network overhead slides teachers
4PLED-A3
- led 动态显示与数据通信,采用单线单向传输,上位机将数据按通讯协议编码后向显示器送出,该程序为接收显示程序。
DE2_WEB
- 基于UCOS的嵌入式系统的应用,通过LWIP实现了主机和一个FPGA开发板DE2的数据通信。刚调试通过
《计算机网络与数据通信实验教程》源代码
- 《计算机网络与数据通信实验教程》源代码, WinRAR自解压包。-"computer networks and data communication experiment Guide" source code, WinRAR self-extract package.
network
- 第1章 绪论 第2章 数据通信基础 第3章 物理层 第4章 数据链路层 第5章 网络层
serialsV1.023
- window下的串口调试工具,可以用来和单片机之间进行数据通信,将RS232电平转化成TTL电平
CRC_rongyu
- 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check)是对一个传送数据块进行校验,
redlightsystem
- 红外数据通信的开发系统,详细介绍了多种通信方式!
通过消息实现进程间的通信
- 利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the internal process communications sys
vc_and_usart
- Vc++编写的实时读写串口数据,并用VC画出相应的数据波形。-Vc++ written in real-time read and write serial data, and draw the corresponding data using VC waveforms.
MSCommV1
- 用MFC写的串口通信界面。可以接收串口发送过来的数据,进行实时曲线绘制。-Using MFC to write serial communication interfaces. Send them to receive serial data in real-time curve drawing.
DataTrans
- 两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值-Two dialog data trans
serial
- 串口编程调试精灵,利用VB编写的串口调试软件,实现在线设置通信速率、奇偶校验、通信口而无须重新启动程序,可以设置定时发送的数据和时间间隔,可以自动显示接受到的数据并能在字符、十六进制和二进制之间自由切换,自动保存设置参数。-Debug serial programming wizard, VB prepared using serial debugging software, set up online communication rate, parity, oral communication
chuankou
- RS232串口通信源代码及数据传输后上位机界面开发-RS232 serial communication and data transfer source code after the host computer interface development
communicate
- VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态