资源列表

« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 1044 »

[进程与线程Schedulingprioritynumber

说明:设计一个按优先数调度算法实现处理器调度的程序-Design a scheduling algorithm is priority number by the processor scheduling program
<hudong> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程process_communication

说明:本程序主要实现进程通信功能 程序说明: 在vi中输入,用gcc编译,并调试程序; (1).用vi comm.c打开,并输入程序,用w保存,用qa!退出; (2).用gcc –o comm comm.c编译; (3).用./comm运行,观察结果; 多次运行,用ctrl+c结束,观察结果变化,可修改程序后再观察-This program features the main descr iption of the p
<> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程process

说明:简单轮转法进程调度 #include "stdio.h" #define getpch(type) (type*)malloc(sizeof(type)) struct pcb { /* 定义进程控制块PCB */ char name[10] char state /*状态 */ int ntime /*需要的运行时间 */ int rtime /*已执行的时间 */ stru
<张嘉玲> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程niksa

说明:producer consumer c program
<nxa> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程simple-user-name-and-password-

说明:我用了半个小时 帮你写了一个简单的验证用户名和密码登陆问题 别辜负我的好意 下面是代码!(建好包和类 代码粘过去就能用) 实体类 包entity -I used half an hour to help you write a simple user name and password authentication question my good intentions do not live up to the code be
<7414169> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程SimpleBarChart

说明:for process scheduling
<jaynam sanghvi> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程cyc

说明:关闭制定PID的进程,其中没有给出遍历系统进程表和镜像,晚些给出新版本。-Close the process of developing PID, which did not give the process of traversing the table and mirror system, given the new version later.
<cycchina> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程WTSAPI

说明:利用WTSAPI中的WTSEnumerateProcessesA查询当前进程-Query using WTSAPI the current process in WTSEnumerateProcessesA
<tianlanfeng5> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程dxc

说明:这是多线程测试的代码,对于初学者很有帮助-This is a multi-threaded test code, very helpful for beginners
<liu> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程Processordispatching-simulation

说明:操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program.
<huyiming> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程multithread

说明:利用boost编写的多线程例子,其中有互斥锁等的应用。boost库是一个实用的库,很强大-Written by multiple threads boost
<Robert> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[进程与线程ipcAttack

说明:多线程远程建立IPC连接并拷贝可执行代码远程执行,自行添加代码即可实现可用于抓肉鸡功能。-Establishment of multi-threaded remote IPC connection and copy the executable code remotely, add their own code to implement features can be used to catch chickens.
<峰回路转> 在 2025-02-06 上传 | 大小:1kb | 下载:0
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 1044 »

源码中国 www.ymcn.org