资源列表

« 1 2 ... .64 .65 .66 .67 .68 469.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法111

说明:编一个冒泡排序的成员函数模板实现降序排序。可用小于比较,冒泡采用从上往下;也可用大于比较,冒泡采用从下往上。-Compiled a bubble sort member function templates in descending order. Available less than a bubbling using from top to bottom can also be used more than, bubbling f
<吴亮> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法KNAPSACK

说明:背包问题,动态规划实现了01背包和贪心算法部分背包-Knapsack problem, 01 backpack and full backpack
<fxd> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法HaffmanTree

说明:哈弗曼树的建立和实现,方法选取一个权值最小和一个权值次小的结点来构成一个新的父母结点,递归建立一颗哈夫曼树-Hafu Man tree establishment and realization of the method to select a right to the minimum value and a weight value of small nodes to form a new parent node, recursiv
<刘洁> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:本代码应用Dijkstra算法,实现了找最短路径问题,仿真了整个过程,是一个高效实用的代码值得下载实用。-This code apply Dijkstra algorithm to find the shortest path problem, the simulation of the whole process is a practical and efficient code is worth the download utili
<> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Shape

说明:执行学生管理的错误的抛出,并将数据写入到文件中-Execution error is thrown, and the data written to a file
<高山> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法String

说明:建立String类,实现字符串的连接、比较、赋值和计算字符串的长度-The establishment of the String class, string connection, comparison, assignment and calculation of the length of the string
<橙子> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法beep

说明:单项循环链表,可以进行添加和删除节点,并且可以在任意的地方把它改为带环的链表-Single circular linked list, you can add and delete nodes, and in any place it into a belt loop linked list
<yiyi> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法hex-to-string

说明:16进制转换三种方法测试通过,下面是使用举例,在VisualStudio2008+SP1及VC++6.0中调试通过-//The following is an example, debugging through VC++6.0 in VisualStudio2008+SP1
<man> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法link

说明:实现单链表的一些基本功能 插入 删除 排序 等-Some basic features of a singly linked list insertion and deletion sorting
<elian> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法fenzhi

说明:查找k1-k2问题从包含n个整数的无序列表中输出第k1小到第k2小之间的所有整数,其中k1<=k2。必须用分治法求解,但是不能简单地重复使用求第k小元素的分治法-Find the small k1 to k2 small integer, k1-k2, the problem from an unordered list with n integers in the output, where k1 < = k2. Divid
<叶金鑫> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:动态规划法求两个序列的最长公共子序列及其长度-The dynamic programming method to seek the longest common subsequence and its length of two sequences
<叶金鑫> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法code

说明:该程序用c++语言实现了计算机专业课中算法设计学习中经典的多边形游戏和最大子段和问题-The program c++ language to achieve the classic polygon game in the study of algorithm design and the largest sub-segment and problems
<李丹> 在 2025-01-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 469.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org