-
CManageDraw
说明: 仿WINDOWS里面的画图程序,只做了部分模仿,还差一部分未完成(imitation windows inside the drawing program, doing some copying, there is still some unfinished)
- 2005-09-12 10:20:05下载
- 积分:1
-
trb
透明窗体的简单例子,动态的文字直接显示在桌面上(Transparent form of a simple example, dynamic text displayed directly on your desktop)
- 2014-01-08 11:37:04下载
- 积分:1
-
CALENDAR
在程序中嵌入日历,是一本书中找到的很有学习的价值(Embed calendar program is useful to learn the value ,found in a book)
- 2013-12-24 09:27:15下载
- 积分:1
-
VC++高级特效界面一百例 VC++080719
VC++高级特效界面一百例,对做VC++界面GUI的有很好的参考作用(VC++ 100 cases of high-level interface effects, and to do VC++ The GUI interface has a very good reference)
- 2020-06-26 01:40:02下载
- 积分:1
-
565566
扩展收缩对话框应用程序界面,VC++编程精选学习源码,很好的参考资料。(Expansion contraction dialog application program interface, VC++ programming featured learning source code, a good reference.)
- 2013-11-19 18:57:47下载
- 积分:1
-
网上花市
说明: 本程为网上花市,具有在线选购,选购说明等各种不同的功能,友好的界面给你全新的感觉.并具有动画的界面.(the way for the online flower market, with an online purchase, purchase descriptions of the various functions, friendly interface to your new feeling. And with animation interface.)
- 2005-11-10 14:24:37下载
- 积分:1
-
t(OK)
说明: 该程序实现了图的先序、后序遍历和拓扑排序等,而且是界面输出。(the program to achieve the plan's first sequence, after the preorder and topological sorting, but it is the output interface.)
- 2005-12-27 11:43:07下载
- 积分:1
-
Documents
VC++/MFC project that helps learning paint.
- 2011-06-30 17:47:16下载
- 积分:1
-
Diamond-pattern-algorithm
计算机图形学-金刚石图案算法(有图形界面)(Diamond pattern algorithm)
- 2015-06-05 23:54:25下载
- 积分: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