代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/322086/13390096
vhd counter.vhd
library ieee;
use ieee.std_logic_1164.all;
entity counter is
port
(clock:in std_logic;
reset:in std_logic;
hold:in std_logic;
counternum: buffer integer range 0 to 49
);
end;
archite
www.eeworm.com/read/321827/13396789
c spawnv.c
/***
*spawnv.c - spawn a child process
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _spawnv() - spawn a child process
*
**********
www.eeworm.com/read/321827/13396816
c wspwnvpe.c
/***
*wspwnvpe.c - spawn a child process with given environ (search PATH) (wchar_t version)
*
* Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* def
www.eeworm.com/read/321827/13396817
c wspawnle.c
/***
*wspawnle.c - spawn a child process with given environment (wchar_t version)
*
* Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wspa
www.eeworm.com/read/321827/13396995
c wdospawn.c
/***
*wdospawn.c - spawn a child process (wchar_t version)
*
* Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wdospawn - spawn a child pr
www.eeworm.com/read/321827/13397013
c wspawnl.c
/***
*wspawnl.c - spawn a child process (wchar_t version)
*
* Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wspawnl() - spawn a child pr
www.eeworm.com/read/321827/13397156
c spawnle.c
/***
*spawnle.c - spawn a child process with given environment
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _spawnle() - spawn a chi
www.eeworm.com/read/321827/13397643
c wspawnvp.c
/***
*wspawnvp.c - spawn a child process; search along PATH (wchar_t version)
*
* Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wspawnvp
www.eeworm.com/read/321827/13397663
c wspwnlpe.c
/***
*wspwnlpe.c - spawn a child process with environ and search along PATH (wchar_t version)
*
* Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* d
www.eeworm.com/read/321827/13397746
c spawnl.c
/***
*spawnl.c - spawn a child process
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _spawnl() - spawn a child process
*
**********