代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/425925/10309419
java sound.java
// Source File Name: SOUND.java
class SOUND
{
SOUND()
{
}
static final int OFF = 0;
static final int PROCESS = 1;
static final int SUCCESS = 2;
static fi
www.eeworm.com/read/162348/10312427
log __projnav.log
Project Navigator Auto-Make Log File
-------------------------------------
Project Navigator Auto-Make Log File
-------------------------------------
Project Navigator Auto-Make Log File
www.eeworm.com/read/162328/10313650
vhd cnt1.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY CNT1 IS
PORT(CLK : IN STD_LOGIC;
CRT:IN STD_LOGIC;
OC:OUT STD_LOGIC;
QA:OUT INTEGER RANGE 0 TO 9);
END;
ARCHITECTURE XYB OF CNT1 IS
www.eeworm.com/read/162328/10313838
vhd cnt2.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY CNT2 IS
PORT(CLK :IN STD_LOGIC;
CRT :IN STD_LOGIC;
EN2 :IN STD_LOGIC;
EE :OUT STD_LOGIC;
QB :OUT INTEGER RANGE 0 TO 9);
END;
A
www.eeworm.com/read/354700/10332701
plg test.plg
礦ision3 Build Log
Project:
F:\exercise\keil c exercise\test\test.uv2
Project File Date: 08/20/2008
Output:
Build target 'Target 1'
assembling
www.eeworm.com/read/162128/10334039
c execl.c
#include
#include
void main(void)
{
printf("About to call child process\n\n");
execl("CHILD.EXE", "CHILD.EXE",
"AAA", "BBB", "CCC", NULL);
printf("\n\nBa
www.eeworm.com/read/162078/10337714
c execl.c
#include
#include
void main(void)
{
printf("About to call child process\n\n");
execl("CHILD.EXE", "CHILD.EXE",
"AAA", "BBB", "CCC", NULL);
printf("\n\nBa
www.eeworm.com/read/162078/10338913
cpp show_current.cpp
#include
// Child thread procedure just displays a message box with information.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256];
wsprintf(szBuffer,
www.eeworm.com/read/354597/10342986
txt timersrv.txt
TIMERSRV [OS/2]
NAME TIMERSRV - Timer server process.
SYNTAX
timersrv
USAGE
Timersrv is
www.eeworm.com/read/162008/10346900
txt 时钟控制.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity aa is
port(clk,reset:in std_logic;
load,sel:out std_logic);
end aa;
architecture B of aa is
begin
proce