资源列表

« 1 2 ... .54 .55 .56 .57 .58 1459.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法bdsbhh

说明:其中包含八皇后及表达式求值的程序,经验证均可行,且有运行结果,望可以交流-Which contains eight queens and expression evaluation process, the line can be proven, and there operating results, hope to exchange
<fanfan> 在 2024-10-10 上传 | 大小:31744 | 下载:0

[数据结构常用算法lisanshuxu2

说明:1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) -1. Find a limited set of relations on a given reflexive, symmetric and transitive closure. (There are two solution method, only
<程国栋> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[数据结构常用算法lisanshuxushiyan3

说明:以偶对的形式输入一个无向简单图的边,建立该图的邻接矩阵,判断图是否连通(A)。并计算任意两个结点间的距离(B)。对不连通的图输出其各个连通支(C)。-Even on the form to input an undirected graph edge, the establishment of the adjacency matrix to determine whether the connectivity graph (A). An
<程国栋> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[数据结构常用算法Advanced.cell.algorithm

说明:细胞算法设计高级代码Advanced code cell algorithm -Advanced code cell algorithm
<d> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[数据结构常用算法tree_bfs

说明: a sample tree program using BFS algorithm
<SAIKAT MONDAL> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[数据结构常用算法jp_problem

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

[数据结构常用算法1

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

[数据结构常用算法BinarySearchTree

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

[数据结构常用算法nqueen

说明:n皇后问题, 数据结构编程(c++语言)-n queeen
<筱立> 在 2024-10-10 上传 | 大小:1024 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 1459.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org