-
硬币找钱问题C++
该程序实现的是硬币找钱问题,即设有6 种不同面值的硬币,用这些面值的硬币来购物和找钱。购物时可以使用的各种面值的硬币个数存于数组Coins[1:6]中,商店里各面值的硬币有足够多。计算在1 次购物中需要使用的最少硬币组合。程序是基于VC++6.0平台实现的。
- 2022-08-19 11:45:34下载
- 积分:1
-
软的数字小键盘
— — 数字小键盘,可以用于触摸屏应用程序,也就是一个例子如何使用本软到 windows(form) 之间的数字键盘
- 2022-01-26 05:56:10下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
MapInfo source, there are many, the past two days, I will continue to upload, pl...
mapinfo源程序,还有很多,这两天我会继续上传,请大家耐心等待。-MapInfo source, there are many, the past two days, I will continue to upload, please wait patiently.
- 2022-05-09 02:00:33下载
- 积分:1
-
这是一个用vc开发的计算器程序,包括完整源程序和相关文档!...
这是一个用vc开发的计算器程序,包括完整源程序和相关文档!-This is a development with the calculator vc procedures, including complete source code and related documentation!
- 2022-02-15 22:12:47下载
- 积分:1
-
模板模式vc源码实例。
模板模式vc源码实例。-Design Modules of VC and Source Code/Example
- 2022-07-09 04:03:46下载
- 积分:1
-
关于资料管理的源程序,功能强大,可操作性强。
关于资料管理的源程序,功能强大,可操作性强。-information on the management of the source, powerful, and highly workable.
- 2022-03-12 16:23:31下载
- 积分:1
-
estimate the spectrum
estimate the spectrum
- 2022-03-07 16:27:27下载
- 积分:1
-
简单dubbo分布式项目demo
dubbo分布式项目,定义接口 服务调用 服务发布等
- 2023-01-22 23:35:04下载
- 积分:1
-
利用mfc制作一个可以显示磁盘使用状况的对话框,供初学者学习对话框的制作以及与系统资源交互的编程方法。...
利用mfc制作一个可以显示磁盘使用状况的对话框,供初学者学习对话框的制作以及与系统资源交互的编程方法。-The use of mfc create a disk usage can display the dialog box, for beginners to learn the production of the dialog box, as well as interact with the system resources programming method.
- 2022-03-24 03:18:09下载
- 积分:1