搜索资源列表
-
0下载:
虚拟社区的模拟应用(java课程设计):
建立一个虚拟社区,其中有开发公司、投资公司、销售公司、银行以及客户,并模拟他们之间的互动。使用CS结构、Java Socket进行编程。
内附详细的设计思路与UML图,以及使用说明。
-virtual communities simulation application (java curriculum design) : the creation of a virtual community, including development c
-
-
0下载:
用JAVA做的一个NSG仿真程序,可以在一个工作空间里面画一个虚拟的网络环境,然后根据环境生成TCL代码-with JAVA do a simulation program NSG, in a work space inside painting a virtual network environment, then under the TCL code generation environment
-
-
0下载:
网格agent平台(GAP ,Grid AgentsPlatform)开发包,建造和模拟网格环境下的移动agent.类似JADE(Java Agent DEvelopment Framework).此平台建立在Gridsim基础上,可编程实现模拟Computing Elements, Storage Elements, Virtual Organisations, 等-Agent grid platform (GAP, Grid AgentsPlatform) development kits,
-
-
0下载:
这是一个对操作系统中分页技术的模拟,给出一定的页架的大小,不断装载新的作业,也可以删除作业,可以实现虚拟地址和实际地址的映射,我自己写的-This is an operating system paging technology simulation, given a certain frame of the page size, loading the new operating continuously, it can be deleted, you can achieve a virtua
-
-
0下载:
sun spot程序例子——airtex,可以直接在sun spot manager上通过虚拟的spot仿真运行。-sun spot program examples- airtex, can be directly in the sun spot manager on the spot through a virtual simulation is running.
-
-
0下载:
ATM模拟,在DOS虚拟机下可以运行,顺序出现选择数字进行操作,可以实现取款存款的功能-ATM simulation, the DOS can run under a virtual machine, select the number sequence appears to operate, can function ATM deposits
-
-
0下载:
基于VRML 的虚拟设备仿真与控制
VRML JAVA 结合仿真-VRML-based simulation and control of the virtual device
-
-
0下载:
jquery模拟、虚拟键盘,常用键都有。支持主流浏览器。-the jquery simulation, virtual keyboard, the keys have. Support for major browsers.
-
-
0下载:
模拟JVM虚拟机和基础指令集设计的JAVA语言模拟的JVM
(invoke,rt_obj,dst_obj,dst_method,obj_args):方法调用指令,dst_obj为被调用的目标对象,dst_method为被调用的目标方法,obj_args是输入的对象引用参数,只能是在当前栈帧能够访问的对象。一个方法所传入的对象参数个数一旦确定不能变,不超过3个。rt_obj为接收dst_method运行返回值的变量。同理,一个方法是否会返回对象引用,以及返回对象的类型一旦确定不能变。
(r
-
-
0下载:
操作系统虚页替换算法模拟,模拟了两种LRU算法和SCR算法,能够展示页面替换序列并保存到文件中-Simulation of virtual page replacement algorithm for operating system
-