-
任务管理器嵌入式WinCE的例子,使用EVC实现发展
嵌入式WINCE任务管理器的例子,使用EVC开发实现-Task Manager Embedded WINCE example, the use of EVC realize development
- 2022-03-13 20:10:16下载
- 积分:1
-
一个通用的十进制,二进制,十六进制转换器V2.0
A Universal Decimal,Binary,Hex Converter v2.0
- 2022-01-21 23:18:29下载
- 积分:1
-
Branch and Bound 算法实现.用以快速搜索一个区域.
Branch and Bound 算法实现.用以快速搜索一个区域.-Branch and Bound algorithm. Quick search for a regional.
- 2023-06-10 12:10:03下载
- 积分:1
-
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!
-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-10-22 11:05:08下载
- 积分:1
-
这是WINCE进行字体选择演示的的一个程序
这是WINCE进行字体选择演示的的一个程序-font choice demonstration of a procedure
- 2023-06-06 12:05:04下载
- 积分:1
-
我的一个VC作业:是对商品销售的简单管理,包括商品的数量单价库存以及消费者的消费情况.再简单不过了..请高手指导....
我的一个VC作业:是对商品销售的简单管理,包括商品的数量单价库存以及消费者的消费情况.再简单不过了..请高手指导.-a VC operations : sales of the simple management, including the volume of goods priced stocks and consumer spending. But again the simple .. 19:56 guidance.
- 2022-05-15 04:26:34下载
- 积分:1
-
没有密码用来解压缩这个文件。本程序介绍了解决方案…
无解压密码,此程序是介绍了关于小球反弹高度的一个计算问题。-No password used to unzip this file. This program introduces the program of solving the rebound s height.
- 2023-08-29 00:10:04下载
- 积分:1
-
多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影...
多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such as MIDI sequence generator such as dedicated application-an ideal choice, but they have also incurred additional expenses, which would systems are running on the other procedures have a negative impact. In fact, the Windows API has many inquiries clock function, it can use them to create their own high-precision timer of. Category CMicroSecond and Celapsed Windows API is used to prepare the two high-precision timer
- 2023-04-10 15:15:04下载
- 积分:1
-
算符优先分析程序 实验时做的一个小程序
算符优先分析程序 实验时做的一个小程序-Operator priority analysis program to do the experiment a small program
- 2022-05-08 07:03:11下载
- 积分:1
-
MFC简单画图程序Draw
这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。
功能概述
通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能,
线条粗细、颜色也可以在菜单中调整。
设计思路
通过对菜单的响应获取绘图类型、颜色和线条粗细程度。
通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦,
通过 CDC 类的成员函数 MoveTo( int x, int y ); LineTo( int x, int y ); Rectangle( int x1, int y1, int x2, int y2 ); Ellipse( int x1, int y1, int x2, int y2 ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-18 10:23:50下载
- 积分:1