-
这个小程序可以得到当前运行中的窗口名称 并可以指定窗口最前显示...
这个小程序可以得到当前运行中的窗口名称 并可以指定窗口最前显示-this small program can be run in the current window can specify the name and front window display
- 2022-02-28 22:54:28下载
- 积分:1
-
小余额的支付瘦,功能比较齐全。在实际的。初学者
国际收支平衡薄,功能比较齐全。对于初学者在access数据库中有很大的帮助。
- 2022-02-15 16:10:27下载
- 积分:1
-
An M*N represent maze,character "#" represent obstacle,"@" represent an dead end...
以一个M*N的长方阵表示迷宫,字符 # 表示障碍, @ 表示"死胡同", * 表示路径上的位置. 本程序只求出一条成功的通路-An M*N represent maze,character "#" represent obstacle,"@" represent an dead end,"*" as position on the route. Only one successful gateway is obstained.
- 2023-06-03 23:45:03下载
- 积分:1
-
一个学习slider的好例子,可以通过调节slider来设置最大值和最小值等参数...
一个学习slider的好例子,可以通过调节slider来设置最大值和最小值等参数-Have you ever searched for a nice way to select a subrange from an interval? Yes? Have you read Ben Shneiderman s "Designing the user Interface" or seen Spotfire? No? Well, that doesn t matter, because this control is just like the one described and used there.
- 2022-03-14 03:44:18下载
- 积分:1
-
it will off the monitor after running the program and it will start again
it will off the monitor after running the program and it will start again
- 2022-03-23 03:35:59下载
- 积分:1
-
如何显示HTML对话框模型(比微软的使用
如何显示模式的HTML对话框(比使用微软的webbrowser控件简单)-How to display HTML dialog model (than the use of Microsoft
- 2023-03-03 01:10:03下载
- 积分:1
-
我的网页制作,其中包含了具体代码,和美观的界面,有兴趣者可下载。...
我的网页制作,其中包含了具体代码,和美观的界面,有兴趣者可下载。-my beautiful web which includes codes
- 2023-04-05 18:50:04下载
- 积分:1
-
小计算器
一个MFC的简单小程序,利用多个按钮控件,可实现一般加减乘除运算
- 2022-03-21 19:23:03下载
- 积分:1
-
windows用的一个扫雷程序,更新版本会尽快上传
windows用的一个扫雷程序,更新版本会尽快上传-windows used in a mine-clearance procedures, an updated version will be upload as soon as possible
- 2022-01-27 22:57:21下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1