-
读写器
在计算机科学中,读者作家问题是并发中常见的计算问题的例子。有至少三种变体的问题,处理多个线程试图同时访问同一共享的内存的情况。某些线程可以读,有的会写,约束没有进程可以访问为读取或写入,而另一个进程共享处于向其中写入信息的行为。(尤其是,它被允许两个或更多的读者,在同一时间访问该共享。读者-编写器锁是一种数据结构,解决了一个或多个读者作家问题。
- 2023-06-21 18:40:03下载
- 积分:1
-
资源管理目录树
这是在windows开发环境下写的一个资源管理树程序,能够获取我的电脑下的所有资源信息。开发工具是VS2003,如果采用更高版本的工具打开,需要更改 stdaftx.h 中的一些宏。例如:
#ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
#define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later.
#endif
- 2023-04-21 23:25:03下载
- 积分:1
-
该程序 实现了HEX对任何文件进行编辑的功能。十六进制编辑器。实用。...
该程序 实现了HEX对任何文件进行编辑的功能。十六进制编辑器。实用。- This procedure realized HEX to carry on the edition to any
document the function. Hexadecimal system editor. Practical.
- 2022-09-15 05:25:03下载
- 积分:1
-
VC++(MFC)视图窗口
基于VC++MFC设计一个视图窗口,该视图窗口充分体现了MFC的强大功能,与windows系统的相结合。标题栏,树形视图,获取系统文件夹的信息。CMainFrame类的使用。
- 2022-12-23 10:55:04下载
- 积分:1
-
本程序用VC编写的程序,可以使其作为一个气球提示语言。
此程序用VC所编,可以使自己 的程序产生像气球一的提示栏,很不错的。-this procedure prepared by the VC, can make its procedures as a balloon tips column, very good.
- 2022-01-23 10:19:59下载
- 积分:1
-
在MFC网格控件使用组合框
Using comboboxes in the MFC Grid Control
Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box.
Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGri
- 2022-05-29 23:54:42下载
- 积分:1
-
鲍鱼游戏
这在 c + + 中的源代码是鲍鱼游戏的执行,它扮演本身在 QT 设计器应用程序中使用一个计时器。
- 2022-01-24 17:02:11下载
- 积分:1
-
改变图像尺寸,可以批量将图片转化到指定的像素,只是基本功能...
改变图像尺寸,可以批量将图片转化到指定的像素,只是基本功能-Change image size, you can batch image conversion to the specified pixel, only the basic functions of
- 2022-03-22 13:26:38下载
- 积分:1
-
非常漂亮的一个界面,和以往方法不同,采用了,html的方面更改界面。
非常漂亮的一个界面,和以往方法不同,采用了,html的方面更改界面。-A very beautiful interface, and previous methods used, html change the interface areas.
- 2022-01-23 10:22:30下载
- 积分:1
-
vc++ 拨号上网源码
一个c++做的拨号程序,可应用于普通拨号上网,也可添加vpn连接。内附源码可以做学习开发用
- 2022-03-11 08:42:23下载
- 积分:1