摘要: To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat 阅读全文
posted @ 2019-06-24 20:42 StormAX 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is yes, if 6 is a decimal number and 110 is a 阅读全文
posted @ 2019-06-22 22:13 StormAX 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Given a sequence of K integers { N​1​​, N​2​​, ..., N​K​​ }. A continuous subsequence is defined to be { N​i​​, N​i+1​​, ..., N​j​​ } where 1. The Max 阅读全文
posted @ 2019-05-28 19:57 StormAX 阅读(147) 评论(0) 推荐(0) 编辑
摘要: At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door 阅读全文
posted @ 2019-05-28 19:27 StormAX 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat 阅读全文
posted @ 2019-05-28 18:42 StormAX 阅读(85) 评论(0) 推荐(0) 编辑
摘要: A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp 阅读全文
posted @ 2019-05-25 11:45 StormAX 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 题目: As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by som 阅读全文
posted @ 2019-05-23 21:28 StormAX 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 总览 I/O系统基本概念 外部设备 输入设备:键盘、鼠标 输出设备:显示器、打印机 外存储器:硬盘存储器、磁盘阵列、光盘存储器 I/O接口 I/O接口的功能和基本结构 I/O端口及其编址 I/O方式 程序查询方式 程序中断方式 中断的基本概念,中断响应过程、中断处理过程、多重中断和中断屏蔽的概念。 DMA方式 DMA控制器的组成,DMA传送过程。 I/O系统基本概念 I/O系统的历史演变过... 阅读全文
posted @ 2018-08-31 17:06 StormAX 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 总览 总线概述 总线的基本概念 总线的分类 总线的组成及性能指标 总线的结构 总线仲裁 集中仲裁机制 分布仲裁机制 总线操作和定时 同步定时方式 异步定时方式 总线标准 总线概述 总线的基本概念 总线是连接多个不剪的信息传输线,是各不剪共享的传输介质。分时和共享是总线的两个特点。 分时是指同一时刻只允许有一个部件向总线发送信息。如果系统中有多个部件,则他们只能分时地向总线发送信息。... 阅读全文
posted @ 2018-08-26 12:05 StormAX 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 总览 中央处理器在(CPU)的功能和基本结构 指令执行过程 数据通路的功能和基本结构 控制器的功能和工作原理 硬布线控制器 微程序控制器 微程序、微指令和微命令,微指令格式,微命令的编码方式,微地址的形成方式 指令流水线 指令流水线的基本概念 指令流水线的基本实现 超标量和动态流水线的基本概念 中断系统 CPU的功能和基本结构 CPU的功能 指令控制 操作控制 时间控制 数据加工 中断处理... 阅读全文
posted @ 2018-08-20 22:33 StormAX 阅读(576) 评论(0) 推荐(0) 编辑