代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/145303/12736550
vhd input.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/145303/12736559
vhd speaker.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity speaker is
Port ( clk : in std_logic;
tonein : in integer range
www.eeworm.com/read/145272/12740576
lnp sat.lnp
"Main.obj",
"Interrupt.obj",
"eeprom.obj",
"Com1Process.obj",
"Com2Process.obj",
"Standard.obj"
TO "Sat"
NOPRINT RAMSIZE(256)
www.eeworm.com/read/145271/12740655
lnp sat.lnp
"Main.obj",
"Interrupt.obj",
"eeprom.obj",
"Com1Process.obj",
"Com2Process.obj",
"Standard.obj"
TO "Sat"
NOPRINT RAMSIZE(256)
www.eeworm.com/read/332636/12745680
h proc.h
#ifndef PROC_H
#define PROC_H
/* Here is the declaration of the process table. It contains all process
* data, including registers, flags, scheduling priority, memory map,
* accounting, message p
www.eeworm.com/read/246188/12752180
+=
-- Latch Inference
-- Download from: http://www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY latchinf IS
PORT
(
enable, data : IN BIT;
q : OUT BIT
);
END l
www.eeworm.com/read/145129/12752292
vhd 简单的锁存器.vhd
-- Latch Inference
-- Download from: http://www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY latchinf IS
PORT
(
enable, data : IN BIT;
q : OUT BIT
);
END l
www.eeworm.com/read/145129/12752313
vhd 一个简单的uart.vhd
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
-------------------------------------------------------
www.eeworm.com/read/246157/12753344
asm prockiller.asm
; AV Process Killer
; #########################################################################
.code
; Scans through processes and terminates if they are in kill-list
KillProcs proc uses edi