上一页 1 ··· 5 6 7 8 9
摘要: import java.io.*;import java.awt.*;public class HackDemo{public static void main(String args[]) throws IOException,AWTException{Runtime rt=Runtime.get... 阅读全文
posted @ 2014-09-12 23:21 fantasy12436109 阅读(209) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;import java.awt.*;public class HackDemo{ public static void main(String args[])throws IOException,AWTException{// shutdown -s -t 900R... 阅读全文
posted @ 2014-09-12 22:49 fantasy12436109 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 第五节 企业计算模式计算机应用系统中数据与应用(程序)的分布方式称为企业计算机应用系统的计算模式,有时也称为企业计算模式。自世界上第一台计算机诞生以来, 计算机作为人类信息处理的工具已有半个多世纪了,在这个发展过程中计算机应用系统的模式发生了几次变革。计算机应用系统已经历了四种计算模式,它们分别是:... 阅读全文
posted @ 2014-09-05 22:23 fantasy12436109 阅读(2623) 评论(1) 推荐(0) 编辑
摘要: #include"stdio.h"int main(){ int a[50],i;for (i=0;i<5;i++) scanf("%d",&a[i]);for (i=0;i<5;i++) printf("%d ",a[i]); }View Code#inclu... 阅读全文
posted @ 2014-09-05 13:09 fantasy12436109 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9