代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8363848
txt 在crystal reports中如何加入vb中变量.txt
你 的 VB语 句 有 问 题 。 Formulas属 性 的 语 法 应 该 是 :
[form.]Report.Formulas(ArrayIndex)[= "FormulaName= FormulaText"]
假 如 你 在 Crystal Reports加 入 的 公 式 叫 MyTime, 你 可 以 使 用 这 样 的 语 句 :
Report1.
www.eeworm.com/read/192685/8367005
txt 如何打印true dbgrid6.0a里面的数据.txt
True Dbgrid的 PrintInfo可 以 用 来 打 印 数 据 。 具 体 格 式 是
TDBGrid1.PrintInfo.PrintData
也 可 以 使 用 TDBGrid1.PrintInfo.PrintPreview进 行 预 览 。 PrintInfo还 有 许 多 有 用 的 方 法 和 属 性 。
www.eeworm.com/read/191861/8418985
cpp maopao2.cpp
//冒泡排序法(上浮)maopao2.cpp
#include
#include
#define N 10
void gensort(int b[],int n)
{int i,j;
for(i=0;i
www.eeworm.com/read/191861/8419148
txt maopao2.txt
//冒泡排序法(上浮)maopao2.cpp
#include
#include
#define N 10
void gensort(int b[],int n)
{int i,j;
for(i=0;i
www.eeworm.com/read/191798/8422065
h tree.h
//树的孩子兄弟表示法为存储结构的结构体Tree.h
template class Tree;
template struct TreeNode
{friend class Tree;//树类为友元
private:
TreeNode *firstChild;//第一个孩子结点指针域
TreeNode *nextSibli
www.eeworm.com/read/191798/8422223
txt treem.txt
//树的孩子兄弟表示法为存储结构的结构体Tree.h
template class Tree;
template struct TreeNode
{friend class Tree;//树类为友元
private:
TreeNode *firstChild;//第一个孩子结点指针域
TreeNode *nextSibli
www.eeworm.com/read/289810/8525457
m clenshaw.m
%一阶MarcumQ函数计算
clc;
close all;
clear all;
M=1;
Belta=10;
Alpha=[0.5:0.5:20];
AAlpha=Alpha;
L=length(Alpha);
marcumq1=zeros(1,L); %直接用marcumq函数计算,作为参考
q1=zeros(1,L); %用三项求和法
epsi
www.eeworm.com/read/433101/8546068
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/388434/8609779
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/288430/8633304
m averagedisplacement.m
function [tau] = AverageDisplacement(X,maxLags,m)
% 平均位移法求混沌时间序列重构的时间延迟(已知 m,求 tau)
% 输入参数:X 混沌时间序列
% maxLags 最大时间延迟
% m 嵌入维
% 输出参数:tau 时间延迟
%
% 参考文献:吕金虎.混沌时间