CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - solve

搜索资源列表

  1. 65w

    0下载:
  2. 默认管理员:etaodu 密码:etaodu 陶都房市++介绍: 本版本是基于<住易江南>美化,基本美化了所有页面,但程序仍有很多不足及漏洞,希望大家一起帮忙解决. 声明:我不是高手,所以本版本中存在错误是难免的,请不要进行人身攻击。 本站只是做了修改美化,但是修改美化这样一个版本也是付出了很大的劳动的,请尊重我的劳动成果。-default administrator : etaodu Password : Pottery etaodu br
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3303312
    • 提供者:
  1. 12234

    0下载:
  2. 解决排列组合问题的通用算法,自然数得拆分,求最大公约数的算法-permutations and combinations to solve problems common algorithm, and a few in the resolution, the common denominator for the algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:105514
    • 提供者:梁韶聪
  1. 2^65536

    0下载:
  2. 一般計算機或電腦算不出如此龐大之數字,此程式即能解決此問題,因為輸出太多,所以把它存進檔案。-general computer or computer operator not see this huge number, the program is able to solve this problem, because the output too much, So it put into files.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:874
    • 提供者:許菀純
  1. 解决0-1背包问题

    0下载:
  2. 解决0-1背包问题,是算法设计与分析5.6节内容-Solve the 0-1 knapsack problem
  3. 所属分类:书籍源码

    • 发布日期:2017-03-31
    • 文件大小:18404
    • 提供者:李行水
  1. ychen_jasp_software

    0下载:
  2. MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:54443
    • 提供者:lzn
  1. newtonandmath

    0下载:
  2. C解决的牛顿算法可以实现快速的迭代用来解决数学和图像上的代码启迪-C solution of Newton s algorithm can achieve rapid iteration to solve math and image code inspiration
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10802571
    • 提供者:zhaojing
  1. maze

    0下载:
  2. 本程序为一个迷宫求解程序,他实现了如何求解迷宫-This procedure for solving a maze procedure, he realized how to solve the maze
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:1597
    • 提供者:wang
  1. suanfazhiyi

    0下载:
  2. use visual c++ to solve math problem ,Chengbihong,people post pre-use visual c++ to solve math problem, Chengbihong, people post pre
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:1001178
    • 提供者:lizheng
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:34605
    • 提供者:Tantan
  1. Maple5

    0下载:
  2. 介绍了如何使用Maple5解决线性代数问题。-introduce how to solve prolems of linear algebra by Maple5
  3. 所属分类:source in ebook

    • 发布日期:2017-05-15
    • 文件大小:3627303
    • 提供者:
  1. flow3

    0下载:
  2. 使用f90格式,使用限元法求解二维稳态的不可压缩N-S方程。里面有文件说明用法。-a program which uses the finite element method to solve the steady incompressible Navier Stokes equations in 2D
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:113244
    • 提供者:maxwang
  1. shensou

    0下载:
  2. 深度优先搜寻的模板,深搜可以解决很多图的问题,可以遍历图中的任意位置,从而解决问题-Depth-first search template, deep search problems can be solved a lot of plans, you can traverse the graph of an arbitrary position to solve the problem
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:840
    • 提供者:liweii
  1. daishufangch

    0下载:
  2. 数学建模中求解代数方程组的MATLAB程序 很实用 -Mathematical modeling to solve algebraic equations MATLAB program is very useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:450786
    • 提供者:刘寿宝
  1. answer

    0下载:
  2. 算法设计与分析 王晓东 课后答案全解析,全面帮助大家解决书中的疑难问题-Algorithm Design and Analysis Xiaodong answer to the whole after-school analysis, a comprehensive book to help people solve the difficult problems
  3. 所属分类:source in ebook

    • 发布日期:2017-05-23
    • 文件大小:8065146
    • 提供者:wangbo
  1. c

    0下载:
  2. 用c语言解决多项式的常见问题 用c语言解决多项式的常见问题-To solve polynomial with c language c language with common problems to solve polynomial Frequently Asked Questions
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4834
    • 提供者:majian
  1. define

    0下载:
  2. 对宏定义有一个很好的解释,能解决你平时的小错误-The macro definition of a good explanation, you usually can solve the small errors
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:2360
    • 提供者:张文
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:22108
    • 提供者:hjq
  1. tabu-matlabcode-tsp

    0下载:
  2. 禁忌搜索解决TSP的Matlab程序.一个很简单的禁忌搜索程序,效果一般,以后还要努力改善。-Tabu search to solve TSP, Matlab program. A very simple tabu search procedure, the effect in general, we still have to improve.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:6764
    • 提供者:叶宏
  1. one-dimension-Burgers-equation-solve

    0下载:
  2. 一维burgers 方程数值模拟,对burgers方程解的物理意义作了较好阐述,英文的,不过内容真的很不错,国外计算物理杂志的文章。。。推荐-one dimension burgers equation solve 。。。
  3. 所属分类:source in ebook

    • 发布日期:2017-11-11
    • 文件大小:94610
    • 提供者:郝大宝
  1. solve-PDE

    0下载:
  2. matlab中,采用pde tool, 求解三种类型的偏微分方程- using pde tool of matlab to solve three types of partial differential equation
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:8892
    • 提供者:Mary
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com