-
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
-
jsp example of basic comparisons package with tomcat
jsp example of basic comparisons package with tomcat
- 2023-04-11 19:05:03下载
- 积分:1
-
Developed with C#, it can display the map data,save the map to a file,and open i...
用c#开发的显示地图数据,并将地图数据存放到文件中,以及在文件中调用-Developed with C#, it can display the map data,save the map to a file,and open it from a file.
- 2023-05-27 05:35:03下载
- 积分:1
-
通过控件ID获得控件窗口指针
通过控件ID获得MFC控件窗口指针.
- 2022-01-24 09:55:13下载
- 积分:1
-
案例3计算平台长度程序
案例3计算平台长度程序-computing platform length procedures
- 2022-11-23 19:25:03下载
- 积分:1
-
俄罗斯方块小游戏,希望对学弟学妹门有帮助,我主要用的2维数组实现...
俄罗斯方块小游戏,希望对学弟学妹门有帮助,我主要用的2维数组实现-Tetris game, in the hope that Mei Xue Xue Di door has to help, I mainly use 2-dimensional array realize
- 2023-01-08 01:50:04下载
- 积分:1
-
非常经典,常用的批处理程序,用于清理电脑等等!
非常经典,常用的批处理程序,用于清理电脑等等!-Very classical, commonly used in batch procedures for cleaning up the computer and so on!
- 2022-02-04 21:40:43下载
- 积分:1
-
这个例子是由两个独立的项目/应用程序的功能。eir_a
This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library.
* eir_a searches for devices and then displays the information on the devices found.
* eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests.
This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
-This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library.
* eir_a searches for devices and then displays the information on the devices found.
* eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests.
This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
- 2022-05-23 05:50:40下载
- 积分:1
-
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲...
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
- 2022-01-26 03:16:04下载
- 积分:1
-
Matlab 进行数字处理的基础知识
这包括数字信号处理的数学模型为需要的所有基本的东西。如傅里叶变换、 3d 绘图、 拉普拉斯变换和筛选方法。在英国指南线 UWE 有关论文鳕鱼。
- 2022-04-01 21:13:46下载
- 积分:1