CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - sample

搜索资源列表

  1. 公历(阳历)和农历(阴历)相互转换

    2下载:
  2. 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.31kb
    • 提供者:谢红伟
  1. specpt

    0下载:
  2. 信号傅立叶变换的幅度图和频谱图的示例 信号傅立叶变换的幅度图和频谱图的示例-signal Fourier transform spectrum range map and the map of the signal sample rate Fourier Transform map and the map of the sample spectrum
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:杨磊
  1. pri_divide

    1下载:
  2. 有序样品的最优分割程序。本程序优点在于分类齐全,使用方便、直观。供大家学习参考。-ordered the optimal sample segmentation procedures. The classification process is complete advantages, easy to use, intuitive. We reference for the study.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:zhenghenglei
  1. sgwl

    0下载:
  2. 这是一个数格网论的MATLAB程序源码,它可以用来产生样本数据-This is a number grid on the MATLAB program source code, it can be used to produce sample data
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:shenjianguo
  1. dic

    0下载:
  2. 词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Descr iption 你旅游到了一个国外的城市。那里的人们说的外国语言你不能理解。不过幸运的是,你有一本词典可以帮助你。 Input 首先输入一个词典,词典中包含不超过100000个词条,每个词条占据一行。每一个词条包括一个英文单词和一个外语单词,两个单词之间用一个空格隔开。而且在词典中不会有某个外语单词出现超
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:916byte
    • 提供者:hmw
  1. RBSfan

    0下载:
  2. Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited Descr iption N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,T
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:969byte
    • 提供者:罗伯晓
  1. trangle

    0下载:
  2. 对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个): 符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”的个数相同。 Input 输入包含若干个测试用例。 对于每个测试用例,输入的一行是一个整数n(2<=n<=20),表示符
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:罗伯晓
  1. matlabmatrix

    0下载:
  2. 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Writ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:wangshujuan
  1. hmc

    2下载:
  2. Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRAD
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:西晃云
  1. 大数运算类

    0下载:
  2. 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:沈嘉祺
  1. msc.rar

    0下载:
  2. 多元散射校正算法,用于近红外散射数据处理,增强信噪比,function [Xcorrect]=msc(X,Xref) msc pretreate the samples X with the Multiplicative Scatter Correct Input X:the matrix of the sample spectra to be Correct Xref:the matrix of the sample spectra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:688byte
    • 提供者:张志敏
  1. STAT_KOLMOGOROV_TEST.rar

    0下载:
  2. This function performs the one sample, two tailed Kolmogorov-Smirnov hypothesis test on a set of data samples for a given cumulative distribution function.,This function performs the one sample, two tailed Kolmogorov-Smirnov hypothesis test on a se
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:881byte
    • 提供者:xie
  1. mc.rar

    0下载:
  2. 用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!,TETRAHEDRON_MONTE_CARLO is a MATLAB library which estimates the integral of a function over a tetrahedron using the Monte Carlo method. The library makes it relatively easy to compare different m
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5.28kb
    • 提供者:sun
  1. gaojiepu.rar

    0下载:
  2. 通过对二价谱的编程分析,对信号处理里面采样率和采样长度对fft的影响做了一针见血地分析,By bivalent programming spectrum analysis, signal processing inside the sample rate and sample length on the impact of fft analysis done sharply
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:111.61kb
    • 提供者:季托
  1. fix_fft.c.tar

    0下载:
  2. 这是一个从国外网站上找到的一个定点的fft程序实现,文件中的fft_ex()函数是我实际使用在项目上的一个样例。这个算法较快的实现了fft计算并具有较高的精度。-This is a program from foreign website, and implements a fixed point of the FFT. fft_ex () function is actually used in a project as a sample. This algorithm is faster t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7.03kb
    • 提供者:haohuiming
  1. Sample-Entropy-VB

    1下载:
  2. 样本熵是一种有别于近似熵的不计数自身匹配的统计量,是对于近似熵算法的改进。样本熵与近似熵的物理意义一样,表示非线性动力学系统产生新模式概率的大小,主要用来定量刻画系统的规则度及复杂度。样本熵值越低,序列自我相似性越高,产生新模式的概率越低,时间序列越简单;反之,样本熵值越大,序列自我相似性越低,产生新模式的概率越高,时间序列越复杂。样本熵计算用程序VB6.0语言实现。-Sample entropy is different from the research and development o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:34.58kb
    • 提供者:feiyun
  1. Random-sample-analysis

    0下载:
  2. 该程序可实现数学问题中随机样本分析的功能-Random sample analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:diqiuwuliuxue
  1. sample.tcl.tar

    0下载:
  2. sample code for MPLS architecture with nodes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:935byte
    • 提供者:deep
  1. sample

    0下载:
  2. 三次样条插值的计算方法,亲测在visual c++下可以正常运行-third sample insert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:287.27kb
    • 提供者:hello
  1. Sample Entropy

    0下载:
  2. 求一维时间序列的样本熵(Sample Entropy)值,包含 计算时间序列样本熵值的程序 :SampEn.m 调用SampEn的例程 SampEn_test 和测试数据数据 data 测试结果为 0.1736(calculate the sample entropy of one dimensional time series)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:761kb
    • 提供者:Amytoey
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com