资源列表
[其它] programofatm
说明:初学者适用于学习的java写的atm简单模拟程序-beginners learning to write java atm simple simulation program!<xiao y> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0
[其它] 2003011273project3
说明:Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。-Java : calculating costs Beinajie series and to use the series to solve a mathematical problem.<文宇> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0
[其它] palindrome
说明:A linked list can be operated as a stack and a queue since new items can be added to its beginning or to its end. In this tutorial, we will manipulate on linked lists such as reversing a list and comparing two lists.<jovi> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0
[中文信息处理] 601caitao CPU 完整版
说明:为了更好学习和掌握CPU调度的各种算法,现实践练习编程,源程序里运用大量所学的C语言程序,在较好的理解CPU调度各种算法下,编写的此程序实现的功能是“最短作业优先调度”,经多次反复修改,现已能在TC环境下运行通过。-order to better study and master CPU scheduling algorithms, programming is practical exercises, the source Lane used a lot of learning by C la<蒋涛> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0
[其它] lxing
说明:编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Princ<刘星> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0