-
stm32飞控源代码 STM32F407_FCVGTx_ANO 飞控
stm32飞控源代码内置pid算法陀螺仪姿态解算模糊pid等(STM32 Flight Control Source Code Built-in Pid Algorithms Gyroscope Attitude Resolution Fuzzy Pid and so on)
- 2020-06-19 04:40:01下载
- 积分:1
-
gpio_test.c.tar
针对OMAP3530处理器,用来测试GPIO的模块程序。这个程序可以申请gpio,为gpio设置中断处理函数等功能。(For the OMAP3530 processor, the program is used to test the GPIO. This procedure can apply gpio, gpio settings for the interrupt handler functions.)
- 2011-08-11 17:07:23下载
- 积分:1
-
SPICE_demo
SPICE演示讲稿,SPICE的概述
SPICE的网表结构
SPICE的部分语法
电路设计的基本流程
(Demonstration speech SPICE, SPICE overview of SPICE netlist syntax structure of SPICE circuit design part of the basic process)
- 2011-06-22 00:29:17下载
- 积分:1
-
640_480yejing
这是基于立宇泰公司的ARM板开发的彩色液晶图象显示代码,并可以自由切换要显示的图象。(This legislation is based on the Thai-board development of the ARM color LCD image code and the freedom to switch to show that picture.)
- 2007-01-04 20:31:29下载
- 积分:1
-
ARM-Architecture-and-Programming
ARM体系结构与编程;ARM嵌入式系统基础教程(ARM Architecture and Programming)
- 2011-10-07 13:47:25下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1
-
STM32F429摄像头
说明: 只用于学习STM32F4摄像头,将例程的连续采集拍照,改为5s拍照一次。(Only for STM32F4 cameras, the routine of continuous acquisition of photographs, to take a 5S photograph once.)
- 2020-06-20 04:40:01下载
- 积分:1
-
STM32-ENC28J60DEMO-V3
STM32 网口通信STM32-ENC28J60DEMO-V3(STM32 Ethernet port communication STM32-ENC28J60DEMO-V3)
- 2014-02-28 10:04:49下载
- 积分:1
-
GPIO_rtl8019
周立功公司代理的飞利浦ARM芯片LPC2294程序开发源码(Development procedure source code
LPC2294)
- 2009-04-23 16:09:37下载
- 积分:1
-
Arch Model
金融时间序列分析
1. 采用Pandas从Yahoo网上下载上市公司的5到10年的日收盘数据,上证指数的日收盘数据。
2. 计算上市公司和上证指数的收益率,
3. 针对上市公司收益率进行ARMA建模,确定P和q,并对残差进行分析,最后向前预测多期,显示预测图。
4. 针对上市公司收益率进行ARCH建模,确定阶数,并对残差进行分析,最后进行预测。
5. 针对上市公司收益率进行GARCH建模,确定阶数,并对残差进行分析,最后进行预测。(use Arch Model to ananlyse and predict yields from public companies. Python. pandas)
- 2020-07-02 09:40:02下载
- 积分:1