-
cc1100send-and-receive
P1DIR |= 0x03; //P1_0, p1_1, OUTPUT
CLKCON &= ~0x40; //晶振
while(!(SLEEP & 0x40)); //等待晶振稳定
CLKCON &= ~0x47; //TICHSPD128分频,CLKSPD不分频
SLEEP |= 0x04; //关闭不用的RC振荡器
//Initkey();
Init_T1();
InitUART(9600); //初始化串口
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-23 14:42:43下载
- 积分:1
-
伯肃叶流动用格子boltzmann方法去扩展新的研究方法
伯肃叶流动用格子boltzmann方法去扩展新的研究方法-Peter Stephen leaf lattice boltzmann method flow go with the expansion of new research methods
- 2022-10-15 11:15:03下载
- 积分:1
-
数学建模若干问题的论文
数学建模若干问题的论文- Mathematics modelling certain questions papers
- 2022-04-29 15:18:04下载
- 积分:1
-
数值分析牛顿插值经典源码
数值分析牛顿插值经典源码-numerical analysis Newton"s classic source
- 2022-03-29 18:58:38下载
- 积分:1
-
飞思卡尔摄像头串口调试程序
OV7620摄像头数据采集 硬件配置说明: *摄像头位数据位 - PORTD0~7 *PCLK - PORTC0 *行中断 - PORTA29 *场中断 - PORTB0 *图像数据输出 - K60串口1,波特率115200 *添加说明: 我们
- 2022-05-23 16:30:30下载
- 积分:1
-
pitch detection
代码用于检测给定的语音信号的音调轮廓。
- 2022-06-30 14:20:35下载
- 积分:1
-
机器人避障
简单的机器人避障算法,使用的是虚拟力场的方法。附有效果截图。对于机器人路径规划的初学者会有帮助。代码简单易懂,可以自己设定障碍物的位置。
- 2022-08-23 07:06:07下载
- 积分:1
-
Plane finite element program, very useful for beginners
平面有限元计算程序,对于初学者非常有用的-Plane finite element program, very useful for beginners
- 2023-01-20 09:15:04下载
- 积分:1
-
plane eight
平面8节点单元类,可以输出单元的刚度、质量、阻尼矩阵,并可通过形函数插值得到内部各点得位移、应力等。对各位以前编写的程序的一个补充和完善吧。-plane eight-unit category, the output unit stiffness, mass, damping matrix, through the shape function can be interpolation points in the internal displacement and stress. Right before you and the procedure for the preparation of a supplement and perfect it.
- 2023-02-03 03:45:04下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1