资源列表
[进程与线程] dll-into-exe
说明:进程注入的最简单示例代码,VC6.0平台,-process injection sample On windows system<miaozelin> 在 2025-06-25 上传 | 大小:1kb | 下载:1
[进程与线程] ThreadCreate
说明:windows下线程的创建与撤消中创建过程-windows of thread creation and undo the creation process<李龙> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[进程与线程] MyThread3
说明:有一个南北向的桥,只能容纳一个人,现桥的两边分别有10人和12人,编制一个多线程程序让这些人到达对岸,每个人用一个线程表示,桥为共享资源。-There is a north-south bridge can only accommodate one person, on both sides of the bridge is now 10 and 12 respectively, the preparation of a multi-threaded program to allow these<张全权> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[进程与线程] TestPC
说明:用多线程解决生产者消费者问题,每当生产者生产物品,存入仓库,消费者从仓库消费,当仓库满时候,停止生产,仓库为空时,消费者停止消费-Producers and consumers with multiple threads to solve the problem, when producers produce goods into the warehouse, consumer spending from the warehouse when the warehouse is full time<刘乾鹏> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[进程与线程] uSendStrMsg
说明:多线程编程的时候,有时候会向界面发送大量日志信息,但是在线程里操作界面会造成死锁等怪现象,基于此,开发了此类,用来在线程里发送字符串信息,支持扩展信息。使用时SendMsg为发送消息,Pointer可传入扩展信息的内存指针,TStringMsgObj的创建函数传入显示消息回调及释放扩展信息回调,没有扩展信息可不传释放回调-Multi-threaded programming, sometimes a lot of log information sent to the interface, bu<李健> 在 2025-06-25 上传 | 大小:1kb | 下载:0