-
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
-
paihang
有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下:
A B B A . . A B A B
(2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
- 2013-02-25 18:43:03下载
- 积分:1
-
tongxunlu11
基于VC++的通讯录实现,使用MFC编程(VC++ based address book implementation using MFC programming)
- 2013-08-05 17:09:03下载
- 积分:1
-
Practice1_14
字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:
char a[4]="ABCD" char b[4]="abcd"
则char c[8]="AaBbCcDd"
(Cross-string input, is to cross a string input to another string of them, such as:
char a [4] = "ABCD" char b [4] = "abcd"
While char c [8] = "AaBbCcDd" )
- 2009-02-19 18:26:20下载
- 积分:1
-
code-
从键盘接收字符串,并统计其中各种字符出现频率!(calculate the frequency of every sinal get from the keyboard!)
- 2012-04-23 10:59:16下载
- 积分:1
-
opcproxy_src
opc com ole opc代理存根源码(opc com ole opc proxy stub source)
- 2010-09-28 08:09:32下载
- 积分:1
-
436909
Redirect standard output to an edit box()
- 2018-05-20 19:23:48下载
- 积分:1
-
wxrki
主要是异步通讯编程,C语言,大家可以看一下,以提高自己的水平,一起努力(Mainly asynchronous communication programming, C language, we can take a look, in order to improve their level, work togethe)
- 2019-01-06 07:49:41下载
- 积分:1
-
chengxu
编写一个函数,要求输入年月日时分秒,
输出该年月日时分秒的下一秒。
如输入2011年12月31日23时59分59秒,
则输出2012年1月1日0时0分0秒。
需要考虑闰年 和 2月的特殊情况 (Write a function that requires input date, hour, minute and second outputs of the date when the next second. If the input at 23:59:59 on December 31st, 2011, output at 0:00:00 on January 1, 2012. Leap year and February need to consider the special case)
- 2013-05-28 13:06:03下载
- 积分:1
-
ansys自动读写及分配CPU
ANSYS apdl代码,在有很多个计算工况的情况下,用此代码实现多工况依次批处理的功能(ANSYS APDL code, in a lot of calculation conditions under the condition of multi condition are batch function with this code)
- 2020-11-23 19:29:34下载
- 积分:1