-
数据结构实验
(1)新建一个单链表:List BuildList(List lst)(2) 打印单链表:void PrintList(List first)(3)在单链表中某个位置后面插入元素:bool Insert( List lst , T x , T y)(4)清空单链表:void Clear(List * first)(5)查找链表中是否存在某个元素:bool Search(List lst,T x) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-29 10:07:17下载
- 积分:1
-
Matrices, including matrix addition, subtraction, multiplication, there is inver...
矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
- 2022-06-03 08:39:10下载
- 积分:1
-
《算法分析与设计》中的 “矩阵连乘程序”给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n...
《算法分析与设计》中的 “矩阵连乘程序”给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n-1。由于矩阵满足乘法的结合律,根据加括号的如何确定计算矩阵连乘积的计算次序,使得依此次序计算矩阵连乘积需要的数乘次数最少。
- 2022-01-24 14:49:27下载
- 积分:1
-
最优路径 深度优先搜索
最优路径 深度优先搜索-optimal path depth-first search
- 2023-01-04 17:05:03下载
- 积分:1
-
右前门控制器 可以用 codewarrior 3.0 版本打开后,下载到目标板中运行...
右前门控制器 可以用 codewarrior 3.0 版本打开后,下载到目标板中运行-Right Front Door codewarrior 3.0 version of the controller can be opened, downloaded to the target board to run
- 2022-09-26 09:45:02下载
- 积分:1
-
Kohonen 网络模拟大脑神经系统自组织特征映射的功能,它是一种竞争式学习网络,在学习中能无监督地进行自组织学习。...
Kohonen 网络模拟大脑神经系统自组织特征映射的功能,它是一种竞争式学习网络,在学习中能无监督地进行自组织学习。-Kohonen network simulation system cerebral self-organizing feature mapping function, It is a competitive learning networks, the study can be carried out without supervision from the organizational learning.
- 2022-01-28 23:12:28下载
- 积分:1
-
很酷的一个计算器代码
很酷的一个计算器代码-a cool calculator code
- 2022-02-01 17:05:13下载
- 积分:1
-
一个纯c占星术游戏
一个纯c占星术游戏-a pure game Astrology
- 2023-05-17 01:35:04下载
- 积分:1
-
Using STL to achieve the basic functions of the Snake, concise algorithm, have r...
用STL实现了贪吃蛇的基本功能,算法比较精练,有参考价值-Using STL to achieve the basic functions of the Snake, concise algorithm, have reference value
- 2022-01-24 09:32:39下载
- 积分:1
-
迷宫是在turboc2环境编写的小游戏冒险游戏,日…
迷宫探险游戏是一个在turboC2环境下编写的小游戏,该游戏是根据DxBall撞球游戏进行设计的具有简单的撞球功能的游戏-maze is an adventure game in turboC2 environment prepared by the small games, the game is based DxBall balls for the design of the game is simple function of the pool games. .
- 2022-05-25 00:43:14下载
- 积分:1