资源列表

« 1 2 ... .29 .30 .31 .32 .33 734.35 .36 .37 .38 .39 ... 2656 »

[数据结构常用算法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

[数据结构常用算法bingdu

说明:1,主程序调用病毒功能函数 2,病毒功能函数读取查找同目录下所有c文件; 3,找到一个(被感染c文件),打开它,并且将此文件全部读取到数组变量; 4,重新创建一个同名文件(被感染c文件) 5,数组变量写回这个被感染c文件,同时将病毒源文件所需要的头文件,病毒功能函数 调用语句写入; 6,打开病毒源文件,将病毒功能函数全部写到被感染c文件的最后; 这样一个简单的c语言伪病毒virus.c就完成了
<李红> 在 2025-02-03 上传 | 大小:4kb | 下载:0
« 1 2 ... .29 .30 .31 .32 .33 734.35 .36 .37 .38 .39 ... 2656 »

源码中国 www.ymcn.org