代码搜索:ROM优化

找到约 10,000 项符合「ROM优化」的源代码

代码结果 10,000
www.eeworm.com/read/357092/10216177

rom blink.rom

www.eeworm.com/read/357041/10216974

cpp rom.cpp

#include #include #include #include #include #include #include #include #include "rom.h" #include "Debug.
www.eeworm.com/read/357041/10216990

h rom.h

//--------------------------------------------------------------------------- #ifndef romH #define romH //#define C_CORE #define INT_KEY 16 #define INT_SERIAL 8 #define INT_TIMER 4 #define
www.eeworm.com/read/356214/10234977

m rom.m

%%产生ROM表程序%% b=[-1,-1,-1,-1,-1;-1,-1,-1,-1,1;-1,-1,-1,1,-1;-1,-1,-1,1,1;-1,-1,1,-1,-1;-1,-1,1,-1,1;-1,-1,1,1,-1;-1,-1,1,1,1;-1,1,-1,-1,-1;-1,1,-1,-1,1;-1,1,-1,1,-1;-1,1,-1,1,1;-1,1,1,-1,-1;-1,1,1,-1,
www.eeworm.com/read/144100/10246392

rom fisipwm.rom

000000:940C 000001:0034 000002:940C 000003:0000 000004:940C 000005:0000 000006:940C 000007:0000 000008:940C 000009:0000 00000A:940C 00000B:0000 00000C:940C 00000D:0000 00000E:940C 00000
www.eeworm.com/read/281277/10251918

a51 rom.a51

PUBLIC _put_string ; void put_string(char code *string); PUBLIC _page_erase ; char page_erase (int faddr, char fdata, char fdm) PUBLIC write_flash ; char write_flash (int faddr, char fdata, cha
www.eeworm.com/read/281277/10251956

lst rom.lst

MACRO ASSEMBLER ROM 02/25/03 16:14:47 PAGE 1 WIN32 MACRO ASSEMBLER MA51 V06.04.10OBJECT MODULE PLACED IN C:\RIDE\RAI-CODE\TEMPERATURE\ROM.OBJ ASSEMBLE
www.eeworm.com/read/281277/10251960

obj rom.obj

www.eeworm.com/read/162983/10254291

vhd rom.vhd

-- ROM TO STORE SINE AND COSINE VALUES library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity rom is po
www.eeworm.com/read/355389/10270845

v rom.v

module rom(addr,data); input[3:0] addr; output[7:0] data; function[7:0] romout; input[3:0] addr; case(addr) 0 : romout = 0; 1 : romout = 1; 2 : romout = 4; 3 : romout = 9; 4 : romout = 16;