-
P2P视频技术源码.详细的说明文档.欢迎联系我一起交流学习.
P2P视频技术源码.详细的说明文档.欢迎联系我一起交流学习.-P2P video source. A detailed documentation. Feel free to contact me with exchange study.
- 2023-08-11 10:45:04下载
- 积分:1
-
一个可与IE媲美的浏览器源码。
一个可与IE媲美的浏览器源码。-a comparable with the IE browser source.
- 2022-02-26 15:03:56下载
- 积分:1
-
XML高级编程书
XML高级编程书-XML programming book
- 2022-01-25 16:28:38下载
- 积分:1
-
这个是个未完成品
演示地址:http://www.yyzyq.com
仅以此例给正在学习编程爱好.net的朋友
希望能给大家带来帮...
这个是个未完成品
演示地址:http://www.yyzyq.com
仅以此例给正在学习编程爱好.net的朋友
希望能给大家带来帮助-This is an unfinished product demo Address: http://www.yyzyq.com only to this Example are learning to love programming. Net friends hope that I can help everyone
- 2023-06-04 21:05:04下载
- 积分:1
-
好东西cl_bobcycle "1" // fps_max 设定游戏的最高FPS数值,一般来说,应该与你显示器的刷新频率相 同.如果你的机器非常强劲,你可以把这...
好东西cl_bobcycle "1" // fps_max 设定游戏的最高FPS数值,一般来说,应该与你显示器的刷新频率相 同.如果你的机器非常强劲,你可以把这个值设到100,否则,75就足够了. fps_max "75" // fps_moden 设定在网络联机时的最高FPS数值。如果设成0,那么这个参数会使 用fps_max的数值. -good things cl_bobcycle "1"// fps_max game set the maximum FPS values, in general, and you should display the same high frequency. If your machine is very strong, you can use the value set to 100, and 75 would be sufficient. Fps activated "75"// fps_moden set in on-line network at the highest numerical FPS. If set to 0, then this parameter will be used fps_max values.
- 2023-04-30 10:05:03下载
- 积分:1
-
websocket 简易聊天
包含两个小例子,websocket 简易聊天和在线人数统计。整理别人的。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-01-23 15:40:04下载
- 积分:1
-
TCP/IP and Windows 95. Sources from DDJ article
TCP/IP and Windows 95. Sources from DDJ article
- 2022-02-14 00:51:38下载
- 积分:1
-
用jsp编写的留言本,数据库采用的是mysql
用jsp编写的留言本,数据库采用的是mysql -with the preparation of messages, the database using the mysql
- 2022-12-04 01:55:03下载
- 积分:1
-
translate in chinese.
汉化ddd ddd!-translate in chinese.
- 2022-02-03 15:42:23下载
- 积分:1
-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1