-
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
- 2022-05-18 04:21:47下载
- 积分:1
-
结果分析系统
当结果被释放由某大学,教育机构执行各种分析对 results.this 项目生成各种报告 results.we 生成性别明智分析、 主题明智分析、 积压 reportsem 明智的报告。因此这个项目是有用的执行结果分析
- 2023-08-01 16:40:04下载
- 积分:1
-
需要同事们慢慢的学习
有需要的同仁载回去慢慢研究-need colleagues set back slowly study
- 2022-02-13 01:03:29下载
- 积分:1
-
北大在线题库3468题标程代码,经典数据结构“线段树”的完美运用...
北大在线题库3468题标程代码,经典数据结构“线段树”的完美运用-Beijing 3468 title online questions marked-way code, data structure of the classic
- 2022-05-29 15:57:26下载
- 积分:1
-
这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈...
这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈-This is the data structure of a simulated stack classic examples of using the train station stop simulated stack and pushed
- 2022-07-24 05:01:28下载
- 积分:1
-
本程序是一个校园导游咨询系统,提供校园内各景点的信息咨询和最点路径查询功能。...
本程序是一个校园导游咨询系统,提供校园内各景点的信息咨询和最点路径查询功能。-This procedure is a consultation system for the campus tour guides, provide campus information tourist attractions and the most points the path of the inquiry.
- 2022-02-20 00:03:00下载
- 积分:1
-
workbooks that you s
作业练习题 你们-workbooks that you s
- 2022-05-28 14:29:42下载
- 积分:1
-
小型的教务管理系统
一个简单的学生成绩管理系统,身份为老师,学生,管理员,管理员为a ,密码也为a。可以完成人员的增删和成绩查询,修改
- 2022-08-21 11:54:43下载
- 积分:1
-
Absolutely wonderful features you may never imagine before, Skytree v2.0 takes y...
Absolutely wonderful features you may never imagine before, Skytree v2.0 takes you into a new era of treeview. Now let s take a tour to know what s new in Skytree v2.0.
- 2022-04-27 09:13:47下载
- 积分:1
-
//Carry out principal component of the Gaussian elimination method// function: s...
// 带有列主元的高斯消元法
// 功能: 求解线性方程组 Ax = b
// 参数: A - 指向n*n系数矩阵的指针
// b - 常数向量的指针
// n - 方程组的维数
// 返回值:0 - 如果成功。线性方程组的解保存在 b 中
// 1 - 求解失败-//Carry out principal component of the Gaussian elimination method// function: solving linear equations Ax = b// parameters: A- point n* n coefficient matrix of the pointer// b- constant vector pointer// n- Equations dimension// return value: 0- if successful. Linear equations the solution stored in the b in// 1- Solving the failure of
- 2023-05-30 23:15:02下载
- 积分:1