Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • reader-writer.rar 解决读者-写者的想法: 就是所谓的”忙等待“。一个进程(线程)要使用某个资源,先看能否满足”一定要求“,能,就使用, 不能就等待直到这个要求满足为止。
  • spyxx.zip spyxx(SPYXX.EXE) 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图。
  • programmingWindows.rar 本书是讲解Windows操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、...之后,他又推出了经典著作《Windows 高级编程指南》和《Windows核心编程》。如今这两本书早已成为Windows程序设计领域的...
  • Programming_Applications_for_icrosoft_Windows_Four 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
  • ThreadMasterGUI.zip Thread master is a software that can handle the cpu load of every process. Here is the source code of the GUI that uses ThreadMaster library
  • LinuxProgrammingembeddedmulti-task.zip 嵌入式linux多任务编程,进程 线程 线程池 等参考范例。
  • picshow.zip ... client area of the control * Control can show a background image as centered, stretched, or tiled * Transition process can use a separated thread * New transitional effects can be easily implemented and added to ...
  • fiberthread.rar windows下的子进程的范例。建立fiber thread
  • WINDOWS.rar windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
  • coder25.rar linux下的高级编程,高级io,进程,线程的多种源代码