-
关于很多实用算法的描述,例如递归、贪心算法
关于很多实用算法的描述,例如递归、贪心算法-About the description of a lot of practical algorithms, such as recursive, greedy algorithm and so on
- 2022-03-10 16:58:05下载
- 积分:1
-
CCITT
A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
- 2022-02-20 02:39:26下载
- 积分:1
-
飞思卡尔MC9S12XET,SD卡程序
资源描述程序使用说明:
SD卡读写操作试验,默认为1G SD卡
串口波特率:19200
按OK 开始读写
按ESC 停止读写
使用步骤:
1.格式化SD卡,文件系统最好用FAT(不是FAT32);
2.在电脑上建立一个LONGQIU0.TXT文件;
3.将文件的内容反复复制,大小为所需存储大小,最好大于1M字节;
4.讲给文件复制到SD卡;
5.将SD卡插入开发板SD卡插槽;
6.上电后数据自动保存;
7.数据采集完毕后关闭开发板电源,取出SD卡;
8.将SD卡插入电脑,拷贝LONGQIU0.TXT文件到电脑上;
9.复制LONGQIU0.TXT文件中相应的内容到一个新建的WORD文档中,可见相应格式很有规律;
10.重新复制WORD中的有用内容到任意TXT文档中保存和处理即可。
- 2022-06-01 08:28:28下载
- 积分:1
-
lcd液晶显示器的单片机地层驱动程序以及字符点阵生成器,刚刚做完的项目,希望对大家有用...
lcd液晶显示器的单片机地层驱动程序以及字符点阵生成器,刚刚做完的项目,希望对大家有用-LCD LCD driver SCM formation and character dot-matrix generator, the project has just been completed, we hope to useful
- 2022-10-17 09:50:02下载
- 积分:1
-
With the 1602 display clock, with three buttons. There keil file proteus file.
用1602显示时钟,带3个按钮。有keil文件 proteus 文件。-With the 1602 display clock, with three buttons. There keil file proteus file.
- 2022-07-01 05:14:15下载
- 积分:1
-
是内存受限系统设计的代码。
是内存受限系统设计的代码。-is limited memory system design code.
- 2022-05-30 12:10:07下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
msp430 1602c驱动程序
msp430f149
1602c屏幕驱动
包含AD转换,pwm,定时器,以及诺基亚5110驱动代码
- 2022-02-05 22:09:09下载
- 积分:1
-
TICH
HI-TICH-picc9.60编译器,最新的编译器和破解文件,保证能用-HI-TICH-picc9.60 compiler, the latest compiler and crack files, can be used to ensure
- 2023-08-09 01:35:06下载
- 积分:1
-
触摸屏arm3000实验源代码
arm3000触摸屏实验源代码 -Touchscreen arm3000 experimental source code
- 2022-10-21 09:45:03下载
- 积分:1