资源列表

« 1 2 ... .43 .44 .45 .46 .47 2548.49 .50 .51 .52 .53 ... 2656 »

[数据结构常用算法maze

说明:数据结构-迷宫 输入说明: 一组数据,输入数据第1行为两个正整数m和n,m表示迷宫高度,n表示迷宫宽度;第2行为两个整数,分表表示起点的行列位置;第3为两个整数,分别表示终点的行列位置;其后为m行数据,每行n个整数,表示迷宫对应位置的状态,0表示通路,1表示障碍。 输出说明: 以三元组形式(见P105)输出从起点到终点的通路,没有则输出no -Data structure- Maze enter a descr
<fisher> 在 2024-11-05 上传 | 大小:1024 | 下载:2

[数据结构常用算法huff-fuckfuckfuck

说明:赫夫曼树啊。输入说明:多组数据,第一行为整数m,表示有几组数据,每组数据分为两行输入;第1行为n的值,第2行为n个整数,表示字符的出现频度。 输出说明:对每组数据输出一个整数,表示所构造哈夫曼树的带权路径长度(输出整数后换行)。 -Huffman tree ah. Input Descr iption: multiple sets of data, the first act integer m, which means tha
<fisher> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法queen

说明:八皇后问题的非递归实现,为数据结构课程的必做实验,仅提出cpp文件,读者可以自行在编译器上编译运行。-Eight queens problem non-recursive implementation of the data structure course will do the experiment, only the proposed cpp file, readers can compile and run on the com
<李松> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法reverse

说明:本实验设有一个线性表,分别实现数组结构存储的原地逆置。为数据结构课程必做实验。-This experiment has a linear form, respectively, to achieve the storage array structure in situ reverse home. For the data structure courses will do the experiment.
<李松> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法matrix

说明:本实验实现了稀疏矩阵的转置,为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-The experimental realization of a sparse matrix transpose, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementa
<李松> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法DIF

说明:64点快速傅里叶变换,可同时计算逆傅里叶变换,简洁,精炼-FFT DFT IDFT
<张三金> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法mimo

说明:能够展示不同调制格式的用与不用mimo技术误码率的曲线图-Able to show different modulation formats mimo technology with and without a graph of bit error rate
<xuzhidanxu> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法light

说明:Ural 1464 Light 解法:计算几何+线段树-Ural 1464 Light Solution: Computational Geometry with segment tree
<tjz> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法BP

说明:实现了B+树的建立,查找,节点分裂,可以直接运行-Realized B+ tree establishment, find, node splitting can be run directly
<宁淡淡> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法avl

说明:实现了AVL树的查找,删除,四种旋转。可以直接运行-Realized AVL tree search, delete, four kinds of rotation. Can be run directly
<宁淡淡> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法example

说明:排序实验,简单的实现了排序的效果,运用多种算法集合在一起实现排序,并可以对比排序的速度差异-Sorting experiments to achieve the sort of simple effects, using a variety of algorithms together achieve the sort, and you can compare the difference in speed sorting
<刘宏宇> 在 2024-11-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法lsh

说明:约瑟夫问题的一种描述:编号为1,2....,n 的n个人按顺时针方向围坐一圈,一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,如此下去,直至所有人全部出列为止。利用循环链表为存储结构模拟此过程,按照出列的顺序输出依次出列人的编号。-Joseph, a descr iption of the problem: numbered 1,2 ...., n, n individu
<罗申洪> 在 2024-11-05 上传 | 大小:1024 | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 2548.49 .50 .51 .52 .53 ... 2656 »

源码中国 www.ymcn.org