-
ADS开发环境下的基础实验,代码简单易懂,适合学习.
ADS开发环境下的基础实验,代码简单易懂,适合学习.-ADS development environment based on the experiments, easy-to-read code, suitable for learning.
- 2022-01-25 22:47:11下载
- 积分:1
-
LPC214X系列ARM在KEIL编译环境下的所以例程
LPC214X系列ARM在KEIL编译环境下的所以例程-LPC214X ARM series in KEIL compiler environment so the routines
- 2022-08-22 18:13:35下载
- 积分:1
-
on line shopping
网上购物或电子购物是电子商务的一种形式,它允许消费者通过网络浏览器直接从卖家那里购买商品或服务。备选名称有:e-webstore、e-shop、e-store、Internet shop、web shop、web store、online store、online storefront和virtual store。移动商务(或移动商务)描述从在线零售商的移动优化在线网站或应用程序购买。
- 2022-05-15 21:04:39下载
- 积分:1
-
balance_car
代步两轮自平衡车,采用ADX330+IDG+ARM控制,卡尔曼滤波,PID控制,实现自平衡和平地动行转弯,供大家学习参考
- 2023-05-07 15:25:03下载
- 积分:1
-
ARM
ARM-LPC23xx系列DAC源代码。-ARM-LPC23xx Series DAC source code.
- 2023-06-11 12:30:09下载
- 积分:1
-
S3C2410 realize in the CAN bus protocol and driver, including driver source code...
在S3C2410上实现CAN总线的协议及驱动,包含驱动源代码,在ADS环境下开发-S3C2410 realize in the CAN bus protocol and driver, including driver source code, in the ADS environment to develop
- 2022-09-24 18:40:02下载
- 积分:1
-
GPU编程教程,目前国内好的唯一的中文教程。
GPU编程教程,目前国内好的唯一的中文教程。-GPU programming tutorials, the only Chinese domestic good tutorial.
- 2022-03-24 16:24:34下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
比较详细的介绍了ARM的开发步骤同时说明了在开发过程中一些注意事项。...
比较详细的介绍了ARM的开发步骤同时说明了在开发过程中一些注意事项。-rather detailed account of the development of the ARM with an indication of the steps in the development process for some attention.
- 2023-01-16 01:55:04下载
- 积分:1
-
sim900 控制器
这是我自动答录机的源代码。它可以控制 8 路继电器输出通过 GSM 网络。首先,当你调用它时,它将比较拨入号码与 sed 卡中存储的数字。如果它们匹配,它会回答,然后你会听到一个声音说你好。唧唧歪歪
- 2022-01-26 03:41:21下载
- 积分:1