资源列表
[Windows编程] VC-P-P-very-good-technical-manual
说明:非常好的VC++技术手册,是程序人生离不开的好书-VC++ very good technical manual, is the process of life is inseparable from good books<limuzi> 在 2025-06-24 上传 | 大小:50.43mb | 下载:0
[Windows编程] the-McKinsey-seven-step-analysis
说明:创业程序人必看的麦肯锡七步分析法,详细介绍了创业前重要的思想准备工作-Business people must see the McKinsey seven-step program analysis<limuzi> 在 2025-06-24 上传 | 大小:4kb | 下载:0
[其他小程序] Feedback-and-Control-for-Everyone
说明:Feedback and Control for Everyone<Vietnam> 在 2025-06-24 上传 | 大小:33.88mb | 下载:0
[Windows编程] MASM.ZIP
说明:Assembler for assembly language<simon glamar> 在 2025-06-24 上传 | 大小:3.69mb | 下载:0
[Windows编程] W
说明:经典c语言编程实例,有一定难度,对提高者很有帮助。英文题目,已经英文详细阐述,不再中文重复。-Beautiful People During televised sports events, be it football, basketball, tennis or whatever, we, spectators at home, are often entertained during breaks and stoppages with shots of beautiful people<tlok666> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[Windows编程] Macheo-de-Grafo
说明:Papers for graph matching using several strategies<Leonardo> 在 2025-06-24 上传 | 大小:3.53mb | 下载:0
[界面编程] VC-P-Pas-a-dictionary-tutorial
说明:VC++可以当字典用的教程,包含了非常多的VC常用例子-VC++ can be used as a dictionary tutorial<limuzi> 在 2025-06-24 上传 | 大小:11.19mb | 下载:0
[进程与线程] SimuRWLock
说明:通过Mutex封装实现的读写锁类。写锁优先于读锁。如果有写锁在等待,则读锁一直等待,直到写锁获取锁,并释放后才能获取。读锁是共享锁,写锁是独占锁。提供Mutex与临界区两种方式可宏切换实现,Mutex为系统内核对象,速度比较慢,但比较好控制。临界区速度快,但无进入临界区无超时时间,对时间控制不精确。 BOOL ReadLock(int timeout=INFINITE) BOOL TryReadLock(int timeout=INFINITE,BOOL bLock=TRUE)<ceofit> 在 2025-06-24 上传 | 大小:29kb | 下载:0