资源列表

« 1 2 ... .60 .61 .62 .63 .64 765.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法2

说明:前两行分别指示字符矩阵的宽 w 和高 h(1<=w<=80 且 1<=h<=80)。接下来的 h 行每行 w 个字 符便是字符矩阵的内容,再下面的 1 行为要寻找的字符串的数目 n(n<10),其后的 n行便是要寻找的字符串,每个字符串不会超过 20 个字符。 -Instructions were the first two lines of wide-character matrix w and h
<hjx> 在 2025-02-03 上传 | 大小:2kb | 下载:0

[数据结构常用算法minghua

说明: 世界名画陈列室由m*n个排列成矩形阵列的陈列室组成。为了防止名画被盗,需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视下,且所有的警卫机器人数最少。-Gallery by the world famous painting of m* n rectangular arr
<徐全浩> 在 2025-02-03 上传 | 大小:1kb | 下载:0

[数据结构常用算法STLinusagemap

说明: map中由于它内部有序,由红黑树保证,因此很多函数执行的时间复杂度都是log2N的,如果用map函数可以实现的功能,而STL Algorithm也可以完成该功能,建议用map自带函数,效率高一些。 -map due to its internal and orderly to ensure the tree by the red and black, many functions of the time complexity of
<邹氏> 在 2025-02-03 上传 | 大小:12kb | 下载:0

[数据结构常用算法Data_Structures_and_Algorithm_Analysis_in_C

说明:和《算法导论》差不多详细,对数据结构和算法都有很清晰地讲解-And " Introduction to Algorithms" Details about the data structures and algorithms are explained very clearly
<叶伟> 在 2025-02-03 上传 | 大小:2.03mb | 下载:0

[数据结构常用算法Programming_Pearls

说明:题目的意思是编程中的珍珠,也就是说这本书讲的都是关于数据结构和算法的精华,值得一看-The meaning of the title is in the Pearl programming, that is to say about this book is on the data structure and algorithm of the best, worth a visit
<叶伟> 在 2025-02-03 上传 | 大小:585kb | 下载:0

[数据结构常用算法BiTree

说明:平衡二叉树的基本操作,包括插入,删除,修改-The basic operation of a balanced binary tree, including the insertion, deletion, modification
<天天> 在 2025-02-03 上传 | 大小:453kb | 下载:0

[数据结构常用算法graph

说明:根据现有图,实现求关键路径的算法,自己编写的,有什么问题请指教-Under the existing plan, the realization of the algorithm for critical path
<天天> 在 2025-02-03 上传 | 大小:481kb | 下载:0

[数据结构常用算法datastruct.

说明:数据结构课程设计使用报告,包括,二叉树的,图的,电话号码系统的-Curriculum design using data structures, including, tree and graph, telephone number system
<天天> 在 2025-02-03 上传 | 大小:126kb | 下载:0

[数据结构常用算法datastruct

说明:数据结构课程设计使用报告,包括,二叉树的,图的,电话号码系统的-Curriculum design using data structures, including, tree and graph, telephone number system
<天天> 在 2025-02-03 上传 | 大小:196kb | 下载:0

[数据结构常用算法algorithms

说明:SANJOY DASGUPTA等著的较新颖的算法类书,英文版本.-SANJOY DASGUPTA s novel algorithm book in English.
<wl> 在 2025-02-03 上传 | 大小:1.6mb | 下载:0

[数据结构常用算法sort

说明:内部排序算法比较(比较次数&移动次数) 排序算法的分析与应用-Sort Algorithm Analysis and Comparison
<xiangbing> 在 2025-02-03 上传 | 大小:2kb | 下载:0

[数据结构常用算法BiTree

说明:有关二叉树的存储结构和遍历,说明详细,代码清楚,很好的选择-Storage of the BiTree structure and the traversal
<yuhaiwei> 在 2025-02-03 上传 | 大小:68kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 765.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org