登录
首页 » Visual C++ » but

but

于 2018-10-19 发布 文件大小:175KB
0 214
下载积分: 1 下载次数: 0

代码说明:

  该程序是用来画图示例,也可对您的编程技巧掌握vc编译环境有所帮助(This program is used for drawing examples, but also for your programming skills to master the vc compilation environment)

文件列表:

ReadMe.txt, 4793 , 2017-04-11
results.txt, 0 , 2017-04-11
win2k.txt, 959 , 2017-04-11
DlgBar.h, 1218 , 2017-04-11
EnterTexDlg.h, 1175 , 2017-04-11
GraphRecord.h, 3483 , 2017-04-11
IconSet.h, 1273 , 2017-04-11
MainFrm.h, 1801 , 2017-04-11
MdiClient.h, 1195 , 2017-04-11
o5ChildFrm.h, 1282 , 2017-04-11
Painter.h, 1367 , 2017-04-11
PainterDoc.h, 1430 , 2017-04-11
PainterView.h, 7949 , 2017-04-11
RESOURCE.H, 4438 , 2017-04-11
Splash.h, 1159 , 2017-04-11
StdAfx.h, 1099 , 2017-04-11
D57ChildFrm.cpp, 1708 , 2017-04-11
EnterTexDlg.cpp, 918 , 2017-04-11
IconSet.cpp, 1590 , 2017-04-11
MainFrm.cpp, 6056 , 2017-04-11
MdiClient.cpp, 1792 , 2017-04-11
nDlgBar.cpp, 986 , 2017-04-11
Painter.cpp, 4334 , 2017-04-11
PainterDoc.cpp, 1691 , 2017-04-11
PainterView.cpp, 74148 , 2017-04-11
Splash.cpp, 3204 , 2017-04-11
StdAfx.cpp, 209 , 2017-04-11
RES\BITMAP1.BMP, 3614 , 2017-04-11
RES\BITMAP5.BMP, 71614 , 2017-04-11
RES\BMP00001.BMP, 104750 , 2017-04-11
RES\BMP00002.BMP, 6278 , 2017-04-11
RES\BMP00003.BMP, 6278 , 2017-04-11
RES\BMP00004.BMP, 3598 , 2017-04-11
RES\BMP00005.BMP, 6278 , 2017-04-11
RES\CPALETTE.BMP, 1558 , 2017-04-11
RES\DRAW_TOO.BMP, 3598 , 2017-04-11
RES\MAINFRAM.BMP, 2758 , 2017-04-11
RES\Toolbar.bmp, 7542 , 2017-04-11
RES\TOOLBAR1.BMP, 1078 , 2017-04-11
RES\TOOLBAR2.BMP, 598 , 2017-04-11
RES\TOOLBAR3.BMP, 598 , 2017-04-11
RES\TOOLBAR4.BMP, 1078 , 2017-04-11
RES\WEBBRO.BMP, 1270 , 2017-04-11
Painter.aps, 221268 , 2017-04-11
Painter.clw, 5908 , 2017-04-11
Painter.dsp, 6916 , 2017-04-11
Painter.dsw, 537 , 2017-04-11
RESOURCE.HM, 366 , 2017-04-11
22Demo.hpy, 41 , 2017-04-11
P456.hpy, 104 , 2017-04-11
RES\IDR_ICON.ICO, 766 , 2017-04-11
RES\IDR_MAIN.ICO, 766 , 2017-04-11
RES\Painter.ico, 1078 , 2017-04-11
RES\PainterDoc.ico, 1078 , 2017-04-11
IconLib.mdb, 94208 , 2017-04-11
Painter.ncb, 525312 , 2017-04-11
Painter.opt, 54784 , 2017-04-11
Painter.plg, 0 , 2017-04-11
Painter.rc, 19267 , 2017-04-11
RES\Painter.rc2, 399 , 2017-04-11
RES, 0 , 2017-11-05
vDebug, 0 , 2017-04-11

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

发表评论

0 个回复

  • vb-multithread
    一个vb多线程编程实例,能够设置线程优先级,已经调试能够执行。(a multithreaded programming examples threads will be able to set priorities, debugging can be implemented.)
    2005-03-16 13:28:39下载
    积分:1
  • dining-philosophers-varellow
    windows下使用多线程对哲学家就餐问题进行仿真(Dining philosophers problem algorithm simulation)
    2014-05-10 12:27:50下载
    积分:1
  • thread
    运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。(Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window click" thread hang" button, the thread will be suspended click on" restore thread" button, the thread will recover.)
    2011-08-07 12:37:50下载
    积分:1
  • MFCThread
    一个MFC的工程,使用线程的方法,创建线程,使用线程...(A MFC project, using threading methods, create a thread, use the thread ... )
    2012-04-22 11:35:20下载
    积分:1
  • onrjy
    实现操作系统时间片的优先级调度和轮转调度,不错的源码(Implement priority scheduling time slice of the operating system and rotation scheduling, good source)
    2017-06-17 14:35:14下载
    积分:1
  • banker
    银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock created a kind of algorithms. It is the bank lending system, allocation strategy based on judgments and to ensure the safe operation of the system.)
    2009-11-16 10:40:32下载
    积分:1
  • etor
    The upsampling, Dct the upper sampling of the video of video in dct domain
    2018-11-25 20:33:09下载
    积分:1
  • ujrqxnt
    Visual C++ ,NET数字图像处理实例与解析-钟志光 卢君 刘伟荣 -配套盘()
    2018-05-21 18:27:57下载
    积分:1
  • Multithread3
    多线程的VC++源代码,代码经过测试功能正常,值得参考学习!(Multi-threaded VC++ Source code, the code has been tested and functioning properly, it is also useful to learn!)
    2009-01-16 10:53:20下载
    积分:1
  • ProcessInfo
    操作系统中有名的“Process Information.exe”程序,观察当前电脑运行进程信息包含工程文件和执行EXE,注意要在VS上运行,VC6.0的MFC库版本过低,可能不能运行工程文件。(OS famous Process Information.exe program, observe the current computer running process information includes project files and EXE, pay attention to run on VS, MFC library version VC6.0 is too low, you may not run the project file.)
    2015-05-06 18:04:17下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载