登录
首页 » Process-Thread » 一个简单的多

一个简单的多

于 2022-02-09 发布 文件大小:43.08 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

一个简单的多线程的框架,每个线程作一个计数,并且可以用菜单控制线程的执行-a simple multi-threaded framework for a per-thread count, and the menu can be used to control the implementation of threads

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成....
    采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成.-use WIN32 and DDK the W2000 to achieve the thread pool mechanism. Advance create multiple threads, preserving completed by the system automatically.
    2022-08-20 07:50:36下载
    积分:1
  • 学习多线程编程不可多得得例子,思路清晰, 并可为深入学习的人进一步应用。...
    学习多线程编程不可多得得例子,思路清晰, 并可为深入学习的人进一步应用。-learning multithreaded programming in a rare example of clear ideas and being able to study in depth the further application.
    2023-07-17 06:35:03下载
    积分:1
  • 本人的操作系统题目,用优先级算法实现进程调度,可以随时添加进程进入就绪队列。...
    本人的操作系统题目,用优先级算法实现进程调度,可以随时添加进程进入就绪队列。-subject of the operating system, with priority scheduling algorithm process, the process can be added at any time into ready queue.
    2022-01-26 15:06:26下载
    积分:1
  • 得到当前进程的运行命令行信息
    得到当前进程的运行命令行信息-Get the current process run the command-line information
    2022-02-11 17:30:45下载
    积分:1
  • 创建、管理线程池的源代码
    创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
    2022-02-07 14:10:08下载
    积分:1
  • Windows核心编程代码没有使用MFC,WIN32和DDK开发完全…
    windows核心编程的代码,没有用MFC,完全采用WIN32和DDK开发,在WIN2000下运行.统计进程的状态和堆栈.-windows core programming code without using MFC, completely WIN32 and DDK Development, running in Windows 2000. Statistical process and the state stack.
    2022-04-09 06:51:52下载
    积分:1
  • readers to write source code problem. I included in the Notes. Not joined the pr...
    读者写者问题源码.包含我的注释. 没有加入工程文件. 只有一个R&W.cpp.在vc++6.0下编译成功. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。 读者-写者问题的读写操作限制: 1)写-写互斥; 2)读-写互斥; 3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。 运行结果显示要求:要求在每个线程创建、发出读写操作申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确信所有处理都遵守相应的读写操作限制。 下面是一个测试数据文件的例子: 1 R 3 5 2 W 4 5 3 R 5 2 4 R 6 5 5W 5 3 -readers to write source code problem. I included in the Notes. Not joined the project documents. Only one R
    2023-05-26 02:50:03下载
    积分:1
  • 线程优先级示例-赛马
    线程优先级示例-赛马-thread priority example- race
    2022-08-06 22:34:54下载
    积分:1
  • NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHA...
    NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
    2022-02-01 13:00:17下载
    积分:1
  • 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法
    利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
    2023-08-25 10:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载