资源列表

« 1 2 ... .00 .01 .02 .03 .04 2005.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法guangduyouxiansousuo

说明:这是通过图的遍历操作实现图的广度优先搜索,是通过邻接矩阵实现的-This is achieved through the operation of graph traversal graph breadth-first search is implemented through the adjacency matrix
<刘月> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法4

说明:henhaodegongs数据结构完整实验报告neihan-dfjdfjldsjflksdjflasj
<圆圆> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法Data_structure_Compressed_Storage_Special_Matrices

说明:数据结构-特殊矩阵的压缩存储Data structure - Compressed Storage Special Matrices -Data structure- Special matrix compression storage Data structure- Compressed Storage Special Matrices
<depp> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法acis

说明:ACIS是一个开放的、采用C++语言构造的三维造型开发系统, 其特点是将线框、曲面和实体造型融于一体, 并可以将这三种表示共存于一个数据结构中。目前, ACIS 广泛的运用于CAD、AEC、自动化技术和船舶制造等技术领域。-good
<师国静> 在 2024-11-01 上传 | 大小:256000 | 下载:1

[数据结构常用算法List

说明:单链表的基本操作,创建一个广义表+判空+显示+长度, 广义表的复制+插入+深度+删除+销毁,打印广义表中的原子。-The basic operation of a single list, create a generalized table+ empty+ show+ the length of sentence, the generalized form of the copy+ delete+ insert+ depth+ des
<苏阳> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法maze-Examples

说明:c++实现 迷宫求解问题 数据结构 算法 利用数组实现-c++ data structures to achieve the maze solving algorithm uses an array of issues to achieve
<杜鹃> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法quicksort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement
<huang> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法BST

说明:一个二分查找树的源码,可以实现了增加,删除,插入等节点操作,并且比较简单,适合初学者-A binary search tree source code, can be achieved to add, delete, insert other node operations, and relatively simple, suitable for beginners
<qiu> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法s

说明:假设以整数序列1,2,3,…,n作为栈S的输入,利用Pop(出栈)和Push(入栈)操作,编写算法以输出所有可能的输出序列-Assuming a sequence of integers 1,2,3, ..., n as the input stack S, the use of Pop (stack) and Push (stack) operation, write algorithm to output all possible
<陈慧> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法knapsack_greedy

说明:贪心法解背包问题,你懂得。。。。。。。20个子真麻烦-Greedy method to solve knapsack problem, you know. . . . . . .
<zhaoxuefeng> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法StringKMPSearch

说明:C++实现的优化后的KMP算法,使得比较次数更少。-C++ program to accomplish the KMP algorithm,have a better consquence.
<liujian> 在 2024-11-01 上传 | 大小:256000 | 下载:0

[数据结构常用算法dbworld

说明:matlab code fore some database and data mining
<mahsa> 在 2024-11-01 上传 | 大小:256000 | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 2005.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org