登录
首页 » Windows开发 » vs c++ 开发

vs c++ 开发

于 2022-01-26 发布 文件大小:29.57 MB
0 224
下载积分: 2 下载次数: 1

代码说明:

v3.0自画直线,矩形,园v2.8-2.9完成所有功能,包括全选,拖动等,参见文档HDraw2.9.docv2.7修正画布随滚动条滚动的Bug完善MouseMove的直线,矩形和椭圆识别v2.5增强版增加相应菜单把画图的Toolbar单独分离出来在画布上对单张图片操作v2.4完结版画布,ScrollView, CRectTracker,调色板,保存成位图加入中间层View的步骤1.创建MFC类CHDrawPView:CScrollView2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include加入CRectTracker的步骤1.增加成员变量CRectTracker m_tracker2.在CHDrawPView的构造函数中设置Tracker的大小3.在CHDrawPView的OnDraw中调用Tracker的Draw函数4.override CHDrawPView的SetCursor方法 GetCursorPos->ScreenToClient->SetCursor5.override CHDrawPView的LButtonDown方法 HitTest->Track将CHDrawView加入CHDrawPView的使用自定义消息防止ActiveView从画布跑到背景Viewv2.3增加Bitmap背景功能v2.2完成颜色和线宽功能v2.1增加文本图形类型,增加删除功能,增加打开保存功能v2.0完成所有基本功能

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

发表评论

0 个回复

  • c++库函数, 中文版, 很有用, 适合于初学者
    c++库函数, 中文版, 很有用, 适合于初学者-c++lib
    2022-07-15 20:41:17下载
    积分:1
  • 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空...
    八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。 -8 issue of the digital problem, also known as Nine-palace. In the 3 × 3 chessboard placed eight pieces, each piece is marked 1 to 8, a number of different pieces on the subject are not the same. There is also a board space, and spaces adjacent pieces can be moved to the space. To be resolved is: given an initial state and a target state, to find a target state from the initial movement into the least number of pieces of mobile steps step.
    2023-06-28 21:25:03下载
    积分:1
  • courseware source Kecheng tree
    课件源代码克成树-courseware source Kecheng tree
    2022-03-22 01:17:27下载
    积分:1
  • python详细操作mysql
    利用mysql的workbench建立数据库,一方面是详细了解适用workbench的功能,另一方面是适用最广泛的mysql来进行到数据库的增删改查工作。并且,充分利用了了python短小强悍的功能,另外在此基础上还可以进行异常值的清理等功能。
    2022-12-12 19:30:03下载
    积分:1
  • B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal & Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.-B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.
    2022-04-22 19:34:47下载
    积分:1
  • 画图软件,可以实现绘制各种图形,并且可以对图形进行修饰
    画图软件,可以实现绘制各种图形,并且可以对图形进行修饰-Drawing software, can realize a variety of graphics rendering, and graphics can be modified
    2022-01-23 10:03:41下载
    积分:1
  • 基本图书管理系统功能需求:
    基本图书管理系统功能需求: 1. 新书入库 2. 读者信息管理: (1)读者信息录入 (2)读者信息修改 (3)读者信息删除 (4)读者信息查询。 3. 图书查询: (1) 输入一个书号,在文件中查找此书,若找到则输出此书的全部信息;若找不到则输出查找失败的信息。 (2) )查询所有要购入的图书的书名和书号。 4. 借阅管理 (1) 每个读者的信息包括姓名,编号,借阅图书1,借阅图书2,借阅图书3,输入M个读者的信息并存入数组reader中. (2) 借书登记:输入读者的姓名及所借图书的书号,先判断姓名是否在读者数组中,若有则将书号存入reader数组中,同时修改book数组中此书的现存量.若reader数组中无此姓名,则应提示错误。 (3) 还书管理:输入读者的姓名,所还图书的书号,修改reader数组和book数组中相应的项。 5. 输出全部图书信息和全部读者信息。 6. 退出系统。 -Basic library management system functional requirements: 1. Book storage 2. Readers Information Management: (1) reader information into (2) modify the reader information (3) the reader information to delete (4) the reader information query. 3. Book Search: (1) Enter an ISBN, in the document to find the book, if the output of the book to find all the information if it can not find the output of the failure to find information. (2)) check all books to be purchased titles, and ISBN. 4. Lending Management (1) Every reader s i
    2022-03-20 01:18:53下载
    积分:1
  • 这是一段可以测试 某段代码运行时间的程序 实际测试时只需将要测试的程序段复制到相应的代码段即可 程序中有我自己的一段测试代码 将其替换就可实现自己的测试...
    这是一段可以测试 某段代码运行时间的程序 实际测试时只需将要测试的程序段复制到相应的代码段即可 程序中有我自己的一段测试代码 将其替换就可实现自己的测试-time test code
    2023-06-18 23:30:04下载
    积分:1
  • 实现一个普通表达式到后最表达式的转换(只提供了10以内的数的转换)...
    实现一个普通表达式到后最表达式的转换(只提供了10以内的数的转换)-To achieve a common expression is the best expression to the post-conversion (only 10 less than the number of conversion)
    2023-01-09 18:10:03下载
    积分:1
  • informix数据库 ESQL语言编译
    informix数据库开发 ESQL语言编译-informix database development ESQL compiler
    2022-01-21 03:34:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载