代码搜索:数值分析
找到约 10,000 项符合「数值分析」的源代码
代码结果 10,000
www.eeworm.com/read/140745/13063626
inl statistic.inl
//Statistic.inl 数据处理与回归分析头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _STATISTIC_INL //避免多次编译
#define _STATISTIC_INL
//随机样本分析
template
void StatRandomSa
www.eeworm.com/read/140744/13063739
inl statistic.inl
//Statistic.inl 数据处理与回归分析头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _STATISTIC_INL //避免多次编译
#define _STATISTIC_INL
//随机样本分析
template
void StatRandomSa
www.eeworm.com/read/140743/13063905
inl statistic.inl
//Statistic.inl 数据处理与回归分析头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _STATISTIC_INL //避免多次编译
#define _STATISTIC_INL
//随机样本分析
template
void StatRandomSa
www.eeworm.com/read/140742/13064024
inl statistic.inl
//Statistic.inl 数据处理与回归分析头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _STATISTIC_INL //避免多次编译
#define _STATISTIC_INL
//随机样本分析
template
void StatRandomSa
www.eeworm.com/read/140740/13064125
inl statistic.inl
//Statistic.inl 数据处理与回归分析头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _STATISTIC_INL //避免多次编译
#define _STATISTIC_INL
//随机样本分析
template
void StatRandomSa
www.eeworm.com/read/140739/13064322
inl statistic.inl
//Statistic.inl 数据处理与回归分析头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _STATISTIC_INL //避免多次编译
#define _STATISTIC_INL
//随机样本分析
template
void StatRandomSa
www.eeworm.com/read/327319/13087073
java yufafenxi.java
import java.io.*;
public class YuFaFenXi { //语法分析的main方法
public static void main(String[] args) {
new YFrame().launchFrame();//创建一个语法分析的框架,并调用其中的launchFrame()方法
}
}
//由于文法的限定,该程序只识别“+”,“*”
www.eeworm.com/read/326278/13150801
h function.h
#define pi 3.1415926 //定义常量
#define r 6 //频谱分析的旋转因子,64点的FFT变换
#define N 64 //频谱分析数组长度
float data2_real[N]; //定义FFT变换的实部
float data2_imag[
www.eeworm.com/read/317495/13504234
txt yufa.txt
www.pudn.com > 语法分析器.zip > 语法分析器.cpp
#include
#include
#include
#include
#include
#define ID 256
#define NUM 257
#define AD