登录
首页 » Windows开发 » 大多数代码样本包括在本CD与微软Visual C++开发的价值。

大多数代码样本包括在本CD与微软Visual C++开发的价值。

于 2022-03-14 发布 文件大小:396.67 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

Most code samples included on this CD were developed with Microsoft Visual C++ version 5.0 and the Microsoft Windows CE Toolkit for Visual C++ version 5.0. The Sspi and Crypto samples were developed with Microsoft Visual C++ version 6.0 and the Microsoft Windows CE Toolkit for Visual C++ 6.0. The code in sample applications is ported for a Handheld PC, but the programming concepts that are presented apply to all Windows CE-based platforms. -Most code samples included on this CD were d eveloped with Microsoft Visual C version 5.0 an d the Microsoft Windows CE Toolkit for Visual C v ersion 5.0. The Sspi and Crypto samples were dev eloped with Microsoft Visual C version 6.0 and t he Microsoft Windows CE Toolkit for Visual C 6.0 . The sample code in applications is ported for a Handheld PC, but the programming concepts that are presente d apply to all Windows CE-based platforms.

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

发表评论

0 个回复

  • 使用Intent实现数据传输
                                     
    2023-03-31 02:35:05下载
    积分:1
  • 一个udp最简单的例子....简而言之就是一个udp的sayhello 程序,有送和接收端.即时服务端与客户端...
    一个udp最简单的例子....简而言之就是一个udp的sayhello 程序,有发送和接收端.即时服务端与客户端-a udp most simple example .... In short udp is a way of sayhello order, the sending and receiving end. immediate end with the client
    2023-04-02 17:45:03下载
    积分:1
  • 在大多数的窗口应用程序中,它的所有形式都是使用正规的时间…
    在绝大多数的Windows应用程序中,其窗体都是使用的正规正矩的矩形窗体,例如我们常用的,“记事本”,“扫雷”,等等。矩形窗体,具有编程实现简单,风格简洁的优点,所以在普通文档应用程序和 简单小游戏中使用足矣。但在某些娱乐游戏程序中使用就略显呆板些了,这时若用不规则窗体替代原先 的矩形窗体,将会使这类程序更添情趣。典型的例子有windows 自代的Media Player,新版本的Media Player有个控制面板的选项,选中这些面板,播放器就以选中的面板形状出现,这时的播放器比以前版 本的Media Player的古老矩形界面要生动有趣的多了。 要实现不规则窗体不是太难,知道了基本原理后,你也可以创建各种有趣的不规则窗体。-in most Windows applications, all of its forms is the use of the formal moments of rectangular windows, for example, we used, "Notepad", "mine" and so on. Rectangular windows, with programming simple, concise style of the advantages, in ordinary applications and files a simple little game that pledge to use. But in some amusement games procedures on the use of a slightly more rigid, then using the irregular forms of alternative original rectangular windows, such procedures will be added with more amenities. Typical examples are from the generation of the Windows Media Player, the new version of Media Player has a control panel of options, selected these
    2022-03-21 18:40:51下载
    积分:1
  • 8. Write a program to implement a simple phone log and calling for recording the...
    8. 编写程序实现一个简单的电话记录簿,要求记录的个人信息包括:姓名,单位,家庭电话,移动电话。具体功能如下: 1.创建信息链表并以磁盘文件保存。 2.读取磁盘文件并显示输出所有人的移动电话。 3.按姓名或单位查询家庭电话。 4.通过姓名和单位确定个人,修改其电话信息并存盘. -8. Write a program to implement a simple phone log and calling for recording the personal information includes: name, unit, home phone, mobile phones. Specific functions are as follows: 1. To create an information list, and save the file to disk. 2. Read the disk file and display the output of all mobile phones. 3. By name or to check with home phone. 4. Individuals identified by name and affiliation, modify its telephone information and Save.
    2022-11-02 21:50:03下载
    积分:1
  • 改变鼠标形状的例子的源代码
    改变鼠标形状的例子的源代码-shape of the mouse to change the source code examples
    2022-04-24 08:13:47下载
    积分:1
  • 人体轮廓矢量化
    在对细化后的骨架进行矢量化时,首先从链码起始点开始,并以该点的方向为基准进行跟踪,一直到链码的方向发生改变为止,并取链码方向发生改变时的前一点作为拐点;然后再以此拐点为起始点, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-13 20:28:18下载
    积分:1
  • SSD5
    ssd5-exam01的自己作业答案 ,欢迎你的下载,谢谢了-ssd5-exam01 operation of their own answers, you are welcome to download, I would like to thank the
    2023-02-22 11:05:04下载
    积分:1
  • 网络游戏源代码,仙境传说。rar。是一个很好的学习参考资料。
    网络游戏源码,仙境传说.rar.是很好的参考学习资料,游戏程序员都应该研究一下。-Online games source code, Ragnarok. Rar. Is a very good reference for learning materials, games programmers should look.
    2022-10-09 06:25:03下载
    积分:1
  • C++向量
    C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators
    2023-02-19 05:45:03下载
    积分:1
  • 定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。...
    定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。-Define a class implements the concept of bank accounts, including the variable of " account" and " deposits" , including the method of " deposits" , " withdrawals" and " query the balance." Define the main class, the class object to create an account and complete the corresponding operation.
    2022-02-03 21:27:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载