首页 | 官方网站   微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 623 毫秒
1.
本文描述Windows CE API与Win32 API的不同,叙述Windows CE程序的主要特征,给出了Windows 95应用程序移植到Windows CE的系统化方法。  相似文献   

2.
对文件、数据库和注册表的操作中,Windows CE与其它Windows版本区别最大的是数据库API,本文介绍了Windows CE的数据库API,重点论述了数据库卷的安装和卸载,数据库的创建和打开,记录的查找、读取和写入,以及属性、记录和数据库的删除。  相似文献   

3.
根据实际经验,从开发环境、字符集、编程接口及硬件平台等多方面,分析Windows CE.NET应用程序与一般桌面Windows应用程序开发的差异,为开发人员快速从桌面转到Windows CE.NET嵌入式开发提供参考.  相似文献   

4.
对微软公司推出的嵌入式操作系统Windows CE进行了简要介绍,并讲述了Windows CE的主要特点。介绍了Windows CE的开发过程,对开发过程中需要注意的重点和难点进行了阐述,并展望了Windows CE的应用前景。  相似文献   

5.
本文描述了Microsoft密码系统,介绍了密码API及其在Windows CE应用程序中的实现,还概述了密码服务提供者的开发与签名的方法。  相似文献   

6.
Windows CE.net设备驱动程序开发研究   总被引:3,自引:0,他引:3  
介绍了Windows CE.net的平台结构,阐述了Windows CE驱动的系统结构,对驱动中断处理过程进行了详细分析。并以LCD驱动为例,简介了嵌入式Windows CE驱动程序的开发讨程.  相似文献   

7.
嵌入式Windows CE设备驱动的研究实现   总被引:12,自引:2,他引:12  
介绍了Windows CE的体系结构和Windows CE平台定制,详细阐述了驱动的系统结构、中断处理,重点研究了Windows CE下的本机驱动和流驱动模型。在此模型基础上,以基于StrongArm处理器的彩色LCD(540*480)的Windows CE驱动程序设计为例,介绍了嵌入式WindowsCE驱动程序的开发过程。  相似文献   

8.
使用Platform Builder配置Windows CE操作系统   总被引:5,自引:0,他引:5  
Windows CE操作系统是嵌入式系统的开发利器,Windows CE Platfor m Builder 3.0提供创建,裁剪和配置Windows CE的所有开发和调试工具。深刻理解和灵活运用Platform Builder的配置文件,REC,.BIB,.DAT,.DB是定制适合目标平台的Windows CE操作系统的关键,本文详细分析Platform Buider的配置文件,并以向Windows CE添加RTL8139网卡驱动程序为例,说明如何通过修改配置文件添加目标平台的设备驱动程序。  相似文献   

9.
Windows CE是第三代Windows。这种新的操作系统不如它的两个兄弟Windows 98和Windows NT那样出名,但是这种状况正开始转变。Windows CE是为小型的、由电池供电的设备而设计的,这些设备看起来与桌面和膝上PC机相当不同,但是为Windows CE设备编程的技术与基于Windows的PC机非常相似。我们将讲述如何为Windows CE设备编程,但首先应该理解什么是Windows CE。  相似文献   

10.
胡波 《计算机工程》2007,33(23):255-257
中断处理是嵌入式实时操作系统的核心,介绍了Windows CE.net组件式结构和设备管理模式,剖析了Windows CE.net操作系统的中断体系机构,分析了ISR和IST完成中断的全过程及实现代码,给出了Windows CE.net操作系统中断处理的通用方法。  相似文献   

11.
Windows CE 驱动程序开发   总被引:21,自引:0,他引:21  
不同的嵌入式系统硬件平台,往往有其独有或特殊的设备,而这些设备的WindowsCE驱动程序设计问题是开发人员经常遇到的。着重阐述了WindowsCE体系结构和中断机制、WindowsCE驱动开发的几种基本模式,给出了如何使用单片驱动程序设计方法,提供了平台特有设备驱动程序开发实例以及如何将驱动程序加入OS二进制映像文件的步骤,测试表明此方法设计的驱动程序高效可靠。  相似文献   

12.
在应用系统的开发中,常常需要用程序实现Windows操作系统的某些管理任务。虽然使用Windows API能完成这些功能,但API属于底层程序接口,使用起来较为复杂。随着操作系统和应用系统的安装,Windows平台中有大量的组件对象模型(COM)。COM使用简便,而且具有编程语言的二进制兼容性,可优先考虑用于实现Windows的某些系统管理任务。  相似文献   

