登录
首页 » Visual C++ » but

but

于 2018-10-19 发布 文件大小:175KB
0 229
下载积分: 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 个回复

  • VB6-Thread
    VB6纯API实现的多线程源码,稳定、方便、实用的VB6多线程技术,万能的VB(VB6 Thread)
    2020-11-02 22:59:52下载
    积分:1
  • RCS
    一个windows下的多线程串口通程序(windows of a multi-threaded process Serial)
    2020-12-29 21:19:00下载
    积分:1
  • mappings
    功能是仲裁访问的互斥体,包含创建数据文件,创建仲裁的互斥体,根据文件创建100个线程来读写,关闭对象(Function is to arbitrate access mutex,Includes creating a data file, create a mutex arbitration, creates 100 threads to read and write in the paper, close the object)
    2014-04-23 14:51:26下载
    积分:1
  • processDispatch
    进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  1.先进先出调度算法;  2.基于优先数的调度算法;  3.最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  1.当前执行进程;  2.就绪队列;  3.等待队列 附:此程序可直接运行,是操作系统课的经典实验. (scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)
    2021-05-07 04:28:36下载
    积分: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
  • os
    说明:  模拟进程并发,能清楚的看到结果。在os可能会用到,对你可能有用。(Simulation process,Can clearly see the results. In the OS might need, to you may be useful.)
    2011-12-19 20:20:36下载
    积分:1
  • r_w
    利用线程同步实现读者和写者的问题,使用信号量来控制(reader and writer)
    2013-12-30 20:44:32下载
    积分:1
  • EventThread
    使用事件对象进行线程间的通信EventThreadEventThread.rar,很不错的vc源码,有兴趣的朋友可以看看。(Use the event object for inter-thread communication EventThread EventThread.rar, very good vc source, interested friends can see.)
    2011-09-15 22:54:04下载
    积分: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
  • web
    网站备份工具 可以上传文件 下载删除功能,不错的()
    2018-06-16 13:01:41下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载