搜索资源列表
一个通讯系统的嵌入式实时数据库
- 一个通讯系统的嵌入式实时数据库,经典啊,赶紧下载吧-a communications system embedded real-time database, classic ah, quickly download!
VC实现类似QQ即时通讯系统
- Visual C++ 开发的类似 QQ 的即时通讯系统,典型的C/S结构,是学习和从事这方面开发的较好参考材料
即时通讯(带视频)源码
- AnyChat音视频互动开发平台(SDK)是一套跨平台的即时通讯解决方案,基于先进的H.264视频编码标准、AAC音频编码标准与P2P技术,整合了佰锐科技在音视频编码、多媒体通讯领域领先的开发技术和丰富的产品经验而设计的高质量、宽适应性、分布式、模块化的网络音视频互动平台。 AnyChat音视频互动开发平台(SDK)包含了音视频处理模块(采集、编解码)、流媒体管理模块(丢包重传、抖动平滑、动态缓冲)、流媒体播放模块(多路混音、音视频同步)以及P2P网络模块(NAT穿透、UPnP支持)等多个子模块
51单片机RS485通讯程序
- 利用51系统单片机模拟RS485进行通信功能
QYJST.企业即时通讯工具
- 企业即时通讯工具,客户端使用VC++开发,实现局域网内点对点的文本、文件、语音、视频传输;服务器端在Linux系统下开发;,Enterprise instant messaging tool, the client using VC++ development, peer-to-peer LAN with text, documents, voice, video transmission server-side development in the Linux system
小型CA系统.zip
- 前些天在网上看到了一些关于OPENSSL的介绍,觉得很有意思,于是做了一个程序,基本实现了数字证书的制作、SSL安全通讯、加解密操作等功能,秉承OPENSSL开放的原则,拿出来共享,主要实现写在了两个DLL中, The first days on-line saw some about the OPENSSL introduction, have thought very interestingly, thereupon has made a procedure, basically has
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
2
- Vc开发的即时通讯系统包括客户端和服务器-Vc development of instant messaging systems, including client and server
视频会议系统源码
- 视频会议系统源码,VC编译,运行环境:2000 ,需要的朋友可以做个参考 -video conferencing system source code, compile VC, the environment : 2000, the friends can make reference
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
csharpQQ
- 一套完整的,用CSharp开发的QQ即时通讯系统-failed to translate
AnyQ
- AnyQ这款产品是按照国际标准XMPP协议开发的一套即时通讯系统,XMPP已经成为兼容ICQ,Msn messenger, Yahoo messenger, AIM的事实标准。anyQ该平台除了传统的文字,音频、视频通讯外,其中的共同浏览、协同演示、大容量的文件交换,同时利用 了p2p来优化传输效率。 最有意思的是该系统已经完全实现和QQ、MSN、ICQ等几大即时通讯软件的互联互通”。
BlueToothHCI_UsingMCU
- 本资料介绍了利用MCU进行蓝牙通讯系统开发的方法,对于实际工程应用很有参考价值。-This book introduces the ways to develop the blue tooth system with MCU, which is helpful for real projects.
simulink_communication_system
- simulink下使用的关于通讯系统的实例,例如调制解调,看频谱,采样等。-simulink to use on an instance of communication systems, such as modulation and demodulation, see the spectrum, sampling and so on.
jishitongxin
- Visual_C++ 即时通讯系统,包括服务器端和客户端 -Visual_C++ instant messaging systems, including server-side and client-side
VCqq
- Visual_C++ 即时通讯系统,包括服务器端和客户端!-Visual_C++ instant messaging systems, including server-side and client-side!
2010-6-4
- 即时通讯系统,是一款用JAVA开发的即时通讯系统,有源代码,开发文档资料等-Instant messaging system, is a real-time communication with the JAVA development system, source code, development documentation, etc.
IM_SYSTEM
- 即时通讯系统代码: 通常的聊天功能(好友、群)、远程协助、语音视频聊天、网络会议、电子白板等等功能。 整套代码是C++开发的。程序包括服务端和客户端。程序稳定、功能健全,是你们公司二次开发的理想选择。 联系QQ 30301878-jsalfj alsfjlsjdflasjfas
java版及时通讯系统
- 采用socket套接字,使用tcp/ip协议进行消息的及时通讯,模仿qq,初学者的必备。