代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/296686/8081890
png process.png
www.eeworm.com/read/195871/8125211
c process.c
#include
#include
#include
#define MAX 10 //最大进程控制块数
#define EMPTY -1
#define TIMEPATCH 3 //定义一个时间片为3秒
enum status {READY,RUNNING,FREE}; //表示状态
struct pcb
www.eeworm.com/read/247262/12670443
h process.h
www.eeworm.com/read/145433/12724352
c process.c
/*FFT.C-FFT RADIX-2 USING DIF. FOR UP TO 512 POINTS */
#include "fftcmplx.h" /*complex structure definition */
#include "twid256.h" /*header file with twiddle constants*/
void F
www.eeworm.com/read/145433/12724364
obj process.obj
www.eeworm.com/read/144914/12762859
exe process.exe
www.eeworm.com/read/144914/12762863
rc process.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define ICO_MAIN 1000
#define DLG_
www.eeworm.com/read/144914/12762865
asm process.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/245586/12791185
c process.c
// process
#include "hos.h"
union task_union process_table[10]; // 10 process for now
union task_union * init_task_union = &process_table[0];
struct task_struct * current;
struct task_struct * init_t