资源列表
[其他小程序] stopwatch_class
说明:一个计时器的类,利用CPU内部的一个高分辨率计数器计数实现,可以用于各种精确计时的场合,尤其适合需要测试某段代码的运行时间的情况-like a timer, using the CPU of a high-resolution internal Counting realized, could be used for various occasions precision timing, especially for the need to test a certain code of the<旺财> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] xxx计算银行利息的JAVA程序
说明:此程序是JAVA语言编写的,关于银行计算利息的控制台程序。再加工一下可以作为J2EE的一个JAVABEAN组件。非常有使用价值。-this program is programming by java, console program about bank computing accrual,can be used to javabean module of j2ee<Deni177> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] 1.D.1 JAVA的EJB设计摸版
说明:1.D.1 JAVA的EJB设计摸版。EJB是运行在服务器端的应用程序。在JAVA模式下提供强大的组件服务。-D. 1 JAVA EJB design touch version. EJB is running on server-side applications. The JAVA mode components provide a powerful service.<Deni177> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[ListView/ListBox] 12qwqwqw
说明:输入一段程序或字符系统自动分析字符,数字,特殊符号等等并将分析好的数据输出!-procedures for the importation of characters or automatic analysis system characters, numbers, special characters, etc. will be good analysis of data output!<xn> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[进程与线程] 实验三 最高优先级调度代码
说明:模拟创建进程(建立一个记录型数据结构PCB):给出进程标识、状态、到达时间、运行时间等用先来先服务调度算法进行模拟实现-simulation creation process (to establish a record type data structure PCB) : the process of identification is given, state, arrival time, the time spent running a first-come first-service s<陈中会> 在 2025-06-12 上传 | 大小:1kb | 下载: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<刘星> 在 2025-06-12 上传 | 大小:1kb | 下载:0