搜索资源列表
Calculator_inJAVA
- JAVA写计算器 用堆栈实现 实现了小数的加减乘除,乘方,取模,括号-Java Stack wrote calculators used to achieve the realization of the decimal arithmetic, involution, from mold, brackets
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
StackDemonstrate
- 用java做的简单堆栈实验模型,带有简单的图形界面-Using java to do a simple experimental model of the stack, with a simple graphical interface
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等
duizhan
- 这是一个用java写的一个堆栈排列的程序 供大家参考-This is a work written in a java stack arranged in procedures for your reference
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
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.
Stack
- 用Java语言编写数据结构中的堆栈,其中包括堆栈的建成和元素查找等问题-Written in Java stack data structure, including the built and elements of the stack Find
Stack
- 此代码是用java来实现c语言的栈的实现-This code is used to achieve the c language java stack implementation
JAVA
- JAVA中栈和队列的功能实现,包括了常考的栈队列模拟,取最值操作-JAVA Stack and Queue
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)
wordladder
- 使用java实现的wordladder 经典的数据结构练习题(classic data structure practice problem implemented in java)
java虚拟机原理
- 虚拟机是一种抽象化的计算机,通过在实际的计算机上仿真模拟各种计算机功能来实现的。Java虚拟机有自己完善的硬体架构,如处理器、堆栈、寄存器等,还具有相应的指令系统。Java虚拟机屏蔽了与具体操作系统平台相关的信息,使得Java程序只需生成在Java虚拟机上运行的目标代码(字节码),就可以在多种平台上不加修改地运行。(Virtual machine is an abstract computer, which is realized by simulating various computer f