资源列表

« 1 2 ... .54 .55 .56 .57 .58 1659.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法Sorting

说明:搜集整理的排序算法源码,包括快速排序、插入排序、选择排序、起泡排序。-Collection and collation of the sorting algorithm source code, including quick sort, insertion sort, selection sort, bubble sort.
<iCat> 在 2024-10-06 上传 | 大小:3072 | 下载:0

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

说明:解决了0-1背包问题,能够的出最优解;并且可以知道各个背包的号码和总重量。-To solve the 0-1 knapsack problem, to the optimal solution and can know each number and total weight of the backpack.
<nengwei> 在 2024-10-06 上传 | 大小:317440 | 下载:0

[数据结构常用算法BinaryTree

说明:二叉树的模板,实现前序遍历、中序遍历、后续遍历、查找等功能 -Binary tree template to achieve pre-order traversal, in-order traversal, follow through, search and other functions
<陈通> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法BA-BBV-code

说明:小世界 bbv网络生成仿真软件 可以模拟两个网络的演化-Generate small-world bbv network simulation software can simulate the evolution of the two networks
<jixiezhen> 在 2024-10-06 上传 | 大小:4521984 | 下载:0

[数据结构常用算法yuesefu

说明:用c语言开发的来实现约瑟夫环问题的求解程序。-C language development to achieve the Josephus problem solver.
<yjt> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法stack

说明:展示了如何用栈实现迷宫功能,体现了回溯思想-Shows how the stack functions to achieve the maze, reflecting back ideas
<黄伟> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法array

说明:动态二维数组,实现数组的动态构造,运行时分配,C语言实现-Dynamic two-dimensional array, to achieve a dynamic array structure, run-time distribution, C language
<黄伟> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法migong

说明:迷宫算法的递归实现,便于初学者理解回溯哦思想-Maze algorithm recursive implementation, easy for beginners to understand the thinking back Oh
<黄伟> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法N-QUENE

说明:算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
<JLH> 在 2024-10-06 上传 | 大小:44032 | 下载:0

[数据结构常用算法LV-backtrack01PACKING

说明:给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Given n types of items and a backpack. Item i is the weight wi, the value
<JLH> 在 2024-10-06 上传 | 大小:104448 | 下载:0

[数据结构常用算法bittree

说明:树的遍历,包括树的前序遍历后序遍历中序遍历的递归和非递归算法。-Tree traversal, including the pre-order traversal of the tree in order traversal post-order traversal non-recursive and recursive algorithms.
<李慧新> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法car1

说明:实现停车场系统的管理,能对不同的车辆进来时间,出去时间进行记录,然后算出停车需要的钱-Implement parking management system, vehicles can come in different time, out of time to record, and then calculate the money needed parking
<马彪> 在 2024-10-06 上传 | 大小:1456128 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 1659.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org