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

资源列表

« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 3415 »
  1. wave_generator_VC

    0下载:
  2. 正弦波形生成器,直接写到文件,可以用goldwave等软件进行播放。只要修改c文件里的宏,可以生成任意频率的正弦波。silentecho作品。-sine-generator, the paper wrote directly, you can use software such as goldwave player. As long as amended c documents in the macros, can generate the sine wave frequency. Silent
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11229
    • 提供者:梁文锋
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28406
    • 提供者:chyg
  1. fftw-3.1.tar

    0下载:
  2. 最新的FFT程序,目前是最好的开放FFT代码-latest FFT procedure, is the best open source FFT
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2692325
    • 提供者:薛斌
  1. statistics

    0下载:
  2. 此工程中包含对于ARP流统计的算法设计,在使用性能稳定。不需要解密。-this project includes ARP flow statistics for the algorithm design, performance and stability. No decryption.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7502
    • 提供者:周亚超
  1. Program1

    0下载:
  2. 曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18977
    • 提供者:梁建军
  1. Program2

    0下载:
  2. 曲线数据处理之曲线插值主要内容:实际观测值总不能稠密到满足任何条件下的需求,对中间没有观测值的点位则需要通过插值获得答案。又实际观测数据往往是离散的,即在X轴上观测数据点之间是不等距的,也需要通过插值使其等距化。-curve data processing for curve interpolation main elements : the actual observed values can not be populated any conditions to meet the needs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27603
    • 提供者:梁建军
  1. caculation1

    0下载:
  2. 主要介绍回归分析,即确定自变量与因变量之间的定量关系,所建立的定量表达式称为回归方程;对自变量与因变量之间的关系进行检验; -introduced regression analysis, identify variables and dependent variables between the quantitative relationship, the establishment of quantitative formula known as the regression equat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:497306
    • 提供者:梁建军
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. mathexpr

    0下载:
  2. 数学实验课程教案,包括pi的计算、分形、混沌、方程组求解、住房贷款问题等-experimental mathematics curriculum lesson plans, including the calculation of pi, fractal and chaos, solving equations, housing loans, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1363249
    • 提供者:费文龙
  1. xsl

    0下载:
  2. Fortran常用算法程序集-徐士的一本书中的源码,没有试过,你不妨-Fortran algorithms commonly used procedures set-XU a book of the source, without trying, you may wish to try!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:360107
    • 提供者:孙克再
  1. troubleTree

    0下载:
  2. 根据模糊故障数的资料,实现了核心的算法。test类是启动测试类。该算法主要实现核心部分,具体应用要根据实际的环境对代码作简单的修改即可-under the fuzzy information on the number of failures to achieve a core of the algorithm. Test is the test launch category. The algorithm main core, specific application according to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4413
    • 提供者:张煜
  1. ptfsf

    0下载:
  2. The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27645
    • 提供者:吴婷
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 3415 »
搜珍网 www.dssz.com