资源列表

« 1 2 ... .16 .17 .18 .19 .20 2521.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法key_sort_system

说明:多关键字的排序是有一定的实用范围。例如:在进行高考分数处理时,除了对总分进行排序外,不同的专业对单科分数的要求不同,因此尚需在总分相同的情况下,按用户提出的单科分数的次序要求排出考生录取的次序。(1)假如代排序的记录数不超10000,表中记录的关键字数不超过5,各个关键字的范围均为0至100。按用户给定的排序的关键字的优先关系,输出排序的结果。(2)约定按LSD方法进行多关键字的排序。在对各个关键字进行排序时采用两种策略:其一是利用稳定
<walew> 在 2025-01-12 上传 | 大小:2.96mb | 下载:0

[数据结构常用算法200804

说明:在未知动态环境下移动机器人路径规划的改进算法
<sulei> 在 2025-01-12 上传 | 大小:2.98mb | 下载:0

[数据结构常用算法gsl-1.4-setup

说明:科学库,是非常好的,可以直接安装,不需要编译-gnu scientific lib in exe format.
<刘华> 在 2025-01-12 上传 | 大小:2.96mb | 下载:0

[数据结构常用算法Maze

说明:用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细-Find a way through a maze with stack. The maze is generated randomly. Change the colors in console. Use C++ with detailed comments.
<LuJun> 在 2025-01-12 上传 | 大小:2.98mb | 下载:0

[数据结构常用算法datastructure

说明:该资料详细介绍数据结构的算法及基于c++的相应代码。供学生参考。-The information details the algorithm and data structure c++ based on the corresponding code. For students.
<success> 在 2025-01-12 上传 | 大小:2.99mb | 下载:0

[数据结构常用算法shujujiegou-ppt

说明:这是一份很好的数据结构的教程ppt,用于自学做参考-This data structure is a very good tutorial ppt, a reference for self-study
<香香> 在 2025-01-12 上传 | 大小:2.99mb | 下载:0

[数据结构常用算法flower

说明:求水仙花数的源码,vs文件,已经编译。可以帮助复习算法。-The source seeking a few daffodils
<Haocheng Wen> 在 2025-01-12 上传 | 大小:2.96mb | 下载:0

[数据结构常用算法cPP

说明:对线性表、链表、队列等做各种插入、删除、查找等各种处理工作。-On the linear table, linked list, queue insert, delete, search do all kinds of work.
<程晓雪> 在 2025-01-12 上传 | 大小:2.96mb | 下载:0

[数据结构常用算法dictionarytree

说明:又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for sta
<曹辉> 在 2025-01-12 上传 | 大小:2.98mb | 下载:0

[数据结构常用算法code

说明:《数据结构》这本书中出现的所有算法的源代码,从第二章到第九章很齐全,对初学者来说真的非常有用。-" Data structure" that appears in this book all the algorithm source code, from the second chapter to chapter IX is complete, it is really helpful for beginners.
<张乐·> 在 2025-01-12 上传 | 大小:2.97mb | 下载:0

[数据结构常用算法pageRank

说明:使用pagerank算法实现网络爬虫扒下的资源的排名-Use the pagerank algorithm to rank the website.
<jane> 在 2025-01-12 上传 | 大小:2.98mb | 下载:0

[数据结构常用算法5-Longest-Palindromic-Substring

说明:“回文串”是一个正读和反读都一样的字符串,比如“level”或者“noon”等等就是回文串。回文子串,顾名思义,即字符串中满足回文性质的子串。 Manacher算法- Palindrome string is a positive reading and verlan are the same string, such as level or noon and so is a palindrome string. Pali
<闫鑫> 在 2025-01-12 上传 | 大小:2.99mb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 2521.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org