登录
首页 » Windows开发 » windows CE 开发的教程 介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识...

windows CE 开发的教程 介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识...

于 2022-02-05 发布 文件大小:248.75 kB
0 223
下载积分: 2 下载次数: 1

代码说明:

windows CE 开发的教程 介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识-windows CE Development Windows CE tutorials presented some basic characteristics, and pointed out that the transition to wireless devices based on the software development knowledge should be

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

发表评论

0 个回复

  • 此程序为硬件EDA编程,实现了十位的计数器功能,在平台中可以模块化应用...
    此程序为硬件EDA编程,实现了十位的计数器功能,在平台中可以模块化应用-This procedure EDA hardware programming, implementation of the counter 10 functions in a modular application platform can be
    2022-03-11 22:39:10下载
    积分:1
  • 单片机的液晶显示模块程序,能实现字符在液晶上的显示
    单片机的液晶显示模块程序,能实现字符在液晶上的显示-Single-chip liquid crystal display module procedures can achieve on the character LCD display
    2022-04-25 10:33:59下载
    积分:1
  • vtk 图像弯曲变形源代码VC++,初学可以研究 。vtk 图像弯曲变形源代码VC++,初学可以研究研究 vtk 图像弯曲变形源代码VC++,初学可以研究研究...
    vtk 图像弯曲变形源代码VC++,初学可以研究 。vtk 图像弯曲变形源代码VC++,初学可以研究研究 vtk 图像弯曲变形源代码VC++,初学可以研究研究 vtk 图像弯曲变形源代码VC++,初学可以研究研究 -vtk image bending deformation source code VC++, beginners can be further studies. vtk image bending deformation source code VC++, beginners can study a vtk image bending deformation source code VC++, beginners can study a vtk image bending deformation source code VC++, beginners can study a vtk image bending deformation source code VC++, beginners can study a vtk image bending deformation source code VC++, beginners can study a vtk image deformation source code VC++, you can study a beginner
    2023-03-13 07:55:04下载
    积分:1
  • 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
    零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
    2023-03-01 07:20:02下载
    积分:1
  • 这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。...
    这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。-this procedure is a band of 16 documents, the data conversion performance of the text, such as 0x40-- "0x40 wrote a document.
    2022-07-22 17:42:37下载
    积分:1
  • java project
    这是一个小发票管理系统。该系统帮助他们创建发票和管理各种类型的物料主数据。该系统包括采购、交货和接收订单。使用的数据库是Mysql。Ireports用于报告处理
    2023-08-16 06:10:03下载
    积分:1
  • 词汇统计程序,文本输入输出,统计字母出现数量
    词汇统计程序,文本输入输出,统计字母出现数量-Statistical procedures vocabulary, text input and output, statistics the number of letters appear
    2022-01-26 05:30:10下载
    积分:1
  • 这是一用VC编写的MP3播放器源代码,虽然不能和千千静听相比,但是也有值得学习的地方。...
    这是一用VC编写的MP3播放器源代码,虽然不能和千千静听相比,但是也有值得学习的地方。-This is a VC prepared by the MP3 player source code, although it is not listening and 724 compared However, there are also worthy of study.
    2022-03-13 02:20:32下载
    积分:1
  • c++ 拖拽源码
    实施拖拽外壳 Namespace 扩展 (简称 NSE) 与资源管理器 (简称 D & D) 操作是比执行常见的基于 Windows 的应用程序和资源管理器之间有点更复杂。众所周知,NSE UI、 树视图和壳视图中包括两个部分。在壳视图中执行 d&d 类似在常见的应用程序,但对于树视图中,您需要一些其他技巧。支持 d&d 中 NSE 的操作涉及执行 shell 接口包括 IDataObject,IDropTarget,IDropSource,IEnumFORMATETC,你应该小心处理这些同时实现 IShellFolder 接口和 IShellView.Another 的东西,我必须指出的是 — — 不要不要混淆 d&d 与另一个外壳技术拖放处理程序。在用户界面中的两件事的最大区别是,D & D 操作通常会发生与鼠标左键,同时拖放处理程序快捷菜单调用处理程序用鼠标右键拖动文件时。之前阅读这篇文章,我建议你读我的第一篇写作 Namespace 扩展 (I)-; 实现子 — — 介绍了我们样品 NSE 数据如何被 o 以外 (我的意思是要我文章 NSE 基于同一种 NSE 数据) 的详细 NSE 技巧。这篇文章假设你知道 c + +,ATL COM,特别是熟悉 NSE 的基本知识。使用 ATL COM 应用程序向导创建的样例项目。你可以自由地拖放和文件资源管理器和样品 NSE 之间或只是内样品 NSE。为简单起见,我们从不不支持拖放的数据文件夹。然而,有关如何实现拖拽的关键要素是相同的。
    2022-06-01 05:22:08下载
    积分:1
  • 我做了一个简单的CAD,使用VC++和OpenGL,再
    本人做的一个简单的CAD,采用的是VC++和opengl,在里面对opengl重新写了类,可以用于CAD系统的基础!-I make a simple CAD, using VC++ and opengl, re-opengl at inside of the category of Writing, CAD systems can be used for basic!
    2022-07-23 12:22:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载