-
java操作系统内厝管理代码
用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。-The realization of the simulation with JAVA memory management procedures, the operating system can simulate the dynamic management of memory, the main algorithm used to adapt the first and best adaptation algorithm.
- 2022-01-28 05:08:45下载
- 积分:1
-
fsplash
Social Networking Website (Fsplash) using jsp and Java Servlets.
- 2015-02-26 12:19:36下载
- 积分:1
-
RC2ParameterSpec
RC2 Parameter Spec implements Algorithm Parameter Spec.
- 2014-01-23 13:58:18下载
- 积分:1
-
ssh比邻社交网络
ssh架构
类似于人人的社交网站
经测试无问题,只需将sql文件导入到数据库中就可以了。数据库是mysql
学校课设
- 2022-02-06 07:38:43下载
- 积分:1
-
shop v1.2
商城展示,物品管理,添加商品,上传图片,二级菜单等(Shopping mall display, goods management, add goods, upload pictures, secondary menu, etc.)
- 2020-06-24 09:00:02下载
- 积分:1
-
Producer and Consumer Problem
This code implements the function of classic producer and consumer problem in operation system, using java. Shared Memory idea is displayed in the process, it can be used as reference to design memory sharing algorithm.
- 2023-02-10 16:25:03下载
- 积分:1
-
calc
简单计算器,能实行简单的加减乘除,开平方(Simple imitation of windows calculator
)
- 2010-12-11 20:56:36下载
- 积分:1
-
计算器代码
描述了基本的计算器代码结构
麻雀随小,五脏具全...
计算器代码
描述了基本的计算器代码结构
麻雀随小,五脏具全-calculator code describes the basic structure of the code calculator mahjong with small, but with Full
- 2023-08-02 10:05:04下载
- 积分:1
-
关于 java 项目
公共 int h1 (int [] 列表)
/ / h1 = 放错了位置的瓷砖数
{
int gn = 0 ;
为 (int 我 = 0 ; 我 < list.length; i + +)
{
如果 (列表 [i]! = i & & 列表 [i]! = 0)
gn + + ;
}
返回 gn;
}
公共 LinkedList < EightPuzzle > getChildren()
{
LinkedList < EightPuzzle > 儿童 = 新 LinkedList < EightPuzzle > () ;
int
- 2023-06-01 04:25:03下载
- 积分:1
-
Rabbit
递归算法问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第3个月每个月又生一对兔子,假如兔子都不死,问n(接收用户输入数据)个月后的兔子总数为多少?(Recursive algorithm problem: a pair of rabbits, from the first three months after birth month, a pair of rabbits are born, grow a small rabbit to the first three months gave birth to a pair of rabbits every month, if not dead rabbit, ask n (receiving user input data) number of rabbits after the month number?)
- 2013-12-11 13:00:21下载
- 积分:1