代码搜索:查表法

找到约 10,000 项符合「查表法」的源代码

代码结果 10,000
www.eeworm.com/read/221812/14719679

cpp heapsort.cpp

void HeapSort (elemtype x[], int n) /*用堆排序法对记录x[0]--x[n-1]排序*/ { int i; elemtype Temp; /*初始建堆*/ for(i=(n-2/2);i>=0;i--) CreatHeap(x,n,i); /*输出堆顶元素后调整堆*/ for(i=n-1;
www.eeworm.com/read/221265/14751638

m reliabilityweib.m

%基于蒙特卡罗法的复杂系统可靠性仿真威布尔分布 clear clc %可靠性仿真 ybsl=1000; for i=1:ybsl %电源系统 % T1=[exprnd(1200),exprnd(3000),exprnd(1550),normrnd(3000,220),exprnd(1400)]; % T2=[exprnd(1200),exprnd(3000),e
www.eeworm.com/read/219104/14894436

m gauss.m

%顺序gauss消去法,gauss函数 function [A,u]=gauss(a,n) for k=1:n-1 %消去过程 for i=k+1:n for j=k+1:n+1 %如果a(k,k)=0,则不能消去 if abs(a(k,k))>1e-6 %计算第k步的增广矩阵
www.eeworm.com/read/219104/14894487

m funfminu.m

options(6)=1;%拟牛顿法的DFP公式 options(7)=0;%混合的二次型和三次型插值 [x,options]=fminu('funrosen',[-1.2,2],options) y=options(8) %输出在最后极值点的函数值 n=options(10)%给出函数计算次数
www.eeworm.com/read/219067/14896409

m gauss.m

%顺序gauss消去法,gauss函数 function [A,u]=gauss(a,n) for k=1:n-1 %消去过程 for i=k+1:n for j=k+1:n+1 %如果a(k,k)=0,则不能消去 if abs(a(k,k))>1e-6 %计算第k步的增广矩阵
www.eeworm.com/read/117063/14940662

cpp newton.cpp

//newton插值方法的计算机实现 #include #include void newton() { int num=0,i=0; float x[10]; float y[10]; float X=0,Y=0; printf("***newton插值法的实现程序***\n"); printf("请输入插值结点数
www.eeworm.com/read/216905/14986683

log sgip.log

//本日志文件由 "Tabbar Add-in(1.15.2139) For Visual C++ 6.0" 创建 //项目文件:F:\D\My work Document\杨传法\shzx\联通通信\sgip\SGip.dsp //如果文件增长的很大请删除除本节之外的其他信息 [MAIN] nBuildNumber = 15 [Build00000001] sStartTim
www.eeworm.com/read/114100/15110249

txt vb调用函数和sub过程的方法是否有着不同的影响.txt

如 果 不 想 检 查 该 函 数 的 返 回 值 , 这 三 种 方 法 没 有 多 少 区 别 。 理 论 上 , v=functionname(arg1,arg2)要 比 其 他 两 种 慢 , 但 一 般 觉 察 不 到 。
www.eeworm.com/read/114100/15110281

txt 如何不失真地显示长、宽超过32768缇的图片.txt

用 两 个 Picture Box和 滚 动 条 来 做 , 但 是 好 象 无 法 成 功 ... 溢 出 ... 是 因 为 : 0
www.eeworm.com/read/114100/15110669

txt 绑定控件调用seek方法没有找到匹配记录时报错.txt

出 现 这 个 问 题 的 原 因 是 你 有 其 它 控 件 (如 TextBox)与 Data控 件 绑 定 ,当 调 用 Seek方 法 没 有 找 到 匹 配 记 录 时 ,"If the Seek method fails to locate a match, the NoMatch property is set to True, and the current record is u