搜索资源列表

  1. newtonforNsqrt

    0下载:
  2. 牛顿法求N次方根,经典的数值分析方法,已测试运行无误-Newton' s Law of seeking N-th power roots, classical numerical analysis methods have been tested to run correctly
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:赵永诚
  1. arrange

    0下载:
  2. 求N个字符的不重复排列数,不是标准的递归写法,供求职时笔试参考。-Seek N-character array of non-repetition number, not an ordinary recursive formulation for the job when the written reference.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:无伤
  1. 3-1

    0下载:
  2. 验证求n阶乘和斐波那契数列的递归算法-Verify seek n factorial and Fibonacci series, a recursive algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张驰
  1. zifuchuan

    0下载:
  2. 求N个字符的最大公共子串,超高效率,希望能给大家带来帮助-Request N sub-character string of the largest public, high efficiency, We hope you help thank you
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:912384
    • 提供者:heike
  1. language8-9casesofactual

    0下载:
  2. 实例8 用while语句求n!  实例9 模拟银行常用打印程序-Request with the statement while an instance of 8 n! 9 Simulation examples used to print bank procedures
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:SB
  1. primkruskal

    0下载:
  2. 用克鲁斯卡尔(kruskal)算法求N个结点所联成的加权无向图的最小生成树,核心代码比较简单。-Using Kruskal (kruskal) algorithm to solve the N nodes are linked to form a weighted undirected graph of the minimum spanning tree, the core code simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:myj
  1. qichejiayou

    0下载:
  2. 一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:Daninel
  1. qiunzuizhi

    0下载:
  2. 使用windows语言中的vb语言编写的程序,一调试成功。求n最值,界面设计+代码-Use windows language vb language program, a successful debugging. N seeking the most value, and interface design+ code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:空色竖琴
  1. qw

    0下载:
  2. PAS过程部分练习题 (1) 求1!+2!+3!+4!+5!(提示:编写一个求N!的过程,进行反复调用,并且仔细观察每次调用后的变参的值的变化情况)。 (2) 求1!*2!*3!*4!(提示:编写一个编写一个求N!的过程,进行反复调用并且仔细观察每次调用后的变参的值的变化情况)。 -PAS process part of the Exercises (1) Find the 1!+2!+3!+4!+5! (Hint: Wri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:王铭轩
  1. aaa

    0下载:
  2. 已知A[n]为整数数组,试写出实现下列运算的递归算法: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -Known to A [n] is an integer array, try to write to achieve the following recursive algorithm for computing: (1) Find the largest intege
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:冯灿灿
  1. li_vcpdfttrans

    0下载:
  2. 直接由定义求N点复序列的DFT,需要的用户及时下载-Request directly from the definition of N point complex sequence of DFT, the user needs time to download
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李之龙
  1. Recursive-method

    0下载:
  2. Java 程序 源码 求n!的 递归方法-Java source code request n! The recursive method
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:柯西
  1. cond(n)

    0下载:
  2. 利用matlab根据Gauss、Cholesky和Jacbbi三种方法实现矩阵的范数求取-Using matlab under Gauss, Cholesky and Jacbbi Three methods of striking the norm of matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王杰
  1. homework1

    0下载:
  2. 组合问题递归求解。求n个数取r个数的所有组合结果-Recursion to solve combinatorial problems. N r number of requirements to take the number of results for all combinations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1136640
    • 提供者:Squidward
  1. Queen_lv

    0下载:
  2. 这个代码是用visual c++6.0编写的用概率算法求n皇后问题,当输入n具体值时便会出现失败和成功探测的步数,以及耗时等信息,很好地实现了经典的n皇后问题,即棋盘上放置皇后要有一定的规则,比如不同行列等。-This code is written in visual c++6.0 using probabilistic algorithms find n queens problem, the exact value of the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:266240
    • 提供者:天使
  1. river

    0下载:
  2. N个人过河的问题,一条河每次只能过去两个人,要我们求N个人过河所需的最短时间-river
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:166912
    • 提供者:祝海兰
  1. ziti

    0下载:
  2. 实现字体设置和弹出窗口设置还有就是求N以内的素数的一个算法 -word
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-21
    • 文件大小:344064
    • 提供者:姜兴
  1. inv

    0下载:
  2. 用Gauss-Jordan消去法求N阶实矩阵A的逆矩阵-Gauss-Jordan elimination method using N-order real matrix A find the inverse matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:houmeng
  1. 6

    0下载:
  2. 设计程序利用分治策略求n个数的最大值和最小值。-Divide and conquer strategy design process using the number n find the maximum and minimum.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:00
  1. 5-1

    0下载:
  2. A[n]为整数数组,递归算法实现: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -A [n] is an integer array, recursive algorithm: (1) Find the largest integer in the array A. (2) Find n integers and. (3) Find the average of n in
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2044928
    • 提供者:朱朱
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org