摘要:
1.All Types Are Derived from System.Object The CLR requires all objects to be created using the new operator(Employee e = new Employee("ConstructorPar 阅读全文
posted @ 2016-07-07 16:07
PanPan003
阅读(263)
评论(0)
推荐(0)
摘要:
1.基础知识 软件分类:应用软件、系统软件 操作系统 作用:1.通过资源管理(CPU管理、存储管理、设备管理、文件管理),提高计算机系统的效率。 2.改善人机界面,向用户提供友好的工作环境。 特征:并发性、共享性、虚拟性、不确定性 功能: 1.处理机管理(进程控制、进程同步、进程通信、进程调度) 2 阅读全文
posted @ 2016-07-07 08:25
PanPan003
阅读(377)
评论(0)
推荐(0)