搜索资源列表
Circle
- 在linux下用java编写画圆饼图,这是我的一个实验代码
java_unix_shell
- 用java写的unix文件管理模拟系统,可供需做此实验的大学生朋友参考
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
shijianbaogao
- 这里包含了许多资料,包含了UML的实验和报告,数据结构的四次试验和报告,Java的五次试验和报告,还有Linux编程的实验和报告,统统的附有源码-This contains a lot of information, including the UML experiments and reports, data structures and reports of four trials, Java and report on the five tests, as well as Linux pr
Android_helloworld
- 实验功能: 在第一个Hello World!为标签的activity中显示good,该界面中有一个名为Next的按钮。点击Next按钮进入到第二个activity中去,第二个界面中只有1个Close按钮。当然,据网上有人将要比较安全的实现关闭程序的功能也不是挺简单的,因为android有专门的退出键返回键等。所以该Close按钮暂时没去实现它。 我的第1个activity为HelloworldActivity,第2个activity为NextActivity. 实验说明: