-
单机版的‘三子棋’游戏
单机版的‘三子棋’游戏-stand-alone version of the "three-game" game
- 2022-06-12 04:51:03下载
- 积分:1
-
C#实现Socket编程
C#实现简单的Socket网络编程,适用于初学者。项目实现是由VS2010编译环境实现,希望对大家有帮助。
- 2022-01-22 07:04:13下载
- 积分:1
-
串口通讯,用了一个老大封的类
串口通讯,用了一个老大封的类-serial communication, with the closure of a category leader
- 2022-02-13 23:41:46下载
- 积分:1
-
Voice network transfer process, using G.729A codec algorithm for voice network t...
语音网络传输程序,利用G.729A编解码算法,进行语音网络传输,性能良好,可实现语音聊天,存在的不足是稍微有几毫秒的语音延迟,可供早期语音网络传输开发或IP电话开发的参考。-Voice network transfer process, using G.729A codec algorithm for voice network transmission, good performance can be realized voice chat, there is slightly less than a few milliseconds of audio delay, for the early speech development or IP phone network transmission development reference.
- 2022-05-05 13:30:28下载
- 积分:1
-
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
u...
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2022-03-22 12:01:40下载
- 积分:1
-
java实现的socket连接池,使用了apache的objectpool
java实现的socket连接池,使用了apache的objectpool-java achieve the socket connection pool, the use of the apache objectpool
- 2022-01-25 20:12:50下载
- 积分:1
-
/* This IPv4 example listens for incoming packets and automatically adds destina...
/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
这个例子主要是让大家了解下面3个函数的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具体内容看我的测试文档吧。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. This example is designed to allow everyone to understand the following three functions usage. void OnNewSource (RTPSourceData* dat) void OnBYEPacket (RTPSourceData* dat) void OnRemoveSource (RTPSourceData* dat) the specific content of the test document I watch it. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-26 07:31:21下载
- 积分:1
-
This procedure can achieve the basic chat functionality, development environment...
此程序可以实现基本的网络聊天功能,开发环境VC-This procedure can achieve the basic chat functionality, development environment, VC
- 2022-12-26 06:35:03下载
- 积分:1
-
LINUX下c++SOCKET编程
Socket是进程通讯的一种方式,即调
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器(Client/Server, C/S)模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。客户/服务器模式的建立基于以下两点:
(1)首先,建立网络的起因是网络中软硬件资源、运算能力和信息不均等,需要共享,从而造就拥有众多资源的主机提供服务,资源较少的客户请求服务这一非对等作用。
(2)其次,网间进程通信完全是异步的,相互通信的进程间既不存在父子关系,又不共享内存缓冲区,因此需要一种机制为希望通信的进程间建立联系,为二者的数据交换提供同步,这就是基于客户/服务器模式的TCP/IP。
用这个网络库的一些API函数实现分布在不同主机的相关进程之间的数据交换。
- 2023-07-03 05:55:03下载
- 积分:1
-
asp .net 浮动窗口组件 类似msn
asp .net 浮动窗口组件 类似msn-asp. Net floating window components similar to msn
- 2022-01-25 22:02:17下载
- 积分:1