代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/270530/11033647
rpt count.sim.rpt
Simulator report for count
Sat Dec 29 12:43:00 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2.
www.eeworm.com/read/270529/11033798
vhd twenty.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity twenty is
port(clk :in std_logic;
t20_en :in std_logic;
t20:out std_logic
);
end entity twenty
www.eeworm.com/read/270526/11034044
vhd one.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity one is
port (clk:in std_logic; --64hz的时针频率;
t1:out std_logic
www.eeworm.com/read/270524/11034213
vhd twenty.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity twenty is
port(clk :in std_logic;
t20_en :in std_logic;
t20:out std_logic
);
end entity twenty
www.eeworm.com/read/270524/11034254
qmsg wash.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/471262/6900396
bugs
* X Selection from Emacs to other X client(may be another GNU Emacs
process) supports only GBK, GB2312 and ascii.
* GBK to/from Mule map may be incorrect.
www.eeworm.com/read/470946/6902250
vhd jiao_tong.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity jiao_tong is
port(clk:in std_logic;----20mhz晶振时钟
jin:in std_logic;----禁止通行信号
scan:out std_logic_vecto
www.eeworm.com/read/470697/6905959
pas advapihook.pas
{
Advanced API Hook Libary v 1.1
Coded By Ms-Rem ( Ms-Rem@yandex.ru ) ICQ 286370715
}
unit advApiHook;
{$IMAGEBASE $13140000}
interface
uses
Windows, NativeAPI, LDasm;
functio
www.eeworm.com/read/470697/6905972
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, UList, ProcList, Menus, DrvMgr;
type
TFor
www.eeworm.com/read/470697/6905974
dpr phunter.dpr
program phunter;
uses
windows, Unit1, Forms;
{$R *.res}
var
hWindow: dword;
begin
hWindow := FindWindow('TForm1', 'Process Hunter (Hidden processes detector) by Ms-Rem');
if hW