-
Win32_Event_Handling.zip事件
Win32_Event_Handling.zip事件-Win32_Event_Handling.zip incident
- 2022-05-26 07:57:29下载
- 积分:1
-
多线程程序,多线程应用程序很容易发生。互斥对象的经验。
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object explain how to use the mutex object to the multi-thread synchronization. How to use object named mutex to ensure only one application program running examples. Application multithreaded network chat room preparation procedures.
- 2022-01-26 07:59:42下载
- 积分:1
-
use Windows 2000/XP API functions, including the preparation of a two
使用Windows 2000 / XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。-use Windows 2000/XP API functions, including the preparation of a two-threaded process, a thread used to simulate memory allocation, a thread used to track a thread of memory, but also between two threads through the synchronized signal volume.
- 2022-07-27 02:37:11下载
- 积分:1
-
一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。...
一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
- 2022-03-18 10:27:19下载
- 积分:1
-
一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角,...
一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角, -general are right triangle-print Pascal"s Triangle, I made a point changes, the output equilateral triangle (non-Cartesian) form of Pascal"s Triangle.
- 2022-01-25 18:29:56下载
- 积分:1
-
Provides a shared memory under windows class, the class is just a simple model t...
提供了一个windows 下共享内存的类,该类只是一个简单的模型,说明了在windows 下如何实现共享内存-Provides a shared memory under windows class, the class is just a simple model to illustrate how in the windows shared memory
- 2023-08-23 03:35:04下载
- 积分:1
-
查看当前正在运行的进程的相关信息,包括倒入的dll信息,加载地址等。...
查看当前正在运行的进程的相关信息,包括倒入的dll信息,加载地址等。-View is currently running processes related information, including information poured into the dll, loading address.
- 2023-01-15 04:50:04下载
- 积分:1
-
win2000驱动程序设计,里面涉及所有的有关win2000的驱动程序,资历比较深的windows程序设计者可以参考一下。 对不起刚才上传的哪一个忘了加上源代码...
win2000驱动程序设计,里面涉及所有的有关win2000的驱动程序,资历比较深的windows程序设计者可以参考一下。 对不起刚才上传的哪一个忘了加上源代码了!-WIN2000 driver design, they involve all relevant WIN2000 of the driver, is relatively deep windows designers procedures for reference. Sorry which have uploaded a forgotten with the source code!
- 2022-04-23 14:00:10下载
- 积分:1
-
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理...
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the s
- 2023-08-27 14:25:03下载
- 积分:1
-
Windows 32 系统开发,利用VC
Windows 32 系统开发,利用VC-windows 32 system development, using vc
- 2022-03-29 15:26:56下载
- 积分:1