资源列表

« 1 2 ... .11 .12 .13 .14 .15 616.17 .18 .19 .20 .21 ... 2656 »

[数据结构常用算法123

说明:会场安排问题 完成简单的数据排序 给出最优的解决方案数-Arrangements for the completion of the venue easy to sort the data give the number of optimal solutions
<samuel> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法1108

说明:在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即n ?i=1pi xi 取得最大值。约束条件为n ?i =1wi xi≤c 和xi?[ 0 , 1 ] [ 1≤i≤n]。-At 0/1 knapsack problem, there is a need for a capacity of c for the loaded
<samuel> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法tcc

说明:这个是一个用数据结构做的停车场,这个很不错啊 ,真的啊-This is a data structure used to do the parking lot, this is not错啊really ah
<黄春辉> 在 2025-06-09 上传 | 大小:3kb | 下载:0

[数据结构常用算法1027-1

说明:五十位小数的开方 使用者输入一个整数即可出现答案-50 decimal prescribing users can enter an integer answer appears
<gogo> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法longest

说明:这是暑假写的最长公共子序列算法,呵呵, 欢迎大家来下载-Writing This is the longest summer vacation of public sequence algorithm, huh, huh, welcome everyone to download
<zuoxue> 在 2025-06-09 上传 | 大小:168kb | 下载:0

[数据结构常用算法quickSort

说明:vc++2005编写的快速排序算法,将随机产生的一组数进行排序,学习参考一下,不错的.-vc++2005 prepared Quicksort algorithm, will be a group of randomly generated numbers sorting, refer to study, not bad at all.
<昌隆> 在 2025-06-09 上传 | 大小:104kb | 下载:0

[数据结构常用算法45665972BoundAndBranch

说明:Algoritm branch and bound and shortest path in C
<Adas> 在 2025-06-09 上传 | 大小:30kb | 下载:0

[数据结构常用算法set

说明:这个是一个集合类的程序,使用了数据结构中的线性表,有插入 删除等实现函数。-This is a collections of procedures, the use of the data structure in linear form, such as implementation has inserted delete function.
<zongboliu> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法structure

说明:里面涉及了数据结构中的链表、队列和栈的一些知识和算法,希望对朋友们有所帮助。-Involved in the data structure inside the linked list, queue and stack some of the knowledge and algorithms, and they hope to help my friends.
<刘海涛> 在 2025-06-09 上传 | 大小:246kb | 下载:0

[数据结构常用算法234

说明:树的创建,遍历等待吗,用C++实现,完全可以运行,对于初学者很有用-Tree creation, traversal Wait for it, using C++ implementation, can operate very useful for beginners
<sky> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法PloyLists

说明:采用c++语言写的小程序,描述算法与数据结构中的链表结构,实现多项式相加-Using c++ language to write a small procedure, described in algorithm and data structure linked list structure, implementation additive polynomial
<殷勇> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:快速排序(Quick Sort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法-the implementation of quick sort
<> 在 2025-06-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 616.17 .18 .19 .20 .21 ... 2656 »

源码中国 www.ymcn.org