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

搜索资源列表

  1. 背包回素法

    0下载:
  2. 01背包 用的是回素法经测试可以用的 第一次上传情大家指教
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1205
    • 提供者:ljfalk
  1. 01

    0下载:
  2. 的傅立叶变换,工程技术中,常将看成一时间信号,相应的空间,称为时间域和空域;将其傅立叶变换看成频率函数,相应的空间称为频域。称为其相角,这在物理上是有良好背景的。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16617
    • 提供者:liu
  1. HDB3

    0下载:
  2. 源于老师的作业,实现将01代码转化成HDB3码,另外还有用VHDL语言编的,不过我这没有-teachers from the operations, achieving 01 HDB3 code into the code, as well as using VHDL series, but I am not
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39011
    • 提供者:王原
  1. 01

    0下载:
  2. 编制通用程序:对n+1个节点xi及yi=f(xi)(i=0,…,n) (1)n次拉格朗日插值计算公式Ln(x); (2)n次牛顿向前插值计算公式; -The preparation of common procedures: the n+1 nodes xi and yi = f (xi) (i = 0, ..., n) (1) n times Lagrange interpolation formula Ln (x) (2) n times Newton forward inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:899
    • 提供者:刘志卫
  1. package

    0下载:
  2. 详细介绍有多个背包的01背包问题,此问题是NP问题,不能用一般算法解决,此资料提供了一些分析,和一些近似算法-There are a number of details of the 01 backpack knapsack problem, this problem is NP problem, the general algorithm can not be resolved, this information provides some analysis, and some approxi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2617971
    • 提供者:天雨
  1. FFT

    0下载:
  2. fft.c code composer studio v 3.01 by steven
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3388
    • 提供者:pouya
  1. IntersectionPointOfTwoLines

    0下载:
  2. 该代码绝对本人原创,可根据两打直线的四个端点坐标求解交点,并判断交点为实交点或虚交点,若两直线重合或平行,则返回值为FALSE: 以下代码为求交点的函数,使用方法: rtn=InterPointTwoLine(直线A起点X,直线A起点Y,直线A终点X,直线A终点Y, 直线B起点X,直线B起点Y,直线B终点X,直线B终点Y, 返回的交点X,返回的交点Y,交点类型) 有交点时该函数返回值为True,平行或重合时返回False 最后一个参数(Inter_Type)是
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7808
    • 提供者:覃东
  1. aula01

    0下载:
  2. aula numero 01 fortran 90
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2038453
    • 提供者:jorge
  1. 2

    0下载:
  2. 数值分析: 01分段低次插值逼近函数。 02用Gauss列主元素消元法求解n阶线性方程组-Numerical Analysis: 01 sub-low interpolation approximation function. 02 columns with the Gauss elimination method for solving the main elements of n-order linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1311
    • 提供者:林晓风
  1. fft-arm-0.01

    0下载:
  2. fft arm algorithm / source code-fft arm algorithm/source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13486
    • 提供者:yearyear2
  1. b4-1.8

    0下载:
  2. 大数相乘基本算法,相当于模拟手算。使用GMP生成指定数位的01串大数,将生成的01串用char型截取,运算中其实是以一次取4位进行运算。相当于16进制运算。-Multiplication of large numbers of basic algorithms, equivalent to simulate hand count. GMP is generated using the specified digit string of 01 large numbers, will generat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3405
    • 提供者:Ivy
  1. 2

    1下载:
  2. 数值分析课件,包括:第00章 引论 ,第01章 插值方法,第02章 数值积分,第03章 常微分方程的差分方法等-Numerical Analysis of courseware, including: the first 00 chapters cited on the first 01 chapters interpolation method, the first 02 chapters of numerical integration, the first 03 chapters of
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2657982
    • 提供者:夜月烨
  1. ACA_09.03.01

    0下载:
  2. 用于稠密矩阵压缩的ACA算法,可以用于矩量法和有限元中。-an ACA code to compress the dense matrix in MOM and FEM.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1496157
    • 提供者:yuan
  1. pack_of_four_algorithms

    0下载:
  2. 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:248588
    • 提供者:Lucia
  1. 0-1guihua

    0下载:
  2. 这是一个完整的01规划遗传算法C语言实现代码 希望对有这方面研究的朋友有帮助-This is a complete 01 planning genetic algorithm C language code want to study in this regard to help friends
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1383
    • 提供者:吴学兵
  1. 01beibao

    0下载:
  2. 动态规划问题中的01背包问题,需要的可以看下了-Dynamic programming problem in the 01 knapsack problem, in need may have a look up. .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:zhang peng
  1. 026130-01

    0下载:
  2. 数值计算的一些常用算法 数值计算的一些常用算法-algorism
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1933900
    • 提供者:小鲍
  1. 01

    0下载:
  2. 问题:输入是一个n*m的01矩阵,要求找到其中最大的全1字矩阵-Question: the input is a n*m 01 matrix, which requires the largest total of 1 word matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:wangying
  1. Calman-filter-version2016-01

    0下载:
  2. 平衡小车最新资料2016-01-(卡尔曼滤波版 默认搭载),这个算法还是挺好的,能够有效估计值,达到最接近正确值——角度的。-The latest information on the car balance 2016-01- (Kalman filter plate default equipped), this algorithm is quite good, it can effectively estimate, at the closest correct value- angles.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3209905
    • 提供者:刘成
  1. Algorithm

    0下载:
  2. 01背包,批处理作业调度,动态规划,回溯,分支限界(01 knapsack, batch job scheduling, dynamic programming, backtracking, branch and bound.)
  3. 所属分类:数学计算

« 12 3 »
搜珍网 www.dssz.com