搜索资源列表
ucOS-II-GPS
- ucOS-II 实例:GPS应用源码,可以掌握GPS通信原理,学习NMEA0183 ASCII接口协议格式。-ucOS-II examples : GPS application source code, can acquire GPS Communication Theory, Learning NMEA0183 ASCII Interface Protocol format.
uCOS-II
- 内含任哲编著的《嵌入式实时操作系统uCOS-II原理及应用》,以及UCOS系统源码,以及LCP2000系列ARM上UCOS移植代码-Includes any philosophy " of embedded real-time operating system uCOS-II Theory and Application" , and UCOS system source, and LCP2000 series ARM UCOS transplant code
uCOS-IItheory
- μCos II 原理(1)讲述微操作系统工作原理 市面有配套书-μCos II theory(1)About micro operating system principle There is complete
UCOS-file-System
- UCOS文件系统的。详细讲述UCOS文件系统的原理和实现-UCOS file system. Detail UCOS file system theory and realization
uCOS-II--PPT
- 嵌入式实时操作系统uCOS-II原理及应用 任哲编 相关的讲座PPT-Embedded real-time operating system uCOS-II theory and application related to any philosophy lecture series PPT
uCOS_II-on-the-Nios-transplant
- NIOS II学习资料汇总及μCOS_II在Nios上的移植(含理论及代码)-NIOS II study information the summary and μCOS_II on the Nios transplant (including the theory and code)
KeygenCircuitMakerV6.0Pro
- A Fast Fourier Transform (FFT) is an efficient algorithm to compute the Discrete Fourier Transform (DFT) and its inverse. There are many distinct FFT algorithms involving a wide range of mathematics, from simple complex-number arithmetic to group the
embedded-systems
- 基于 嵌 入式系 统 理 论和 容 错系 统 体系 结 构, 结 合故障 一 安 全电 路的 设计 理念, 给出 了 一 种 嵌 入式 二乘 二 取 二容 错计算 机 联锁系 统的 硬件 设计. 深 入阐 述了 系 统 硬件电 路的 设计理论依据和工 作原 理, 同 时 给出了 设计中 的 元 件选型. 通过功能 测试, 系 统设计符 合故障 一 安全的 设计原则, 理论 计 算 表明, 其可 靠 性、 安全 性 达 到 铁 路 信号系 统 要求-Based on the theor
fanging_v32
- Calculating a target and ocean echo power spectral density, D-S evidence theory data fusion, Can realize the two-dimensional data clustering.
ismcd
- D-S evidence theory data fusion, Single path or multipath Rayleigh fading channel simulation, There are cycle detection, periodic testing.
pai-V8.7
- D-S evidence theory data fusion, Minimum mean square error (MMSE) algorithm, Has been successful debugging. M contains files can be directly run.
STM32F103C8T6_UCOS_DEMO
- 这是按照前面我发的从零开始学习ucosii手册,编写成功的模板。芯片是stm32f103c8t6,移植在f103芯片上,都是同理可得。记住虽然可以直接拿着用,但是要修改对应的IO口哦,程序效果是led小灯闪烁。(有一个问题我也不太清楚,理论上c8t6的启动文件应该是startup_stm32f10x_md.s,但是用它却不能成功。用startup_stm32f10x_hd.s却成功了。)(This is a successful template written in front of the