代码搜索:ROM优化
找到约 10,000 项符合「ROM优化」的源代码
代码结果 10,000
www.eeworm.com/read/422050/10667442
doc 优化c语言代码.doc
www.eeworm.com/read/420845/10771234
ppt 设计优化_练习 附录.ppt
www.eeworm.com/read/274928/10844918
exe 开关机优化.exe
www.eeworm.com/read/272565/10953223
txt fsm的优化写法.txt
FSM的优化写法
采用所谓"三段式"的状态机写法清晰而且可以有效的避免毛刺,列一例来体会.
module FSM ( nrst,clk,
i1,i2,
o1,o2,
err
);
input nrst,clk;
input i1,i2;
output o1,o2,err;
reg o1,o2,err;
reg [2:0]
www.eeworm.com/read/271234/11002340
chm 系统优化和设置.chm
www.eeworm.com/read/270618/11031865
txt 如何优化bios.txt
如何优化电脑系统的BIOS?
( 2002年01月24日14:32:15 TT 阅读:74 )
1、在Standard CMOS Setup里没有连接IDE设备的端口的TYPE和MODE设为None。
2、将CPU Internal Cache、External Cache设为Enabled,打开CPU一二级缓存。
3、将S
www.eeworm.com/read/469138/6978179
txt 树的优化算法.txt
//最大顶点独立集
int max_node_independent(int n,int* pre,int* set){
int c[MAXN],i,ret=0;
for (i=0;i=0;i--)
if (!c[i]){
set[i]=1;
if (pre[i]!=-1)
www.eeworm.com/read/466914/7023400
ppt 无约束优化.ppt
www.eeworm.com/read/460783/7240746
txt 树的优化算法.txt
//最大顶点独立集
int max_node_independent(int n,int* pre,int* set){
int c[MAXN],i,ret=0;
for (i=0;i=0;i--)
if (!c[i]){
set[i]=1;
if (pre[i]!=-1)
www.eeworm.com/read/457804/7317617
txt 树的优化算法.txt
//最大顶点独立集
int max_node_independent(int n,int* pre,int* set){
int c[MAXN],i,ret=0;
for (i=0;i=0;i--)
if (!c[i]){
set[i]=1;
if (pre[i]!=-1)