代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/406273/11445441
vhd counter2.vhd
-------------------------------fenpinqi----------------------------------
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith;
entity counter2 is
www.eeworm.com/read/406071/11450207
plg pdiusbd12.plg
礦ision2 Build Log
Project:
H:\D12 Smart\PDIUSBD12光盘\D12固件软件包(V5.0)\汇编语言\PDIUSBD12.uv2
Project File Date: 11/19/2004
Output:
Build target 'PDIU
www.eeworm.com/read/405225/11468540
plg test019.plg
礦ision2 Build Log
Project:
F:\test019(C51)\test019.uv2
Project File Date: 12/30/2006
Output:
Build target 'Target 1'
compiling test019.c...
www.eeworm.com/read/405211/11469189
plg uart.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\单片机控制GSM模块发短信(初始版)\单片机控制GSM模块发短信(初始版)\uart.uv2
Project File Date: 01/14/2009
O
www.eeworm.com/read/405197/11470243
pas findmain.pas
unit FindMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, TlHelp32, ComCtrls;
type
TForm1 = class(TForm)
StatusBar1: TSta
www.eeworm.com/read/405197/11470244
~pas findmain.~pas
unit FindMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, TlHelp32, ComCtrls;
type
TForm1 = class(TForm)
StatusBar1: TSta
www.eeworm.com/read/404684/11480091
cpp d10r1.cpp
#include
#include
#include
#include
double func(double x)
{
double t;
t=bessj0( x);
return t;
}
void main()
{
//program d10r1
www.eeworm.com/read/404368/11486801
cls isubclass.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/404317/11487661
vhd fd.vhd
library ieee;
use ieee.std_logic_1164.all;
entity fd is
port(clk,key:in std_logic;
cpo:out std_logic);
end fd;
architecture jg of fd is
signal cp:std_logic;
signal j
www.eeworm.com/read/404050/11492225
c exec.c
#include
#include
#include
int main(int argc, char *argv[])
{/* C program forking a separate process */
int pid;
int ReturnValue; //返回值。
char * TheArgv[]={"/bin