代码搜索:Process

找到约 10,000 项符合「Process」的源代码

代码结果 10,000
www.eeworm.com/read/478253/6722723

vhd fredivn.vhd

--evev frequency division library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity fredivn is GENERIC (N:integer:=8); port (clk:in std
www.eeworm.com/read/478253/6722724

vhd fredivn1.vhd

--odd frequency division library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity fredivn1 is GENERIC (N:integer:=15); port (clk:in
www.eeworm.com/read/478253/6722738

vhd fpdpsk.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; entity fpdpsk is port(clock:in STD_LOGIC; mode:in STD_LOGIC; data:out STD_L
www.eeworm.com/read/477860/6724049

qmsg project3.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/477860/6724057

qmsg prev_cmp_project3.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/477140/6739182

txt readme.txt

This sample should be used only as reference. It demonstrates how to get/set various kinds of information about the process object.
www.eeworm.com/read/477247/6740533

vhd ps2.vhd

-- The FPGA-evb-S2 Xilinx Spartan-II evaluation board example -- This example reads scan codes from a PS/2 keyboard and -- displays them on LEDs. -- (C)2001 Jan Pech, j.pech@sh.cvut.cz library IEEE; u
www.eeworm.com/read/477248/6740537

plg 万年历.plg

礦ision2 Build Log Project: d:\My Documents\ME400\万年历\万年历.uv2 Project File Date: 01/18/2009 Output: Build target 'Target 1' Target has no obje
www.eeworm.com/read/476941/6743276

c zombie.c

// Create a zombie process that // must be reparented at exit. #include "types.h" #include "stat.h" #include "user.h" int main(void) { if(fork() > 0) sleep(5); // Let child exit before paren
www.eeworm.com/read/476738/6748987

c semaph.c

/* * Provide an simpler and easier to understand interface to the System V * semaphore system calls. There are 7 routines available to the user: * * id = sem_create(key, initval); # create with i