代码搜索:查表法

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

代码结果 10,000
www.eeworm.com/read/332284/12764932

m knn.m

% ====================K-近邻法(KNN)================================= % X: 训练样本 % x: 待判样本 % K: 近邻数目 % flag1: 记录K个最近邻中属于第一类的个数 % flag2: 记录K个最近邻中属于第二类的个数 % ========================================
www.eeworm.com/read/143520/12868476

m exm060252_1.m

clf;dx=0.1;x=0:dx:4;y=x.*sin(x);s=cumtrapz(y)*dx; %梯形法求累计积分 plotyy(x,y,x,s),text(0.5,0,'\fontsize{14}\ity=xsinx') sint='{\fontsize{16}\int_{\fontsize{8}0}^{ x}}'; text(2.5,3.5,['\fontsize{14}\its=
www.eeworm.com/read/329003/12989761

cpp test.cpp

//www.pudn.com > 最优化作业C++源代码.rar > 单纯形法.cpp /*#include #include int const n=2; double fun(double x[n]); void compare(double x[n+1][n],double LGH[3][n],double LGH
www.eeworm.com/read/328396/13029712

c serial_inquiry.c

//文件名:serial_inquiry.c //说明:最简单的查询法串口通讯程序 //可以使用串口调试助手测试 //编写:王晓荣 //日期:20080401 #include void init_serial(); // 串口初始化 void putch(unsigned char); //数据发送 unsigned char ge
www.eeworm.com/read/328396/13029745

c serial_int_1.c

//文件名:serial_int_1.c //说明:最简单的中断法串口通讯程序 //可以使用串口调试助手测试 //编写:王晓荣 //日期:20080525 #include unsigned char inbuffer; unsigned char outbuffer; void init_serial(); // 串口初始化 void
www.eeworm.com/read/140743/13063795

cpp matrixtoeplitzinversiontrench.cpp

//MatrixToeplitzInversionTrench.cpp 特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆 #include //输入输出流 #include "Matrix.h" //矩阵类及相关函数等的定义 using namespace std; //名字空间 void main() // 定义控制台应用程序的入
www.eeworm.com/read/140742/13063935

cpp eigenvaluevectorrealsymmetryjacobi.cpp

//EigenvalueVectorRealSymmetryJacobi.cpp //实对称阵特征值及特征向量雅可比法 #include //输入输出流头文件 #include "Matrix.h" //矩阵类及相关函数头文件 #include "EigenvalueVector.h" //特征值及特征向量头文件 using namespace
www.eeworm.com/read/242302/13076096

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

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

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

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

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