-
一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!...
一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!-a simple UDP this procedure could help us all understand TNMUDP control use. Quick Start!
- 2023-08-22 16:40:03下载
- 积分:1
-
A simple FTP server, use the ACE library, can use FIREFOX, IE, EXPLORE visit
一个简单的FTP服务器,使用ACE库,可以用FIREFOX,IE,EXPLORE访问-A simple FTP server, use the ACE library, can use FIREFOX, IE, EXPLORE visit
- 2022-03-15 04:22:33下载
- 积分:1
-
Pipeline communications, faster than the SOCKET to 5M/s and above
管道通讯,比SOCKET快,达到5M/s以上-Pipeline communications, faster than the SOCKET to 5M/s and above
- 2022-03-26 11:29:47下载
- 积分:1
-
ASP基础教材
适合用于初学者使用
并且能供一些专业人士自学...
ASP基础教材
适合用于初学者使用
并且能供一些专业人士自学-ASP basis of materials suitable for beginners and can use for self-learning professionals
- 2022-08-08 15:11:45下载
- 积分:1
-
一个很好玩的游戏,类似雷电,名字是雷霆战机。
一个很好玩的游戏,类似雷电,名字是雷霆战机。-A very fun game, similar to thunder and lightning, whose name is Thunder fighter.
- 2022-02-16 05:42:32下载
- 积分:1
-
Socket多线程处理代码
双线程处理Socket,一个线程负责发一个负责 ,TCPDemo在具体实现时,设计了一个CTCPListener类专门用于服务器对特定TCP端口的侦听。另外,设计了一个CStreamSocket类专门用于TCP数据的传输。CStreamSocket作为基类,服务器程序从它派生出另一个类CSocketSender专门用于数据的发送,客户机程序从它派生出CSocketReceiver类专门用于数据的接收。这些类的继承结构如图3
- 2022-01-22 15:43:47下载
- 积分:1
-
用套接字的方式连接2个电脑,之后在一方电脑上画图,另一方电脑可以实时显示...
用套接字的方式连接2个电脑,之后在一方电脑上画图,另一方电脑可以实时显示-Way to use sockets to connect two computers on one computer after the drawing, the other computer can be real-time display
- 2023-02-04 21:05:03下载
- 积分:1
-
cc -c error.c sleepus.c ar -crv libmisc.a error.o sleepus.o ranlib libmisc.a # needed for a BSD-derived system the example programs from Chapter 1 of "TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols" by W. Richard Stevens -cc-c error.c sleepus.c ar-crv libmisc.a error.o sleepus.o ranlib libmisc.a# needed for a BSD-derived system the example programs from Chapter 1 of "TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols" by W. Richard Stevens
- 2023-06-16 06:30:04下载
- 积分:1
-
网络编程常用的api原代码.c文件和.h文件用于网络通讯,网络传输等内附一简单的应用例子...
网络编程常用的api原代码.c文件和.h文件用于网络通讯,网络传输等内附一简单的应用例子-Network Programming common api original code. C and. H documents for network communications, network transmission containing a simple application example
- 2023-01-25 00:35:03下载
- 积分:1
-
线程的创建、销毁和调度本身就是一个成本,如果线程的线程…
线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and space costs can not be ignored, this time using thread pool is the better choice, namely, the creation of some thread then reuse them, rather than individual tasks completed after the end.
- 2022-02-05 08:49:42下载
- 积分:1