代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/479038/6698226

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/479079/6699115

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/478173/6720930

v example.v

// DESCRIPTION: Example top verilog file for vpassert program // This file ONLY is placed into the Public Domain, for any use, // without warranty, 2000-2009 by Wilson Snyder. `timescale 1ns/1ns mod
www.eeworm.com/read/477386/6733977

v t_fifo_buffer.v

`timescale 1ns/1ns module t_FIFO_Buffer (); parameter stack_width = 8; parameter stack_height = 32; parameter stack_ptr_width = 6; wire [stack_width - 1:
www.eeworm.com/read/410312/11293597

c rt51x_tiny_key.c

#include #include #define init 0 #define key_scan 1 #define display 2 void initial() _task_ init { P0 = 0xff; P1 = 0xff; P2 = 0xff; P3 = 0xff; os_create_task
www.eeworm.com/read/264874/11297321

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/263292/11368411

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/407333/11420547

c xup_spartan3e_led.c

#include #include #include #include #include #include //struct semaphore #include //
www.eeworm.com/read/405927/11455003

m arrow.m

function arrow(initial_point, end_point, c) %------------------------------------------------------- % University of Zaragoza % Centro Politecnico Superior % Robotics and Real Time Group % Author
www.eeworm.com/read/404468/11484846

vhd ram_32.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity ram_32 is port( a:in std_logic_vector(7 downto 0); din:in std