搜索资源列表
EmbeddedGUI-SDK_For_Linux.tar
- 这是一个支持\"微型嵌入式 GUI\" 的 SDK For Linux 版,其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对话框窗 口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR横向滚动条,VSCROLLBAR竖 向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,COM
2410-Sshiyanzhidaoshu2007.05.29
- Linux 价格低廉、功能强大,可以运行在X86,Alpha,Sparc,MIPS,PPC,MOTOROLA,NEC,ARM 等硬件平台上,而且开放源代码,可以定制。我们所介绍的硬件平台是基于ARM 体系结构, 由北京博创兴业科技有限公司开发的UP-NetARM3000 和UP-NetARM2410-S 实验仪器。 UP-NetARM3000 的CPU为ARM7TDMI内核的三星S3C44B0X01 芯片,由于没有MMU(内存管理单 元)只能运行uClinux,UP-NetARM
POEmbededLinux
- 嵌入式linux内存和性能优化, 很好的一本书. 这本书主要介绍两个方面的内容: 1, 如何节省系统内存 2, 如何加快进程运行速度. 这本书主要面向的人员: 1, 嵌入式Linux软件开发人员 2, 系统优化人员 3, 系统架构师 -Linux embedded memory and performance optimization, a good book. The book introduces two aspects: 1, how to s
6059listings
- linux下内存使用检查、泄漏检测工具等,可交叉编译,在arm平台中运行。-This is the set of files and directories for running the example code theat is part of the memory leak detection software. It consists of four directories. They are: dmalloc- files for building and
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
gzip
- gzip压缩库,可用于内存压缩或文件压缩,压缩效率比较高,压缩包内有库的原码,我自己写了调用这个库的测试程序,库可以在linux上运行,测试程序是在VC2008下做的。-gzip compression library that can be used for memory compression, file compression, high compression efficiency, compressed package source library, I wrote a test pr
heapLib-1.1
- 这是一个在无操作系统的平台中使用的内存堆栈分配的库源码。可以在裸机下运行。-This is a use of the free operating system platform in the memory stack allocation library source code. Can run on bare metal under.
1.leds_s
- Tiny6410 点灯汇编代码。。 Linux平台下的gcc编译工具编译。 裸机程序, 运行时,boot要先起来, 把bin文件烧到0x50000000内存起始地址执行-Tiny6410 lighting assembly code. . gcc compiler tool to compile the Linux platform. Bare metal program, running, boot up first, burn the bin file memory starting add
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。