代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/345247/11824065
c ex4-17.c
#include
int max(int x, int y) {
int z;
if (x>y) z=x;
else z=y;
return(z);
}
int min(int x, int y) {
int z;
if (x
www.eeworm.com/read/259035/11826223
cpp progress.cpp
#include
using namespace std;
#define ERROR 0
#define OK 1
#define NULL 0
enum process_state{W,R,F}; //进程状态枚举类型(等待,运行,就绪)
typedef struct PCBNode //PCB结构体
{
char name; //名字
i
www.eeworm.com/read/258849/11838106
plg hh.plg
礦ision2 Build Log
Project:
F:\b20\hh.uv2
Project File Date: 11/13/2007
Output:
Build target 'Target 1'
assembling STARTUP.A51...
compiling b
www.eeworm.com/read/345059/11842316
h proc.h
#ifndef _PROC_H
#define _PROC_H
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _TIMER_H
#include "timer.h"
#endif
#define SIGQSIZE 200 /* Entries in ksignal queu
www.eeworm.com/read/345005/11847193
plg ds1302.plg
礦ision2 Build Log
Project:
E:\软件备份\单片机软件\Proteus 6.7\JJJ仿真电路\DS1302时钟\Keil\DS1302.uv2
Project File Date: 09/17/2005
Output:
Build target 'Targ
www.eeworm.com/read/258648/11848057
cpp enterqueue.cpp
#include "class.h"
void HPF::enterQueue(int k)
{
QueueNode *p=Q.head;
QueueNode *q=Q.head->next;
QueueNode *t;
if (Q.head->next==Q.tail)
{
t=new QueueNode;
Q.head->next=t;
www.eeworm.com/read/344912/11852944
txt frequency_division.txt
我做了一个任意基数分频,请大家看看?给点意见。
package temp is--ding yi han shu bao
subtype bcd is integer range 0 to 3; --控制分频数。分频数=2*(bcd + 1) -1;
end package;
library ieee;
use ieee.std_logic_1164.all;
use ieee.st
www.eeworm.com/read/155687/11853463
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Process.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/344779/11860588
plg 12864显示菜单.plg
礦ision2 Build Log
Project:
D:\程序\12864\12864显示菜单.uv2
Project File Date: 11/10/2007
Output:
compiling 12864精简版.c...
CODE.H(1): error C129: mis
www.eeworm.com/read/155530/11865869
cpp th32.cpp
//
// TH32.c: loads dynamically the ToolHelp32 API's because they
// aren't available on NT4 ! Much thanks goes to ELiCZ
// for putting my attention on that fact.
//
#include "t