搜索资源列表
DATALECTURE
- 数据结构 授课教案 本章主要介绍以下内容: 1.数据结构研究的主要内容 2.数据结构中涉及的基本概念 3.算法的概念、描述方法以及评价标准 栈和队列 1.树的定义和存储结构 2.二叉树的定义、性质、存储结构 3.二叉树的遍历、线索算法 4.树和二叉树的转换 5.哈夫曼树及其应用 -data structure templates teach this chapter introduces the follow
Code
- Java中的集合类的学习和应用,栈、对列、链表等数据结构的学习和应用。-Java collections in the study and application stack on the list, linked list data structure, such as learning and application.
KT
- java实现骑士寻路,栈结构的典型应用,使用applet实现骑士的图形化表示-Knights find way java implementation, the stack structure of a typical application, use the applet to achieve a graphical representation of the Knight
Mystack
- 写一个线程安全的栈,底层用LinkedList实现,提供进栈和 出栈的方法,应用生产者-消费者模式。另外写两个类, 分别实现生产和消费者。 -Write a thread safe stack, the bottom with a LinkedList implementation, providing out of the stack into the stack and method of application of the producer- consumer model
Chap04
- 这是关于队列堆栈的问题,比较详细的描述了队列问题和堆栈问题的实现和应用-This is a problem on the queue, stack, queue more detailed descr iption of the problem and the problem of implementation and application stack
SimpleCalc
- 栈的简单应用,实现四则运算,可检查输入是否有误-A simple application of stack,you could enter a expression. If right,output the result else,output the error infomation.
spring-framework-3.2.x
- Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。-The application framework Spring Framework is an open source Java/Java EE full-featured stack (full-stack), the form of the Apache license release also transpla
Android-Based-on-Linux-Kernel
- Android是基于Linux内核的操作系统,是Google公司在2007年11月5日公布的手机操作系统,早期由Google开发,后由开放手持设备联盟(Open Handset Alliance)开发。它采用了软件堆层(software stack,又名以软件叠层)的架构,主要分为三部分。底层Linux内核只提供基本功能;其他的应用软件则由各公司自行开发,部分程序以Java编写。-Android is an operating system based on Linux kernel is Go
stacks
- Various application of Stack algorithms in java
Expressions-computing
- 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
itcrm-v1.0
- MISOFT客户关系管理系统(crm)是基于Linux开放性内核和Apache基础上,的智能B/S交互式服务系统,MISOFT系统由操作系统、中间件、用户界面和应用软件组成。它采用软件堆层(Software Stack,又名软件叠层)的架构,主要分为三部分。底层以Linux内核工作为基础,由PHP语言开发,只提供基本功能;中间层包括函数库Library和虚拟机Virtual Machine,由C++开发。最上层是各种应用软件,包括通话程序,短信程序等,应用软件则由各公司自行开发,以PHP作为编写
中缀转后缀
- 栈的应用:在四则运算中序式转后续式的基础上,利用栈的帮助完成后序式的计算,并输出结果。(Application of stack: in the four operations, in order to follow up the follow-up, based on the help of the stack to complete the sequent calculation, and output the results.)