联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows CE(473) 

[Windows CE] 2005serial

基于wince6.0的串口读写工程,该应用程序没用MFC中MSCOM组件,通过createfile\writefile\readfile等流驱动函数直接读写串口,其中还包括波特率、奇偶校验位以及串口通信协议的详细编程,该类经调试在VS2005环境下调试成功,对wince系统下串口通信实现具有很好的借鉴意义。
Based on the serial read and write wince6.0 engineering, the application useless in MSCOM MFC components, serial read and write directly through createfile \ writefile \ readfile and other flow-driven function, which also includes the baud rate, parity, and serial communication protocol the detailed program, the class after the successful commissioning in VS2005 debugging environment, under wince serial communication system to achieve with a good reference. (2015-01-29, Visual C++, 10020KB, 下载14次)

http://www.pudn.com/Download/item/id/1422514875877612.html

[Windows CE] Accelerated-CPP-

国外的最好的C++入门教材,不管你是一个渴望开始学习C++编程的新手,还是一个已经使用C++多年并对它有了很深了解的老手,作者们独特的教学方法和经验都使得《Accelerated C++中文版》应该成为你书架中不可缺少的一个补充
The best C++ primer abroad, whether you are a desire to start learning C++ programming novice or an already using C++ for many years and it has a deep understanding of the veteran, the authors unique teaching methods and experience are making "Accelerated C++ Chinese version of "you should become an indispensable bookshelf supplement (2014-04-03, Visual C++, 10623KB, 下载6次)

http://www.pudn.com/Download/item/id/2501498.html

[Windows CE] WWindowsCE_NEi

WindowsCE_NET系统下Eboot开发:从BootLoader概念出发,讨论了Windows CE. NET系统下Eboot (以太太网BootLoader)作用及其嵌入式开发环境,分析了Eboot代码结构及函数执行流程,给出了Eboot编程模型、算法框架并叙述了开发方法。
WindowsCE_NET system Eboot development: from BootLoader concept, the Windows CE NET system, the Eboot (Mrs. network BootLoader) and the role of its embedded development environment to analyze the the Eboot code structure and function execution process given Eboot programming model algorithm framework and a description of the development methodology. (2012-08-26, Visual C++, 222KB, 下载2次)

http://www.pudn.com/Download/item/id/1975860.html

[Windows CE] S3C2410

本文对以Samsung S3C2410微处理器为核心的数据采集系统进行了深入研究,在ADS开发环境中用汇编和C语言编程,对A / D转换模块相关寄存器进行设置,并编写了从通道0获取模拟电压进行数据采集的测试程序。从DNW窗口显示结果表明,实现了从通道0数据采集。
In this paper, discourse the method of designing the data acquisition system which with the Samsung S3C2410 microprocessor as the core and it interpret the ways of using assembly and C language program to set A/D converter module registers, programming the test procedures to get analog voltage from channel 0 conducting data collection in the ADS development environment. The results showed from the DNW window indicate that it can realized data acquisition from the channel 0. (2011-05-24, Unix_Linux, 124KB, 下载6次)

http://www.pudn.com/Download/item/id/1544445.html

[Windows CE] WindowsPCEPAPIP-handbook

Windows CE API手册(V2.0) 《Windows CE API手册》是Blitz Force团队继 Xarm和ROS开发系统之后之后又一重要作品。本手册收录并翻译了 MSDN Library for Visual Studio 2008 中超过2000 个API函数和宏的资料信息。分为:系统函数、COM函数、驱动函数、网络通信4个大类,有以下特点: 01. 资料权威。本手册中收录的绝大多数函数和宏都取自微软MSDN,权威性比较有保证。部分从DLL中找到的API在MSDN中尚未介绍。我们收录这部分MSDN未介绍的API主要是认为这些API似乎比较重要,希望有熟悉这部分API使用的高手能够多多指教。 02. 分类详细。本手册根据API函数的功能进行了详细分类。通过分类 方便读者查找和扫描学习API,提高学习效率。 03. 提供编程示例和开发经验。本手册取自Xarm开发系统,我们已经用Xarm系统试验了1000个左右的函数,在试验中获得的经验教训都保存在本手册中。用户使用本手册除了可以查询函数的使用方法,还可以参考我们提供的心得体会加深对API的理解。
Windows CE API handbook (V2.0) "Windows CE the API Handbook" is Blitz the Force team after Xarm and the ROS development system another important work. This handbook included and has translated MSDN Library for Visual Studio 2008 superior 2000 API functions and the great material information. Split: The system function, the COM function, the driving function, the network service 4 broad headings, have the following characteristic: 01. Material authority. In this handbook includes the overwhelming majority function and great is from Microsoft MSDN, the authority comparison has the guarantee. Part API which found from DLL in MSDN not yet introduced. We include this part of MSDN introduction API mainly have not been thought that these API is as if quite important, hoped has is familiar with this part of API use the master to be able very much to advise. 02. Classifies in detail. This handbook has carried on the detailed classification according to the API function s function. Facilitat (2011-03-26, C/C++, 1171KB, 下载10次)

