搜索资源列表
WINCE设备驱动程序开发指南
- 介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(NDIS)驱动程序-introduced for Windows CE-based devices device driver process, and explained how to create a simple interface and flow-driven procedures, and how to achieve unive
GetVideo
- 本软件使用Visual Studio 2005创建,用于接受视频并显示(与wince进行视频聊天) 建议使用Visual Studio 2005,较低版本将无法找到DLL,可以将其修改成VC6工程-the software using Visual Studio 2005 to create, for receiving video and display (with weights for video chat) proposes to use Visual Studio 2005,
789086
- 进程管理系统创建调度通信撤消可监控驱动程序开发 -process management system to create scheduling withdrawal of monitoring communications Driver Development
CEWifiDriverAR6000-21374
- Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Wi
qq2440_boot_screen
- for qq2440 board bootscreen change. Create a new (565) 24bit bmp and change sansung.c in smdk2440 as similar name.
WinCE_BootLoader_develop.rar
- 介绍了WinCE系统下BootLoader的开发基本过程 CE并不是一个通用的安装版操作系统,在形形色色的嵌入式硬件设备世界里, 一款CE系统通常只会针对某一种硬件平台生成。所以,作为原始设备生产商,必须根据自己的硬件平台和应用场合定制CE,最主要的工作就是编写适合于自己的板级支持包(BSP)。在BSP中,包含了一个重要的组成部分——BootLoader。创建一未功能完善的BootLoader,是开发WinCE系统的第一步,也是极为关键的一步。本文将结合开发实例,介绍如何开发适合于自己硬件的B
145238755WCE
- 嵌入式OPC WINCE开发的视频,非常详细的过程和具体实施 ,包括如何接力opc server 和如何与opc Client 建立关联和tag 的建立和索引。-Video include detailed OPC WinCE development ,how to create OPC server and how to get connect to OPC client
WinCE600_OSCreate
- 指导创建、建立及运行一个新的wince系统内核的流程,说明很详细-Create, Build, and Run a New OS Design
EVC4.2.iniFilereadwriteFounction
- 是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed
Sqlcetests
- 这是用c#开发的,创建数据库,连接数据库的源代码,已经通过测试-This is a c# Development, create databases, connect to database source code has passed the test
WinCE_Bench_II
- 在某一目录下创建文件,连续写,连续读,随机读,可以测试读写速度。-In a given directory create a file, for writing, for reading, random read, can read and write speed tests.
SqlceSvr
- 对ce sqlsvr的一系列操作,包括连接,创建表,写入-Ce sqlsvr of a series of operations, including the connection, create table, write. . .
EVC4_ATL
- EVC4下创建和使用ATL控件的例子和讲解-EVC4 create and use ATL control examples and explain
EDB_Sample
- 在Windows mobile6下的一个简单的EDB数据库创建枚举-Under Windows mobile6 at a simple database to create an enumeration of the EDB
SDK_D3DM_WINDOWSMOBILE5_POCKETPC_ARMV4I_FIXED_2.00
- Direct3D Mobile SDK 需要PowerVR支持的平台-The PowerVR Direct3D Mobile SDK provides a set of documentation, source code and utilities that help developers create applications using the Direct3D Mobile graphics library on PowerVR platforms. The remainder of t
How_to_create_an_Emulator_image_in_WinCE6
- This document describe how to create an Emulator image in WinCE6 using Platform Builder 6.0 in a very simplest way.
MDIWinCE_demo
- 我想生成一个MDI窗口的介面,但发现用VC实现起来很麻烦,要加很多很多的RUNTIME_CLASS,而且不能实现在主窗口中加入功能选项。就是说生成一个OUTLOOK的主窗口,在主窗口中再 加入多文档窗口(象OFFICE的多文档子窗口)。因此,写了这个CMDIChild的类。-I would like to create a MDI window interface, but found them cumbersome to use VC to achieve, and to raise lots
newshortcut
- This exe is to create shortcuts in WinCE 5.0!
dvoraksip
- window mobile 输入应用,支持用户自定义功能,支持多种语言,window mobile sdk6下定的!@-The soft input panel (SIP) was designed to support user-defined input mechanisms. By default, it includes a standard keyboard, a block recognizer, and letter recognizer. This sa
SQL_CE_Demo
- Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。-Wince5.0 using VC++2005 operating SQLCE3.0 database, create, open the database and data tables, the code after I test.