-
advanced
基于yii2.0框架的个人博客开发,初学者(Build personal blog based on yii2.0)
- 2017-06-29 16:35:20下载
- 积分:1
-
remove_trend_code__data
说明: 用于提取时间序列的趋势项,去除趋势项的matlab代码,可以用于时间序列分析(The matlab code used to extract the trend term of time series and remove the trend term can be used for time series analysis)
- 2020-07-21 10:44:28下载
- 积分:1
-
dPCA-master
说明: matlab实现动态PCA故障检测,matlab2018下可以运行(Dynamic PCA fault detection is realized by matlab, which can run under Matlab 2018)
- 2019-03-09 09:51:34下载
- 积分:1
-
手势识别
说明: /*2018年TI杯 手势识别
* 作者:我的凉席很烫。Mivh
用到串口屏幕,FDC2214,TM4C123GH6PM(/* 2018 TI Cup Gesture Recognition
* Author: My mat is very hot. Mivh
Using serial screen, FDC2214, TM4C123GH6PM)
- 2020-06-19 06:00:01下载
- 积分:1
-
final_code
gsm coding for alarm system
- 2010-08-07 22:19:37下载
- 积分:1
-
iris
对虹膜识别进行整个流程,定位,归一化,识别(iris recognition ,iris feature)
- 2018-11-12 10:19:02下载
- 积分:1
-
Time
随机数据所用时间,计算产生随机数据所用的时间(Time random data, the calculation used to generate random data)
- 2012-04-19 10:49:17下载
- 积分:1
-
E4_2_Windows
利用MATLAB软件分别设计截止频率为200Hz、采样频率为2000Hz的FIR低通滤波器,滤波器长度为81,并绘出各滤波器的幅度频率响应曲线。(FIR low-pass filters with cut-off frequency of 200 Hz and sampling frequency of 2000 Hz are designed by using MATLAB software. The length of the filters is 81, and the amplitude-frequency response curves of the filters are drawn.)
- 2019-05-01 21:51:44下载
- 积分:1
-
pingponggame
pingponggame
- 2022-03-18 02:03:56下载
- 积分:1
-
FlappyBird2
说明: 大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
- 2019-06-17 12:06:28下载
- 积分:1