资源列表
[Linux/Unix编程] capture
说明:linux系统下捕获信息程序。可以显示源,目的mac地址,源,目的ip地址和数据信息流-linux system to capture information on the procedure. Can display the source, the purpose of mac address, the source of the purpose of ip address and data information flow<小于> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] qt3
说明:用qt3实现的Wake On Lan也就是远程唤醒(远程开机),即通过一台PC向另一台已经关机但仍连接电源PC发送网络数据包,使其开机的功能,前提是两台PC同处一个局域网内,且被唤醒方的网卡支持网络唤醒功能(现在网卡基本上都支持啦)-Qt3 realize with the Wake On Lan is a remote wake-up (remote boot), or through a PC to another has been turned off but still connecte<无味> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] myprog
说明:用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr)<> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[系统编程] osThreadpool
说明:在项目里经常用到多线程,大量的客户向服务器提出请求,这时需要开辟线程来响应客户请求,由于客户量是不可预知的,难道来一个客户请求就新开个线程来响应吗?答案是否定的,要知道开辟和撤消线程是需要耗费相当多时间和资源的,于是前辈们弄出了很多模型出来解决这种问题,其中使用线程池(Thread Pooling)是个很好的主意。线程池在Windows2000及其以后版本得到了很好的支持。使用系统提供的线程池机制相当方便而-Frequently used in the project in multi-thre<田浩> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[加密解密] Convert_API_VBtoAutoitFunction
说明:一个将VB下调用的API函数转换为AU3可支持的-VB under an API function call can be converted to support AU3<刘挺> 在 2025-11-12 上传 | 大小:2kb | 下载:0