代码搜索:查表法

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

代码结果 10,000
www.eeworm.com/read/463300/7183884

cpp matrixtoeplitzinversiontrench.cpp

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

cpp matrixtoeplitzinversiontrench.cpp

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

c newton.c

/*牛顿迭代法*/ #include #include #include #define EPS 1e-6 #define ETA 1e-8 #define N 100 void main() { float f(float); float f1(float); float x0,y0; float Newto
www.eeworm.com/read/460348/7252970

c dic_hashopen.c

/* 本程序是用开地址法解决碰撞的散列表示方法, 提供了字典的一些基本操作*/ #include #define null -1 /* null为空结点标记 */ #define TRUE 1 #define FALSE 0 #define REGION_LEN 13 typedef int KeyType; typ
www.eeworm.com/read/457837/7317207

cpp matrixtoeplitzinversiontrench.cpp

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

txt o.txt

返回>>C语言函数大全 函数名: open 功 能: 打开一个文件用于读或写 用 法: int open(char *pathname, int access[, int permiss]); 程序例: #include #include #include #include int m
www.eeworm.com/read/445426/7595561

m l3_3.m

%程序L3_3.m: 向量量化器的码本的产生% %利用LBG法产生三个不同大小与维度的码本% load lena %读入一幅512×512的图像矩阵 th=0.1; %设定LBG程序停止训练的临界值
www.eeworm.com/read/444759/7607319

m 5-8.m

%例程5-8 利用Bartlett法估计功率谱 % e.g.5-8.m for example5-8; % to test function psd; clear all; % Generate the signal with noise and display N=1024; n=0:1/(N-1):1; f1=0.1; f2=0.9; wn=randn(1,N);
www.eeworm.com/read/444759/7607320

m 5-9.m

%例程5-9 利用Welch法估计功率谱 % e.g.5-9.m for example5-9; % to test function pwelch; clear all; % Generate the signal with noise and display N=1024; n=0:1/(N-1):1; f1=0.1; f2=0.9; wn=randn(1,N);
www.eeworm.com/read/444586/7611388

m averagedisplacement.m

function [tau] = AverageDisplacement(X,maxLags,m) % 平均位移法求混沌时间序列重构的时间延迟(已知 m,求 tau) % 输入参数:X 混沌时间序列 % maxLags  最大时间延迟 % m 嵌入维 % 输出参数:tau   时间延迟  % % 参考文献:吕金虎.混沌时间