-
动态域名解析服务器
动态域名解析服务器-Dynamic Domain Name Server
- 2022-02-10 07:13:01下载
- 积分:1
-
NetTalk是一个适用于局域网和因特网的可视电话软件
一.开发环境
Windows2000 Server & Visual C++6.0 & SDK...
NetTalk是一个适用于局域网和因特网的可视电话软件
一.开发环境
Windows2000 Server & Visual C++6.0 & SDK
+自开发的CWndX类库(相当于简化的MFC涉及窗口的部分)
二.支持环境
Windows98/ME/2000/XP
三.所涉及协议和标准
网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准
四.性能参数
以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的采样率。
数据接收端队列缓冲延迟:30*3=90ms
数据发送端录音延迟:30ms
数据压缩解压耗时:
- 2022-12-22 18:15:03下载
- 积分:1
-
Note : site software will be used only to open the left mouse button, they can n...
注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
- 2022-03-15 18:13:39下载
- 积分:1
-
一个用vc实现的局域网点对点聊天程序.程序不太长
一个用vc实现的局域网点对点聊天程序.程序不太长
- 2022-10-14 19:30:03下载
- 积分:1
-
体会winsock编程的基本过程,开启VC网络编程的绪幕
体会winsock编程的基本过程,开启VC网络编程的绪幕-Understand the basic process of winsock programming, open the VC-threaded network programming screen
- 2022-08-10 07:00:37下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
used in LAN messaging, packaging, the "Net send." Can news bombing ^ _...
用来在局域网中发送消息,包装了"Net send"。可以进行消息轰炸^_^。 可供参考的东西是界面实现的部分,即如何实现非标准的windows界面。 感谢cbuttonst和cflatcombobox的作者。 接收方需要开启messenger服务。-used in LAN messaging, packaging, the "Net send." Can news bombing ^ _ ^. For reference interface is something achieved, namely how to achieve non-standard Windows interface. Thank cbuttonst cflatcombobox and the author. The receiving side needs to open the messenger service.
- 2023-01-29 22:25:03下载
- 积分:1
-
JSP访问数据库及分页的功能
JSP访问数据库及分页的功能-JSP access to the database and the function Pagination
- 2022-07-14 17:57:25下载
- 积分:1
-
socket异步通信模块
C++网络通讯异步模块,采用完成例程的放肆,异步通信,经过测试里面的代码完全可行,效率很高
- 2022-11-18 19:40:03下载
- 积分:1
-
一个完整的HTML编辑器,功能强大。强烈推荐!
一个完整的HTML编辑器,功能强大。强烈推荐!-a complete HTML editor, powerful. Strongly recommended!
- 2022-04-10 00:44:45下载
- 积分:1