资源列表

« 1 2 ... .83 .84 .85 .86 .87 1188.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法jp_problem

说明:a solution to josephus problem with a circular link list. a typical examle of circular link list.
<SAIKAT MONDAL> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法1

说明:很不错的代码,你们可以下载下来看一下,-Very good code, you can download the next look, huh, huh
<杨天宇> 在 2024-10-16 上传 | 大小:13312 | 下载:0

[数据结构常用算法MatrixMultiply

说明:算法设计与分析 王晓东版的 矩阵连乘的动态规划法和备忘录法的实现-Algorithm Design and Analysis Xiaodong version of the matrix continued by the dynamic programming method and the realization of Memorandum of Law
<计科狂人> 在 2024-10-16 上传 | 大小:3700736 | 下载:0

[数据结构常用算法BinarySearchTree

说明:二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, b
<qinxiaoyu> 在 2024-10-16 上传 | 大小:2048 | 下载:0

[数据结构常用算法C.pointers.natural.merge.algorithm

说明:C指针自然归并排序算法设计代码C pointers natural merge sort algorithm code -C pointers natural merge sort algorithm code
<xc> 在 2024-10-16 上传 | 大小:5120 | 下载:0

[数据结构常用算法sashujiecheng

说明:用链表实现的大数阶乘,效率并不是很高,但是应该对初学者很有帮助。这是我们的实习作业,希望能够给人以参考-Factorial of large numbers with the list to achieve efficiency is not very high, but should be helpful for beginners. This is our practical work, hoping to give a refer
<yinquanchao> 在 2024-10-16 上传 | 大小:283648 | 下载:0

[数据结构常用算法nqueen

说明:n皇后问题, 数据结构编程(c++语言)-n queeen
<筱立> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[数据结构常用算法AlgorithmsAndHomework

说明:该文件中包含了大部分经典算法的C++源程序,同时也包含了相应的题目以及详细的分析解答。可以帮助你深刻体会这些算法的实现过程。-This file contains most of the classical algorithm of C++ source code, but also contains the corresponding answer questions, and detailed analysis. Can help
<范兴容> 在 2024-10-16 上传 | 大小:14024704 | 下载:0

[数据结构常用算法quicksort

说明:算法中的寻找数组中的快速排序算法实现,根据书本算法实现的,c语言,采用迭代方法-Algorithm to find an array of quick sort algorithm, the algorithm based on books, c language, the use of iterative methods
<龙飞> 在 2024-10-16 上传 | 大小:16384 | 下载:0

[数据结构常用算法j_14262_MAZES

说明:迷宫简单功能,自动寻找路径,C++开发,似乎代码不够完全,有缺点-Maze simple function
<fangzijian> 在 2024-10-16 上传 | 大小:40960 | 下载:0

[数据结构常用算法1

说明:ALV树的实现,用C++实现,是书上原版。用VC++编译器编译的-ALV tree implementation
<cc> 在 2024-10-16 上传 | 大小:365568 | 下载:0

[数据结构常用算法y

说明:用二叉树进行整数的十进制运算(包括括号)-Decimal integer with a binary tree for operations (including brackets)
<fengweima> 在 2024-10-16 上传 | 大小:2048 | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 1188.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org