代码搜索:查表法

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

代码结果 10,000
www.eeworm.com/read/296485/8099688

m geth.m

%利用Mackay的构造法1A构造校验矩阵 function [H]=getH(m,n) row_flag(1:m)=0; h=zeros(m,n); bits_per_col=3; %使每列随机产生3个1即列重为3 for i=1:n a=randperm(m
www.eeworm.com/read/145945/12687172

asp search_js.asp

javastr=""
www.eeworm.com/read/145141/12749769

txt 文本文档.txt

当初为了买房子签合同,自己写了个小程序,主要是为了比较等额法和递减法之间的差价,比较简单,相信战友们都能看懂,于是是upload上来了,有兴趣的看看。用了xpmenu控件。
www.eeworm.com/read/330766/12869922

txt 程序说明.txt

******************************* * 机械优化设计作业(牛顿法)* ******************************* 完成人:西电 公孙小龙 学号:0405**** 完成时间:2008.6.21 程序运行环境:VC++6.0 +windows XP (VISTA未测试) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最
www.eeworm.com/read/330764/12869955

txt 程序说明.txt

******************************* * 机械优化设计作业(牛顿法)* ******************************* 完成人:西电 公孙小龙 学号:0405**** 完成时间:2008.6.21 程序运行环境:VC++6.0 +windows XP (VISTA未测试) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最
www.eeworm.com/read/330763/12869984

txt 程序说明.txt

******************************* * 机械优化设计作业(鲍威尔法)* ******************************* 完成人:西电 公孙小龙 学号:0405**** 完成时间:2008.6.21 程序运行环境:VC++6.0 +windows XP (VISTA未测试) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用
www.eeworm.com/read/242614/12996684

h mpwordseg.h

CString SegmentHzStrMP(CString s1); // 最大概率法分词函数 CString SegmentSentenceMP(CString s1); // 对句子进行最大匹配法分词处理的函数 void SegmentAFileMP(CString FileName); // 对文本文件进行最大匹配法分词操作 short getTmpWords(CString
www.eeworm.com/read/242611/12996767

h mpwordseg.h

CString SegmentHzStrMP(CString s1); // 最大概率法分词函数 CString SegmentSentenceMP(CString s1); // 对句子进行最大匹配法分词处理的函数 void SegmentAFileMP(CString FileName); // 对文本文件进行最大匹配法分词操作 short getTmpWords(CString
www.eeworm.com/read/140744/13063778

cpp approximationremez.cpp

//ApproximationRemez.cpp //最佳一致逼近多项式里米兹法 #include //模板类输入输出流标准头文件 #include "FittingApproximation.h" //拟合与逼近头文件 using namespace std; //名字空间 void main(void) { valarray
www.eeworm.com/read/140739/13064204

cpp rootnewtonhilldown.cpp

//RootNewtonHillDown.cpp //牛顿下山法求解代数方程全部根(实根和复根) #include //输入输出流头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using namespace std; //名字空间 void main(void) { int i, i