搜索资源列表
uCOS-II
- u C / O S 是一种公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统,商业应用需要付费。 μC/OS-II 的前身是μC/OS,最早出自于1992 年美国嵌入式系统专家Jean J.Labrosse 在《嵌入式系统编程》杂志的5 月和6 月刊上刊登的文章连载,并把μC/OS 的源码发布在该杂志的B B S 上。 用户只要有标准的ANSI 的C交叉编译器,有汇编器、连接器等软件工具,就可以将μC/OS-II嵌人到开发的产品中。μC/OS-II 具有执行效率高、占用空间小、实时性
DLL-based-Windows-system-programming
- Windows系统程序设计之DLL基础,使用 DLL 有很多好处,比如促进代码的模块化、代码重用、内存的有效使用和减少所占用的磁盘空间等。-DLL-based Windows system programming, using the DLL has many advantages, such as the promotion code modularity and code reuse and efficient memory usage, and to reduce the disk spa
daxuezimu
- 关于大写字母转小写字母,过程中减少内存占用。结果迅速方面。-ABC exchange abc
FFT-and-FFT-2D-ANSI-C
- 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t