资源列表

« 1 2 ... .74 .75 .76 .77 .78 2479.80 .81 .82 .83 .84 ... 2656 »

[数据结构常用算法Voronoi

说明:采用中垂线构图的方式解决Voronoi构图问题,本算法随机生成外部凸包,可以高效解决内部节点个数为20以下的Voronoi构图,并且用graphics.h画出相应图形。-Using the vertical resolution of Voronoi patterned patterning problem, the algorithm randomly generated outside the convex hull can eff
<> 在 2024-11-06 上传 | 大小:1108992 | 下载:0

[数据结构常用算法Comparison-of-sorting-algorithms

说明:比较8种排序算法的时间:直接插入排序、希尔排序、冒泡排序、快速排序、选择排序、堆排序、归并排序、基数排序- Comparative eight algorithm time: direct insertion sort, Hill sort, bubble sort, quick sort, select, sort, heap sort, merge sort, radix sort
<木离黎> 在 2024-11-06 上传 | 大小:444416 | 下载:0

[数据结构常用算法Arithmetic-expression-evaluator

说明:(1) 从键盘或文件读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。 (3) 考虑算法的健壮性,当表达式错误时,要给出错误原因的提示。-(1) the keyboard or the file is read into a legitimate arithmetic expressions, output the correct result. (2) changes in the sequ
<木离黎> 在 2024-11-06 上传 | 大小:207872 | 下载:0

[数据结构常用算法Queen

说明:皇后问题,自定义输入N,完成N*N棋盘的N皇后排列问题。-Queens, custom input N, N Queen permutation problem N* N chessboard.
<刘昊岩> 在 2024-11-06 上传 | 大小:178176 | 下载:0

[数据结构常用算法testSortings

说明:编写选择排序、插入排序、冒泡排序、快速排序、堆排序、希尔排序、归并排序、基数排序算法,加上C++库函数sort,调用系统时钟clock对排序算法做效率比较。-Write selection sort, insertion sort, bubble sort, quick sort, heap sort, Hill sort, merge sort, radix sort algorithm, plus C++ library funct
<刘昊岩> 在 2024-11-06 上传 | 大小:1301504 | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫问题,输入总人数n,输入每隔m个人出列一个,按出列顺序输出每人的原始序号。-Joseph problems, enter the total number n, m input every individual out of a column, press the column order number of the original output per person.
<刘昊岩> 在 2024-11-06 上传 | 大小:188416 | 下载:0

[数据结构常用算法SHUJU-

说明:数据结构课件,每章内容都有,值得学习和借鉴-Data structure courseware, detailed content of each chapter, it is worth learning and reference
<erica> 在 2024-11-06 上传 | 大小:9367552 | 下载:0

[数据结构常用算法percolation.tar

说明:实现正方形渗流模型的数值模拟,使用的是weighted-union-find算法-a C version of percolation model
<黄德平> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法calcmulate-0

说明:给定一个整数N,求N的阶乘末尾有多少个0 应用程序的每个文件的内容。-Given an integer N, N factorial seeking the end there is the content of the application number 0 for each file.
<陈雅> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法graph--matrix

说明:采用邻接矩阵来实现图的创建, graph.cpp是主应用程序源文件-Implementation creates graph adjacency matrix
<陈雅> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法Binary-Tree

说明:(1)从键盘上输入数据,建立二叉链表。 (2)前序遍历、中序遍历、后序遍历二叉树:递归算法。 (3)前序遍历、中序遍历、后序遍历二叉树:非递归算法。 (4)借助队列实现二叉树的层次遍历。 在主函数中设计一个简单的菜单,分别调试上述算法。-(1) input data the keyboard, build binary list. (2) former preorder, preorder, after preo
<李大娘> 在 2024-11-06 上传 | 大小:1309696 | 下载:0

[数据结构常用算法main

说明:计算闭包完全最短路径,可自由输入闭包的顶点个数-fLOYD,Calculate the complete shortest path path, the number of vertices of the free input closure
<zhangsaifeng> 在 2024-11-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 2479.80 .81 .82 .83 .84 ... 2656 »

源码中国 www.ymcn.org