-
基于LPC2368的UCOSII系统框架例程
基于LPC2368的UCOSII系统框架包括ADC、外部中断、PWM、UART(0 1 2 3 )例程
#include "main.h"
#define TASK0_ID 16 // 任务的ID
#define TASK0_PRIO TASK0_ID // 任务的优先级
#define TASK0_STACK_SIZE 256 // 定义用户堆栈长度
#define TASK1_ID 17 // 任务的ID
#define TASK1_PRIO TASK1_ID // 任务的优先级
#define TASK1_STACK_SIZE 512 // 定义用户堆栈长度
#define TASK2_ID 18 // 任务的ID
#define TASK2_PRIO TASK2_ID // 任务的优先级
#define TASK2_STACK_SIZE 256 // 定义用户堆栈长度
#define TASK3_ID
- 2022-01-25 21:39:01下载
- 积分:1
-
ant
Ant simulations with DOS interface and using Turbo C 3.0 to compile
- 2010-08-02 14:16:32下载
- 积分:1
-
Barcode
这是一个源生的扫描二维码的demo,识别速度很快。(This is a source of scanning two-dimensional code demo, recognition speed is very fast.)
- 2018-05-03 11:23:47下载
- 积分:1
-
matlab
说明: 通过vc与matlab的接口,计算光滑曲面上的平均曲率和高斯曲率
(By vc interface with matlab to calculate the average on the smooth surface curvature and Gaussian curvature)
- 2011-04-11 17:09:54下载
- 积分:1
-
DeConfuser-master
This is a deobfuscator for protected confuser assemblies
- 2017-12-10 12:08:36下载
- 积分:1
-
蓝牙cc2540
蓝牙4.0开发手册,详细介绍了蓝牙cc2540开发板的详细情况,学习低功耗蓝牙的可用看看
蓝牙4.0开发手册,详细介绍了蓝牙cc2540开发板的详细情况,学习低功耗蓝牙的可用看看
- 2022-06-28 09:13:17下载
- 积分:1
-
achieve agreement snmp functional source code
C#实现snmp协议的部分功能源代码-achieve agreement snmp functional source code
- 2023-07-14 15:00:03下载
- 积分:1
-
代码模版
用于嵌入式系统开发中,程序员写代码时的代码模板规范(Code template specification for programmers to write code for the development of embedded systems)
- 2017-12-06 13:23:35下载
- 积分:1
-
实验17 ADC实验
可以ADC外接电阻分压装置,从而实现根据所得的电压进行挡位切换。自动测量电阻。(ADC can be connected with resistance voltage divider to realize gear switching according to the voltage obtained. Automatic measurement of resistance.)
- 2020-06-21 09:00:01下载
- 积分:1
-
阻尼器配套上位机代码
基于VS2010软件、C#语言开发的一款上位机软件,通过串口与阻尼器控制下位机通信,可实现对下位机的参数设置以及采集下位机发送上来的数据,数据可通过两种模式进行直观地显示;一是文本形式显示出来;而是以曲线形式直观地显示。本软件工作稳定可靠。
- 2023-02-22 12:40:03下载
- 积分:1