http://www.pudn.com/Download/item/id/1468343.html

[Windows CE] WinCE_SerialPort

这个例子演示了Windows CE操作系统下,采用VC++进行串口通讯的例子。这个代码已经很详细了,类似于桌面Windows的串口调试助手。Windows CE下没有MSComm控件可以使用,这个例子演示了如何采用VC++,通过API操作,进行串口通讯的编程。
This example demonstrates the Windows CE operating system, using VC++ for serial communication example. This code has a very detailed, similar to the desktop Windows, serial debugging assistant. MSComm control under Windows CE is not available, this example demonstrates how to use VC++, through the API operation, the serial communication programming. (2010-12-22, Visual C++, 39KB, 下载12次)

http://www.pudn.com/Download/item/id/1389109.html

[Windows CE] WinCE

wince实验指导,系统定制、BSP克隆、镜像下载、远程工具使用、添加文件及快捷方式、SDK导出、MFC方式俄罗斯方块设计、C#开发托管程序、用户shell实验、数码管及LED点阵实验、串口通讯编程、Bootloader跟踪调试实验、Source Insight进行BootLoader跟踪调试实验。适合初学开发者,很详细、很好的实验
wince experimental guide, system customization, BSP cloning, image download, remote tools, add files and shortcuts, SDK export, MFC way Tetris design, C# development of managed program, the user shell experiments, digital control and LED dot matrix experiment serial communication programming, Bootloader debug tracing experiments, Source Insight for debugging BootLoader tracking experiment. Suitable for beginner developers, very detailed, very good experimental (2010-09-17, Visual C++, 11250KB, 下载26次)

http://www.pudn.com/Download/item/id/1298518.html

[Windows CE] Microsoft-Mobile-Development-Guild

第Ⅰ部分 移动应用程序开发基础  第1章 .NET Compact Framework移动平台 1.1 Visual Studio移动应用程序开发快速入门   1.1.1 Visual Studio版本的选择   1.1.2 其他软件  1.1.3 目标、半台:Pocket PC,Smartphone还是Windows CE  1.1.4 Windows CE与Windows Mobile的差异  1.1.5 选择.NET Compact Framework的版本 1.2 .NET Framework 2.0与.NET Compact Framework 2.0的差异  1.2.1 应用程序配置文件   1.2.2 ClickOnce   1.2.3 Ngen.exe   1.2.4 远程功能    1.2.5 序列化   1.2.6 打印   1.2.7 Web窗体 1.3 .NET Compact Framework 1.0版和2.0版的差异   1.3.1 Windows窗体   1.3.2 显示与布局的管州   1.3.3 数据 .  1.3.4 通信   1.3.5 COM互操作   1.3.6 图形编程   1.3.7 安全   1.3.8 线程   1.3.9 性能监视 1.4 .NET Compact Framework 3.5版简介 1.5 使用社区资源  1.5.1 Microsoft patterns&practices移动应用程序构建块   1.5.2 OpenNETCF Smart Device Framework 1.6 总结  第2章 构建Windows窗体GUI 2.1 了解2.0版本Windows窗休的改进 2.2 使用桌面应用程序丌发流程 2.3 设备屏幕与设
Part Ⅰ based mobile application development Chapter 1. NET Compact Framework mobile platform 1.1 Visual Studio Mobile Application Development Getting Started 1.1.1 Visual Studio version of the selection 1.1.2 Other software 1.1.3 goals, and a half units: Pocket PC, Smartphone or Windows CE 1.1.4 Windows CE and Windows Mobile differences 1.1.5 Select. NET Compact Framework version 1.2. NET Framework 2.0 and. NET Compact Framework 2.0 Differences 1.2.1 Application Profiles 1.2.2 ClickOnce 1.2.3 Ngen.exe 1.2.4 Remote function 1.2.5 Serialization 1.2.6 Print 1.2.7 Web Form 1.3. NET Compact Framework 1.0 and 2.0 differences 1.3.1 Windows Forms 1.3.2 Display and control the layout of the state 1.3.3 Data . 1.3.4 Communication 1.3.5 COM Interoperability 1.3.6 Graphics Programming 1.3.7 Security 1.3.8 Threads 1.3.9 Performance Monitoring 1.4. NET Compact Framework 3.5 Version Description 1.5 Use community resources 1.5.1 Microsoft patte (2010-08-19, Others, 5536KB, 下载35次)

