资源列表

« 1 2 ... .25 .26 .27 .28 .29 2330.31 .32 .33 .34 .35 ... 2656 »

[数据结构常用算法WorkAssignment

说明:算法设计与分析中,用回溯法解决工作分配问题,有较详细的源码解析。-Algorithm design and analysis, the distribution of work by backtracking to solve the problem, there is a more detailed source code analysis.
<刘颖> 在 2025-01-13 上传 | 大小:933kb | 下载:0

[数据结构常用算法shuanfa2

说明:求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果
<lixiang> 在 2025-01-13 上传 | 大小:933kb | 下载:0

[数据结构常用算法DS

说明:数据结构与算法(张铭等著)书籍源代码及测试程序-Data structures and algorithms (Zhang Ming waiting) Book source code and test procedures
<Vivian> 在 2025-01-13 上传 | 大小:930kb | 下载:0

[数据结构常用算法C

说明:掌握C语言一维数组和冒泡算法,让你学的更好,更明白-good study
<谭佳祥> 在 2025-01-13 上传 | 大小:930kb | 下载:0

[数据结构常用算法Figure-three-matrix

说明:图的三种矩阵表示(包括构造无向图的关联矩阵和有向图的关联、邻接、可达矩阵)-Figure three matrix (including the associated undirected graph structure matrix and the associated directed graph, adjacency, reachability matrix)
<> 在 2025-01-13 上传 | 大小:934kb | 下载:0

[数据结构常用算法migong

说明:运用数据结构的知识编写的小游戏迷宫,主要用到栈,队列,二叉树等知识。-Use knowledge of data structures written in a small maze game, mainly used in stacks, queues, binary trees and other knowledge.
<汪静> 在 2025-01-13 上传 | 大小:930kb | 下载:0

[数据结构常用算法4-8

说明:利用深度优先来进行迷宫问题的解决,使用的主要数据结构是栈。-To carry out the maze using depth-first solution to the problem, use the main stack data structure is
<林瀚驰> 在 2025-01-13 上传 | 大小:932kb | 下载:0

[数据结构常用算法project

说明:数据结构里面的栈的性质的代码,包括栈顶共享栈,出栈,入栈-Data structure inside the stack nature of the code, including stack shared stack, stack, stack
<孙文胤> 在 2025-01-13 上传 | 大小:934kb | 下载:0

[数据结构常用算法N-huanghou

说明:人工智能中的经典算法之一。对问题的多个分支选择一支进行探索,当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择 回溯法适合用栈实现。探索过程当中入栈,退栈时返回分支选择的现场 -One of the classic algorithms in artificial intelligence. Multiple branches of the problem, choose one to explore, ex
<> 在 2025-01-13 上传 | 大小:932kb | 下载:0

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

说明:该文件主要为二叉树实验指导报告和代码,内容主要是二叉树的链式存储结构,二叉树的相关性质,二叉树的链式存储结构,二叉树结点的递归访问方法-The file binary tree experiments guidance report and code, the main chain storage structure of the binary tree, binary tree nature of the chain storage
<黎明> 在 2025-01-13 上传 | 大小:930kb | 下载:0

[数据结构常用算法list

说明:学生管理系统:分别输入学生学号,姓名,成绩,进行排序,也可以对学生的成绩进行修改,很简单的小程序-Student management system, each input students student id, name, grade, sorting, can also modify student performance and simple small program
<su> 在 2025-01-13 上传 | 大小:929kb | 下载:0

[数据结构常用算法heap

说明:堆排序,对堆排序的简单实现,可以参考学习。-Heap sort, heap sort for a simple implementation, you can refer to learning.
<谢佳桦> 在 2025-01-13 上传 | 大小:933kb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 2330.31 .32 .33 .34 .35 ... 2656 »

源码中国 www.ymcn.org