资源列表

« 1 2 ... .01 .02 .03 .04 .05 1206.07 .08 .09 .10 .11 ... 2656 »

[数据结构常用算法minmax

说明:極小極大搜尋法附註解,可以應用在各種遊戲樹上,更進階的是使用alpha_beta去剪枝-Note Minimax search solutions can be applied in a variety of game tree, the more advanced is the use of alpha_beta to prune
<12345> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法c(list_detial_explanation)

说明:长达13页,专门针对C链表的总结,配有全部代码,清晰易懂。-A total of 138 of the C++ Q & A, Questions cover a wide range of rich, which in addition to reference the answer there is the difficulty of each question, cognitive level, is expected to
<阿来> 在 2024-11-19 上传 | 大小:108kb | 下载:0

[数据结构常用算法0

说明:c写的二叉树 包括二叉树的建立并用深度优先算法进行搜索-I hope it will help you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<成杰> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:描述一个树形结构,类似于一个二叉树结构,便于搜索和树的生成。-To Descr iption a tree struct。
<刘俊> 在 2024-11-19 上传 | 大小:11kb | 下载:0

[数据结构常用算法prim

说明:用prim算法实现最小生成树,运用c++代码实现最短路径问题-Minimum spanning tree algorithm with a prim, use c++ code to achieve the shortest path problem
<yk> 在 2024-11-19 上传 | 大小:871kb | 下载:0

[数据结构常用算法struct

说明:数据结构与算法的ppt加案例,习题答案,供大家参考-Ppt data structures and algorithms plus cases, Exercise answers
<安琦> 在 2024-11-19 上传 | 大小:729kb | 下载:0

[数据结构常用算法Classic_structures

说明:VC++数据结构经典算法源码包,包括底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找等! -VC++ source package classical algorithm data structures, including low-level programming, calibration algorithm, the problem algorithms, file algorit
<xcan> 在 2024-11-19 上传 | 大小:309kb | 下载:0

[数据结构常用算法ex_lisan

说明:实现闭包,自反闭包以及查找一个关系中的等价类-To achieve closure, reflexive closure and to find a relationship between the equivalence class
<yangjian> 在 2024-11-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法beibao

说明:0-1背包问题:给定n种物品和一个背包,物品i的重量是Wi,物品i价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0。不能将物品i装入背包多次,也不能只装入部分的物品i。0-1背包问题的主要特点是在选择物品i装入背包时,每种物品仅有一件,可以选择放或不放-0-1 knapsack problem: Given n typ
<丁佩> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法thread_tree

说明:二叉树的线索化和遍历,自己亲手写的,希望对大家有用。-Threaded binary tree and traverse
<zhaoliguang> 在 2024-11-19 上传 | 大小:745kb | 下载:0

[数据结构常用算法Al_BST

说明:Binary search tree, 二叉树的一种实现形式-Binary search tree, binary tree form of an implementation
<skyhigh feng> 在 2024-11-19 上传 | 大小:851kb | 下载:0

[数据结构常用算法first2

说明:程序代码对快速排序法和舍伍德快速排序法的比较-Program code for quick sort and comparison of Sherwood Quick Sort
<宏栋> 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .01 .02 .03 .04 .05 1206.07 .08 .09 .10 .11 ... 2656 »

源码中国 www.ymcn.org