-
Realize the main stack are some of the basic operations, such as: out of stack,...
主要是实现堆栈的一些基本操作,比如:出栈,清空堆栈,访问堆栈顶元素,以及测试堆栈状态等。-Realize the main stack are some of the basic operations, such as: out of stack, empty the stack, the stack top element of the visit, as well as the test stack status.
- 2022-07-26 01:11:56下载
- 积分:1
-
管理学院杜人员
此应用程序允许您管理公司的职员,你知道所有的员工,他们抵达的日期和合同类型。他们可以删除、 添加、 修改、 由于管理面板。
- 2023-04-18 20:20:04下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-08-10 12:47:53下载
- 积分:1
-
using the line drawing algorithm
采用brezar的画线算法程序-using the line drawing algorithm
- 2022-12-07 08:55:03下载
- 积分:1
-
一个能实现类似EXCEL的界面的CGridCtrl控件
一个能实现类似EXCEL的界面的CGridCtrl控件 -One can achieve a similar interface for CGridCtrl controls like EXCEL
- 2022-06-16 01:09:29下载
- 积分:1
-
分割窗体以及进行窗体之间的通信 将主窗体分成两部分 其中一个有textbox 输入数据及删除数据都可以在另一个窗体中显示。...
分割窗体以及进行窗体之间的通信 将主窗体分成两部分 其中一个有textbox 输入数据及删除数据都可以在另一个窗体中显示。-Split between form and form to the main form of communication will be divided into two parts, one of a textbox to enter data and deleted data can be displayed in another form.
- 2022-10-30 15:10:03下载
- 积分:1
-
listbox用法
listbox用法-ListBox Usage
- 2022-05-27 05:08:15下载
- 积分:1
-
操作系统中的页面调度(先进进出,最近很少使用算法,最佳算法等等,操作系统中比较重要的算法)...
操作系统中的页面调度(先进进出,最近很少使用算法,最佳算法等等,操作系统中比较重要的算法)-operating system pages Scheduling (advanced access, recently rarely used algorithm, the best algorithms and so on the operating system more important algorithm)
- 2022-12-21 18:10:03下载
- 积分:1
-
VC++图像平滑处理源代码程序
摘要:VC/C++源码,图形处理,平滑图像,图片锐化
VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
- 2022-07-27 01:47:12下载
- 积分:1
-
全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局...
全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -It is very convenient by using global function because it needn t include many head files and can be used in almost every class.But when you use it you should pay attention on some details,and the example given here will introduce beginners some methods on how to use global class.I hope it will be usefull for you
- 2022-03-24 11:45:57下载
- 积分:1