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

搜索资源列表

  1. 两个例子

    0下载:
  2. crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子-crc.cpp have 0-255 is a corresponding 16-bit cyclic redundancy code examples correlator.cpp filtering is a relevant example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1992
    • 提供者:廖新根
  1. Math_Source

    0下载:
  2. 整理分享:常用的数学运算程序源代码 包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:50196
    • 提供者:李洪科
  1. matrixforpowersystem

    1下载:
  2. 电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example), INCLUDE (*. H), I was prepare
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:47718
    • 提供者:奇闻
  1. Mean-Shift

    0下载:
  2. mean-shift算法的实现算例,通过看这段代码,可以很快熟悉mean-shift算法-mean-shift method for the example, look at this code can be quickly familiar with the mean-shift algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:79149
    • 提供者:胖丫
  1. MALLATPROGRAM

    0下载:
  2. 这是一个小波分析中mallat经典算法的例子源码-This is a wavelet analysis Mallat classic example of the algorithm source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2425
    • 提供者:wawyace
  1. chinapi_demo

    0下载:
  2. 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:113707
    • 提供者:侯欣杰
  1. FFT_Test

    0下载:
  2. 快速傅立叶变换的源代码,是个数字信号处理学习的好例子。-The source code of FFT,is a good example for digital singnal process study
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:22361
    • 提供者:夏辉达
  1. count1

    0下载:
  2. C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9246
    • 提供者:夏辉达
  1. liftingscheme_java

    0下载:
  2. 小波提升格式的java源代码,包括标准的分裂、预测和更新三步,以及一个实例-Lifting format java source code, including the standard split, forecasts and updates of steps, and an example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14915
    • 提供者:黄亭岚
  1. FDTD3-

    0下载:
  2. FDTD外推法仿真 利用Fortran编写 带注释-an example code for FDTD simulation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1367
    • 提供者:杀风景
  1. Lindo-Lingo

    1下载:
  2. Lindo&Lingo教程清华大学版.pdf
  3. 所属分类:Algorithm

    • 发布日期:2016-03-20
    • 文件大小:531866
    • 提供者:YilingZhu
  1. qsm-pc-example

    0下载:
  2. example executing a code for stat machine -example executing a code for stat machine
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:242235
    • 提供者:midar
  1. neh.cpp

    1下载:
  2. An example of heurestic NEH algorithm implemented for task scheduling in C-An example of heurestic NEH algorithm implemented for task scheduling in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:796
    • 提供者:milithrar
  1. regular-LDPC-code

    0下载:
  2. Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program i
  3. 所属分类:Algorithm

    • 发布日期:2015-08-19
    • 文件大小:284672
    • 提供者:金琦
  1. VBA-Excel-Example

    0下载:
  2. VBA—Excel开发实例,附带源码,用户可直接引用,或略加修改后使用-VBA-Excel development examples, with source code, the user can directly referenced, or slightly modified
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:477866
    • 提供者:星月
  1. code

    1下载:
  2. 光滑粒子法简单算例 ,一维激波管 和 二维腔内剪切流动-Smoothed Particle Hydrodynamics simple example, the shock tube one-dimensional and two-dimensional cavity shear flow
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-05-23
    • 文件大小:39536
    • 提供者:fyk
  1. c-source-code

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-The prime factors of a positive integer factorization. For example: Enter 90 to print out 90 = 2* 3* 3* 5.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2813
    • 提供者:伊娃
  1. opensees-example

    1下载:
  2. is a example od opensees code
  3. 所属分类:数学计算/工程计算

  1. CORDIC-example-code

    0下载:
  2. CORDIC Actel example VHDL code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1373154
    • 提供者:homan
  1. fft-example

    0下载:
  2. fft算法的例子代码以及fft相关知识的ppt,其中fft算法是用C语言实现的,且做了很详细的注释。- fft algorithms fft ppt example code and related knowledge, where fft algorithm is implemented in C, and made a very detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:559468
    • 提供者:张小小
« 12 3 4 5 »
搜珍网 www.dssz.com