登录
首页 » Windows开发 » 电子书 WinCE 实验教程 PDF的格式 WinCE 实验教程之一嵌入式系统 WinCE 实验教程之二集成开发环境 WinCE 实验教程之三文件夹...

电子书 WinCE 实验教程 PDF的格式 WinCE 实验教程之一嵌入式系统 WinCE 实验教程之二集成开发环境 WinCE 实验教程之三文件夹...

于 2022-01-24 发布 文件大小:478.84 kB
0 222
下载积分: 2 下载次数: 1

代码说明:

电子书 WinCE 实验教程 PDF的格式 WinCE 实验教程之一嵌入式系统 WinCE 实验教程之二集成开发环境 WinCE 实验教程之三文件夹结构 -E-book WinCE Experimental Guide PDF format, one of WinCE tutorial experimental experimental WinCE Embedded System Course II integrated development environment of the experimental course of three WinCE folder structure ... ... ... ...

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 驱动程序宝典,内容很全面,翔实。
    驱动程序开发宝典,内容很全面,翔实。-Driver Development for the book, which is very comprehensive and informative.
    2022-09-30 12:10:05下载
    积分:1
  • 本游戏是微软SMART PHONE平台下的手机游戏,由于平台的特殊性,所以在游戏的架构和设计上既要符合游戏的特点,又要考虑到与设计其他PC游戏的不同。难点在于手...
    本游戏是微软SMART PHONE平台下的手机游戏,由于平台的特殊性,所以在游戏的架构和设计上既要符合游戏的特点,又要考虑到与设计其他PC游戏的不同。难点在于手机资源是很有限的,不能直接从设计PC游戏的架构直接搬到SMART PNONE游戏上,架构设计的变化是必然的。在本游戏中我们提出了一套全新的设计架构,充分考虑到了C#语言的特点,以及.NET平台的优点。在架构中摈弃了以前手机游戏设计中,虽然采用面向对象开发但是没有充分利用面向对象的不足,大量采用了当前先进的设计模式 -the game is Microsoft SMART PHONE platform mobile phone game, due to the special nature of platform, Therefore, the structure of the game and is designed to meet the characteristics of the game, also take into account the design of the other PC games are different. The difficulty lies in cell phone resources are very limited. not directly from the design of PC games moved to the structure of direct SMART PNONE game, Architecture Design changes are inevitable. In this game, we proposed a new set of design framework, taking fully into account the C# language features, and.NET platform advantages. Discard the framework of the previous mobile phone games design, Although object-oriented development but did not take full advantage of object-oriented inad
    2022-11-05 20:25:04下载
    积分:1
  • 设计一个简单的日期类型日期,然后主程序编写演示文稿…
    设计一个简单的日期类Date,然后编写一个主程序演示该类的用法,日期有不同的显示格式,-Design a simple date type Date, then the main program to prepare a presentation of such usage, the date has a different display formats,
    2022-04-19 09:53:06下载
    积分:1
  • Bluetooth link layer connectivity testing code, tools l2ping centralized source
    蓝牙链路层连通性的测试代码, 工具集中的l2ping源码-Bluetooth link layer connectivity testing code, tools l2ping centralized source
    2022-04-11 03:55:19下载
    积分:1
  • procedures how to read and write DOS Windows clipboard, small learning process f...
    DOS程序如何读写Windows剪贴板,小程序供大家学习使用-procedures how to read and write DOS Windows clipboard, small learning process for everyone to use
    2022-01-26 01:50:05下载
    积分:1
  • 3d 点云 分割
    3d点云语义分割 ,使用matlab和python写的,在window环境运行。数据在文件夹下创建data文件夹,把数据放到里面,同时在主函数修改对应的存放路径。
    2023-02-08 13:20:03下载
    积分:1
  • 核心源程序!!!
    WinXP core sources-WinXP core sources!!!
    2022-01-26 03:18:02下载
    积分:1
  • 注册表的修改,可以优化系统
    注册表的修改,可以优化系统-registry changes can optimize system
    2022-05-28 20:49:13下载
    积分:1
  • 在c++基础上用A*算法解决15数码问题
    在c++基础上用A*算法解决15数码问题-15 with the A* algorithm to solve the problem of digital
    2022-11-22 09:25:03下载
    积分:1
  • 适用于 WinRT Phones 和 App 的帮助架构
    翻译 maninwest@Codeforge 作者David Maw @CodeProject一个在 Windows RT 或Windows Phone 中嵌入帮助页面的方式。创建一个 Windows Phone 程序时,我希望能提供一个用户帮户,格式能与设备设置兼容且可灵活应对不同的设备配置。我选择的解决方案是在代码文件中嵌入 HTML 页面,并根据设备设置进行渲染。背景你需要 XAML 和 C# 背景包含什么此代码是个可运行的通用应用,构建于 Windows Modern程序和  Windows Phone 8.1 程序上 -除了运行平台不同外,它们大体是对等的。解压缩文件并加载到 Visual Studio 2013 (我使用的的更新4) ,你应该可以构建它并在设备或者模拟器上运行。 在自己的项目中使用代码要使用该代码,你需要将一些文件复制到你的项目。你需要 Helper.cs, 它不渲染 UI,但是有各种有益的类。你还需要一个实际显示帮助的页面 (复制我的 HelpPage.xaml和 HelpPage.cs 作为开始点).你会希望允许用户在你程序的某个地方导航到帮助页面,为了实现这个功能,添加一个资源 ( HelpViewModel, 见下文) 和一些控件(按钮等)。你需要创建一页或者多页HTML 帮助页面,并将其放置在项目的 "Help"目录下。在你复制的文件中将"UniversalHelp" 替换成你的程序名称。在每一个你想添加帮助控件的页面,你需要添加类似下面的东西: 
    2022-03-07 14:16:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载