-
一个比较通用的telnet 协议源码
一个比较通用的telnet 协议源码-a more generic telnet agreement FOSS
- 2022-03-11 03:04:38下载
- 积分:1
-
multi
posic多线程编程学习笔记整理,包含了线程的基础知识,多线程解决方法:信号灯,互斥量,条件变量,共享内存;内容详细-multi-threaded programming posic finishing study notes, including a basic knowledge of threads, multi-threaded solution: traffic lights, the volume of mutually exclusive condition variables, shared memory detailed
- 2022-06-20 13:35:19下载
- 积分:1
-
自己初学写的有关网络传输数据的小程序,请大家多多指教
自己初学写的有关网络传输数据的小程序,请大家多多指教-learning to write their own network transmission of the data of small procedures, please exhibitions
- 2022-01-27 08:53:15下载
- 积分:1
-
vc network video phone system, tested, stability sometimes, but the call quality...
vc网络视频电话系统,经过测试,稳定性有时会有问题,但通话质量相当好,而且可用于无线网络,欢迎大家测试!-vc network video phone system, tested, stability sometimes, but the call quality is very good, but can be used for wireless network, we welcome testing.
- 2022-10-04 14:10:04下载
- 积分:1
-
多方会话消息之实例讲解
多方会话消息之实例讲解 -multi-session news examples to explain the m ulti-session news examples will explain the multi- so news on the case
- 2022-08-23 09:58:50下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
用VB实现的聊天工具,有点类似阿里巴巴的商贸通
用VB实现的聊天工具,有点类似阿里巴巴的商贸通-VB chat tools, it is somewhat similar to Alibaba"s business-
- 2023-01-26 13:05:05下载
- 积分:1
-
JTAPI by Sun's Java language on the application program interface. As JTAPI...
JTAPI是由Sun公司提出的基于Java语言的应用程序接口。由于JTAPI是基于Java的应用接口,使得JTAPI的对象独立于操作系统和硬件平台,支持跨平台的应用。JTAPI定义了一套类库,包含电话功能和扩充功能。JTAPI结合了传统的电话服务和Web处理能力,具有较强的功能。但是,基于Java的特性,使得JTAPI在拥有强大功能的同时,也失去了普及和推广的基础。-JTAPI by Sun"s Java language on the application program interface. As JTAPI is a Java-based application interface, JTAPI makes the object independent of operating systems and hardware platforms to support cross-platform applications. JTAPI definition of a set of class libraries, including telephone functions and expansion capabilities. JTAPI combination of traditional telephone services and Web processing capability, and a strong function. However, based on Java, which makes JTAPI the powerful functions, lost popularize and promote the foundation.
- 2022-05-19 10:21:52下载
- 积分:1
-
贡献者给予免费的,不可撤销的许可,IEEE将马…
The contributor grants a free, irrevocable license to the IEEE to incorporate material contained in
this contribution, and any modifications thereof, in the creation of an IEEE Standards publication
to copyright in the IEEE’s name any IEEE Standards publication even though it may include
portions of this contribution and at the IEEE’s sole discretion to permit others to reproduce in
whole or in part the resulting IEEE Standards publication. The contributor also acknowledges and
accepts that this contribution may be made public by IEEE 802.16.-The contributor grants a free, irrevocable license to the IEEE to incorporate material contained in
this contribution, and any modifications thereof, in the creation of an IEEE Standards publication
to copyright in the IEEE’s name any IEEE Standards publication even though it may include
portions of this contribution and at the IEEE’s sole discretion to permit others to reproduce in
whole or in part the resulting IEEE Standard
- 2022-07-22 08:54:27下载
- 积分:1
-
FD30调频无线对讲机 电路原理图 很难得的资料!
FD30调频无线对讲机 电路原理图 很难得的资料!-FD30 FM wireless intercom circuit diagram of information hard to come by!
- 2022-03-12 19:31:57下载
- 积分:1