搜索资源列表
单币种通讯机
- 银证转帐单币种通讯机,放在证券端,为银行证券系统进行通讯的桥梁,是目前银行证券通讯的标准程序-Bank Stock Transferring single currency radios, on the securities side for banks, securities system as a bridge for communication, which is the bank's securities communications standard procedures
基于nRF905的无线数据多点跳传通信
- 这是基于nrf905 的无线多点调频通讯系统的一片文章-nrf905 This is based on the multi-point wireless FM communications system an article
名片管理系统beta
- 基于XML得通讯簿,语言是VB.NET,开发平台是 VS.NET ,全部源代码都在里面-in XML-based address book, the language is VB.NET, is VS.NET development platform, all of the source code inside
基于VB实现PC机与单片机的串行通讯
- 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的RS-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编
jin_rose_jctx
- WM_COPYDATA 进程间通讯 系统消息 最简单的进程间通讯的例子-WM_COPYDATA inter-process communication system even the most simple process communication examples
java23socket
- 23篇socket网络编程资料,pdf格式 包括基于局域网的Java即时信息传送软件的设计与实现.pdf 基于Java的网络即时通讯系统设计分析.pdf等-23 socket network programming, pdf format, including LAN-based Java instant messaging software design and implementation. pdf-based Jav a network of instant communications
12034568
- 学习易语言的朋友可能对局域网通讯方面不是很了解,我作了个简单的局域网通讯系统,实现了几个简单的功能,需要的朋友就下来看看吧!-easy to learn the language of my friends may LAN communication is not very understanding, I made a simple LAN communications system, a few simple functions, the need to look down on frien
DCAinJOINT
- 通讯系统仿真(Matlab)Dynamic Resource Allocation(DCA) in JOINT system
Interfunaware(DCA)inJOINT
- 通讯系统仿真interfunaware(DCA) in JOINT system
wirelesssum
- 无线通讯系统仿真一书的源代码,对无线仿真的朋友有帮助。
xiaoxitongxunxitong
- 本设计的目的是通过设计和调试一个基于消息的通讯系统,来实现进程之间的间接通讯,使学生对进程间的通讯机制、进程间的同步机制有一个深入的理解
src
- 软件设计:面向对象程序设计——即时通讯系统的实现,JAVA。
MessageSender
- 自己写的网络通讯系统-himself wrote the network communications system
mainframe_edp
- 省公话通讯系统,-provincial public telephone communication system,
CICS
- 即时通讯系统,模拟QQ。 能够文本聊天,语音视频聊天,传输文件。-Instant messaging systems, simulation QQ. Be able to text chat, voice and video chat, transfer files.
BluetoothRS232.系统采用VB开发,使用蓝牙SPP协议
- 系统采用VB开发,使用蓝牙SPP协议,通过串口实现通讯.,VB system development, using Bluetooth SPP agreement, to achieve through the serial port communications.
CICS
- 即时通讯系统,模拟QQ。 能够文本聊天,语音视频聊天,传输文件。-Instant messaging systems, simulation QQ. Be able to text chat, voice and video chat, transfer files.
ChatClient
- 利用C++实现的一个即时通讯系统的客户端。传输层采用的是TCP协议。这是本科时候的毕业设计,最后评定为优,希望对一些朋友能有所帮助。-The use of C++ implementation of an instant messaging system client. Transport layer protocol used is TCP. This is the time of undergraduate graduation project, and finally classified
ChatServer
- 利用C++实现的一个即时通讯系统的服务器端。传输层采用的是TCP协议。这是本科时候的毕业设计,最后评定为优,希望对一些朋友能有所帮助。-The use of C++ implementation of an instant messaging system server side. Transport layer protocol used is TCP. This is the time of undergraduate graduation project, and finally clas
java版及时通讯系统
- 采用socket套接字,使用tcp/ip协议进行消息的及时通讯,模仿qq,初学者的必备。