资源列表

« 1 2 ... .36 .37 .38 .39 .40 1841.42 .43 .44 .45 .46 ... 2656 »

[数据结构常用算法primercode

说明:很显然,学习C++——不只是学习其语言架构,还包括学习如何应用—的最佳方法,就是通过问题的解决和实际的操作来进行。Standely Lippman和Josee Lajoie所著的畅销书《C++ Primer 3/e》书上源码 -Obviously, learning C++- Not just to learn their language structure, but also learning how to use- the bes
<qgfhit> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法longest

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

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

说明:在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-At 0/1 knapsack problem, there is a need for a capacity of c to load the backpack. N items from a selected i
<松柏长青> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法three_methods_sort

说明:三种排序算法比较,冒泡算法,选择算法,快速算法。-Comparison of three sorting algorithms, bubble algorithm selection algorithm, fast algorithm.
<chen> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法datastructsource

说明:该源码是数据结构中各种算法,基本上是用模板的形式给以呈现,所以,通用性很强,希望给以大家参考。-It is about the alogoth of data struct,and it has given the source of C++ template...
<duanhz> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法sort_explain

说明:内部排序算法的分析比较,2009年暑期数据结构课程设计的说明书-Analysis of the internal sorting algorithm compared to the summer 2009 curriculum design data structure specification
<xiangbing> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法lzw

说明:
<dachongqiu> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法paixu

说明:数据结构与算法分析——排序例程,其中包含插入排序,归并排序,快速排序-Data Structures and Algorithm Analysis- sort routine, which includes insertion sort, merge sort, quick sort
<陈飞延> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法floyed

说明:用floyed算法实现求最短路径,可以求出每个点到其他点的最短距离-With floyed the shortest path algorithm
<申孟杰> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法laincheng

说明:功能为实现动态规划的矩阵连乘,可以运行,适合用于课程设计-Functions to achieve dynamic programming matrix with multiplication, you can run, suitable for curriculum design
<闫养鑫> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法HashTree

说明:哈希树,一种新的数据结构,可以在常数时间内查询海量数据。其原理是将关键字与查询地址相关。-Hash tree, a new data structure, you can check in constant time mass data. The principle is to address the query keywords.
<huxuan> 在 2024-10-03 上传 | 大小:172032 | 下载:0

[数据结构常用算法7-3

说明:编写一个程序,输入N个用户的姓名和电话号码,按照用户姓名的词典顺序排列输出用户的姓名和电话号码。-Write a program, enter N users of the name and phone number, user name of the dictionary according to the order of output the user' s name and phone number.
<杜长春> 在 2024-10-03 上传 | 大小:172032 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 1841.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org