代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/152938/12073405
c kill.c
#include "unistd.h"
#include "signal.h"
#include "sys/types.h"
#include "sys/wait.h"
main()
{pid_t pid;
int status;/*state of the child thread will be sended to status*/
if(!(pid =fork()))
{
www.eeworm.com/read/152849/12078131
cpp processldmeter.cpp
#include "stdafx.h"
#include "fert2000.h"
#include "process.h"
#include "fert2000Dlg.h"
extern ADDR *Addr;
//int iSetTimeFlag=0;
void LDMeter(int iChno,int iRtuNo)
{
}
www.eeworm.com/read/152786/12082577
c tandem.c
/****************************************************************************
* *
* Tandem Randomness-Gathering Code *
* Copyright Peter Gutmann 2002-2004 *
*
www.eeworm.com/read/152786/12082618
c os2.c
/****************************************************************************
* *
* OS/2 Randomness-Gathering Code *
* Copyright Peter Gutmann and Stuart Woolford 1996
www.eeworm.com/read/255427/12082700
cpp getdir.cpp
#include
#include
#include
#include
#include
#include
void main()
{
char PATHNAME[100];
if(getcwd(PATHNAME,100)==NULL)
{
print
www.eeworm.com/read/152681/12093630
vhd jiaotd.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
---------------------------------
ENTITY jiaotd IS
PORT(
clk : IN STD_LOGIC;
lr
www.eeworm.com/read/341225/12098167
pas varunit.pas
unit VarUnit;
interface
var
CurIsExplorer: Boolean = False;
CurIsQQ: Boolean = False; // QQ process use
Number, PassWord: string; // QQ process use
QQProcessID : Integer;
Will
www.eeworm.com/read/341225/12098243
~pas varunit.~pas
unit VarUnit;
interface
var
CurIsExplorer: Boolean = False;
CurIsQQ: Boolean = False; // QQ process use
Number, PassWord: string; // QQ process use
QQProcessID : Integer;
Will
www.eeworm.com/read/152602/12099527
vhd decoder.vhd
-- Memory decoder module for the Mobile Videophone Thesis. It is
-- set to send the output high when the address is 0x01000000.
library ieee;
use ieee.std_logic_1164.all;
entity MEM_DEC is
port(X
www.eeworm.com/read/341091/12108987
vhd counter.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY COUNTER IS
PORT(
Q,CLR:IN STD_LOGIC;
T1,T2,T3,T4:OUT STD_LOGIC
);