代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/128347/14303812
c process.c
//-----------------------------------------------------------------------------------------------------------------------
// Kernel Proc For FireXOS 1.10
//
// Version 1.10
/
www.eeworm.com/read/128347/14303922
h process.h
#ifndef PROCESS_H
#define PROCESS_H
#include "Page.h"
#include "Syscall.h"
#define USER_CODE 0xfa
#define USER_DATA 0xf2
#define DESC_SIZE 8
#define UNUSED 0
#define P_RUN 1
#define P
www.eeworm.com/read/128084/14317306
pas process.pas
unit Process;
// Try to find the Threaditor server process. If it exists,
// tell it about the files that the user wants to open.
// Otherwise, become the server.
//
// The first process to cre
www.eeworm.com/read/128084/14317315
dcu process.dcu
www.eeworm.com/read/127935/14327379
exe process.exe
www.eeworm.com/read/127935/14327382
rc process.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define ICO_MAIN 1000
#define DLG_
www.eeworm.com/read/127935/14327383
asm process.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/229459/14337274
c process.c
/*process.c*/
#include
#include
#include
int main()
{
printf("The PID of this process is %d\n",getpid());
printf("The PPID of this process is %d\n",getppid());
www.eeworm.com/read/127216/14369210
c process.c
#include "reg51.h"
//extern void delay(unsigned int);
extern unsigned char old_data,key,pc,intr[6];
sbit Inc = P1^0;
sbit Dec = P1^1;
sbit DA = P1^2;
sbit Wri = P3^2;
bit I2c_Read(unsigned c
www.eeworm.com/read/127216/14369234
lst process.lst
C51 COMPILER V6.23a PROCESS 12/13/2002 12:45:27 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE PROCESS
OBJECT MODULE PLACED I