搜索资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
myAlgorithmExamplesAndExplain
- 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subsets, trees and equivalence, the
Mysplit
- 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
lianzhan
- 用链栈求十进制化为二进制C语言数据结构版-chain stack used for the metric system into binary data structure C language version
stackinC
- 模拟C++模版的Stack源码-C simulation template Stack FOSS
计算式求值栈操作
- 计算式求值栈操作-formula evaluates stack operation
cppsource
- lcfile/dll.zip 动态链接库的制作和调用C++Builder编写动态链接库的例子 (7KB) stack.zip C++Builder编写的一个栈演示程序 (4KB) lcform.zip C++Builder编写的不规则窗体组件 (4KB) direct.zip C++Builder编写的使用DirectDraw开发的击球游戏(411KB) pictool.zip 一个图象处理程序C++Builder编写的一个图象处理程序(192KB)-lcfile / DLL dll.zip t
guiyue
- 找可规约串进行规约,并演示栈的变化情况,打印并且输出-Statute of the string can be carried out to find the statute, and demonstrate the changes in the stack, print and output
maze
- 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
smac-stack-1.2.tar
- S-MAC is an energy-efficient MAC protocol designed for wireless sensor networks.
cyuyanshishangbianchengbaili
- 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
txt
- 利用栈及简单语法将中缀式转为逆波兰式 即使是初学者也能看懂-The use of the stack and a simple syntax infix style to Reverse Polish Notation, even beginners can understand
Linux2.6networksourceccode
- Linux2.6内核下协议栈的源代码剖析。介绍的很详细,适合对网络协议有一定了解的熟悉Linux具有C语言背景的人阅读-Linux2.6 kernel protocol stack source code analysis. Described in great detail, suitable for network protocols have some understanding of Linux with a familiar C language background reading
1
- 数据结构 数制转换堆栈C程序源代码(无注释)-Number System Conversion stack data structure C program source code (no comment)
StackandQueen
- Stack queue experiment. Doc / / define template class SeqStack / / constructor stack initialization / destructor-Stack queue experiment. Doc// define template class SeqStack// constructor stack initialization/destructor
cc
- C++初學者練習範例,型態結構以鏈結串列 模擬stack 堆疊-C++ beginners practice examples of pattern structure to link serial simulation of stack stack
stack
- 数据结构(用面向对象方法与C++语言描述)第二版 顺序栈和链式栈-sequence stack and link stack
Stack
- Source code C to create STACK.....
Stack-operation
- 栈的操作类及主函数,实现栈的初始化,出栈压栈堆栈及栈的删除等操作-The operation of the stack and the main function, realize the initialize the stack, the stack stack stack and stack the delete operation
Stack
- 栈和队列 数据结构实现c代码 -Stack and queue data structure c codeStack and queue data structure c code