代码搜索:ROM优化
找到约 10,000 项符合「ROM优化」的源代码
代码结果 10,000
www.eeworm.com/read/314931/13555431
gid windows优化大师.gid
www.eeworm.com/read/314430/13567670
sln xp界面优化精灵.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XP界面优化精灵", "XP界面优化精灵.csproj", "{E6BA7F78-0C45-46D4-9E72-CFEA56B4D5FE}"
ProjectSection
www.eeworm.com/read/314430/13567681
suo xp小小优化师.suo
www.eeworm.com/read/314430/13567686
suo xp界面优化精灵.suo
www.eeworm.com/read/311068/13637767
doc 最优化对偶问题.doc
www.eeworm.com/read/306013/13755059
m 节点编号优化程序.m
%本程序的功能是对节点编号进行优化
nn=input('请输入节点数:nn=');
nl=input('请输入支路数:nl=');
nln=input('请输入节点的最大连接数:nln=');
A=input('请输入支路节点矩阵:A=');
in=zeros(nn);kin=zeros(nn);ks=zeros(nn);ms=zeros(nn);
for i=1:nn
in
www.eeworm.com/read/302637/13830375
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/478955/6708597
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/264527/11310863