http://www.pudn.com/Download/item/id/1273061.html

[Windows CE] EVC-Camera-zc030

使用EVC编程摄像头采集视频功能,摄像头为中星ZC030驱动、没有视频浏览功能,通过按键启动摄像头、停止摄像头、保存文件名为当前系统的时间格式如2010-01-28 13:12:34.jpg
Use EVC program cameras capture video capabilities, camera for the stars ZC030-driven, there is no video browsing through the camera button to start and stop the camera, save the file name of the current system time format such as 2010-01-28 13:12 : 34.jpg (2010-01-30, Visual C++, 2569KB, 下载71次)

http://www.pudn.com/Download/item/id/1054987.html

[Windows CE] cdma-dial-gps

EVC编程,关于anydata公司的DTGS-800的拨号程序及来电显示、GPS定位信息发送AT指令,返回相应的经纬度信息。 该软件能够实现拨打电话,位置定位。 根据网友的程序进行更改的。这里感谢本站的网友!
EVC programming, on the anydata' s DTGS-800 dial-up procedures and caller ID, GPS location information to send AT commands, returning the corresponding latitude and longitude information. The software enables phone calls, location, location. According to the netizens procedure changes. Powered netizens here, thanks! (2010-01-30, Visual C++, 4234KB, 下载43次)

http://www.pudn.com/Download/item/id/1054981.html

[Windows CE] WinCE_NET_BootLoader

 Boot Loader 是嵌入式系统开发的重要环节之一。通过博创公司的嵌入式产品UP2NETARM24102S ,详细介 绍了在移植Windows CE 嵌入式操作系统之前Boot Loader 的开发步骤和烧写过程。重点分析了Boot Loader 的原理、启 动、编译过程,编译环境,并给出了Boot Loader 的编程模型和算法框架。有利于全面正确地了解Boot Loader
 Boot L oader is one of t he key p a rts in embedded system development . U P2N ETARM24102S which is p ro2 duced by Bochuang comp any is taken f or example . Bef ore t ransplanting embedded op e rating system —WinCE. N ET , t he de2 velopment step of Boot L oade r and p rogramming p rocess a re described , and t he p rinciple of Boot L oade r 、compilation p rocess and compilation environment a re analysed. The p rogramming mode and t he a rit hmetic f rame a re given. The p ap er are used t o understand Boot L oader comp rehensively and cor rectly. (2009-08-06, C/C++, 282KB, 下载125次)

http://www.pudn.com/Download/item/id/868921.html

[Windows CE] WindowsCE_NET_Eboot

WindowsCE_NET系统下Eboot开发 :从BootLoader概念出发,讨论了Windows CE. NET系统下Eboot (以太网BootLoader)作用及其嵌入式开发环境,分析了Eboot代码结构及函数执行流程,给出了Eboot编程模型、算法框架并叙述了开发方法。
Beginning with the concep tion ofBootLoader, the action of Eboot (EthernetBootLoader) and the development environment based onWindows CE. NET are discussed, and the structure of code and the flows of functions are analysed, and the p rogramming mode and the arithmetic frame of Eboot and the developmentmethod are described. (2009-08-06, C/C++, 222KB, 下载37次)

http://www.pudn.com/Download/item/id/868916.html