搜索资源列表

  1. 求解约瑟夫问题

    0下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit dow
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8027
    • 提供者:葛林
  1. shoot

    1下载:
  2. 本程序为打靶法求解非线性常微分方程边值问题的。采用FORTRAN 语言。-procedures for the shooting method for solving nonlinear boundary value problems of ordinary differential equations. Using FORTRAN language.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7074
    • 提供者:作风小
  1. 逢山开路模型

    0下载:
  2. 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:194862
    • 提供者:李凌
  1. 多功能计算系统

    0下载:
  2. 计算器,界面极其漂亮。可作各种科学计算,解方程,解三角形和进制转换,功能强大-calculator, the interface is extremely beautiful. For various scientific terms, solving equations, the solution of triangular and base for the conversion, powerful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1070808
    • 提供者:准线
  1. PrjXml2

    0下载:
  2. 数据库无关的xml处理组件,解决了大数据量的效率问题。-unrelated to the xml database processing components, solving large data volume efficiency.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:45434
    • 提供者:侯兴龙
  1. 用Gauss列主元消元法解线性方程组

    0下载:
  2. 解方程: 用Gauss列主元消元法解线性方程组 -solution equation : Gauss out PCA elimination method for solving linear equations using Gauss out PCA elimination method for solving linear equations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4768
    • 提供者:加内特
  1. 求对称三对角阵的全部特征值与特征向量

    0下载:
  2. 利用C语言编译实现对对称三对角阵求解其全部特征值与特征向量-C language compiler to achieve symmetric diagonal matrix solving all their eigenvalues and eigenvectors
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1128
    • 提供者:邹璇
  1. 5个文件

    0下载:
  2. 这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习.-This is the C language on the preparation of the two mathematical problem solving some of the original code. Other senior point source retrospective study here.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2207
    • 提供者:秦玉红
  1. C++常用算法之07线性方程组求解

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:104253
    • 提供者:闻杉
  1. 迷宫1

    0下载:
  2. [程序语言] IE3, IE4, IE5, NS3, NS4+ [功能描述]   生成和解决迷宫问题的Java小程序,可以在支持java的浏览器中运行。迷宫以三维形式显示在窗口中。   你可以按下相应的按钮,“New”生成一个新的迷宫,“Solve”按钮用于显示求解一个迷宫问题的路径,“Clear”按钮清除解决迷宫问题的路径。   一旦生成迷宫后,你也可以自己用手工来求解它的路径,你可以使
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:44126
    • 提供者:金晓爽
  1. DBJpeg

    0下载:
  2. 改造后的TDBImage: 支持jpeg(且只支持)图像存储到数据库,解决了bmp图像占用数据库空间的问题-After transformation TDBImage : support jpeg (which only supports) image storage to the database, solving bmp images occupy space in the database
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:4652
    • 提供者:阿议
  1. 面向对象n皇后

    0下载:
  2. 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:朱竹
  1. shuzhifangcheng

    0下载:
  2. 该文件是描述如何用matlab自带的多项式求根方法计算高次方程的根的代码-The paper describes how to use the Matlab own method for solving polynomial equation of the high-code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1595
    • 提供者:raul
  1. algorithm

    0下载:
  2. 算法是程序设计的精髓,程序设计的实质就是构造解决问题的算法,将其解释为计算机语言。-algorithm design process is the essence of programming is the real structural problem-solving algorithm, be interpreted as a computer language.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:659577
    • 提供者:chen
  1. GP_VC

    0下载:
  2. 遗传规划算法的VC程序实现 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedur
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:55545
    • 提供者:李洪科
  1. 河流污物浓度求解

    0下载:
  2. 河流污物浓度求解程序 用vc++实现 数值计算示例-river dirt concentration vc solving procedures used to achieve numerical examples
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14321
    • 提供者:王玉栋
  1. vwumpus

    0下载:
  2. 一个基于MFC的人工智能的巫魔问题求解,图形化界面显示。-an artificial intelligence-based MFC Witch of the devil problem solving, graphical interface shows.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:94842
    • 提供者:阿赫
  1. Fuzzy Relational Calculus Toolbox

    0下载:
  2. 《Fuzzy Relational Calculus Toolbox, Rel.1.01》The toolbox provides functions and original algorithms for solving direct and inverse problems. Author: Yordan Kyosev & Ketty Peeva-"Fuzzy Relational Calculus Toolbox,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:82952
    • 提供者:李岩
  1. Sequation_ana

    0下载:
  2. 求解线形方程组,可参考说明,算法尚不够严谨-solving linear equations, reference note that the algorithm was not strict enough.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1861
    • 提供者:雷天无
  1. sheyingceliang

    0下载:
  2. 基于vc++的有关摄影测量中近似垂直摄影情况下空中后方交会求解的源代码-based on the photographic measurement of the approximate vertical aerial photography Resection Solving the source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17798
    • 提供者:41600991
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org