13.
随着Windows CE平台的不断推陈出新,它在工业控制器、手持式设备、智能电话、机顶盒等设备的应用上越来越广泛,而COM组件技术由于其特有的语言无关性和进程透明性以及可以重用等特点在Windows编程中的应用越来越多。充分应用了二者的特点,在项目中构建了一个COM组件应用于PDA的串口通信中。  相似文献   

14.
基于Windows DDE的客户/服务器应用开发   总被引:4,自引:0,他引:4  
Windows应用程序进程间客户/服务器模式的通信实现,是软件工程设计中经常涉及的一个重要问题。阐述了Windows应用程序进程间DDE通信的基本原理,由此给出了设计开发DDE客户/服务器应用的两种方案,并论述了两种方案各自的优点及不足之处。结合工程实际,详细给出了应用Windows DDE API方案开发设计DDE服务器和客户端应用程序的方法。实践表明,应用Windows DDE技术设计客户/服务器应用具有开发周期短、实用性强的优点。  相似文献   

15.
活动目录是Windows2000Server可扩展和调整的目录服务,是Windows2000分布网络的基础。活动目录实现了轻量级目录访问协议(LDAP),提供了一个公共的区域未保存信息和定位信息。使用了一个标准的途径使得每个应用都可以保存或者获取分布式环境中的信息。活动目录是Windows2000中最重要的新技术。  相似文献   

16.
Windows(2000/XP)下基于应用程序的打印控制   总被引:1,自引:1,他引:1  
李立亚 《计算机工程与设计》2004,25(10):1835-1836,1839
由于项目的需求,需要实现在应用程序级别的打印控制,这种打印控制使得同一台电脑上的某些程序可以正常打印,而某些程序不能打印。通过分析Windows(2000/XP)系统下的打印体系结构及Windows下进程的特性,提出了通过拦截Windows的API函数来实现基于应用程序的打印控制的方法。经过测试这种方法是可行的,并已经在项目中进行了应用。  相似文献   

17.
Russell  G. Shaw  P. 《Micro, IEEE》1993,13(4):28-35
Shifting register windows, a register windowing method that attempts to overcome some of the difficulties of traditional fixed- and variable-sized schemes, is described. Using fewer register elements than a seven-window Sparc organization, shifting register windows more than halves spill/refill memory traffic and reduces visible spill/refill cycles by an order of magnitude. In addition, shifting register windows, a scheme based on fast hardware stack and register-memory dribbling, has a very short register bus length. It also zeros registers as they are being allocated, making common initialization unnecessary  相似文献   

18.
Palm OS环境下Windows应用程序的移植策略   总被引:2,自引:0,他引:2  
随着信息技术的发展,PDA等数字化产品空前繁荣,将现有的桌面软件移植到这些平台下已经越来越受开发者的青睐。PalmOS是一种专门为掌上电脑开发的32位的嵌入式操作系统,是具有极强开放性的系统,该文首先介绍了PalmOS的特性和主要的开发工具,通过比较PalmOS与Windows下应用程序的异同,分析出移植过程中存在难点和移植的可行性,最后以一个具体实例的移植从对标准C的支持、浮点运算的支持、内存管理及用户界面四个方面分析了具体的解决策略。  相似文献   

19.
We report a numerical study of self-avoiding polymers on the square lattice, including an attractive potential between nonconsecutive monomers occupying neighboring lattice sites. Using Wang-Landau sampling (WLS) with adaptive windows, we obtain the density of states for chains of up to N=300 monomers and associated thermodynamic quantities. Finite size scaling analysis yields a transition temperature of Θ=1.505(18). WLS with adaptive windows enables one to simulate accurately the low-temperature regime, which is virtually inaccessible using traditional methods. Instead of defining fixed energy windows, as in usual WLS, this method uses windows with boundaries that depend on the set of energy values on which the histogram is flat at a given stage of the simulation. Shifting the windows each time the modification factor f is reduced, we eliminate border effects that arise in simulations using fixed windows.  相似文献   

20.
Stereo correspondence with compact windows via minimum ratio cycle   总被引:3,自引:0,他引:3  
One of the earliest and still widely used methods for dense stereo correspondence is based on matching windows of pixels. The main difficulty of this method is choosing a window of appropriate size and shape. Small windows may lack sufficient intensity variation for reliable matching, while large windows smooth out disparity discontinuities. We propose an algorithm to choose a window size and shape by optimizing over a large class of "compact" windows. The word compact is used informally to reflect the fact that the ratio of perimeter to area of our windows is small. We believe that this is the first area based method which efficiently constructs nonrectangular windows. Fast optimization over compact windows is achieved via the minimum ratio cycle algorithm for graphs. The algorithm has only a few parameters which are easy to fix.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司    京ICP备09084417号-23

京公网安备 11010802026262号