-
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
-
有趣的图像文件的图像文件的编码代码有趣有趣的图像文件…
有趣的图像文件代码 -interesting image file code inte resting image file code interesting image file code
- 2022-06-17 23:37:51下载
- 积分:1
-
BBS开发样例源码
论坛网页开发模版,样例源码。适合刚入手C#的开发人员,喜欢网站开发等人员使用。代码简单明了,附带说明书,方便快捷。上传代码仅限于开发学习使用,如果用于商业,请联系BBSMAX5工作人员,进行授权后使用。
- 2022-03-13 04:14:07下载
- 积分:1
-
读取 excel 在 c# 中的文件
我们经常遇到的特别发展中国家在.NET 中,我们需要做很多的报告生成在 Microsoft Excel 中的桌面应用程序的要求。在接下来几个教程在 Excel 上,我们将看到如何读取、 写入和执行在 C# 中的 Excel 操作。在本教程中,我们将会看到如何在 C# 中一个 Excel 文件中读取。
在本教程结束了,我们将看到如何在 C# 中,打开 Microsoft Excel 文件从 Excel 文件中读取几列并将它另存为 C# 中的列表和关闭 Excel 文件。我们考虑一个非常简单 Excel 文件包括 2 数据列的姓名和年龄。所以,我们的目标是阅读的 10 行的 A 列和 B 列并将其保存为一个列表。您可以使用此列表来显示中使用 DatagridView 控件的表格格式的数据。这是讨论的我们为本主题范围。
那里有很多的第三方库和讨论在互联网技术。在这里我们使用是在您的系统中可用的如果你有安装的 Microsoft office 的 COM 库。
- 2022-04-19 14:29:43下载
- 积分:1
-
code to control mouse cursor with keyboard
code to control mouse cursor with keyboard
- 2022-01-22 13:09:59下载
- 积分:1
-
信息是任何想要增加他们的公司的不可或缺的一部分…
Information is an indispensable part for any company who wants to increase their competitiveness in the fierce market competition. Inventory management, which will help a company to reduce cost and increase profit, has become one of the most important parts when using the ERP system.
- 2022-06-29 21:35:47下载
- 积分:1
-
windows XP的发展与简介,为了解XP的发展提供详尽的
windows XP的发展与简介,为了解XP的发展提供详尽的-windows XP development and profiles, to understand the development of XP to provide detailed
- 2022-07-26 13:00:15下载
- 积分:1
-
名称:制作托盘程序 编译环境:vc++.net2003 作者:yxifu
名称:制作托盘程序 编译环境:vc++.net2003 作者:yxifu-name : pallet production procedures build environment : vc. Net2003 Author : yxifu
- 2022-02-13 09:13:35下载
- 积分:1
-
Visual Basic, and transparent picture of the settings and overlay
Visual Basic 中透明图片的设置及叠加-Visual Basic, and transparent picture of the settings and overlay
- 2023-05-27 00:20:03下载
- 积分:1
-
我在学习移动设备开发时,自己写的一个简单的基于移动设备的数据库程序,开发工具VS2005,C#,数据库SQL CE2.0...
我在学习移动设备开发时,自己写的一个简单的基于移动设备的数据库程序,开发工具VS2005,C#,数据库SQL CE2.0-I study at the development of mobile devices, they wrote based on a simple database program for mobile devices, development tools, VS2005, C#, database SQL CE2.0
- 2022-01-25 17:21:41下载
- 积分:1