搜索资源列表
extremedb2.3linux
- eXtremeDB完全工作在主内存中,不基于文件系统,减少了诸如磁盘访问、文件I/O操作、缓存同步等开销,使得eXt remeDB的存取速度提高到极限;通过数据库定义语言面向应用系统定制的API使得eXtremeDB能够面向应用最优化;事 件触发、字段优先级等特色使得eXtremeDB管理实时数据时具有确定性。 eXtremeDB根据用户需求定义的API使得eXtremeDB与应用程序无缝集成。因此,eXtremeDB不仅在系 统中嵌入,而且“嵌入”在应用程序中,是一种真正的嵌入式实时
WriteCommonMemory
- 在WinCE环境下,不同的AP可能需要共享数据,信息,该例子就是几个不同的AP来读写同一块内存的例子.-in WinCE environment, the different AP may need to share data, information, The example is the AP several different to read and write with a memory examples.
ShowPic
- wince 5.0下应用软件,主要实现一台机器运行多个地图,实现软件的自由配置。以及地图的自由设置。游戏的自由配置等功能。不好意思,上次上传的软件,我没有进行DEBUG调试,今天调试发现有内存越址,修改之后上传给大家,在添加SD卡拔出消息。有任何问题,请联系我。-under wince 5.0 application software, mainly to achieve a single machine run multiple maps, to achieve the freedom of
SystemMonitor
- wince system memory check, total, use, fr-wince system memory check, total, use, free
memory
- wince下内存测试程序,可以查看总内存当前已用和剩余内存-test memory
WinCEStorageMemoryandProgramMemory
- WinCE中划分Storage Memory和Program Memory!-Storage Memory and Program Memory in WinCE!
DispLCD_2440
- This function Demo How to Setup LCD in WinCE5.0,You can see LCD init and seting logic for transferring LCD image data from a video buffer located in system memory to an external LCD driver.You can build it in WinCE 5.0,This demo is working in SAMSU
wince6.0
- 在wince 6.0 中,虚拟内存的页面有三种情况:它的内存分布和WINDOWS类似,都是内核2G,用户2G;-In wince 6.0, the virtual memory pages in three ways: it is similar to the memory distribution and WINDOWS are the core 2G, a user 2G
S5PC100_UM_REV1.04
- Samsung s new ARM cpu datasheet. S5PC100 Spec. - CPU ARM Cortex-A8 667-833Mhz - 32KB L1, 256KB L2 Cache - Video 720p (1280x720 Play. h.264 divx, mp4...) - nand, sd/mmc, usb booting - Windows CE 6.0, Linux (*Android) support - support 1
u-boot-1.1.6-TQ6410_V0.1
- ARM11 S3C6410底层软件 UOOBT 启动 支持SD启动 WINCE LINUX TQ6410 u-boot 版本:u-boot-1.1.6 主要功能: 1、支持一键式菜单,操作简单方便 2、支持Nand Flash擦除、读、写 3、支持USB 下载镜像 4、支持打印、设置、保存环境变量 5、支持内存内容显示、对比、修改 6、支持bootm、bootargs设置 ★ 提供源代码 -ARM11 S3C6410 UOOBT underlying so
OAK
- WINCE系统都是在EBOOT阶段初始化LCD,所以要想显示自己的LOGO就需要在EBOOT阶段将LOGO内容显示出来,读取LOGO的方式可以和从存储器中读取NK一样,具体位置自己来定义。-WINCE system is initialized in stage EBOOT LCD, so in order to display your LOGO on the need to phase in the EBOOT the content displayed LOGO, LOGO ways to
Permanently-save-setting-on-wince
- WINCE本身是一个完全在内存中运行的系统。每次启动都需要把NK.BIN拷贝到内存中相对应的地址。这样的系统就不需要了系统维护,但是如何“永久”的保存设置就成了问题。本文将介绍如何在Wince中实现设置的永久保存。-WINCE itself is a complete system running in memory. Each time you start to copy all need to NK.BIN corresponding memory address
Memory-Leak-Detect
- 详细介绍了wince编程环境下,内存泄露检测的方式。对于wince环境下的内存泄露检测有着很强的指导意义。-Wince programming environment described in detail, the memory leak detection methods. Wince environment for memory leak detection has a strong significance.
process_communication_wince
- 开发平台:vs2005; 目标平台:WINCE; 功能描述: 进程间通讯的方法有很多,除了常用的剪切板外,还可以用以下几种方法来实现:利用Windows消息WM_COPYDATA、全局原子、内存映射文件、命名管道、邮槽等。 在这里我使用的是Windows消息WM_COPYDATA来实现进程间通讯。-Development platform: vs2005 target platform: WINCE Descr iption: inter-process communicat
wincePsystem
- 讲解wince系统开发比较好的一本书 第一章 引言 第二章 Windows CE系统结构 第三章 处理程序与执行绪的描述和排程 第四章 储存管理 第五章 Windows CE的储存管理 第六章 装置管理 第七章 使用者接口与图形子系统 第八章 动态链接库的载入分析 第九章 执行绪在队列之间的转换分析 第10章 虚拟内存 第11章 档案系统 第12章 驱动程序加载机制 第十三章 Windows CE应用程序开发环境 第十四章 Windows
APNMemoryManage
- 当时在WinCE下工作,项目中给我们指定使用的内存大小只有10M,而在项目中经常发生内存泄漏,内存使用超出范围等各种错误,所以为了项目质量的提高,写了一个模块系统内存分配的库,用于管理项目中的内存分配。重载了 new,delete 以及实现了 malloc fr-At work in WinCE project gave us the memory size specified using only 10M, and often occur in the project memory leaks