资源列表
Cpp1
- )根据校园图设计带权图,图的顶点表示各地点,存放地点名称、代码、简介等信息;图的边表示路径,存放路径长度等相关信息。(校园图能手动输入或者文件导入) 2)提供任意地点相关信息的查询。 3)提供任意地点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 4)提供多个地点的最佳访问路线查询,即求途经这些地点的最佳(短)路径。 -) According to the campus map design a weighted graph, the vertex that locat
VCPPsgle-chain-dynamic-presentatin
- 基于MFC的单链表动态演示程序,有添加,插入、删除,移动节点等功能,对数据结构和VC++的初学者都有很好的帮助!-MFC-based single chain dynamic presentation procedures, add, insert, delete, move nodes and other functions, data structures and VC++ has a good help for beginners!
PKU_ACM_Code
- 北大ACM的代码,很经典的源代码 主流算法:搜索,动态规划,贪心,图论,数论,计算几何,组合数学,模拟,数据结构,博弈论 -ACM code of Beijing University, is the source code of the mainstream of classical algorithms: search, dynamic programming, greedy, graph theory, number theory, computational geometry,
Huffman-decoder
- 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
Binary-sort-tree
- 二叉排序树是一个经典的算法,该算法根据数列的大小进行排序,并具有增加或删除元素的功能-Binary sort tree is a classic algorithm based on the size of the column to sort a few, and has the function to add or remove elements
dui
- 本程序是用MFC实现的对排序功能,开发环境为vc6.0实现,主要演示堆排序的过程。对数据结构试验很有帮助-Heap sort
One-dollar-sparse-polynomial
- 一元稀疏多项式,数据结构期末报告,一元稀疏多项式!-One dollar sparse polynomial, data structures final report, a dollar sparse polynomial!
PanGu_Release_V2.3.1.0
- 盘古分词算法,应用于搜索和需要分词的地方,源码-Pangu word segmentation algorithm
tree-hash-table-homework
- 纽约大学数据结构课程作业5 树,红黑树,哈希表, 以及一道编程题的原始数据-Data structure course work at New York University 5 trees, red-black trees, hash tables, and a programming question of the original data
shujujiegou
- 五种排序算法的比较,华中科技大学计算机学院数据结构课设。可以用来交作业-Five kinds of sorting algorithm, Computer Science, Huazhong University of Science and Technology set up data structures class. Can be used to hand in papers
n-queens-graphical
- n-queens graphical,是算法分析与设计里N皇后的c+=代码,程序将问题进行了图形化-n-queens graphical
1
- :(1)从置换算法中任选2种;(2)建立页表;(3)设计的输入数据要能体现算法的思想(4)事先假定分配的物理块是空闲的;(5)求出各置换算法中的缺页次数和置换次数 -: (1) Choose from two kinds of replacement algorithm (2) building the page tables (3) design of the input data to reflect the thinking of the algorithm (4) presupp
