资源列表

« 1 2 ... .80 .81 .82 .83 .84 1085.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法main

说明:利用回溯法求解八皇后问题的全部解,并一一列举出来-Use backtracking to solve all the solutions of the eight queens problem, and list them out
<赵赞> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法DS

说明:数据结构 课程源码 数据结构学习 c/c++ -Source data structure data structure courses to learn c/c++
<wujiwh> 在 2024-11-21 上传 | 大小:100kb | 下载:0

[数据结构常用算法sparselib_1_6

说明: SparseLib + +是一个c++类库,为在不同的计算机平台进行有效稀疏矩阵的计算。这个软件组成对象包含了目前正在使用的几种稀疏矩阵存储格式(在这个版本:压缩行、压缩列和协调格式),提供基本的功能,节约稀疏矩阵存储空间和计算时间。-SparseLib++ is a C++ class library for efficient sparse matrix computations across various computat
<刘振华> 在 2024-11-21 上传 | 大小:159kb | 下载:0

[数据结构常用算法src

说明:一个拓扑排序程序,简单、容易,且内有详细说明。保证你可以轻松的明白、理解。-A topological sorting procedure, simple, easy, and there are detailed. Guarantee that you can easily understand, understand.
<dakuner> 在 2024-11-21 上传 | 大小:6kb | 下载:0

[数据结构常用算法Pekingdatastructure

说明:北京大学数据结构与算法考研试题,希望对考研的朋友有帮助-Peking data structures and algorithms Kaoyan questions, want to help a friend Entrance Examination
<周建武> 在 2024-11-21 上传 | 大小:861kb | 下载:0

[数据结构常用算法jingdiansuanhua

说明:讲述一些经典的算法,例如希尔排序等面试必考的算法-Talk about some classical algorithms such as Hill and other interviews and tests of the sort algorithm
<雷涛> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法expresiontree

说明:这个程序主要实现了表达式求值的算法,主要是用二叉树进行递归求解-The program mainly achieved expression evaluation algorithm was used in a binary tree recursively solving
<pottermarkken> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法graph

说明:主要应用了数据结构中图的数据结构,实现了遍历,插入和删除的操作,简单易懂-We use a data structure in the data structure to achieve a traversal, insertion and deletion operations, easy to understand
<pottermarkken> 在 2024-11-21 上传 | 大小:3kb | 下载:0

[数据结构常用算法data_structure_of_the_classical_algorithm

说明:VC++数据结构经典算法,值得收藏的参考资料-VC++ data structure of the classical algorithm, it is collection of reference materials
<JasonLiu> 在 2024-11-21 上传 | 大小:322kb | 下载:0

[数据结构常用算法HavermannCoding

说明:哈弗曼编码,可根据个人需要对任意长度的数据进行编码。-Havermann coding, for any length encoded data
<赵赞> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法思想:每次从V-S取出具有最短特殊路径长度的顶点u,将u添加到S中同时对数组dist作必要的修改,一旦s包含了所有v中顶点,dist就记录了从源到其他顶点之间的最短路径长度。-Dijkstra Algorithm idea: Every time out from the VS special path with the shortest length of vertex u, u will be added to
<piepie> 在 2024-11-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法1062

说明:pku上1062最短路径的题目ac代码,使用dijkstra 算法-ac code for 1062 in pku it s a problem about dijkstra
<李玲> 在 2024-11-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 1085.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org