代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/155687/11853447
ncb process.ncb
www.eeworm.com/read/155687/11853452
plg process.plg
Build Log
--------------------Configuration: Process - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lhl\L
www.eeworm.com/read/155687/11853461
h process.h
// Process.h : main header file for the PROCESS application
//
#if !defined(AFX_PROCESS_H__5CBDA3F6_BD62_4B55_8FB7_9993B98E0648__INCLUDED_)
#define AFX_PROCESS_H__5CBDA3F6_BD62_4B55_8FB7_9993B98E
www.eeworm.com/read/258485/11859531
c process.c
#define uchar unsigned char
uchar scankb(void); //键盘扫描
extern void signal(void); //P2.0产生2ms方波
extern void RS232(void); //由键盘接收字符并回发
extern void sent (void); //向PC发送字符串
extern void displa
www.eeworm.com/read/258225/11875132
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#if !defined(__PROCESS_H)
#define __PROCE
www.eeworm.com/read/344173/11903974
c process.c
#include "math.h"
#include "../target.h"
#define threnum 16383//2^14//24500
#define halfthrenum (-16384)//14000
#define GRAYNUM (threnum-halfthrenum)
#define CROSSSIZE 12
#define RECTSIZE
www.eeworm.com/read/343458/11946491
c process.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/343458/11946510
h process.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/256129/12023025
cpp process.cpp
#include
#include "Windw.h"
#define MAX 100
#define SIZE 50
class PCB
{
private :
int ID;
int Size;
int Ts;
int Flag;
public :
PCB()
{
ID=0;
www.eeworm.com/read/256129/12023045