-
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
-
4vqwe
this is the code on c++ 2005
The program code, which maintains a database. Created two documents, of which is read / write. Function menu, all functions: adding records, search, replace, delete, check availability. Full inheritance. Additional function is Creation a Report to the calculation
- 2012-10-16 02:16:35下载
- 积分:1
-
SearchBirthday
生肖查询软件,小巧精致,原理很简单,初学者进入(Zodiac query software, compact, very simple principle, beginners to enter)
- 2013-01-05 14:22:05下载
- 积分:1
-
link
单链表的全部源代码啦,有用的同学赶紧的啊。。。。(failed to translate)
- 2009-12-04 09:43:03下载
- 积分:1
-
jywbt
基于matlab GUI界面设计,ldpc码的编解码实现,D-S证据理论数据融合。( Based on matlab GUI interface design, Codec ldpc code implementation D-S evidence theory data fusion.)
- 2017-06-01 16:24:58下载
- 积分:1
-
GameOfLife
汉化版的“生命游戏”程序,可以演示生命的生成和消亡过程!(Game Of Live!)
- 2011-11-15 19:15:57下载
- 积分:1
-
TC_PLOT
本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序
(This procedure includes voice compression and voice recognition requirements in the area of the LPCC, MFCC feature extraction algorithm, as well as voice activity detection source. Voice data in the feature extraction before the voice data can be 16K to 8K sampling rate of the drop treatment, including the 180-order FIR filter frequency compression procedures)
- 2007-07-22 19:29:57下载
- 积分:1
-
gggggggggggg.f90
流体力学压科比第三方俄罗斯课件挺两考得四(Russia' s third-party courseware fluid pressure Bryant two managed to get four very)
- 2011-08-14 12:53:52下载
- 积分:1
-
VB音乐播放器
VB音乐播放器,实现音乐播放功能,可以直接使用,可以在此基础上添加自己的程序(VB Music Player, to achieve music playback function, can be used directly, you can add their own programs on this basis.)
- 2020-06-19 07:40:02下载
- 积分:1
-
Face-Counting-master
检测视频中出现的人头数目,并统计来往的人数。(Detect the number of people in the video and count the number of people coming and going.)
- 2021-03-05 18:59:31下载
- 积分:1