搜索资源列表
comtut5src
- 分布式COM(以下简称DCOM)的出现给我们轻松的创建分布式应用提供了机会;我们可以完全不去理会低级别的Windows Sockets(DCOM通过MS-RPC让客户与对象进行通信,幸运的是要开发COM应用,开发者几乎可以不去理会MS-RPC)而开发出功能强大、偶合性低(功能模块相对独立,很好的发挥了OO的思想)、易于部署的分布式计算系统。-Distributed COM (DCOM hereinafter) to the emergence of easily create distribut
456456415
- 题目:若要在n个城市之间建立通信网络,只需要假设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。-topics : n if the city between communication networks, need only assume that n-1 line can be. How the lowest economic cost of building the communications network, the network is a minim
operator_overload
- 哈夫曼树是相同个数的带权结点所构成的所有二叉树中带权路径长度WPL最小的二叉树,将其应用于计算机通信中数据编码技术可大大缩短电文代码的长度,且避免了电文代码二义性的产生。本文简要介绍了哈夫曼树的原理、构造方法及其在数据编码中的应用。-Huffman tree is the same as the number of nodes with the right posed by the Binary right path with the smallest length WPL binary tre
LangInt.rar
- GPIB的动态链接库文件。文件里有很多通信函数,可以直接调用完成通信。,GPIB the dynamic link library file. Document, there are many communications functions, can directly call the completion of communication.
nbdown-000987-8d153f16
- Mabry出的News .NET ActiveX控件,是用于构建新闻组服务器的ActiveX控件,可以实现基于NNTP协议的服务器端通信,提供了完备的新闻组管理功能。-Mabry out the News. NET ActiveX control is used to build for the news server ActiveX controls, you can NNTP protocol-based communications server, providing a complete
toolforcomm
- 搜集的一个串口调试工具,可显示通信过程中的时间,用于计算通信的时间,可输入不可视字符,可自动周期发送,可保存通信文本等等.-Collected in a serial debugging tool that shows the communication process in time, used to calculate the communications time, can enter non-visual characters, can be automatically cycles t
communication
- 交换机,路由器等通信协议的好几个ppt,很不错,可以下载-Switches, routers, communication protocols, such as several ppt, very good, you can download
SimpleCommunicationTool
- 可以进行基本的实时文字通信,还可以以较快的速度传输文件的应用程序-Can be a basic real-time text communication, but also to a more rapid pace of applications to transfer files
CommunicationBetweenProcesses
- vc++进程间通信的一个例子,采用两种方式实现进程间通信.一个是发送共享消息,一个是内存映射文件.可直接执行.因为没有其他的内容,初学者可采取修改对比法进行学习,迅速掌握其中的原理.-vc++ process communication An example of two way communication process. One is sent to share the news, one is memory-mapped file. can be directly executed. b
SCOMMV23
- 串口通信的源代码,大部分非本人所写,里面加入了自己的一些工程需求实现,如对FPGA的数据的处理,可以借鉴-Serial communication s source code, most written by non-I, which acceded to the demand for their own realization of some projects, such as FPGA data processing, can learn from
Comm-tongxin
- 可向串口发送命令,实时侦听串口缓存中的数据,加上线程后可实现串口通信的任意功能-Can send commands to the serial port, real-time listening serial data cache, together with the threads can be achieved after the serial communication arbitrary function
ProCommunicate
- 进程之间的相互通信,可以给子进程发送相关信息-Between the process of communication, can give the child process to send the relevant information
computernetworkandcommunications
- 计算机网络与通信知识要点,四级复习资料,需要的可以下来-Knowledge of computer networks and communications elements 4 review the information required can be down to see
COMWR
- 这是一个串口通信的完整源代码,能够设置波特率和选择串行口,可以对程序进行修改以便各取所需。-This is a complete serial communication source code, be able to set the baud rate and select the serial port, you can modify the program in order to take what we need.
principleofcommunication
- 一个通信系统专业的研究生一些有关于 通信原理的一些比较经典的 资料 希望能对非通信专业朋友 在做有关通信相关项目和程序上能有所帮助-A communication system a number of graduate students on the communication of some of the more classic principles of information communication hoped that the non-professional friends ar
MicrocomputerPrincipleInnerSelf
- 采用查询方式将下列测试电文送到辅串口发送器,经过内部自环接受,显示在屏幕上,通信速率选用4800波特,无校验传输,一桢字符有8个数据位,2个停止位,按下任意键时测试结束(2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -Query mode using the following test mes
XiDianCommunication
- 西安电子科技大学通信课件。有想要自学通信方面知识的同学可以看一下,有参考价值。-Xi an University of Electronic Science and Technology Communication courseware. Communication you want to self-knowledge can look at the students, a valuable reference.
DI
- 一个串口通信的ActiveX源码,可以方便快捷的使用此dll即可完成串口通信-A serial communication ActiveX source code, can be convenient to use this dll to complete the serial communication
pc_pcself
- MSComm控件的初级使用。使用MSComm控件实现电脑的两个串口间的通信,可以下载个虚拟串口软件进行测试。-The primary use of the MSComm control. MSComm control the communication between two serial ports of the computer, you can download a virtual serial port software to test.
ServerDemo
- 本程序是重封装winsock控件而制作的控件。本控件可以实现tcp通信的服务器端的建立。本控件是基于网络上一个制作基于winsock的通信客户端和服务器的教程而来。本控件将原本适用于exe项目的控件对话框调用方法挪到了ocx控件中。-This control can be implemented TCP communications on the server side. This control is based on a production based on the winsock com