代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/212115/6304113
cpp f0515.cpp
//=====================================
// f0515.cpp
// 别扭的参数默认
//=====================================
#include
#include
using namespace std;
//------------------------------
www.eeworm.com/read/421459/6311230
c semaph.c
/*
* Provide an simpler and easier to understand interface to the System V
* semaphore system calls. There are 7 routines available to the user:
*
* id = sem_create(key, initval); # create with i
www.eeworm.com/read/421459/6311415
c hello.c
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/421459/6311758
6 fig1.6
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/177969/6312883
qmsg clock.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/331380/6315125
plg new.plg
礦ision2 Build Log
Project:
F:\8800XIN\8800X.uv2
Project File Date: 01/06/2007
Output:
Build target 'Target 1'
compiling main.c...
MAIN.C(10)
www.eeworm.com/read/180218/6318297
h pcb.h
#ifndef PCB_H
#define PCB_H
#define STA_READY 0
#define STA_RUN 1
#define STA_END 2
struct PCBNode
{
char processName[20];
int processID;
int remainSecs;
int p
www.eeworm.com/read/176452/6325061
plg gps-timer.plg
礦ision3 Build Log
Project:
D:\电子工程系\个人资料\校内科研\2005大庆石油学院“挑战杯”大学生课外学术科技作品竞赛\设计过程\20051028\gpstimer\GPS-timer.uv2
Project File Date: 10/27/2005
Output
www.eeworm.com/read/155939/6339003
plg usbdemo.plg
礦ision2 Build Log
Project:
F:\USBtest\pusb\usbdemo.uv2
Project File Date: 02/27/2003
Output:
Build target 'Target 1'
compiling Mainloop.c...
www.eeworm.com/read/155939/6339004
plg usb_i2c.plg
Build target 'Target 1'
compiling Mainloop.c...
compiling Isr.c...
compiling Protozlg.c...
.\PROTOZLG.C(48): warning C280: 'i': unreferenced local variable
linking...
*** WARNING L13: RECURSIVE CALL T