-
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of...
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
- 2022-12-05 05:20:03下载
- 积分:1
-
关于线程的代码,很实用,希望大家多多支持,互相学习
关于线程的代码,很实用,希望大家多多支持,互相学习-Code on the thread, very useful, hope that we can support and learn from each other
- 2022-02-02 07:33:32下载
- 积分:1
-
c++程序,模拟操作系统进程管理,里面有所有的文件和所明
c++程序,模拟操作系统进程管理,里面有所有的文件和所明-c procedures, the operating system simulation process management, which has all the documents and that
- 2022-03-10 06:54:08下载
- 积分:1
-
多线程文件下载客户端
多线程文件下载客户端-multi-threaded client files
- 2023-02-03 06:20:03下载
- 积分:1
-
查看Windows下所有进程,即使这个进程被隐藏
查看Windows下所有进程,即使这个进程被隐藏-View Windows all process, even if the process was hidden! !
- 2022-03-18 09:06:32下载
- 积分:1
-
程序主要功能是查看进程下线程和堆栈的信息。
程序主要功能是查看进程下线程和堆栈的信息。-procedures main function is to process View Thread and stack information.
- 2022-02-03 18:15:17下载
- 积分:1
-
得到所有dll的关联调用
得到所有dll的关联调用-all dll called the link
- 2023-09-03 03:25:04下载
- 积分:1
-
This is a multi
这是个多线程编程的参考说明,可供初学者学习。-This is a multi-threaded programming advisory notes, for beginners to learn.
- 2022-06-16 06:03:59下载
- 积分:1
-
本原代码是基于C语言的原程序。是经典中的小游戏。
本原代码是基于C语言的原程序。是经典中的小游戏。-primitive code is based on the C language of the original procedure. Classic is a small game.
- 2022-01-28 04:06:12下载
- 积分:1
-
如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋
奖”(Wind...
如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋
奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作――再一次演示了基本的Win32程
序设计的API核心内容。本书的内容包括: ** 基本内容――输入、输出和对话框 ** Unicode概述 ** 图形――绘图、文本和字体、位
图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计
其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提
供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识。 -err
- 2022-03-21 20:44:21下载
- 积分:1