资源列表

« 1 2 ... .87 .88 .89 .90 .91 2292.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法progs

说明:datastucutre and algorithms, application, in C
<cmoonstone> 在 2025-02-23 上传 | 大小:849kb | 下载:0

[数据结构常用算法2

说明:根据一棵二叉树结点的先根序列和中根序列构造该二叉树,并输出该二叉树的后序遍历结果。-According to a binary tree the root node of the first sequence and the sequence structure of the tree root and post the output of the binary tree traversal results.
<tlh> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法lab_111

说明:一个算术表达式,由常量、变量、运算符和括号组成-An arithmetic expression, by the constant, variable, composed of operators and brackets
<陈诚> 在 2025-02-23 上传 | 大小:849kb | 下载:0

[数据结构常用算法schedule

说明:一个任务调度的作业的实现,是我们上数据结构时的一个大作业-A task scheduling implementation of operations, we structure data on a big job
<wuman> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法Sort

说明:数据结构中最经典的七种排序方法的源代码,其中包括: 快速排序、归并排序、插入排序、选择排序、起泡排序、堆排序、希尔排序-The most classic data structures seven sorted source code, including: quick sort, merge sort, insertion sort, selection sort, bubble sort, heap sort, Shell sort
<陈展> 在 2025-02-23 上传 | 大小:849kb | 下载:0

[数据结构常用算法Queen

说明:八皇后问题,这是在查看了网上很多八皇后问题的求法之后自己总结的比较好的算法-Eight queens problem, which is a lot of viewing an online method for finding the eight queens problem after summing up the better their algorithm
<zcj> 在 2025-02-23 上传 | 大小:849kb | 下载:0

[数据结构常用算法eightQueue

说明:用回溯法,求解八皇后问题。该算法是算法设计与分析的一个常用例题的求解-By backtracking to solve the eight queens problem. The algorithm is algorithm design and analysis to solve a common example
<> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法eight-queen

说明:该程序是一个实现查找八皇后的问题求解的程序,在vc 中编写的-this program is write for eight queen
<艾永坤> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法H5_2

说明:可以查找一个随机矩阵中的极大点、极小点和鞍点-Find a random matrix can be a great point, minima and saddle points
<彭辞> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法reference1

说明:请编写算法,生成任意一个集合的幂集。集合元素用1,2,3,…表示,采用线性表存储。 例如:若集合S={1, 2, 3},则其幂集为: {1}, {2}, {3}, {1, 2,}, {1, 3,}, {2, 3}, {1, 2, 3} -computing power set
<莫芊韵> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法Sequential-search

说明:本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可. -This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest se
<李涞> 在 2025-02-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法JOSEPHUS

说明:约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man ou
<mileycyrus> 在 2025-02-23 上传 | 大小:848kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 2292.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org