输入输出控制系统(Input Output Control System)
1960年以后,先后出现了IOCS(输入输出控制系统)管理通道,承担全部输入/输出缓冲和同步,使输入输出几乎成了标准做法;IBM 1130磁盘监督系统、用于控制Fortran程序的IBM监督系统、...
石英砂负载氧化铁
石英砂负载氧化铁(IOCS)作为一种改性滤料,不仅保留了石英砂滤材过滤截留的功能,同时在石英砂表面增加了活性吸附位点,使改性石英砂在中性水环境下带负...
涂铁砂粒
所谓涂铁砂粒(IOCS),即 是用铁盐对普通河砂进行包载处理制备得到的吸附材料。
及访问质量管理系统
公司成立伊始即站在高起点,严格按欧洲市场研究协会(ES0MAR)及访问质量管理系统(IOCS)的质量标准进行管理。最大限度的保证所提供的数据资料的客观、真实、准确性。
Input/Output Control System (IOCS) is any of several packages on early IBM entry-level and mainframe computers that provided low level access to records on peripheral equipment. IOCS provides functionality similar to File Control Processor (FCP) in RCA 3301 Realcom Operating System and GEFRC in GECOS.Computers in the 1950s and 1960s typically dealt with data that were organized into records either by the nature of the media, e.g., lines of print, or by application requirements. IOCS was intended to allow Assembler language programmers to read and write records without having to worry about the details of the various devices or the blocking of logical records into physical records. IOCS provided the I/O support for several compilers.In some cases IOCS was designed to coexist with Simultaneous Peripheral Operations On-line (SPOOL) software. The level of access is at a higher level than that provided by BIOS and BDOS in the PC world; in fact, IOCS has no support for character-oriented I/O. Versions of IOCS existed for the IBM 705 III, 1401/1440/1460, 1410/7010, 7070/7072/7074, 7080 and 7040/7044/7090/7094. These systems heavily influenced the data management components of the operating systems for the System/360; the name IOCS was carried through in DOS/360 through z/VSE, with a distinction between Logical IOCS (LIOCS) and Physical IOCS (PIOCS).Although some technical details and nomenclature are different among the various IOCS packages, the fundamental concepts are the same. For concreteness, the discussion and examples in this article will mostly be in terms of 7070 IOCS. Also, multiple continuation lines will be shown as ellipses (...) when they don't serve to illustrate the narrative.