代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/318710/6306493
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/464654/6308352
cpp 积分算法.cpp
#include "math.h"
#include "stdio.h"
#define aa -1
#define bb 1
#define err 1e-10
#define N 200
//选主元gauss消去法,用来计算ui//
void functiongauss(double a[][N+1],double ui[N+1],double g[N+1],int n)
www.eeworm.com/read/383464/6318280
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/389070/6353158
m c4_3.m
%C4_3.m
%用改进的试位法求f(x)=0的根
function C4_3
a=input('Lower bound:a?');
b=input('Upper bound:b?');
ep=input('Tolerance:ep?');
it_limit=input('Iteration limit?');
y_a=func3(a);
y_b=func3(b);
IT=
www.eeworm.com/read/489511/6471969
txt ahpcode.txt
'层次分析法的matlab程序'
disp('请输入判断矩阵A(n阶)');
A=input('A=');
[n,n]=size(A);
x=ones(n,100);
y=ones(n,100);
m=zeros(1,100);
m(1)=max(x(:,1));
y(:,1)=x(:,1);
x(:,2)=A*y(:,1);
m(2)=max(x(:,2));
y(:
www.eeworm.com/read/486202/6538119
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/486202/6538120
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/485392/6561021
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/485392/6561022
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/477657/6730224
plg t9.plg
礦ision3 Build Log
Project:
F:\Users\qinming\Desktop\T9输入法\t9.uv2
Project File Date: 03/30/2006
Output: