搜索资源列表
语音通信源码
- 一个很好的语音通信软件,用vc编写的源代码,调试过,绝对可用-a good voice communications software, used vc prepared by the source code, debugger that can be absolute
Java即时通信工具源程序
- 一个用java写的及时通讯工具,能实现基本功能,代码有效-with a timely written communication tools, can achieve the basic functions, effective code
会话通信程序1
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
基于TCPIP的局域网多用户通信系统
- 基于TCP/IP协议的网络多用户通信系统,可实现聊天、文件传送等应用,C++写的。-based on the TCP / IP protocol network multi-user communication system can achieve chatting, file transfer and other applications written in C.
can-tcp
- 基于三星公司2410的can与以太网的通信协议转换,已经调试通过
实时通信程序
- 它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。-its characteristics : 1. Al
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
tcp/ip协议简单通话程序
- tcp/ip协议简单通话程序,可以放假初学者研究VC,同时可以实现局域网语音通信。,tcp/ip protocol simple procedure call, you can leave beginners Research VC, at the same time local area network voice communications can be achieved.
udp.局域网内的UDP通信实验程序
- 一个局域网内的UDP通信实验程序,含客户端和服务器端,可以以不同的端口打开多个客户端,A local area network communication experiment within the UDP process, including client and server side, you can open a different port multiple clients
iocpserver.rar
- 封闭了I/0接口的IOCP服务器,用作即时通信服务器能起到良好的作用.,Closure of the I/0 interface IOCP server for instant messaging server can play a good role.
RooyeeMessenger.zip
- 即时通讯软件开源代码,可以在此基础上开发其他即时通信系统,Open-source instant messaging software, you can on this basis, the development of other real-time communication system
ARQ.rar
- 无线网络通信实验 实现ARQ协议的仿真,有仿真图和代码。调试通过可运行。,Experimental realization of a wireless network communication ARQ protocol simulation, there are simulation plans and code. Debugger can be run through.
QQ
- 用VC写的模拟QQ程序的通信软件,其中客户端和服务器都有,可以自由通信。-Written by VC process simulation QQ communications software, including both client and server, you can free communication.
chartSystem
- 基于局域网通信的聊天代码,可以实现自动弹出消息提示-LAN-based chat communications code, can be achieved automatically pop-up message prompts
Tcp
- 一个简单的TCP通信,在局域网中可以简单的,分别在两个电脑上进行聊天。-A simple TCP communications, local area network can be simple, respectively, in the two computer chat.
SourceCode21_CAN
- CAN通信控制,以DSP为核心处理器,完成CAN通信的基础实验,值得借鉴-CAN
C语言实现socket简单通信实例
- 基于VC++6.0的socket 通信简单例子,可以参考修改(A simple example of socket communication based on VC++6.0, which can be referred to modification)
16.UDP通信实验
- 可进行UDP通信实验,并分析UDP通信的逻辑过程(UDP communication experiments can be carried out, and the logical process of UDP communication is analyzed.)
5.RS485通信实验
- 可进行RS485通信实验,并分析RS485通信的逻辑过程(RS485 communication experiments can be carried out, and the logical process of RS485 communication is analyzed.)
nodejs父子进程的stream方式通信
- 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi