资源列表

« 1 2 ... .45 .46 .47 .48 .49 2450.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法traversal

说明:1.输入顶点的个数、边的个数、每个顶点的值以及每一条边的信息,构建一个无向图G,并用邻接矩阵存储该图。 2.深度优先遍历第1步中构造的图G,输出得到的结点序列。 广度同上-Diagram breadth-first traversal&&deep first
<王玥天> 在 2025-06-22 上传 | 大小:264kb | 下载:0

[数据结构常用算法binary-tree

说明:1.实现二叉树的下列运算: [1]输入一个二叉树的先序序列,生成二叉树的二叉链表 [2]显示其先序、中序和后序遍历结果。 [3]计算二叉树的叶子结点数。 [4]求二叉树的深度 2.编程实现二叉树的层次遍历 3.哈夫曼编码-1.operational binary tree: [1] Enter a first sequence binary tree sequence, generating a binary tree binary list [2] show
<王玥天> 在 2025-06-22 上传 | 大小:258kb | 下载:0

[数据结构常用算法queue

说明:实现链队列的基本运 2. 采用循环队列实现队列的各种基本运算。 3. 停车场管理 -Chain to achieve the basic operation of the queue 2. Using circular queue queue to achieve the various basic operations. 3. Parking Management
<王玥天> 在 2025-06-22 上传 | 大小:367kb | 下载:0

[数据结构常用算法flight

说明:航班查询系统,用C语言写的,用的数据结构等基础知识,可无错误编译运行-Flight inquiry system, written in C language, the use of basic knowledge of data structures, etc. that can be compiled to run without errors
<怀鹏飞> 在 2025-06-22 上传 | 大小:6kb | 下载:0

[数据结构常用算法ansys

说明:ansys分析软件,是土木工程等学科重要的结构分析软件,应用广泛-Ansys model airplane wings command flow, the individual original command flow, simple, small volume, is widely used
<仵晗> 在 2025-06-22 上传 | 大小:1.11mb | 下载:0

[数据结构常用算法shortest-path

说明:最短路径算法,对于权重图最短路径计算的基本算法-Shortest path algorithm, the basic algorithm for computing the shortest path weight of FIG.
<小七2729> 在 2025-06-22 上传 | 大小:1.04mb | 下载:0

[数据结构常用算法Stack-Problem

说明:栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据 序列进行模拟管理。对每一组输入数据进行操作后的输出信息为:若是 车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去, 则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时 间不收费) 。设每单位时间收费 1 元。-Parking Stack simulation to simulate the queue sidewalk outside the car, according to the re
<王丹> 在 2025-06-22 上传 | 大小:1.37mb | 下载:0

[数据结构常用算法lab1

说明:数位讯号处理,简单的数位讯号处理,适合学生该应用-math ways
<李明明> 在 2025-06-22 上传 | 大小:40kb | 下载:0

[数据结构常用算法Hamilton

说明:一个寻找哈密顿回路的应用实例。幼儿园的老师要为孩子们排座次吃饭,桌子是圆形的,其中有一些孩子应为彼此间有矛盾不能坐在一起,求一种排座方案。该程序即是为解决这一问题而编写的,其中的核心功能就是寻找哈密顿回路。-Looking for a Hamiltonian circuit application examples. Kindergarten teacher for the children to eat row seating, tables are circular, some childr
<> 在 2025-06-22 上传 | 大小:246kb | 下载:0

[数据结构常用算法Euler

说明:一个欧拉回路的应用实例。一个农夫要巡视农场,要求每条路都要来回走一遍(即每条路走两遍且两遍的方向不同),求其解决方案。该问题的核心问题就是如何求欧拉回路。-Application examples of a Euler. A farmer to farm inspections required every road should go back and forth again (that is the way to go twice and twice each in a different
<> 在 2025-06-22 上传 | 大小:245kb | 下载:0

[数据结构常用算法n_kuohao

说明:n对括号匹配方式,前面的左括号一定要大于右括号,而且左右括号数量相等。-n parentheses matching mode, the front left and right bracket bracket must be greater than, and equal number of left and right brackets.
<wudg> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Calculator

说明:JAVA中的计算器的功能实现,包括两个文件,分别是界面设计和计算功能。-Calculator functions implemented in JAVA, including two files, namely, calculation function and interface design.
<wudg> 在 2025-06-22 上传 | 大小:4kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 2450.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org