搜索资源列表
stack
- 堆栈类 用java编写的。。。dasfhdakdkjadjakdasds-level binary tree traversal by a small java programs dasfhdakdkjadjakdasds-Stack Class
CarParking
- 用java模拟小型停车场功能,用堆栈和队列实现-Simulation of small car parks with java functions, with the realization of the stack and queue
mjsip_doc_1.6
- MJSip document - open source impl of SIP stack in java (reference impl) Consists of all the files required to be used in conjunction with softphone dev.-MJSip document- open source impl of SIP stack in java (reference impl) Consists of all the files
stack
- java exampel stack "StackPackage"
20081_L2_CodiEnunciat
- the program is un LIFO stack from learning instructions of compilator program is a pract university and it writ in java -the program is un LIFO stack from learning instructions of compilator program is a pract university and it writ in java
stack
- 这是用数据结构建立的堆栈和队列,以及一些简单的算法。-This is a data structure used to establish the stack and queue, as well as some simple algorithms.
ij
- ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
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
java
- Java 关于顺序栈,顺序队的程序,文本程序-Java on the order of the stack, the order of teams in the program, the text program
stack
- Data structure: Implementation of stack classe in Java code.
MyStack
- 用Java语言实现的一个工作栈,并在其中可以完成输入后缀表达式,转换成中缀表达并计算结果-Java language with a working stack, and enter a suffix in which the expression can be done, and to convert infix expression results
stack
- This program create stack in JAVA
compare
- 比较自己实现的栈和java内自带的栈的性能-compare the my stack with the stack java provide
reflect
- java中反射机制的实现 ,在netbeans下 反射了java.util.Stack-java reflection mechanism in the realization of reflectivity of the java.util.Stack in netbeans
regarde-ici
- PING import java.awt.event.* import java.io.BufferedReader import java.io.IOException import java.io.InputStreamReader import java.util.logging.Level import java.util.logging.Logger import javax.swing.JTextArea import javax.swing
Inside-the-Java-Virtual-Machine
- 本书共分20章,第1-4章解释了java虚拟机的体系结构,包括java栈、堆、方法区、执行引擎等;第5-20章深入描述了java技术的内部细节,包括垃圾收集、java安全模型、java的连接模型和动态扩展机制、class文件、运算及流程控制等等,其中等6章和附录a-c完全可以作为class文件和指令含集的参考手册深入JAVA虚拟机第二版-This book is divided into 20 chapters, chapters 1-4 explain the java virtual mac
Stack
- 用Java编写了站的应用的程序,可以演示汉诺塔。-Station applications program written in Java, to demonstrate HANOR.
StackClassAgain
- Stack java program that contains different methods, such as Reverse, parentheses and palindrome and prefix methods.
java数据结构
- 压缩包中包含了java链表、树、栈、队列四种数据结构和相关代码,希望有需要的盆友可以看到(The compression package contains the Java list, tree, stack, queue four data structures and related code, hope that the need for the basin friends can see)
java虚拟机原理
- 虚拟机是一种抽象化的计算机,通过在实际的计算机上仿真模拟各种计算机功能来实现的。Java虚拟机有自己完善的硬体架构,如处理器、堆栈、寄存器等,还具有相应的指令系统。Java虚拟机屏蔽了与具体操作系统平台相关的信息,使得Java程序只需生成在Java虚拟机上运行的目标代码(字节码),就可以在多种平台上不加修改地运行。(Virtual machine is an abstract computer, which is realized by simulating various computer f