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

搜索资源列表

  1. bellman

    1下载:
  2. 用C语言实现最短路径算法中的Bellman-Ford算法,这个算法可以用来解决信号处理中的一些问题。bellman_ford.c为源程序;distance.txt文件存放各界点之间的距离,以99999表示无穷大;bellman_ford.txt文件是输出文件,存放每轮循环得到的中间值,以及最后得到的到各个节点的最短距离,如果图包含负回路,文件中返回FALSE。-C language shortest path algorithm to achieve the Bellman-Ford algor
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 氢原子3s轨道的蒙特卡罗模拟,其开发利用了c语言,运行时候将画出图,是个不错的代码!-hydrogen atom 3s orbit Monte Carlo simulation, development and utilization of the c language, running time draws a plan, is a good code!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:94789
    • 提供者:wang
  1. Diagram

    0下载:
  2. 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:林静
  1. wxtzdlj

    0下载:
  2. 用C语言实现的无向图最短路径,很好的算法编程-C language to the plan without the shortest path algorithm good programming
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1167
    • 提供者:beginer
  1. plan

    0下载:
  2. 运筹学中的生产计划方法c++源代码,试过,好用
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:leoee
  1. plan

    0下载:
  2. 一、问题的提出: 某厂根据计划安排,拟将n台相同的设备分配给m个车间,各车间获得这种设备后,可以为国家提供盈利Ci j(i台设备提供给j号车间将得到的利润,1≤i≤n,1≤j≤m) 。问如何分配,才使国家得到最大的盈利L 二.算法的基本思想: 利用动态规划算法的思想,设将i台设备分配给j-1个车间,可以为国家得到最大利润Li (j-1)(1≤i≤n,1≤j≤m),那么将这i台设备分配给j个车间,第j个车间只能被分配到0~i台,所以我们只要算出当第j个车间分配到t(0<=
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:367294
    • 提供者:黄天
  1. Test1_Graph

    0下载:
  2. 描述图的头文件,不过是用C描述的,移植到了VC当中-descr iption of the plan is the first document, but is described in the C and transplant them to the VC
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2726
    • 提供者:小朋友
  1. shuxuejianmo_3.rar

    0下载:
  2. 某厂向用户提供发动机,合同规定,第一、二、三季度末分别交货40台、60台、80台.每季度的生产费用为 (元),其中x是该季生产的台数.若交货后有剩余,可用于下季度交货,但需支付存储费,每台每季度c元.已知工厂每季度最大生产能力为100台,第一季度开始时无存货,设a=50、b=0.2、c=4,问工厂应如何安排生产计划,才能既满足合同又使总费用最低.讨论a、b、c变化对计划的影响,并作出合理的解释,To provide users with a factory
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10664
    • 提供者:mazhen
  1. geometry-1.5.source.tar

    0下载:
  2. 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:12173
    • 提供者:wang
  1. fore_graph

    0下载:
  2. 多段图向前处理程序:可以自己定义多段图的所有内容,然后给出最短路径。这个程序的思想是采用动态规划思想,再转化为C++程序-Multi-stage plan to move the process: the definition of multi-segment can map all the content, and then gives the shortest path. This process of thinking is the use of dynamic programming i
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:crystal
  1. multiStageGraph

    0下载:
  2. 使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed graph to solve the problem, you ca
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229094
    • 提供者:张凯兵
  1. exer3

    5下载:
  2. 非线性规划 某厂向用户提供发动机 合同规定 第一 二 三季度末分别交货40台 60台 80台 讨论a b c变化对计划的影响 并作出合理的解释-Non-linear programming to provide users with a factory engine contract Hundred and Twenty delivery end of the quarter were 40 sets of 60 sets 80 sets abc discuss the impact of ch
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:11969
    • 提供者:Tiantian
  1. 2finish

    0下载:
  2. matlab的基本实现函数有图 例如求代数方程3x5+4x4+7x3+2x2+9x+12=0的所有根。(利用roots函数)-The basic realization of matlab function has a plan such as the algebraic equation 3x5+4 x4+7 x3+2 x2+9 x+12 = 0 for all roots. (Using the roots function)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:54653
    • 提供者:huawenlai
  1. shuxuemoxing

    0下载:
  2. 1,某厂向用户提供发动机,合同规定,第一、二、三季度末分别交货40台、60台、80台.每季度的生产费用为 f=ax+bx^2(元),其中x是该季生产的台数.若交货后有剩余,可用于下季度交货,但需支付存储费,每台每季度c元.已知工厂每季度最大生产能力为100台,第一季度开始时无存货,设a=50、b=0.2、c=4,问工厂应如何安排生产计划,才能既满足合同又使总费用最低. 2,函数的输入为A,B两个矩阵,实现如下功能:从A矩阵中找出与B完全相同的子矩阵,并将该子矩阵左上角的位置保存到2*n的向量
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:12902
    • 提供者:吕卫丰
  1. xiaoyuanpingmiantu

    0下载:
  2. 用C语言实现校园平面图线路查询,给出最优线路-Using C language to achieve campus plan line query, give the optimal line
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:221803
    • 提供者:Echo Luo
  1. pkudsalgo-code-chap7_Graph

    0下载:
  2. 数据结构与算法图头文件c++编写实现图的一些基本算法和功能-Data Structures and Algorithms Figure header file c++ Prepared plan is to achieve some of the basic algorithms and functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:35282
    • 提供者:姚博
  1. DNA

    1下载:
  2. 基因序列比较 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 A C G T - A 5 -1 -2 -1 -3 C -1 5 -3 -2 -4 G -2 -3 5 -2 -2 T -1 -2 -2 5
  3. 所属分类:Bio-Recognize

    • 发布日期:2015-01-11
    • 文件大小:2048
    • 提供者:DAI
  1. sgu250

    0下载:
  2. sgu250:Constructive Plan 题目大意: 给出一个n∗ m的01矩阵,0表示不能放,1表示能放,在其中放入三个矩形,要求满足如下条件: 1.每个矩形面积大于0。 2.这些矩形必须是一个联通块,矩形之间不能重叠。 3.矩形的左边界在同一条线上。 4.中间矩形的横向长度小于两边矩形的横向长度。 求出最大的三个矩形的总面积,无解输出− 1。-250. Constructive Plan time li
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1254
    • 提供者:owaski
  1. fft

    0下载:
  2. Nice C++ cross platform FFT wrapper for IntelMKL or IntelIPP or AMD_ACML or FFTW implementation. Allows as simple one-call usage, as plan-creation-execution usage.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:8723
    • 提供者:spam386
  1. Transport-problem-CPP-Builder-6

    0下载:
  2. The archive contains the program and the source code (Borland C ++ Builder 6) solve the transport problem of the method of potentials. These programs are administered the form (by hand) or a file (sample raw data files are). The program displays a wi
  3. 所属分类:mathematica

    • 发布日期:2017-05-07
    • 文件大小:1521592
    • 提供者:Nanook
搜珍网 www.dssz.com