-
CC430-4-TIMER
CC430定时器应用程序定时2MS点亮LED灯,定时2MSLED灭。(CC430 timer application timing the 2MS light LED lights, timing 2MSLED off.)
- 2012-07-24 16:18:33下载
- 积分:1
-
01_串口通讯实验
说明: 串口通信简单的,易懂适合小白,底层开始做(serial communication)
- 2020-11-16 14:29:07下载
- 积分:1
-
udisk-mp3
51单片机模拟spi,读写u盘,vs1003解码,mp3制作(51mcu udisk vs1003 spi mp3)
- 2012-08-01 11:34:13下载
- 积分:1
-
诛仙魔方 v1.5.5.0正式版
送达搜我红烧豆腐归宿有分公司了哈是积分咯我更卡了剑魂都撒即可卢浮宫 的撒即可刚回家卡法克设计规范(Aston gold gold miners, several kinds of sprinkled to restore health, sprinkle their bones and hatchet hatchet to see whether the time of the holiday card is gas.)
- 2018-06-15 05:45:22下载
- 积分:1
-
smo-mkl
说明: 多核学习+SMO算法的代码实现,包括java版本、python版本和C++版本(Multiple Kernel Learning and the SMO Algorithm)
- 2019-04-10 20:17:03下载
- 积分:1
-
Code-Talker-Tunnel
其前身是skpepmorph, 依然是基于Skype语音视频电话流量用于混淆通信流量,目前主要应用于洋葱浏览器中,用于接入Tor网络,目前是最新的代码
- 2022-02-04 12:55:37下载
- 积分:1
-
趋势ea
外汇刷单 ea,手数跟仓位以及加点位置可以自行设置,止盈止损也讷讷设置 ,上船的就是源码,各位相互交流进步
- 2022-06-16 07:08:51下载
- 积分:1
-
mfc
mfc界面实例,其中含有多个实例,由浅入深(mfc interface instance, which contains more than one instance, Deep)
- 2013-05-15 00:17:39下载
- 积分:1
-
stm32f4ADC+DMA六通道数据采集
使用stm32f4的ADC和DMA同时采集6路数据,数据传输不需要MCU内存的参与,减少内存消耗,数据采样率大。(The ADC and DMA of stm32f4 are used to collect 6 channels of data simultaneously. The data transmission does not need the participation of MCU memory, so the memory consumption is reduced and the data sampling rate is high.)
- 2018-10-08 10:16:51下载
- 积分:1
-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1