搜索资源列表
u-boot-1.2.0.tar
- 移植成功的u-boot1.2.0源码,支持TX2440开发板或者2K大页面nandflash,DM9000a网卡的其他厂家的2440开发板。可设置环境变量以nandflash、网络(tftp以及nfs都可)引导内核,适合初学者进行代码分析或者作为上层开发人员的内核引导工具。 备注:本源码在ubuntu10.04系统下,采用arm-linux-softfloat-gnu-gcc2.4.5编译器编译成功,并在TX2440开发板上完美运行。-Successful transplantation o
vrt
- Variable Reduction Testbench通过对变量进行相关性分析来实现减少变量的目的。-Variable Reduction Testbench is a MATLAB module that allows the application of several methods for variable reduction based on correlation analysis
ValuRang
- This book describes a static analysis that aims to prove the absence of buffer overflows in C programs. The analysis is conservative in the sense that it locates every possible overflow. Furthermore, it is fully automatic in that it requires no user
sensor
- 传感器,检测技术,误差分析,电阻式传感器,变阻式传感器,应变式传感器,电容式传感器,压电式传感器,光电耦合器件等-Sensors, detection techniques, error analysis, resistive sensors, variable resistance sensors, strain sensors, capacitive sensors, piezoelectric sensors, optoelectronic coupled devices
cx
- 介绍了一种基于S3C2410微控制器的直流电机调速系统。文章在介绍PWM调速原理的基础上详细说明了S3C2410的PWM发生器的结构特点及其使用方法,并详细分析了调速相关程序及调速系统的总体设计,实现了直流电机的变速转动以及正反转的互换-A DC motor speed control system based on the S3C2410 microcontroller. Article on PWM speed control principle based on the detailed
814xappprogramV1.0
- 文件说明 1. 该函数包仅用于GM814x的操作,包含了对该芯片的配置寄存器读写、数据收发、软件shutdown、 软件wakeup操作,以及对接收数据的分析处理。 2. 该函数包中部分变量名和宏定义需与外部主程序一致,具体请参见源文件。 3. 该函数包中调用的三个函数ClrCS(),SetCS(),SPITransmit(unsigned char c)需要 用户根据所用的单片机系统编写相应源代码,并注意函数名的统一。 4. 该函数包中串口号变量N由0~3分别表示串
main
- 本项目是基于Cortex-M3 的地沟油快速检测装置,旨在实现“地沟油”快速,现场检测。MCU控制可编程的直接数字频率合成器(DDS)产生正弦激励信号,经过可变增益放大器(VGA)和低通滤波器(LPF)作用于食用油阻抗传感器(实验室制作)信号经过仪器放大器送入微控制器(MCU)的模数转化(ADC)通道,MCU对采集的信号通过快速傅里叶变换(DFT)处理,实现食用油阻抗与相角的检测;USB和以太网接口,可与计算机通讯,以便对采集的数据进行存储和分析。-The project is based on
Classicprograms4
- 学习static定义静态变量的用法 ?1.程序分析:2.程序源代码:-Learning static definition of the use of a static variable. Program analysis: 2. Program source code:
Classicprograms4
- 学习static定义静态变量的用法 ?1.程序分析:2.程序源代码:-Learning static definition of the use of a static variable. Program analysis: 2. Program source code:
34726426pmsm3_2
- The article concerns observing states of the Induction Motor (IM) using a Luenberger observer in the speed servo drive. The movement of the motor and observer roots is analyzed for a variable speed. Following the analysis, a new method for gain uatio
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
C语言指针用法详解
- 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍一下如何完全理解一个 复杂类型,要理解复杂类型其实很简单,一个类型里会出现很多运算符,他们也像普通的表 达式一样,有优先级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析.(To understand pointers, there will be some more complex types, so let me first explain how to fully underst