点击切换搜索课件文库搜索结果(338)
文档格式:PPT 文档大小:778KB 文档页数:65
To discover file properties, delete and rename files using the File class (§16.2). To understand how I/O is processed in Java (§16.3). To distinguish between text I/O and binary I/O (§16.3). To read and write characters using FileReader and FileWriter (§16.4). To improve the performance of text I/O using BufferedReader and BufferedWriter (§16.4). To write primitive values, strings, and objects as text using PrintWriter and PrintStream(§16.4). To read and write bytes using FileInputStreamand FileOutputStream (§16.6). To read and write primitive values and strings using DataInputStream/DataOutputStream(§16.6). To store and restore objects using ObjectOutputStreamand ObjectInputStream, and to understand how objects are serialized and what kind of objects can be serialized (§16.9 Optional). To use the Serializable interface to enable objects to be serializable (§16.9 Optional). To use RandomAccessFile for both read and write. (§16.10 Optional)
文档格式:PPT 文档大小:578KB 文档页数:58
§12.1 文件的基本概念 §12.2 标准I/O和非标准I/O §12.3 文件类型指针 §12.4 文件的打开与关闭 §12.4 按“ 记录” 的方式读 §12.5 文件的随机读写 §12.6 系统I/O(低级I/O)
文档格式:PPT 文档大小:416.5KB 文档页数:52
1概述 一、IO系统组成:包括I/O设备,设备控制器及与IO操作有关的软硬件。 二、I/O系统的主要功能:对指定外设进行 I/O操作,同时完成许多其他的控制。包括:外设编址,数据通路的建立,向主机提供外设的状态信息等
文档格式:PPT 文档大小:1.02MB 文档页数:63
一、输入输出系统概念 把输入输出设备及其接口线路、控制部件、通道或I/O处理器以及I/O软件统称为输入输出系统。 输入输出子系统应该由I/O硬件和I/O软件两部分组成
文档格式:PPT 文档大小:542KB 文档页数:21
Module12: Systems系统) 1、 I/Ohardwared(lo硬件) 2、Application Interface(应用程序l/O接口) 3、Kernel Subsystem(核心子系统) 4、Transforming I/O Requests to Hardware Operations(转换请求为硬件操作) 5、Performance(性能)
文档格式:PPT 文档大小:244.5KB 文档页数:66
9.1键盘 9.2显示器I/O 9.3打印机I 9.4串行通信口I/O
文档格式:PPT 文档大小:427KB 文档页数:35
1. Intel 8255A是一个通用的可编程的并行接口芯片,内部有2个8位I/O口(A、B),两个4位I/O口(PC7~4、PC3~0). 2. 通过编程可设置3种工作方式,可适用于CPU与I/O设备之间的多种数据传送方式的要求
文档格式:PPT 文档大小:855.5KB 文档页数:26
对于任何程序设计语言而言,输入输出(I/O)系 统是最复杂的一部分,因为通信的双方不仅仅是 I/O源端和接收端,还可能是文件、网络链接或内 存磁盘等,而且这些数据的数据格式多样,如字 符、二进制、字节。Java通过创建大量的类库解 决这个问题
文档格式:PDF 文档大小:2.62MB 文档页数:75
Computer System Operation A modern computer system System boot Interrupt I/O Structure I/O Structure I/O operation DMA Storage Structure and Storage Hierarchy Storage Structure Storage hierarchy Hardware Protection Hardware Protection General System Architecture General System Architecture system call Computing Environments
文档格式:PPT 文档大小:648KB 文档页数:98
❖ 输入输出是指程序与外部设备交换信息 ❖ C++把输入输出看成是一个数据流 ❖ 输入流:外围设备流向内存的数据 ❖ 输出流:内存流向外围设备的数据 ❖ 在C++中,输入输出不是语言所定义的部分,而是由标准库提供。 ❖ C++的输入输出分为: ➢ 基于控制台的I/O ➢ 基于文件的I/O ➢ 基于字符串的I/O
上页12345678下页末页
热门关键字
搜索一下,找到相关课件或文库资源 338 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有