-
视频聊天
使用视频聊天软件用C++写的,有参考价值
- 2023-06-20 13:55:05下载
- 积分:1
-
newptop网络应用程序,实现点对点的快速通信,是目前非常流行的网络应用程序,该程序是服务器端的开发。...
newptop网络应用程序,实现点对点的快速通信,是目前非常流行的网络应用程序,该程序是服务器端的开发。-newptop network application procedures, the rapid point-to-point communications, is a very popular network application procedures, the procedures for server-side development.
- 2022-03-17 18:57:09下载
- 积分:1
-
一个较老的微软公司的NDIS驱动程序
一个较老的微软公司的NDIS驱动程序-A older Ndis driver of Microsoft Company
- 2022-05-23 17:46:11下载
- 积分:1
-
端口影射的工具,VIDC的控制台原代码,包含编译好的程序
端口影射的工具,VIDC的控制台原代码,包含编译好的程序-port alluding tools, VIDC console original code, compiled contains procedures
- 2022-07-22 17:08:09下载
- 积分:1
-
中国电信短信固网网关接口,安全JAVA代码实现《Visual C++网络通信编程实用案例精选》配套源码《Visual C++网络通信编程实用案例精选》配套源码...
中国电信短信固网网关接口,安全JAVA代码实现《Visual C++网络通信编程实用案例精选》配套源码《Visual C++网络通信编程实用案例精选》配套源码-China Telecom fixed network SMS gateway interface, security JAVA source implementation of the "Visual C Programming Network Communication practical cases selected" complementary source "Visual C Programming Network Communication practical case Showcase" supporting FOSS
- 2022-05-07 22:24:25下载
- 积分:1
-
说明的是用xml例子,此例子经过本人的调试通过。欢迎大家享用,同时也希望能和大家交流,谢谢。...
说明的是用xml例子,此例子经过本人的调试通过。欢迎大家享用,同时也希望能和大家交流,谢谢。-note is xml example, the example I read through the debugger. Welcome everyone to enjoy, but also hopes to be able to share, thank you.
- 2022-03-14 10:51:12下载
- 积分:1
-
宽带运营支撑系统采集模块,客户登录,服务器对登录信息进行采集...
宽带运营支撑系统采集模块,客户登录,服务器对登录信息进行采集-Broadband Operational Support System acquisition module, customers log on, server log information collected on
- 2023-04-27 21:45:04下载
- 积分:1
-
中点圆算法 简单精炼 特别适合初学者 希望对大家有点参考价值...
中点圆算法 简单精炼 特别适合初学者 希望对大家有点参考价值-Midpoint circle algorithm is simple and particularly suitable for beginners refining hope everybody a little bit reference value
- 2023-07-08 14:20:02下载
- 积分:1
-
这个实例实现了加入和离开组播组、在组播组中发送及接收数据、利用组播实现时间服务器、利用组播实现网络教学功能...
这个实例实现了加入和离开组播组、在组播组中发送及接收数据、利用组播实现时间服务器、利用组播实现网络教学功能-this example realized join and leave multicast group, the multicast group to send and receive data and the use of time-servers multicast using multicast network teaching function
- 2022-01-25 19:59:24下载
- 积分:1
-
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
- 2022-05-19 18:52:33下载
- 积分:1