登录
首页 » Visual C++ » Ex_Draw

Ex_Draw

于 2014-08-22 发布 文件大小:539KB
0 250
下载积分: 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 个回复

  • 创建
    说明:  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
  • VB-and--Excel
    VB中嵌入excel的一个实例。效果还不错,请下载看看。(VB excel spreadsheet embedded in an instance.)
    2013-06-17 16:40:46下载
    积分:1
  • jtcwVC
    该套软件主要用来记录家庭财务收入与支出的情况。软件包括下面几个方面的主要界面:1、用户登录界面:单击左边窗口的用户登录按钮可以进入该界面。输入要操作人的用户名和密码,这里由于只提供给自己家用,所以只有两个用户,可以输入ycl 密码:12345进入。2、账目现状界面:登录成功自动进入账目现状界面,当然也可以通过单击左边窗口中的账目现状按钮进入该界面,该界面可以显示指定时间段内的收入与支出情况,统计出现有余额。并通过树状列表显示各项收入支出的情况。3、资金进账界面:登录成功后,才能运行该界面,用户通过单击左窗口中的资金进账按钮来进入该界面。该界面可以显示指定时间段内的支出情况,并可以添加新的收入项目。测试时可以选择6月到10月之间的项目4、资金支出界面:登录成功后才能运行该界面,用户通过单击左窗口中的资金支出按钮来进入该界面。该界面可以显示指定时间段内的收入情况,并可以添加新的支出项目。测试时可以选择6月到10月之间的项目5、系统退出:用户可以通过单击左窗口中的系统退出按钮来退出系统的运行(Of the software is mainly used to record income and expenditure of the family financial situation. Several aspects of the software includes the following main interfaces: one, the user login screen: Click the button to the left of the window the user can log into the interface. Enter the operator s user name and password, here as available only to their own home, so there are only two users, you can enter ycl Password: 12345 to enter. 2, accounts for the status quo interface: Log in automatically into the accounts of the success of the status quo interface, of course, the left window by clicking the button in the accounts of the status quo into the interface that can display the specified time period of the income and expenditure, statistics appeared in the balance. Through the tree list displays all the income and expenditure situation. 3, funds much richer interface: login is successful, in order to run the interface, the user window by clicking the left button to enter the capital m)
    2010-03-11 11:37:52下载
    积分:1
  • bijingxuan
    用VC6实现的一个超级漂亮的编辑框。可以自己配置编辑框的颜色,美化界面。(A super nice with VC6 edit box. Can configure their own color of the edit box and beautify the interface.)
    2013-04-03 10:07:01下载
    积分:1
  • MFCaVideo
    由opencv2.3.1+vs2008编写的界面程序,可以通过界面对话框上的控制按钮来控制笔记本电脑上相机的开启与关闭。(Opencv2.3.1+vs2008 written by the interface program, you can control on your laptop on and off the camera via the control buttons on the dialog interface.)
    2013-12-10 14:15:44下载
    积分:1
  • 1-1
    渐变背景,在窗体中从上至下依次绘制多个矩形,使它们的填充色从蓝变化到黑,就能很好地模拟出渐变效果(graded background, in which top-down windows were drawing more than rectangular, filling their color changes from blue to black. it will be able to simulate effects of graded)
    2006-11-21 09:35:45下载
    积分:1
  • involute-gear-drawing
    通过VB编写的简易绘制齿轮渐开线的程序,运用了VB的各种基本控件(Easy draw gear involute program written in VB, the use of a variety of basic controls in VB)
    2012-05-04 09:32:53下载
    积分: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
  • rouhua
    VC++处理图像模糊或柔化的效果示例源程序,类似Photoshop中的图像高斯模糊效果,每点击一次鼠标右键,程序为模糊一次,直到你满意为止(VC++ the processing image blur or soften the effect of sample source code, similar to Photoshop image Gaussian blur effect, each click the right mouse button, the procedure for fuzzy time, until you are satisfied)
    2013-05-07 20:24:37下载
    积分:1
  • 11
    说明:  一个组合框的例子 Visual C++6.0(Example of a combo box Visual C++6.0)
    2010-05-28 15:56:07下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载