资源列表

« 1 2 ... .00 .01 .02 .03 .04 27005.06 .07 .08 .09 .10 ... 28522 »

[数据结构常用算法10001

说明:半数集问题  问题描述: 给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。 (1) n∈set(n); (2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半; (3) 按此规则进行处理,直到不能再添加自然数为止。 例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6个元素。  编程任务: 对于给
<卢起雪> 在 2025-02-02 上传 | 大小:4kb | 下载:0

[数据结构常用算法lqx10002

说明:最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I n
<卢起雪> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法lqx100003

说明:最优合并问题 给定K个排好序的序列s1,s2,...,sk,用2 路合并算法将这k个序列合并成一个序列。 假设所采用的2路合并算法合并2个长度分另为m 和n的序列需要m+n-1次比较。试设计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。-optimal merging given K platoons good sequence of sequence s1, s2 ,..., sk. using 2-way
<卢起雪> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法lqx10004

说明:最小重量机器设计问题 设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设w(i,j)是从供应商j处购得的部件i的重量,C(i,j)是相应的价格。 设计一个优先列式分支限界法,给出总价格不超过c的最小重量机器设计。-minimum weight machines based design of a machine n components, each component can be 000 m from
<卢起雪> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法lqx10005

说明:给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。-given positive integer n and four Operators+,-,*,/, but Operators without prec
<卢起雪> 在 2025-02-02 上传 | 大小:2kb | 下载:0

[matlab例程Matlabv6

说明:a very good programming soft please come here and download it . Believe it or not-a very good programming soft please come he re and download it. Believe it or not
<高健> 在 2025-02-02 上传 | 大小:921kb | 下载:0

[matlab例程contourformatlab

说明: very good soft believe it or not ,please come here and download it -very good soft believe it or not, please come here and download it
<高健> 在 2025-02-02 上传 | 大小:186kb | 下载:0

[matlab例程matlabprg

说明: very good soft believe it or not ,please come here and download it -very good soft believe it or not, please come here and download it
<高健> 在 2025-02-02 上传 | 大小:18kb | 下载:0

[数据结构常用算法SortedSet

说明:本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of pro
<zhangbb> 在 2025-02-02 上传 | 大小:3kb | 下载:0

[数学计算/工程计算rational1

说明:一个有理数可以表示成分子与分母都是整数的一个分数。定义一个表示有理数的类Rational(包括方法的实现),-a rational elements can be expressed as the denominator are integral with a score. A definition of the category, said Rational Rational (including the method of achi
<zhangbb> 在 2025-02-02 上传 | 大小:3kb | 下载:0

[数据结构常用算法Gramham-CH

说明:Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
<王晓光> 在 2025-02-02 上传 | 大小:71kb | 下载:0

[人工智能/神经网络/遗传算法modelclasify

说明:C++ 模式识别程序 完成神经网络的向量聚类分析 -C pattern recognition procedures are completed Neural Network Vector Cluster Analysis
<ligr> 在 2025-02-02 上传 | 大小:29kb | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 27005.06 .07 .08 .09 .10 ... 28522 »

源码中国 www.ymcn.org