搜索资源列表
cheku_manage
- 车库管理源程序用栈实现! 用动画模拟车进库情况, 但车的数量有限,放满是用队列模拟放在便道上-garage management source with Stack achieve! With animation into the car, but a limited number of vehicles, is filled with simulation on the queue on the sidewalk
CarParking
- 用java模拟小型停车场功能,用堆栈和队列实现-Simulation of small car parks with java functions, with the realization of the stack and queue
Shujujigou
- 运用java技术,结合swing插件,实现数据结构中链表、堆栈的模拟演示-Using java technology, combined with swing plug-in, the list of data structures, stack simulation demo
jTSS_0.6
- jTSS是可信软件TSS协议栈的模拟软件。完全是由java语言实现。-jTSS TSS software stack is a reliable simulation software. Solely by the java language.
java-pragram
- 上传内容为5个java程序,实现的功能分别为:1、模拟windows系统的记事本。 2、xp系统下的文件、目录操作。 3、使用栈数据结构写成的一个计算器。 4、xp系统下的文件的加密与解密。 5、一个简单的五子棋游戏-Upload content into five java programs, functions are: 1, system simulation windows notepad. 2, xp system files, directory operat
stack
- java编写的模拟数据结构栈原理的程序,基本的出栈,入栈功能都有-procedures for the preparation of java simulation data structure stack principle, the basic stack, the stack function has
JVMThreadPractice
- 模拟JVM虚拟机和基础指令集设计的JAVA语言模拟的JVM (invoke,rt_obj,dst_obj,dst_method,obj_args):方法调用指令,dst_obj为被调用的目标对象,dst_method为被调用的目标方法,obj_args是输入的对象引用参数,只能是在当前栈帧能够访问的对象。一个方法所传入的对象参数个数一旦确定不能变,不超过3个。rt_obj为接收dst_method运行返回值的变量。同理,一个方法是否会返回对象引用,以及返回对象的类型一旦确定不能变。 (r