搜索资源列表
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.
中缀转后缀
- 栈的应用:在四则运算中序式转后续式的基础上,利用栈的帮助完成后序式的计算,并输出结果。(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.)