-
use of the principle for appropriate improvements, the algorithm
利用NEWTON的原理进行适当的改进,得到的算法-use of the principle for appropriate improvements, the algorithm
- 2023-01-09 06:45:03下载
- 积分:1
-
维纳滤波处理,是C++源代码,包含了几个函数,请各位达人多多使用...
维纳滤波处理,是C++源代码,包含了几个函数,请各位达人多多使用-Wiener filtering treatment is C++ Source code contains a number of functions, please use up a lot of people
- 2022-11-12 05:15:03下载
- 积分:1
-
addahdfa dahdjhakdad ahdahdhsjjjjj aahgdjha
***
- 2022-07-12 17:24:43下载
- 积分:1
-
图像处理基础算法源代码
应用背景图像处理(imageprocessing),用计算机对图像进行分析,以达到所需结果的技术。又称影像处理。基本内容图像处理一般指数字图像处理。数字图像是指用数字摄像机、扫描仪等设备经过采样和数字化得到的一个大的二维数组,该数组的元素称为像素,其值为一整数,称为灰度值。图像处理技术的主要内容包括图像压缩,增强和复原,匹配、描述和识别3个部分。常见的处理有图像数字化、图像编码、图像增强、图像复原、图像分割和图像分析等。图像处理一般指数字图像处理关键技术内涵图像处理基本算法代码,如256色转灰度图、Hough变换、Walsh变换、对比度拉伸、二值化变换、方块编码、亮度增减等共27种,每种算法都有实例,方便读者学习。
- 2023-01-18 10:55:11下载
- 积分:1
-
equals,length,trim,c语言toolkit
不用c库实现的c语言功能函数,包含length函数、equals函数、和trim函数,还会慢慢增加
- 2022-06-21 08:18:21下载
- 积分:1
-
卡尔曼滤波对自由目标的应用
利用卡尔曼滤波对自由落体的目标小球进行跟踪,其中有些视频演示跟踪过程.-The use of Kalman filter to the objective of free-falling ball track, some of which track the process of video presentations.
- 2022-07-12 03:05:29下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分:1
-
HDU1010迷宫问题
POJ1010迷宫问题的的源码,采用了搜索+剪枝
思想:由于本题中规定只有在固定时刻到达目的点才能逃脱,
不能提早,更不能延迟,故不能用bfs。可以用dfs找出所有情况,
若有可行解,直接返回即可。本题比较郁闷的是,在tzc上将方向
数组int dir[4][2]稍微变动两下,就会超时。
- 2023-05-07 02:15:03下载
- 积分:1
-
基于9轴融合输出欧拉角
资源描述基于9轴传感器融合,串口输出姿态欧拉角。
- 2022-07-07 22:55:31下载
- 积分:1
-
万年历C++源码
1设计编写一个C++程序—“万年历”。 2输入任一年将显示出该年的所有月份日期,对应的星期。 3 下一行显示星期,从周日到周六,中英文都可以。 4 下一行开始显示日期从1号开始,并按其是周几实际情况与上面的星期数垂直对齐。 5 月份:中文英文都可以,注意闰年情况。
- 2023-06-16 22:15:03下载
- 积分:1