-
网上购物筐
资源描述网上购物筐的源代码,做毕业设计必用,各种购物网站电子商务必参考代码。
- 2022-03-31 03:24:56下载
- 积分:1
-
陀螺仪与磁传感器数据融合完整代码
资源描述
一套完整的陀螺仪和磁传感器姿态解算和数据融合代码,带有MDK完整工程,可直接编译使用。
绝对不忽悠人,供大家研究学习。让我们都做一个有开源精神的人。
- 2022-05-11 01:15:43下载
- 积分:1
-
SCE,多目标优化
无论是做模型模拟的还是数据仿真的 或者是搞最优化的 基本都知道大名鼎鼎的SCE算法 尤其是SCE-UA更是模型和最优化中多
数专家学者所偏爱的。
美国亚利桑那大学Duan等于20世纪90年代开始研究萨克拉门托模型参数优化问题,后来提出了单纯多边形进化算法(SCE-UA)并
得到了全局最优解。SCE-UA结合了现有算法(包括基因算法等)中的一些优点,可以解决高维参数的全局优化问题,且不需要显
式目标函数或目标函数的偏导数。
- 2023-02-20 00:45:03下载
- 积分:1
-
空间八节点实体单元的有限元三维计算程序,通用性较好
空间八节点实体单元的有限元三维计算程序,通用性较好-Eight-node solid element space of three-dimensional finite element program, GM is better
- 2022-02-13 10:47:23下载
- 积分:1
-
This is the application of genetic algorithms using the MATLAB language, I think...
这是遗传算法的应用,用的是MATLAB语言编写的,我觉的会对大家有用。-This is the application of genetic algorithms using the MATLAB language, I think the people will useful.
- 2022-02-14 23:11:24下载
- 积分:1
-
几种排序算法C++实现
几种排序算法C++实现-Several sorting algorithm C to achieve
- 2022-12-07 10:30:03下载
- 积分:1
-
香港城市大学改进的图像去雾算法
图像去雾雾,包括雾、霾、沙尘、烟等一切导致视觉效果受限的物理现象。由于雾的存在,户外图像质量降低,如果不处理,往往满足不了相关研究、应用的的要求。在雾的影响下,经过物体表面的光被大气中的颗粒物吸收和反射,导致获取的图像质量差,细节模糊、色彩暗淡。通过一定的技术手段,去掉物体表面的雾霭,增强图片效果显得尤为重要。 Tarel等人提出了一种基于中值滤波的去雾算法,该算法虽然速度比较快,但由于中值滤波不能很好的保持边缘信息,导致得到的大气散射光分布不能很好地反映场景的深度信息。在景深发生突变的边缘区域,无法得到令人满意的去雾效果。 在本篇论文中,香港城市大学针对Tarel去雾方法进行改进。 源码包来自作者的英文主页下载,其中包括作者EI论文原文,PPT,以及全部代码和测试集。对图像去雾领域的研究能提供重要的借鉴意义。
- 2023-07-29 04:30:12下载
- 积分:1
-
如何计划时域有限差分法
How to program FDTD-How to program FDTD
- 2022-03-13 08:30:10下载
- 积分: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
-
抛物线法求一维函数的极值
!抛物线法求一维函数的极值,要保证输入的x1
- 2022-03-23 08:41:08下载
- 积分:1