-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
computer_design
该程序能够实现计算器程序设计,采用C++编程,来自C++程序设计原理与实践。(The program can achieve calculator program design, using C++ programming, program design from C++ Principles and Practice)
- 2014-02-19 14:34:59下载
- 积分:1
-
FIR-fliter
说明: 可以实现在labview环境下实现FIR滤波器(Labview environment to achieve the FIR filter)
- 2011-02-21 19:06:53下载
- 积分:1
-
776867
此系统由VC++ 6 0 MFC开发而成,主要实现一些基本的界面操作,如画笔画刷,文字改变字体颜色,以及时钟显示和小型购物系(This system is developed by VC 60 MFC. It mainly implements some basic interface operation, such as brush, text changing font color, clock display and small shopping department.)
- 2018-12-31 12:24:07下载
- 积分:1
-
GoogleEarthGrabber
Tool to grab and save to disk in jpeg very large (any!) part and zome of Google Earth map in maximal resolution. GoogleEarth COM API used, GoogleEarth must be installed. To seamless compose of resulting jpeg images convert it to tiff, use GEOTIFF_TFW_FileGenerator.rar (or other tfw generator) and join images, for example, with MrSID. I m really grab with this tools big part of Russia (millions fo square km). Enjoy.(Tool to grab and save to disk in jpeg very large (any!) Part and zome of Google Earth map in maximal resolution. GoogleEarth COM API used, GoogleEarth must be installed. To seamless compose of resulting jpeg images convert it to tiff, use GEOTIFF_TFW_FileGenerator . rar (or other tfw generator) and join images, for example, with MrSID. I m really grab with this tools big part of Russia (millions fo square km). Enjoy.)
- 2009-01-18 17:29:38下载
- 积分:1
-
Unikey-4.0
to study for student
- 2013-08-28 12:11:13下载
- 积分:1
-
key_strike
后台发送按键小程序。可以将指定按键命令发送到指定窗口。(Background Send button applet. Designated key commands can be sent to the specified window.)
- 2013-03-10 10:44:12下载
- 积分:1
-
TargetCascading
目标级联法的一种分解方法及它的求解程序。(An objective decomposition method and its cascading solver.)
- 2014-07-01 09:29:46下载
- 积分:1
-
TFontHealthprh
Visual C下提取点阵字模源代码,可可直接生成C语言的code,可选字体,大小.
(The dot matrix source code Visual C extract, cocoa directly generate C language code, selectable font, size.)
- 2012-08-07 01:19:02下载
- 积分:1
-
AD9858
说明: 此程序为AD9858项目控制程序,主要是对它的控制(This process control procedures for the AD9858 projects, mainly in its control)
- 2021-04-08 15:59:01下载
- 积分:1