-
c++大学教程 适合初学者使用 书中详细介绍各类函数 另有大量源码...
c++大学教程 适合初学者使用 书中详细介绍各类函数 另有大量源码-c++ University tutorial suitable for beginners to use the book in detail various types of function otherwise introduce a large number of source
- 2023-04-26 15:45:04下载
- 积分:1
-
Data compression library Comprlib, windows application
数据压缩类库Comprlib,windows application-Data compression library Comprlib, windows application
- 2022-02-27 07:24:21下载
- 积分:1
-
Median Filter is such a kind of non linear filter which minimizes the mean squar...
Median Filter is such a kind of non linear filter which minimizes the mean square error to a large extent.
- 2022-10-31 10:45:03下载
- 积分:1
-
动态演示文件拷贝效果图
动态演示文件拷贝效果图- Dynamic demonstration document copy effect chart
- 2022-03-18 02:40:51下载
- 积分:1
-
a real cool thingy i found
a real cool thingy i found
- 2022-05-25 17:17:59下载
- 积分:1
-
Get Firmware and IMEI from HS
Get Firmware and IMEI from HS
-Get Firmware and IMEI from HS
- 2022-06-30 02:28:11下载
- 积分:1
-
本程序在AVL树的算法实现,包括删除,…
这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料,VC实现-this procedure when all the AVL tree algorithm implementation, including delete, insert new sequencing, data structure is a very good learner materials, VC
- 2022-01-26 15:09:15下载
- 积分:1
-
JBuilder编程的实例,很有用,对出学者非常有帮助。
JBuilder编程的实例,很有用,对出学者非常有帮助。-JBuilder programming examples useful to scholars out has been very helpful.
- 2022-03-22 22:24:56下载
- 积分: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
-
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascendi...
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascending 升,d: descending 降) -For n ranked from high to low student achievement, ranked according to the function of the style parameters, such as the style of " a" by ascending row, style for the " d" in descending row. (A: ascending l, d: descending down)
- 2022-05-13 14:34:44下载
- 积分:1