WIN-CE
探索WiN-ce技术的无限可能,这里汇集了1149个精选资源,涵盖从基础教程到高级开发案例。WiN-ce作为嵌入式系统的核心平台之一,以其强大的图形界面支持、高效的内存管理及广泛的硬件兼容性,在工业控制、手持设备、车载信息娱乐系统等领域展现出卓越性能。无论是初学者还是资深开发者,都能在这里找到提升技...
资源总数
845
WIN-CE 全部资料 845 份
Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramaticall
Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramatically improved condition...
2013-12-20
99
form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20)
form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20) subwin = derwin...
2017-06-12
106
《Windows CE 6.0开发者参考》(《Programming Windows Embedded CE 6.0 Developer Reference》)第四版书中的源代码
《Windows CE 6.0开发者参考》(《Programming Windows Embedded CE 6.0 Developer Reference》)第四版书中的源代码
2017-08-22
181
《Microsoft Windows CE User Interface Services Guide》中文版
《Microsoft Windows CE User Interface Services Guide》中文版
2015-04-21
149
Windows CE和桌面Windows 2000 XP设备
讨论了嵌入式操作系统Windows CE与桌面Windows系统设备驱动开发的区别,主要包括驱动结构模型、驱动组成部分和开发环境。
2013-11-07
196
Windows CE 下串行通信的实现
Windows CE 是微软公司推出的一种嵌入式的操作系统,用于系统资源有限的小型设备。它采用模块化的结构,支持多种外部接口,包括最常用的RS232 串行接口。本文就Windows CE系统串行接口的
2024-05-06
2