-
duoguangshu
迈克尔逊演示程序,很好用的一个程序。迈克尔逊演示程序,很好用的一个程序。(Michelson demo program, with a very good program. Michelson demo program, with a very good program.)
- 2013-11-26 23:20:26下载
- 积分:1
-
MM32F103_ZMM__Demo_CoreMark
国产arm芯片MM32F103的CoreMark跑分,实际测试过,在keil5上实现(MM32F103 CoreMark)
- 2021-02-20 16:39:43下载
- 积分:1
-
基于s5pv210 rtc驱动实验
#include // include/linux/xxx.h
#include
#include
#include
#include
#define S5PV210_PA_RTC 0xe2800000
void rtc_release(struct device *dev)
{
}
struct resource s5p_rtc_resource[] = {
[0] = {
.start = S5PV210_PA_RTC,
.end = S5PV210_PA_RTC + SZ_1K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = IRQ_RTC_ALARM,
.end = IRQ_RTC_ALARM,
.flags = IORESOURCE_IRQ,
},
};
struct platform_device rtc_plat_dev = {
.name = "rtc-plat",
.num_resources = ARRAY_SIZE(s5p_rtc_resource),
.resource = s5p_rtc_resou
- 2022-03-01 20:11:47下载
- 积分:1
-
Balancing
自平衡小车卡尔曼滤波程序,ADXL220
可以站立前进倒退(Self-Balancing Robot Kalman filtering procedures, ADXL220 can stand forward backwards)
- 2014-02-04 11:18:14下载
- 积分:1
-
async_scanner_test_C_Sharp_Demo
windows mobile 6.5 系统PDA扫描演示程序(windows mobile 6.5 scanner)
- 2013-10-30 20:11:19下载
- 积分:1
-
Integer_NSGA-Ⅱ
对nsga2进行修改,实现整数规划,输出两目标的帕累托前沿(Integer programming with nsga2)
- 2019-03-07 14:26:27下载
- 积分:1
-
uCOS-III 应用开发指南—F429
说明: uCOS-III 应用开发指南—F429,详细实用,可以从零开始学习。(UCOS-III Application Development Guide-F429, detailed and practical, you can learn from scratch.)
- 2019-06-10 17:01:05下载
- 积分:1
-
a
说明: Gsm手机(短信息,电话簿)开发库C++源代码 (Gsm mobile phone (SMS messages, phone book) the development of library C++ Source code)
- 2008-11-22 21:18:00下载
- 积分:1
-
接收到来自PC机串口通信发来的数据后,将所有接收数据用CAN 转发到从实验板(从CAN)
CAN总线的基本传输代码 接收到来自PC机串口通信发来的数据后,将所有接收数据用CAN 转发到从实验板(从CAN)详细描述了CAN总线传输数据时所需要的步骤和寄存器,这是我学习CAN总线时在网上找的的一个代码,觉得很珍贵,上传希望能够帮到大家。
- 2022-06-19 10:22:47下载
- 积分:1
-
Expression-evaluation
bo3-1.cpp 顺序栈(存储结构由c3-1.h定义)的基本操作(9个)
algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)(Bo3-1.cpp order of the stack (storage structure defined by the c3-1.h) basic operations (9)
Algo3-6.cpp expression evaluation (input, output, and intermediate results are only 0 to 9))
- 2014-02-11 18:14:56下载
- 积分:1