-
这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。...
这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。-This is the post-graduate courses and technical calculation method described in UnionFind algorithm to achieve the specific code.
- 2022-05-26 19:14:24下载
- 积分:1
-
利用哈希函数对学生姓名进行最优化查找 可选择从键盘输入和文件输入,需输入名字最大长度...
利用哈希函数对学生姓名进行最优化查找 可选择从键盘输入和文件输入,需输入名字最大长度-hash function to the students find the most optimal choice from the keyboard input and the input document, name must be imported maximum length
- 2022-01-31 06:43:53下载
- 积分:1
-
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。...
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations between the priority), specific details can be read source.
- 2023-02-02 19:30:03下载
- 积分:1
-
单纯形法,可以用于进行线性规划解的求取。在数学上有一定的应用价值,但速度上可能不太优化,如果对速度有要求的,可参考MATLAB...
单纯形法,可以用于进行线性规划解的求取。在数学上有一定的应用价值,但速度上可能不太优化,如果对速度有要求的,可参考MATLAB-Simplex method, linear programming solution can be used to carry out the strike. In mathematics there is a certain value, but the speed may not be optimized for speed if required, can refer to MATLAB
- 2023-06-28 19:55:03下载
- 积分:1
-
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.-SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image/video applications.
- 2022-07-04 13:52:17下载
- 积分:1
-
蒙古文输入法源码,难得啊!望少数民族同学注意
蒙古文输入法源码,难得啊!望少数民族同学注意-Mongolian input source, a rare ah! Looking to minority students
- 2022-03-14 13:05:53下载
- 积分:1
-
该程序可以模拟停车场的管理过程。为各位管理停车场的管理员提供方便。...
该程序可以模拟停车场的管理过程。为各位管理停车场的管理员提供方便。-The program can simulate the parking lot of the management process. Management of car parks for you to facilitate the administrator.
- 2023-08-31 07:10:02下载
- 积分:1
-
清华大学严蔚敏老师《数据结构习题集(C语言版)》的实验题1.4,长整数运算,已扩充了乘法和除法...
清华大学严蔚敏老师《数据结构习题集(C语言版)》的实验题1.4,长整数运算,已扩充了乘法和除法-Tsinghua University, Yan Wei-Min teacher
- 2022-12-25 05:35:03下载
- 积分:1
-
常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现...
常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
- 2022-02-06 04:20:33下载
- 积分:1
-
数据结构的课后练习
数据结构的课后练习-Data structure of the after-school practice
- 2023-08-16 22:20:03下载
- 积分:1