-
caipiao
用C实现的自己使用的双色球分析源码。自己一直在用,还是有一定的参考价值哦。(C achieved using two color analysis of their source. He has been in use, or have a certain reference value oh.)
- 2013-07-26 16:49:53下载
- 积分:1
-
Phone-book-management
这是一款基于VC++6.0平台的电话簿管理系统,适合广大C++初学者借鉴学习。(This is a platform based on the VC++6.0phone book management system, suitable for C++ beginners to learn from.)
- 2012-03-20 15:16:53下载
- 积分:1
-
fr2009
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创(Can easily be a power of less than three times the automatic derivation of the summation formula for the original code)
- 2009-09-06 10:55:01下载
- 积分:1
-
crkcd
自动搜索光盘,查找多媒体文件,生成播放列表,并自动播放,特别是支持大多数加密光盘
密码光盘(automatically search CD-ROM search multimedia files, generate a playlist and played automatically. particularly in support of the majority of password encryption CD discs)
- 2007-02-01 17:46:34下载
- 积分:1
-
ExcelOperate11
vc读写excel,这个是用mfc写的,基于对话框的小程序(Vc u8BFB u5199excel)
- 2017-05-25 11:34:36下载
- 积分: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
-
unit-8
谭浩强C程序设计第四版第8章习题答案,自己做出来的( C Programming Fourth Edition Chapter 8 Exercise answers, do it yourself)
- 2013-07-31 22:16:17下载
- 积分:1
-
Chang_display
改变屏幕分辨率,程序控制动态改变屏幕的分辨率。(change the screen resolution, dynamic programmed to change the screen resolution.)
- 2006-07-06 09:28:09下载
- 积分:1
-
mm1
implement mm1 queue system on customer process
- 2012-05-06 15:20:35下载
- 积分: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