-
armfly-DSP-tutorials-Chapter-14
本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解支持函数中的Q7,Q15和Q31分别向其它类型数据转换。(This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
)
- 2015-06-18 14:57:52下载
- 积分:1
-
STM32F4xx(start-and-library)
stm32f4xx包含启动文件(starup_stm32f4xx.s,system_stm32f4xx.h,system_stm32f4xx.c,system.h)和库函数(stm32f4xx intialize files and library)
- 2013-10-26 20:03:08下载
- 积分:1
-
基于52单片机的电子称_热量形式
说明: 称取食物热量,可以预设单位重量热量值。通过扫描压力传感器信号,实时显示重量及热量(a 51 MCU process weight food calorie)
- 2020-06-25 03:00:02下载
- 积分:1
-
LCD1602
基于DSP2812的LCD1602液晶的驱动程序(Based on the DSP2812 LCD1602 liquid crystal of the driver
)
- 2012-02-08 14:56:58下载
- 积分:1
-
MFC画图代码
使用了MFC画图,在整这个过程中自己感觉到了很大的压力,期间都没填熬夜到很晚,因为这是期末要交的一个作业,开发一个程序这个样子吧,能够画出一些老师要求的线或者是圆又或者是其他的一些平面上的东西
- 2022-06-19 16:47:59下载
- 积分:1
-
x86_L3-1
uCOS多任务的实现,keil开发环境.....(uCOS implementation of multi-tasking, keil development environment .....)
- 2010-09-16 22:44:14下载
- 积分:1
-
Fourier
《实用Fourier变换及C++实现》随书光盘源码,提供了Fourier变换、Hillbert变换等模板库(" Practical Fourier Transform and C++ to achieve," the book s CD-ROM code, provides Fourier transforms, Hillbert transform template library, etc.)
- 2009-10-09 14:45:26下载
- 积分:1
-
STM32F103ZET6——IIC驱动OLED代码
STM32F103ZET6——IIC驱动OLED代码
- 2021-05-06下载
- 积分:1
-
ghost32
ghost32恢复备份,分区与分区之间,分区与硬盘,mfc界面,详细驱动列表,包含各个磁盘的详细信息,可以直接使用,参考价值很大
- 2022-03-11 15:08:19下载
- 积分:1
-
如何将字体库中字替换成需要的字
#include
#include
#include
#include
#include
static int flag=0;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void print_bin(unsigned int n,int m)//字符转为8位2进制 ,1行显示16位或24位
{
int l = sizeof(n)*8;//总位数。
int i=7;
/*if(i == 0)
{
printf("0");
return;
}
for(i = l-1; i >= 0; i --)//略去高位0.
{
if(n&(1
- 2022-01-24 17:03:16下载
- 积分:1