登录
首页 » Visual C++ » Ex_Draw

Ex_Draw

于 2014-08-22 发布 文件大小:539KB
0 203
下载积分: 1 下载次数: 7

代码说明:

  MFC 单文档应用程序界面画图(包括擦除、随笔画等)(MFC single document drawing application program interface (including erase, essays, painting, etc.))

文件列表:

Ex_Draw
.......\CLineDraw.cpp,289,2013-12-30
.......\Debug
.......\.....\CLineDraw.obj,4771,2013-12-30
.......\.....\Ex_Draw.exe,131128,2013-12-30
.......\.....\Ex_Draw.ilk,388488,2013-12-30
.......\.....\Ex_Draw.obj,22790,2013-12-30
.......\.....\Ex_Draw.pdb,525312,2013-12-30
.......\.....\Ex_Draw.res,8812,2013-12-30
.......\.....\Ex_DrawDoc.obj,22882,2013-12-30
.......\.....\Ex_DrawView.obj,42805,2013-12-30
.......\.....\MainFrm.obj,21807,2013-12-30
.......\.....\SettingDlg.obj,11737,2013-12-30
.......\.....\StdAfx.obj,105418,2013-12-30
.......\.....\vc60.idb,222208,2013-12-30
.......\.....\vc60.pdb,364544,2013-12-30
.......\Ex_Draw.aps,45960,2013-12-23
.......\Ex_Draw.clw,3149,2013-12-30
.......\Ex_Draw.cpp,4227,2013-12-16
.......\Ex_Draw.dsp,4834,2013-12-30
.......\Ex_Draw.dsw,522,2013-12-16
.......\Ex_Draw.h,1367,2013-12-16
.......\Ex_Draw.ncb,66560,2014-01-16
.......\Ex_Draw.opt,49664,2014-01-16
.......\Ex_Draw.plg,1273,2013-12-30
.......\Ex_Draw.rc,13585,2013-12-23
.......\Ex_DrawDoc.cpp,2836,2013-12-30
.......\Ex_DrawDoc.dsp,3449,2013-12-30
.......\Ex_DrawDoc.dsw,719,2013-12-30
.......\Ex_DrawDoc.h,1612,2013-12-30
.......\Ex_DrawDoc.opt,50688,2013-12-30
.......\Ex_DrawDoc.plg,905,2013-12-30
.......\Ex_DrawView.cpp,8903,2013-12-30
.......\Ex_DrawView.h,2380,2013-12-30
.......\LineDraw.h,201,2013-12-30
.......\MainFrm.cpp,2814,2013-12-29
.......\MainFrm.h,1578,2013-12-29
.......\ReadMe.txt,4335,2013-12-16
.......\res

.......\...\Ex_Draw.rc2,399,2013-12-16


.......\resource.h,1293,2013-12-23
.......\SettingDlg.cpp,1664,2013-12-23
.......\SettingDlg.h,1243,2013-12-23
.......\StdAfx.cpp,209,2013-12-16
.......\StdAfx.h,1054,2013-12-16

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

发表评论

0 个回复

  • SelfScroll
    可以设置背景的VB个性滚动条、进度条,有需要的下。(Can set the background of the scroll bar, progress bar, VB personality in need.)
    2013-08-19 08:19:14下载
    积分:1
  • duilib-master
    说明:  开源库,实现界面开发,可以使用开发各种界面,使用Win32(Open Source Library for Interface Development)
    2020-06-18 18:00:01下载
    积分:1
  • drawwindow_src
    应用程序向导已为您创建了这个 DrawWindow 应用程序。(Application Wizard has been created for you this DrawWindow application.)
    2008-05-30 17:28:17下载
    积分:1
  • MarchingCubes
    VTK实验程序,利用VTK开源库实现Marching Cubes等值面提取算法,程序中可修改等值面参数,交互界面实现物体的旋转、缩放,数据文件在工程目录下(VTK experimental procedures, the use of open-source library implementation VTK Marching Cubes isosurface extraction algorithm, the program can be modified isosurface parameters, interactive interface to achieve the object rotation, scaling, data files in the project directory)
    2021-04-03 21:19:05下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • 七段数码显示的数字时钟
    模拟七段数码显示数字时钟,自定义CDigitalClock继承自CStatic类(Analog seven digital display, digital clock, custom CDigitalClock inherited from the CStatic class)
    2017-08-17 22:52:21下载
    积分:1
  • B400111@04.18
    当用户单击每个数字按钮时,弹出对应的设置对话框,在此处可以设置用户想启动的程序(或者直接输入文件夹名)以及 文字串. 设定完成后,可以开始或者暂停数字键盘的程序设定功能. 在 KEYMODE 时,当用户按下数字键盘的某个数字键时,程序会模拟用户键盘输入在设置对话框设置的文字串,可以用来 在聊天或者游戏时输入常用的语句,符号等(不建议用户刷屏用),此处可使用 代表回车,既可以一下替用户输入大 段的文字串,打星际的时候可以用它替自己输入类似"show me the money"的密码 在 FUNCMODE 时,当用户按下数字键盘的某个数字键时,程序会启动用户在设置对话框设置的程序,或者打开文件夹,也 可以使用程序预定义的如调节音量,启动浏览器等功能,让没有多媒体键盘的朋友也方便.如果你经常操作多个文件夹, 也可以用这个程序,避免打开多个深的文件夹的麻烦.(When the user clicks on each number button corresponding to the Settings dialog box pops up, here you can set the user wants to start the program (or enter the folder name), and Text string. After setting, can start or pause the program to set the numeric keypad functions. In KEYMODE, when the user presses a number key numeric keypad, the program will simulate user keyboard input in the Settings dialog box to set the text string can be used to Enter the chat or the game commonly used statements, symbols, etc. (refresh is not recommended to use), here you can use n behalf of carriage, both look great for the user input Section of the text string, playing Star when you can use it for their own input like "show me the money" password In FUNCMODE, when the user presses a number key numeric keypad, the program starts the user to set the program in the Settings dialog box, or open the folder, but also You can use the predefined procedure, such as adjust the volume, start the )
    2011-09-03 20:59:07下载
    积分:1
  • ellipseface
    带背景的椭圆形窗体源码(VC) 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键。窗口最终效果如.. 语言界面:简体中文 (Oval form with background source (VC) Use VC production knowledge learned form to create an elliptical form, in this irregular usage within a background image, background image bmp format, in addition to the title bar on the window and minimize, maximize, and close button to exit the main press keyboard ESC key. As final results window .. Language Interface: Simplified Chinese)
    2015-06-10 18:06:57下载
    积分:1
  • Winsckdownloader
    支持断点续传带进度条的VB下载控件,有需要的就下载吧。(Support breakpoint continuingly download VB controls, with the progress bar has the need to download it.)
    2013-08-19 08:40:03下载
    积分:1
  • zoomformView
    MFC formview窗口 控件随窗口大小自动缩放(MFC formview window controls with the window size automatically zoom)
    2013-11-07 17:22:47下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载