登录
首页 » Process-Thread » 讲述在windows系统下,在vc环境下进行多线程编程

讲述在windows系统下,在vc环境下进行多线程编程

于 2022-10-28 发布 文件大小:50.64 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

讲述在windows系统下,在vc环境下进行多线程编程-Described in the windows system, vc environment in multi-threaded programming

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

发表评论

0 个回复

  • 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
  • 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。...
    单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
    2022-01-25 16:29:21下载
    积分:1
  • Process scheduling, memory, process scheduling to understand the situation and k...
    进程调度,了解内存中进程调度情况,知道进程在内存中运行情况-Process scheduling, memory, process scheduling to understand the situation and know the process running in memory of
    2022-02-26 15:51:29下载
    积分:1
  • 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计
    利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
    2022-01-23 10:53:19下载
    积分:1
  • win 2000, XP and 2003 ctrl alt del shielding the source
    win 2000、XP和2003下屏蔽ctrl+alt+del的源码-win 2000, XP and 2003 ctrl alt del shielding the source
    2022-03-07 14:30:42下载
    积分:1
  • 这是我花了几天十间做的操作系统课程设计进程管理代码
    这是我花了几天十间做的操作系统课程设计进程管理代码-This is what I spent 10 days doing the courses on operating system design process management code
    2022-03-22 22:11:01下载
    积分:1
  • VB编写的DLL程序代码
    VB编写的DLL程序代码-VB prepared DLL code
    2023-08-15 11:30:03下载
    积分:1
  • VC的多线程不同保护的一个类,实现多线程对共有资源的同步操作....
    VC的多线程不同保护的一个类,实现多线程对共有资源的同步操作.-VC Multithreading a different type of protection, the realization of multi-threaded for simultaneous operation of shared resources.
    2022-04-20 01:57:44下载
    积分:1
  • two experimental operating system : the process of scheduling strategy to achiev...
    操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三种状态之,分别用W、R、F表示。 3、 进程调度规则如下: a) 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 b) 如果运行一个时间片后,进程已占用 CPU时间达到所需要运行时间,则进程完成,撤销该进程。 c) 如果运行一个时间片后,进程已占用CPU时间还未达到所需要运行时间,即进程需要继续运行,将它插入就绪队列,队列重新排序,等待CPU。 d) 重复以上过程,直到所要进程都完成为止。 -two experimental operating system : the process of scheduling strategy to achieve a simulation. Design is a process of a total of N the process scheduler. 2, each process is a process control block to PCB said that the process control block format : process a few who arrived at the priority needs time to time running CPU time a state process) process priority number. need to run time, arriving in time prior to artificially designated, can also randomly generated, Initialization attention to the above values are to m
    2022-02-20 17:25:28下载
    积分:1
  • MyProcess进程管理器
    MyProcess进程管理器-MyProcess thead manegement
    2022-04-15 05:22:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载