资源列表

« 1 2 ... .02 .03 .04 .05 .06 307.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法Arithmetic-Dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解-Dijkstra algorithm is a typical shortest path algorithm, to calculate a node to all other nodes of the shortest path. Main featur
<yuan> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法daima

说明:本程序在运用c++语言编写了一个在控制台完美运行的2叉树前序中序遍历,求树高度,查找等功能。-The program is written using c++ a perfect run in the console before the 2-tree in order traversal order, find the tree height, look for other functions.
<tom> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法workerlist

说明:1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company about 30 employees, each employee the name, work number, position and other propertie
<任红伟> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法leddemo

说明:了解符号表的作用、组织和数据结构,设计和实现一个符号表-Understanding of the role of the symbol table, organization and data structure, design and implement a symbol table
<张扬> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法maze

说明:由数字1和0组成迷宫,0代表可走路径,程序会用坐标的形式给出每一步的走法-Composed by a maze of numbers 1 and 0, 0 to go the path, the program will use the coordinates given in the form of moves at each step
<GQ> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法MST

说明:数据结构:C++语言实现最小生成树的算法。-Data structure: C++ language for minimum spanning tree algorithm.
<yangdingyi> 在 2025-01-17 上传 | 大小:1kb | 下载:0

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

说明:binary search in files
<mohammad> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Knight

说明:1.实验目的:通过实验理解算法的概念、算法的表示、算法的时间复杂度和空间复杂度分析;运用熟悉的编程工具对骑士周游列国问题进行求解,初步学会分析算法的时间复杂度和空间复杂度; 2.在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?本问题中已知骑士位置(m,n),其中0=<m,n<=8,要求给出骑士行走路径,路径可用8*8矩阵输出,其中值表示骑士到达
<fangjuan> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queen

说明:8*8的国际象棋盘,每行放一个皇后,且每行每列不重复,递归解决八皇后问题-8* 8 chess set, put a queen per row, each column and each row will not repeat, the eight queens problem
<fangjuan> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queen

说明:8*8的国际象棋盘,每行放一个皇后,保证每行每列只有一个皇后,非递归方法解决八皇后问题-8* 8 chess set, put a queen each line to ensure that each row and each column has only one queen, non-recursive method to solve the eight queens problem
<fangjuan> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法BUBBLE-SORT

说明:BUBBLE SORT ALGORITHM USING C LANGUGE
<GOKUL> 在 2025-01-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法18

说明:用c语言实现约瑟夫环的程序设计,从而直观的展现约瑟夫环的经典。-Joseph Ring with c language programming to intuitively show the classic Joseph Ring.
<hankunjiang> 在 2025-01-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 307.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org