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

搜索资源列表

  1. caljiecheng

    0下载:
  2. 计算阶乘的算法,方法采用逆序计算的数据结构,效率很高。-factorial algorithm calculation, calculation methods used Reverse the data structure, high efficiency.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1983
    • 提供者:bodiz2002
  1. myBP_vise

    0下载:
  2. C版BP(逆向传播神经网络算法)的实现,感兴趣的可以看下!-C version BP (reverse propagation neural network algorithm) is the realization interested can see next!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4144
    • 提供者:chenlaijun
  1. CodingMethod

    0下载:
  2. 对于给定的$n$, 生成$[n]$的所有排列的算法。采用逆序数编码方法。-given for the $ $ n, generating $ $ [n] all with the algorithm. Reverse coded using methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1026
    • 提供者:侯庆虎
  1. correlate

    0下载:
  2. 功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1077
    • 提供者:snowfield
  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
    • 文件大小:920
    • 提供者:wangshujuan
  1. cmcm98b

    1下载:
  2. 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2827
    • 提供者:王冠
  1. fft

    0下载:
  2. 基2分频与基于分裂基的fft的实现,特别是新型的倒序算法提高了程序的质量-Base 2-splitting based on the realization of fft-based, especially the new type of reverse algorithm to improve the quality of the procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1053
    • 提供者:kevin
  1. ScientificCalculator

    0下载:
  2. DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:97961
    • 提供者:yuwq07
  1. matrix

    0下载:
  2. 矩阵运算简单运算(求转秩,乘法,矩阵求反)-operation with matrix(including transfer,multiply,reverse)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:王宗辉
  1. Introduction_to_Algorithm

    0下载:
  2. 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14841
    • 提供者:xichen
  1. onp

    0下载:
  2. This is Reverse Polish Notation. Algorithm is implement in Trubo Pascal 7.0.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7822
    • 提供者:asdf
  1. Calculator

    0下载:
  2. Calculates algebraic expressions using reverse pollish notation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:219201
    • 提供者:bangonkali
  1. Maths_expr215140542009

    0下载:
  2. This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:120184
    • 提供者:serkan
  1. nibolan

    0下载:
  2. 基于C++的有关数据结构的逆波兰表达式算法-Based on C++, data structures related to Reverse Polish Notation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:245422
    • 提供者:李湘
  1. lab1

    0下载:
  2. 实现了逆波兰式和数学表达式之间的转换的算法-Achieved Reverse Polish Notation and mathematical algorithm for conversion between the expression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1889
    • 提供者:ha ha
  1. reverse.the.data.of.array

    0下载:
  2. 此为一个程序合集,里面含有对随机输入的一组存放在数组中的数据进行逆序排列算法,并输出,算法精简,复杂度低,另附最值精简程序和统计数目程序-This is a program collection, which contains a set of random input stored in the data array arranged in reverse algorithm, and output, arithmetic simplification, the complexity of l
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:977
    • 提供者:
  1. Recursive

    0下载:
  2. 利用递归方法求5!。 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-Using recursive method for solving 5!. Use recursive function call to the input of five characters, printed in reverse order.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:711
    • 提供者:高峰
  1. twin_butterfly.0.1

    0下载:
  2. 本程式实现了逆序入,顺序出的基4 FFT 算法,并且将奇偶修列分开操作,利于双核DSP上的并行计算-The program achieved the reverse order in, order out of the base 4 FFT algorithm, and will operate separately from the column parity amendment, which will help dual-core DSP on the parallel computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3058
    • 提供者:钟毓秀
  1. Arranged-in-reverse

    0下载:
  2. 排列的逆序、组合数学。Arranged in reverse-Arranged in reverse
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3550814
    • 提供者:任倚天
  1. Reverse-Polish

    0下载:
  2. 将中缀表达式转换成逆波兰表达式. 目前只可以处理 + - * / 和小括号的表达式 -Translate the Arithmetic expression to the Reverse Polish expression.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3765
    • 提供者:hotman
« 12 3 »
搜珍网 www.dssz.com