首页 > 最新文献

Proceedings of the 1967 22nd national conference最新文献

英文 中文
Microprogramming revisited 微程序设计重新审视
Pub Date : 1967-01-01 DOI: 10.1145/800196.806013
M. J. Flynn, M. McLaren
It is the objective of this paper to briefly trace the history of the idea and the difficulties involved with defining or implementing it. In doing this, we first consider the general control problem and instruction formats. Next, storage implementations of the control function are considered and a restricted definition of microprogramming is proposed. This is then evaluated from a technological, architectural and programming point of view. We hope to show that our (demanding) definition of microprogramming is now technologically feasible and attractive from systems considerations.
本文的目的是简要地追溯这一理念的历史以及定义或实施它所涉及的困难。在此过程中,我们首先考虑一般控制问题和指令格式。其次,考虑了控制函数的存储实现,并提出了微编程的限制定义。然后从技术、架构和编程的角度对其进行评估。我们希望表明,我们(苛刻的)微编程的定义现在在技术上是可行的,从系统考虑是有吸引力的。
{"title":"Microprogramming revisited","authors":"M. J. Flynn, M. McLaren","doi":"10.1145/800196.806013","DOIUrl":"https://doi.org/10.1145/800196.806013","url":null,"abstract":"It is the objective of this paper to briefly trace the history of the idea and the difficulties involved with defining or implementing it. In doing this, we first consider the general control problem and instruction formats. Next, storage implementations of the control function are considered and a restricted definition of microprogramming is proposed. This is then evaluated from a technological, architectural and programming point of view. We hope to show that our (demanding) definition of microprogramming is now technologically feasible and attractive from systems considerations.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126443810","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 29
A semantic model for a language processor 语言处理器的语义模型
Pub Date : 1967-01-01 DOI: 10.1145/800196.806003
Robert V. Zara
The purpose of this paper is to describe a language processor which is presently being developed at the United Aircraft Research Laboratories. The processor is called the Semantic Plex Processor* and is a bootstrap processor in the sense that it starts with a basic vocabulary, but one which is capable of generating new language with relative ease. Thus the set of statements which are ultimately acceptable to the processor is open-ended. Furthermore, the set of statements which are meaningful to the processor is a function not only of the set of statements which occurred in the past, but also of those which may occur in the future. (In this paper the words “time,” “past,” “future,” etc., are used to denote relative positions of statements as they appear from left to right in the input string.)
本文的目的是描述一种语言处理器,目前正在开发的联合飞机研究实验室。该处理器被称为Semantic Plex processor *,是一个自引导处理器,它从一个基本的词汇表开始,但能够相对容易地生成新的语言。因此,处理器最终可接受的语句集是开放式的。此外,对处理器有意义的语句集不仅是过去发生的语句集的函数,也是将来可能发生的语句集的函数。(在本文中,“时间”、“过去”、“未来”等词用于表示语句在输入字符串中从左到右出现的相对位置。)
{"title":"A semantic model for a language processor","authors":"Robert V. Zara","doi":"10.1145/800196.806003","DOIUrl":"https://doi.org/10.1145/800196.806003","url":null,"abstract":"The purpose of this paper is to describe a language processor which is presently being developed at the United Aircraft Research Laboratories. The processor is called the Semantic Plex Processor* and is a bootstrap processor in the sense that it starts with a basic vocabulary, but one which is capable of generating new language with relative ease. Thus the set of statements which are ultimately acceptable to the processor is open-ended. Furthermore, the set of statements which are meaningful to the processor is a function not only of the set of statements which occurred in the past, but also of those which may occur in the future. (In this paper the words “time,” “past,” “future,” etc., are used to denote relative positions of statements as they appear from left to right in the input string.)","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130065329","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A compiler—compiler system 编译器-编译器系统
Pub Date : 1967-01-01 DOI: 10.1145/800196.806002
R. Trout
To the author's knowledge three other operational compiler-compiler systems, whose strategy is similar to the scheme documented here, have been developed. The Feldman system [6, 7, 8] is a bounded context, syntax directed system. Syntax specifications are expressed in Floyd production language (FPL) and semantics are defined in Feldman semantic language (FSL). FSL seems to be a good model on which to base semantic languages. A lexical analysis (subscan to distinguish identifiers, operators, delimiters and punctuation marks) precedes the full analysis. In the COGENT system [5], on the other hand, each character is interpreted separately, hence allowing greater flexibility (e.g. its use in a symbolic differentiation program) and enforcing more detailed attention to syntax. Syntax for a source program is virtually in Backus Normal Form (BNF) [3] and this system is syntax directed along the lines suggested by Irons [1]. Much has been written on the compiler-compiler system of Brooker and Morris [2, 22, 23] which has superficial similarities with the COGENT scheme and the system described below.
据作者所知,已经开发了另外三个操作编译器-编译器系统,它们的策略与本文记录的方案相似。Feldman系统[6,7,8]是一个有界上下文、语法导向的系统。语法规范用弗洛伊德生成语言(FPL)表示,语义定义用费尔德曼语义语言(FSL)定义。FSL似乎是建立语义语言的一个很好的模型。词法分析(用于区分标识符、操作符、分隔符和标点符号的子扫描)在完整分析之前进行。另一方面,在COGENT系统[5]中,每个字符被单独解释,因此允许更大的灵活性(例如它在符号区分程序中的使用),并强制对语法进行更详细的关注。源程序的语法实际上是巴克斯范式(Backus Normal Form, BNF)[3],而这个系统的语法是沿着Irons[1]建议的方向引导的。Brooker和Morris[2,22,23]的编译器-编译器系统已经写了很多,它与COGENT方案和下面描述的系统有表面上的相似之处。
{"title":"A compiler—compiler system","authors":"R. Trout","doi":"10.1145/800196.806002","DOIUrl":"https://doi.org/10.1145/800196.806002","url":null,"abstract":"To the author's knowledge three other operational compiler-compiler systems, whose strategy is similar to the scheme documented here, have been developed. The Feldman system [6, 7, 8] is a bounded context, syntax directed system. Syntax specifications are expressed in Floyd production language (FPL) and semantics are defined in Feldman semantic language (FSL). FSL seems to be a good model on which to base semantic languages. A lexical analysis (subscan to distinguish identifiers, operators, delimiters and punctuation marks) precedes the full analysis. In the COGENT system [5], on the other hand, each character is interpreted separately, hence allowing greater flexibility (e.g. its use in a symbolic differentiation program) and enforcing more detailed attention to syntax. Syntax for a source program is virtually in Backus Normal Form (BNF) [3] and this system is syntax directed along the lines suggested by Irons [1]. Much has been written on the compiler-compiler system of Brooker and Morris [2, 22, 23] which has superficial similarities with the COGENT scheme and the system described below.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"95 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127665072","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
The computerized electrocardiogram: A model for medical signal analysis 计算机化心电图:一种医学信号分析模型
Pub Date : 1967-01-01 DOI: 10.1145/800196.805998
A. Weihrer, J. Whiteman, C. Cáceres
The most widespread use of computers by hospitals to date is for administrative purposes. In contrast to these essentially nonmedical uses, the Instrumentation Field Station of the United States Public Health Service and other medical groups have developed programs for automatic analysis of medical signals. In these systems the electrocardiogram served as the model. Typically there are two program parts, pattern recognition and diagnosis. The IFS systems are primarily for clinical use now rather than research. The analysis is performed without intervention or supervision by a physician but provides in English language form a validated diagnostic aid, frees him from routine tasks, provides more time for patient care and expedites return of medical information. These advantages make it likely that electrocardiograms, and eventually most other medical signal waveforms, will be analyzed by computers.
迄今为止,医院最广泛地使用计算机是为了管理目的。与这些本质上的非医疗用途相反,美国公共卫生服务局仪器现场站和其他医疗团体开发了自动分析医疗信号的程序。在这些系统中,心电图作为模型。通常有两个程序部分,模式识别和诊断。IFS系统目前主要用于临床使用,而不是研究。分析是在没有医生干预或监督的情况下进行的,但以英语形式提供了一种有效的诊断辅助,使医生从日常工作中解脱出来,为病人护理提供了更多时间,并加快了医疗信息的返回。这些优点使得心电图,以及最终大多数其他医学信号波形,将有可能被计算机分析。
{"title":"The computerized electrocardiogram: A model for medical signal analysis","authors":"A. Weihrer, J. Whiteman, C. Cáceres","doi":"10.1145/800196.805998","DOIUrl":"https://doi.org/10.1145/800196.805998","url":null,"abstract":"The most widespread use of computers by hospitals to date is for administrative purposes. In contrast to these essentially nonmedical uses, the Instrumentation Field Station of the United States Public Health Service and other medical groups have developed programs for automatic analysis of medical signals. In these systems the electrocardiogram served as the model. Typically there are two program parts, pattern recognition and diagnosis. The IFS systems are primarily for clinical use now rather than research. The analysis is performed without intervention or supervision by a physician but provides in English language form a validated diagnostic aid, frees him from routine tasks, provides more time for patient care and expedites return of medical information. These advantages make it likely that electrocardiograms, and eventually most other medical signal waveforms, will be analyzed by computers.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129087240","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Compound data structure for computer aided design; a survey 计算机辅助设计中的复合数据结构一项调查显示
Pub Date : 1967-01-01 DOI: 10.1145/800196.806005
J. Gray
The aim of Computer Aided Design is to create in the computer a model of the design problem. For example, an electronic circuit may be being designed; the engineer will use an environment consisting of standard circuit parts, with the laws that govern the operation, and will use this environment, together with the constraints on performance, to build a model which is his proposed solution to the design problem. This model may now be tested against the specification and will generally be modified iteratively until the design goal is achieved, in this case a layout with the required characteristics. It may also be that the design problem is being tackled by a team, in which case several users of the design system may wish to access and transform the model, for instance to display views and projections of it, or check on how it interfaces with a parallel project. The rest of this paper is concerned with the basic requirements of the data structure package, and with a survey of those packages which have been implemented and about which information is available.
计算机辅助设计的目的是在计算机中建立设计问题的模型。例如,可能正在设计电子电路;工程师将使用由标准电路部件组成的环境,并使用控制操作的定律,并将使用该环境以及对性能的约束来构建模型,该模型是他提出的设计问题的解决方案。这个模型现在可以根据规范进行测试,并且通常会进行迭代修改,直到实现设计目标,在这种情况下是具有所需特征的布局。设计问题也可能是由一个团队处理的,在这种情况下,设计系统的几个用户可能希望访问和转换模型,例如显示它的视图和投影,或者检查它如何与并行项目接口。本文的其余部分关注数据结构包的基本要求,以及对那些已经实现的包的调查,以及关于哪些信息是可用的。
{"title":"Compound data structure for computer aided design; a survey","authors":"J. Gray","doi":"10.1145/800196.806005","DOIUrl":"https://doi.org/10.1145/800196.806005","url":null,"abstract":"The aim of Computer Aided Design is to create in the computer a model of the design problem. For example, an electronic circuit may be being designed; the engineer will use an environment consisting of standard circuit parts, with the laws that govern the operation, and will use this environment, together with the constraints on performance, to build a model which is his proposed solution to the design problem. This model may now be tested against the specification and will generally be modified iteratively until the design goal is achieved, in this case a layout with the required characteristics. It may also be that the design problem is being tackled by a team, in which case several users of the design system may wish to access and transform the model, for instance to display views and projections of it, or check on how it interfaces with a parallel project. The rest of this paper is concerned with the basic requirements of the data structure package, and with a survey of those packages which have been implemented and about which information is available.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126875359","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 64
A comparative analysis of two concepts in the generation of uniform pseudo-random numbers 一致伪随机数生成中两个概念的比较分析
Pub Date : 1967-01-01 DOI: 10.1145/800196.806017
G. Canavos
In recent years, considerable attention has been given to find reliable methods capable of producing, within a digital computer, pseudo-random numbers obeying the uniform distribution on the unit interval. Apparently, the most popular method has been the congruence algorithm whose basic form Xi+1 = aX1 + b mod 2m (1) can be easily implemented on a binary computer with word size of m bits. Since its introduction, a number of papers1-3 have been written in which techniques, such as suggesting formulae1 to compute optimal values for a and b, have been presented to improve the statistical properties of the method. As a consequence, several versions with values for a and b to suit everybody's needs are now in existence. One must be aware that an analysis based on statistical testing cannot be entirely conclusive, especially if the power of some tests used is not known. Nevertheless, the comparative analysis of this study does indicate that a generator based on Tausworthe's concept exhibits a statistical behavior that is as good if not superior to that of the congruence algorithm. Therefore, the following advantage in its use are apparent: (1) Its functional form and statistical behavior are entirely machine independent. (2) It has been shown analytically that it generates values of a random variable uniformly distributed on the unit interval. (3) It can be easily programmed in FORTRAN without sacrificing any of its characteristics. (To the author's knowledge, none of these advantages can be claimed by any of the existing congruence algorithms.)
近年来,人们相当注意寻找能够在数字计算机内产生服从单位区间均匀分布的伪随机数的可靠方法。自从它被引入以来,已经写了许多论文1-3,其中提出了一些技术,例如建议公式1来计算a和b的最优值,以改进该方法的统计特性。因此,现在存在几个具有a和b值的版本,以满足每个人的需求。必须认识到,基于统计检验的分析不能完全是结论性的,特别是在某些检验的效力未知的情况下。然而,本研究的比较分析确实表明,基于Tausworthe概念的生成器显示出与同余算法一样好的统计行为,如果不是优于同余算法的话。因此,使用它的以下优点是明显的:(1)它的函数形式和统计行为是完全独立于机器的。(2)解析地证明了它产生一个均匀分布在单位区间上的随机变量的值。它可以很容易地用FORTRAN编程而不牺牲它的任何特性。(据作者所知,这些优点都不能被任何现有的同余算法所宣称。)
{"title":"A comparative analysis of two concepts in the generation of uniform pseudo-random numbers","authors":"G. Canavos","doi":"10.1145/800196.806017","DOIUrl":"https://doi.org/10.1145/800196.806017","url":null,"abstract":"In recent years, considerable attention has been given to find reliable methods capable of producing, within a digital computer, pseudo-random numbers obeying the uniform distribution on the unit interval. Apparently, the most popular method has been the congruence algorithm whose basic form Xi+1 = aX1 + b mod 2m (1) can be easily implemented on a binary computer with word size of m bits. Since its introduction, a number of papers1-3 have been written in which techniques, such as suggesting formulae1 to compute optimal values for a and b, have been presented to improve the statistical properties of the method. As a consequence, several versions with values for a and b to suit everybody's needs are now in existence. One must be aware that an analysis based on statistical testing cannot be entirely conclusive, especially if the power of some tests used is not known. Nevertheless, the comparative analysis of this study does indicate that a generator based on Tausworthe's concept exhibits a statistical behavior that is as good if not superior to that of the congruence algorithm. Therefore, the following advantage in its use are apparent: (1) Its functional form and statistical behavior are entirely machine independent. (2) It has been shown analytically that it generates values of a random variable uniformly distributed on the unit interval. (3) It can be easily programmed in FORTRAN without sacrificing any of its characteristics. (To the author's knowledge, none of these advantages can be claimed by any of the existing congruence algorithms.)","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124881961","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
GRASP—a graphic service program grasp -图形服务程序
Pub Date : 1967-01-01 DOI: 10.1145/800196.806008
E. Thomas
As computing systems become more and more powerful, the tasks for which these systems are used become more and more sophisticated. In analyzing a complete task, one finds that there are certain portions which are best allocated to the computer and certain portions which are best allocated—at least at present—to man. Calculations and repetitive operations are done most efficiently by computer; intuitive functions and certain types of heuristic information are best handled by man. If man and the computer are to function together efficiently a device is needed to facilitate the communication of complex information between them. The sophisticated CRT display console is by far the best device available today for accomplishing this communication. To use the full capability of the graphic display console, both the computer and the man at the console must be able to create and manipulate drawings as well as alphanumeric information. If the computer is to do this, it needs an internal representation of the drawing information which provides not only the lines and points but also the information on how these are related to each other. The internal or computer representation of a drawing has come to be called the “model.”
随着计算系统变得越来越强大,使用这些系统的任务也变得越来越复杂。在分析一项完整的任务时,人们会发现,有些部分最好分配给计算机,有些部分最好分配给人——至少目前是这样。计算机最有效地完成计算和重复操作;直观的功能和某些类型的启发式信息最好由人来处理。如果要使人和计算机有效地协同工作,就需要一种设备来促进它们之间复杂信息的交流。精密的CRT显示控制台是目前完成这种通信的最佳设备。为了充分利用图形显示控制台的功能,计算机和控制台的人员都必须能够创建和操作绘图以及字母数字信息。如果计算机要做到这一点,它需要一个绘图信息的内部表示,它不仅提供线和点,还提供这些线和点之间如何相互关联的信息。绘图的内部或计算机表示形式被称为“模型”。
{"title":"GRASP—a graphic service program","authors":"E. Thomas","doi":"10.1145/800196.806008","DOIUrl":"https://doi.org/10.1145/800196.806008","url":null,"abstract":"As computing systems become more and more powerful, the tasks for which these systems are used become more and more sophisticated. In analyzing a complete task, one finds that there are certain portions which are best allocated to the computer and certain portions which are best allocated—at least at present—to man. Calculations and repetitive operations are done most efficiently by computer; intuitive functions and certain types of heuristic information are best handled by man. If man and the computer are to function together efficiently a device is needed to facilitate the communication of complex information between them. The sophisticated CRT display console is by far the best device available today for accomplishing this communication. To use the full capability of the graphic display console, both the computer and the man at the console must be able to create and manipulate drawings as well as alphanumeric information. If the computer is to do this, it needs an internal representation of the drawing information which provides not only the lines and points but also the information on how these are related to each other. The internal or computer representation of a drawing has come to be called the “model.”","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"52 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130273604","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
DIALOG: An operational on-line reference retrieval system 联机参考资料检索系统
Pub Date : 1967-01-01 DOI: 10.1145/800196.805974
R. Summit
Classification systems in the sciences usually provide an unambiguous structure of mutually exclusive, collectively exhaustive categories. The same formal structuralization, when strictly applied to the classification of technical literature for retrieval purposes, has proved inadequate. At another extreme, approaches to indexing which preclude any hierarchical association are similarly disappointing.
科学中的分类系统通常提供一个相互排斥的、集体详尽的类别的明确结构。同样的正式结构化,当严格应用于为检索目的而对技术文献进行分类时,已被证明是不够的。在另一个极端,排除任何等级关联的索引方法同样令人失望。
{"title":"DIALOG: An operational on-line reference retrieval system","authors":"R. Summit","doi":"10.1145/800196.805974","DOIUrl":"https://doi.org/10.1145/800196.805974","url":null,"abstract":"Classification systems in the sciences usually provide an unambiguous structure of mutually exclusive, collectively exhaustive categories. The same formal structuralization, when strictly applied to the classification of technical literature for retrieval purposes, has proved inadequate. At another extreme, approaches to indexing which preclude any hierarchical association are similarly disappointing.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"143 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116634961","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Analysis of computer peripheral interference 计算机外设干扰分析
Pub Date : 1967-01-01 DOI: 10.1145/800196.805979
J. Staudhammer, C. Combs, G. Wilkinson
Among the limiting factors in computer performance are the rates at which information can be transferred into and out of the memory. Obviously the effective data transfer rate depends on the characteristics of the peripheral unit (speed of data collection or data posting) and the characteristics of the central processor (speed of filing of data). As peripherals are becoming faster and more numerous, the requests by the peripherals for data filing by the processor can become so dense that they can not be accommodated. This point will occur sometime before the total number of requests multiplied by the service times for those requests (namely the peripheral load factor) becomes one.
计算机性能的限制因素之一是信息进出存储器的速率。显然,有效的数据传输速率取决于外围设备的特性(数据收集或数据发送的速度)和中央处理器的特性(数据归档的速度)。随着外设的速度越来越快,数量越来越多,外设对处理器进行数据归档的请求可能变得非常密集,以至于无法容纳。这一点将在请求总数乘以这些请求的服务时间(即外围负载因子)变为1之前的某个时间出现。
{"title":"Analysis of computer peripheral interference","authors":"J. Staudhammer, C. Combs, G. Wilkinson","doi":"10.1145/800196.805979","DOIUrl":"https://doi.org/10.1145/800196.805979","url":null,"abstract":"Among the limiting factors in computer performance are the rates at which information can be transferred into and out of the memory. Obviously the effective data transfer rate depends on the characteristics of the peripheral unit (speed of data collection or data posting) and the characteristics of the central processor (speed of filing of data). As peripherals are becoming faster and more numerous, the requests by the peripherals for data filing by the processor can become so dense that they can not be accommodated. This point will occur sometime before the total number of requests multiplied by the service times for those requests (namely the peripheral load factor) becomes one.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124855168","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Electronic computer applications in urban transportation planning 电子计算机在城市交通规划中的应用
Pub Date : 1967-01-01 DOI: 10.1145/800196.805994
R. Schofer, F. F. Goodyear
The transportation planning process is a set of analytical techniques used to forecast future transportation requirements and to evaluate proposed systems. While some of the techniques described in this paper can be used in the solution of current problems, the primary concern is with the problems of long-range planning. The following sections of this paper describe a transportation planning process. The process described is one that is widely (but not exclusively) used for urban transportation studies in the United States. This collection of survey techniques, analysis methods, and computer programs which makes up the process, has been developed over the past two decades by hundreds of researchers from diverse fields. This research and planning activity has been supported by the communities for which studies have been made, state highway departments, the Bureau of Public Roads, and the Department of Housing and Urban Development. While improvements in the methodology continue to be made, and are necessary if better techniques are to be developed, the process seems to have been somewhat standardized in the form presented.
运输规划过程是一套分析技术,用于预测未来的运输需求和评估拟议的系统。虽然本文中描述的一些技术可以用于解决当前问题,但主要关注的是长期规划问题。本文的以下部分描述了运输规划过程。所描述的过程被广泛(但不是唯一)用于美国的城市交通研究。在过去的二十年里,来自不同领域的数百名研究人员开发了调查技术、分析方法和计算机程序,这些技术组成了这个过程。这项研究和规划活动得到了进行研究的社区、州公路部门、公共道路局以及住房和城市发展部的支持。虽然还在继续改进方法,而且如果要发展更好的技术,这是必要的,但这一过程似乎已在某种程度上按照所提出的形式标准化了。
{"title":"Electronic computer applications in urban transportation planning","authors":"R. Schofer, F. F. Goodyear","doi":"10.1145/800196.805994","DOIUrl":"https://doi.org/10.1145/800196.805994","url":null,"abstract":"The transportation planning process is a set of analytical techniques used to forecast future transportation requirements and to evaluate proposed systems. While some of the techniques described in this paper can be used in the solution of current problems, the primary concern is with the problems of long-range planning. The following sections of this paper describe a transportation planning process. The process described is one that is widely (but not exclusively) used for urban transportation studies in the United States. This collection of survey techniques, analysis methods, and computer programs which makes up the process, has been developed over the past two decades by hundreds of researchers from diverse fields. This research and planning activity has been supported by the communities for which studies have been made, state highway departments, the Bureau of Public Roads, and the Department of Housing and Urban Development. While improvements in the methodology continue to be made, and are necessary if better techniques are to be developed, the process seems to have been somewhat standardized in the form presented.","PeriodicalId":257203,"journal":{"name":"Proceedings of the 1967 22nd national conference","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129968629","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Proceedings of the 1967 22nd national conference
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1