-
USB—SD卡模拟U盘
stm32f103,SD卡,USB,模拟U盘功能(stm32f103 SD CARD USB simulate USB flash disk)
- 2019-06-15 09:36:38下载
- 积分:1
-
BER
说明: 提供了各种调制手段之下的通信BER仿真结果,并且运用MALAB的simulink加以实现(programs for the communication BER modulation)
- 2011-03-09 23:40:02下载
- 积分:1
-
v1_test_led
Light up LED, realize intelligent control LED, light up two LEDs
- 2020-06-21 23:20:01下载
- 积分:1
-
PIX飞控源码
说明: 飞行控制器源码内置pid算法以及陀螺仪姿态结算是飞控入门的好源码(The built-in PID algorithm of flight controller source code and the attitude settlement of gyroscope are good source codes for the introduction of flight control.)
- 2020-06-19 04:20:01下载
- 积分:1
-
2
说明: 利用C语言编程实现电话远程控制程序,包括验证密码和读数据标志等功能
(control system)
- 2009-11-26 15:59:52下载
- 积分:1
-
PWM_test
基于Linux下的pwm驱动测试程序,可根据自己的需要修改设备节点。(This is a pwm drivers test procedure based on Linux,you can modify device nodes according to your needs.)
- 2016-10-09 14:58:06下载
- 积分:1
-
最大子团问题
#include
#include
#define N 20
struct code
{
int a[N][N];
int n;
int x[N];
int bestx[N];
int cn;
int bestn;
}Y;
int count;
void Backtrack(int i)
{
int OK=1;
int j;
if(i>Y.n)
{
for(j=1;j
- 2022-01-27 23:45:31下载
- 积分:1
-
DTMF检测代码和演示程序
用C实现的DMTF的检测算法。
检测采样频率为8K HZ,16位。 直接在code中写死的,可以在code里修改为其他的。
对标准的双频信号检测还是很准的。
对误差的处理有待改善。
附件里有build出来的文件和一个示例的PCM文件
- 2022-02-21 10:12:09下载
- 积分:1
-
CUDA_Matrix
CUDA的基礎的矩陣相乘法,包含CPU版本以及GPU版本(CUDA Matrix)
- 2013-09-07 00:56:32下载
- 积分:1
-
FATFS
讲述STM32与SD卡的FAT文件系统,便于单片机数据保存(About the STM32 and SD card FAT file system, to facilitate data storage SCM)
- 2014-02-17 11:07:33下载
- 积分:1