-
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
-
pss7_v1.5.1
PLC/IHM西门子破解密码方案(LOGO!),SIMATIC=S7-200/300/400,Tia门户S7-1200/1500,WinCC C-Script,WinCC VB脚本)。PROFACE(GP Pro-Project PANEL)Delta(WPLSOFT项目(EPAS-4项目))。Schneider(ToudoSub项目)。(Program for Crack Password Project of PLC/IHM Siemens(LOGO! , Simatic= S7-200/300/400, Tia Portal S7-1200/1500 , Wincc C-Script, Wincc VB-Script). Pro-face(GP-Pro EX Project Painel).Delta (WPLSoft Project (EPAS-4 Project). Schneider (Twido Suite Project).)
- 2018-08-03 19:17:28下载
- 积分:1
-
_D34GL3-T3MPL3_ Source
cheat-server source-code
- 2018-05-10 07:43:34下载
- 积分:1
-
ADO
这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
- 2013-08-18 10:30:52下载
- 积分:1
-
week_yyy
this sources for creating alarm based on time to show certain window
- 2017-11-21 20:31:56下载
- 积分:1
-
扫雷游戏的源程序
扫雷游戏.用VB写的一个小游戏(mine games. VB wrote a little game)
- 2005-01-18 18:00:33下载
- 积分:1
-
proccureschefked
说明:
- 2018-02-21 20:54:45下载
- 积分:1
-
ceemdan1
CEEMDAN是对EEMD的改进算法,EEMD算法通过加入噪声来减小EMD的模态效应,CEEMDAN算法通过加入自适应的噪声来进一步减小模态效应,而且具有更好的收敛性。(CEEMDAN is an improved algorithm of EEMD, the EEMD algorithm by adding noise to reduce modal effects of EMD, CEEMDAN algorithm by adding noise adaptive mode to further reduce the effect, but also has better convergence.)
- 2017-09-19 10:17:51下载
- 积分:1
-
c_ziliao
作为学习的资料,这是我学习c语言的一些重要记录(Information for learning, this is my c language learning some of the important records)
- 2009-06-05 22:53:21下载
- 积分:1
-
myTask0
有的科技图书会附有索引,其中列出书中重要术语出现的页码,便于读者查看。试设计一个类似的程序。输入是一个英文文本文件,输出是文件中关键字及其出现的行号的列表并按照关键字有序排列。程序运行方式:>index inputfile keys outputflie
(Some books will be accompanied by technology index, which lists important terms appear in the book pages, easy to readers to view. Try to design a similar procedure. English text input is a file, the output is a file that appears in the keywords and their line numbers list and ordered according to keywords. Program run mode:> index inputfile keys outputflie)
- 2013-10-28 21:15:13下载
- 积分:1