-
数据结构和算法的代码与Java实现
此项目包含各种经典的数据结构和算法,包括阵列、 冒泡排序算法、 InsertSort、 SelectionSort、 堆栈、 LinkedList、 双 linkedlist、 递归、 shellsort、 快速排序、 树、 hashfunction、 图和测试用例。这是一个很好的项目,开始你的 datasture 和算法的学习。希望这可以帮助你 !
- 2022-04-07 07:40:35下载
- 积分:1
-
(Minute) polynomial evaluates example
二维实(复)多项式求值示例-(Minute) polynomial evaluates example
- 2022-01-26 04:22:41下载
- 积分:1
-
ffmpeg完整源码(版本:2.1.1)
应用背景多媒体处理多媒体处理多媒体处理多媒体处理多媒体处理多媒体处理关键技术音视频编解码音视频编解码音视频编解码音视频编解码音视频编解码音视频编解码
- 2022-06-16 19:51:35下载
- 积分:1
-
这是用于计算光子晶体能带结构的VC源程序。
这是用于计算光子晶体能带结构的VC源程序。-This is used in the calculation of photonic crystal band structure of VC source.
- 2023-05-05 04:45:03下载
- 积分:1
-
巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写...
巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写-Butterworth, Chebyshev I and elliptic filter design of the source! Very rare! Concise C language
- 2022-11-09 09:50:04下载
- 积分:1
-
数值分析里的龙贝格算法
数值分析里的龙贝格算法-numerical analysis of the algorithm Romberg
- 2022-01-24 09:27:47下载
- 积分:1
-
高斯背景检测运动跟踪
采用高斯背景建模以及帧差法提取出运动物体,然后用camshift算法进行跟踪。对于背景不动的场景,跟踪效果较好。能够很好地学习opencv中相关的函数,算法。对于初学者有很大的帮助。
- 2023-04-21 00:15:07下载
- 积分:1
-
QR算法,C语言
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是QR算法-QR algorithm with C language
- 2022-04-17 10:32:54下载
- 积分:1
-
最小二乘法计算程序
最小二乘法计算程序-least squares method procedures
- 2022-01-26 01:31:06下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1