摘要:
进程 : 正在执行的程序称作为一个进程。 进程负责了内存空间的划分。 问题: windows号称是多任务的操作系统,那么windows是同时运行多个应用程序吗?从宏观的角度: windows... 阅读全文
摘要:
public class Demo5 { public static void main(String[] args) { char[] arr={'s','b','g','h','a','c... 阅读全文
摘要:
package cn.itcast.other;/* Math 数学类, 主要是提供了很多的数学公式。 abs(double a) 获取绝对值 ceil(double a) 向上取整 flo... 阅读全文