-
anwend-safe
將 W頁的查詢出來的界面,通 ]件 l送出去,可以做為計劃排程來定 r的 l送(Will W page of the query out of the interface,] piece l sent out, can be used as a plan to schedule the r of the l send)
- 2018-12-04 23:31:28下载
- 积分:1
-
FlexCell 表格控件
flexcell表格控件,比labwindows自带的速度更快(control table flexcell than LabWindows bring faster)
- 2009-03-23 10:14:19下载
- 积分:1
-
CoolClockl
Cool Clock Control,You can enjoy it!
- 2010-02-17 01:15:30下载
- 积分:1
-
VIEWNC
这是用VB写的数控G代码读取,编译,并显示。给做数控系统的朋友做参考。(It is written in VB CNC G-code read, compile, and displayed. CNC system to make a friend for reference.)
- 2013-08-28 11:02:26下载
- 积分:1
-
stack
说明: 实验题目:5.1 基于顺序栈的括号匹配程序设计验证
一、实验目的
1. 掌握栈的顺序存储结构;
2. 掌握栈的操作特性;
3. 掌握基于顺序栈的基本操作的实现方法。
二、实验内容
1. 实现顺序栈的成员函数;
2. 基于顺序栈的括号匹配程序设计验证。
实验题目:5.2 基于链式栈的表达式的计算程序设计验证
一、实验目的
1. 掌握栈的链式存储结构;
2. 掌握栈的操作特性;
3. 掌握基于链式栈的基本操作的实现方法。
二、实验内容
1. 实现链式栈的成员函数;
2. 基于链式栈的表达式的计算程序设计。
(Experiment Title: 5.1 Based on the order of the stack in parentheses matching program design verification
1, experimental purposes
1. To master the order of the stack storage structure
2. Master stack operating characteristic
3. To master the basic operation of stack based on the order of the realization method.
Second, experimental content
1. To achieve the order of the stack member function
2. Based on the order of the stack in parentheses matching program design verification.
Experiment Title: 5.2 Based on the expression stack chain calculation program design verification
1, experimental purposes
1. Master stack chain storage structure
2. Master stack operating characteristic
3. To master the basic operation of stack-based chain implementations.
Second, experimental content
1. To achieve chain stack member function
2. Based on the calculation of the expression stack chain programming)
- 2010-03-25 18:33:30下载
- 积分:1
-
caculator_basedon_dialog
我自己写的一个基于对话框的计算器,很有参考价值。(I wrote a dialog on the calculators, great reference value.)
- 2007-01-07 15:55:22下载
- 积分:1
-
VC-generated-excel-histogram
vc6.0 excel2003 用c++生成excel表格并且绘制柱状图 一步完成不需要操作excel(vc6.0 excel2003 c++ excel spreadsheet to generate and draw a histogram step does not need to operate excel)
- 2013-05-17 15:57:41下载
- 积分:1
-
TB
说明: 一个很好的用VC++编写的"显示多姿多彩的动画图标"源代码.(A good written using VC++ " display colorful animated icons" source code.)
- 2010-12-09 18:39:24下载
- 积分:1
-
matlab
用于的峰值的探测,能够较好的获得波峰和波谷。(peak detection。)
- 2021-01-02 15:38:57下载
- 积分:1
-
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