自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (28)
  • 收藏
  • 关注

原创 WINCE 6.0开发环境的安装

<!-- /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-q

2009-10-29 17:33:00 1941

WINCE定制开发入门

Windows CE嵌入式系统开发概述,多普达内部培训资料。

2010-03-08

Windows Embedded CE 中断结构分析

本文主要以WinCE .NET 5.0为操作系统平台,ARM为硬件平台,分析了WinCE下中断的结构与实现方式

2010-03-08

Windows CE BSP及驱动程序结构分析

详细的介绍了Window CE BSP开发,及驱动的结构分析。

2010-03-08

微软之匈牙利命名法则

详细的介绍了微软内部软件开发之匈牙利命名法则。无论是对于资深软件开发人员还是初学者都是很大的帮助。

2010-03-08

Windows Mobile Kitl调试说明

基于WINCE,windows Mobile的KITL技术的实现和使用说明文档。嵌入式驱动开发人员必读。

2012-06-12

常用ARM指令集

系统和驱动开发者的必备手册,包含最全的ARM指令

2012-05-16

NandFlash驱动分析

NandFlash驱动分析:包含详尽的架构分析及驱动实现,详尽的介绍了从bootloader到内核中涉及到nandflash驱动的东西。

2012-05-16

Android中文开发指南

Android中文开发指南,根据英文翻译过来的,适合初级应用开发者。

2012-06-12

KITL的技术分析和实现

KITL(Kernel Independent Transport Layer)是基于Windows CE平台的一种软件技术,开发商基于它可以很容易地支持各种调试功能,本文将详细介绍KITL的架构和实现原理。绝对原创

2012-06-12

git用法简介

非常强大的分布式代码管理工具,Linus Torvalds为了帮助管理Linux kernel而开发的工具。

2012-08-13

Android开发指南中文版

android开发指南,中文版,通过google documents翻译过来的,较为详尽~

2012-08-13

WINCE基于12C总线的键盘驱动

该设计基于Windows CE5.0操作系统、PXA270处理器,采用MAX7347芯片,以12C总线通信为基础。计可以实现多迭64个按键的管理,与CPU通信只需要3务 总线,有效地节省了GPIO口。

2010-03-08

基于Windows CE的GPIO键盘驱动的设计与实现

绍了基于Windows CE的GPIO键盘驱动设计。详细分析了实现键盘驱动所需要的工作;并成功地完成了自定义功能的键盘驱动。

2010-03-08

基于WM的声音和背光控制代码

用MFC写的,控制WM,WINCE设备的声音大小,背光亮度的示例程序。可单独控制键盘和触摸品的设置,以及调节背光亮度。

2012-06-12

WINCE 6.0安装详解

WINCE6.0 安装步骤详解,一步一步教你怎么安装WINCE6.0

2009-11-05

VB基础教程--中文版

史上最简单的VB入门教程,适合初学者,可作为编程手册

2008-12-04

输入法示例程序

使用MFC编写的基于WINCE, WM6.x操作系统的 关于输入法控制函数的示例代码。 10/29/2008 The following table shows Input Method Manager (IMM) functions with a description of the purpose of each. In This Section EnumRegisterWordProc This function is an application-defined callback function used with the ImmEnumRegisterWord function. It is used to process data of register strings. ImmAssociateContext This function associates the specified input context with the specified window. ImmAssociateContextEx This function changes the association between the input method context and the specified window or its children. ImmConfigureIME This function displays the configuration dialog box for the IME. ImmCreateContext This function creates a new input context, allocating memory for the context and initializing it. ImmCreateIMCC This function enables an IME to create a new input method context (IMC) component that is a member of an IMC. ImmDestroyContext This function releases the input context and frees any memory associated with it. ImmDestroyIMCC This function enables an IME to destroy an input method context (IMC) component that is a member of an IMC. ImmDisableIME This function disables the IME for the current thread. ImmEnumRegisterWord This function enumerates the register strings having the specified reading string, style, and register string. ImmEscape This function carries out IME–specific subfunctions and is used mainly for locale-specific functions. ImmGenerateMessage This function enables an IME to generate messages that are sent to the window associated with the input method context (IMC). ImmGetCandidateList This function retrieves a specified candidate list, copying the list to the specified buffer. ImmGetCandidateListCount This function retrieves the size, in bytes, of the candidate lists. ImmGetCandidateWindow This function gets information about the candidate list window. ImmGetCompositionFont This function retrieves information about the logical font currently used to display characters in the composition window. ImmGetCompositionString This function retrieves information about the composition string. ImmGetCompositionWindow This function gets information about the composition window. ImmGetContext This function retrieves the input context associated with the specified window. ImmGetConversionList This function retrieves the list of characters or words from one character or word. ImmGetConversionStatus This function gets the current conversion status. ImmGetConversionStatusForeground This function retrieves the current IME conversion and sentences modes for the foreground thread. ImmGetDefaultIMEWnd This function gets the default window handle to the IME class. ImmGetDescription This function copies the description of the IME to the specified buffer. ImmGetGuideLine This function gets information about errors. Applications use the information to notify users. ImmGetHotKey This function retrieves the value of the IME hot key. ImmGetIMCCLockCount This function enables an IME to get the lock count of the input method context (IMC) component. ImmGetIMCCSize This function enables an IME to get the size of the input method context (IMC) component. ImmGetIMEFileName This function gets the file name of the IME associated with the specified keyboard layout. ImmGetImeMenuItems This function retrieves the menu items that are registered in the IME menu. ImmGetOpenStatus

2012-06-12

VIm 常用命令

vim用法总结,全是精华,强力推荐!

2008-02-02

<<MFC简单入门教程>>html版

MFC简单入门教程,适合初学者,html版。快速入门使用方便

2009-02-07

SQL命令详解

SQL常用命令详解,新手的入门书籍,高手必备手册

2008-04-22

<<VB菜鸟入门指南>>

html格式的中文版VB入门指南,快速入门。

2008-12-04

<<C语言编程常用查询手册>>html版

<<C语言编程常用查询手册>>html版,高手必备,初学者必读

2009-02-07

ARM 指令集

详细收录了,ARM下的汇编指令包括ThumB。很不错的ARM开发助手!

2008-01-29

Linux shell 函数

免费提供给大家,里面内容凑合能用!

2008-01-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除