首页 > 最新文献

ACM-SE 17最新文献

英文 中文
An implementation of 'blocks' in SPITBOL SPITBOL中“块”的实现
Pub Date : 1979-04-09 DOI: 10.1145/503506.503510
Mark Alan Darholt
A relatively new datatype, called a block, was designed and implemented by James F. Gimpel in the SNOBOL4 programming language[1,2]. SNOBOL4[3] being an interpreter, requires significantly more execution time and memory than a compiler. To overcome this deficiency, Robert B. K. Dewar and Kenneth E. Belcher, at the Illinois Institute of Technology, designed a speedy implementation of SNOBOL4 known as SPITBOL[4]. SPITBOL is a compiler, it requires less time and memory than SNOBOL4. At the time SPITBOL was written, the block datatype was not included. This paper describes an external routine which was developed to add the block datatype to SPITBOL. The availability of blocks in SPITBOL opens many new paths for data structures in the field of non-numeric applications. Three dimensional data structures can be used in many areas of computer science. For example, l) Computer Graphics, displaying three dimensional geographic locations on a two dimensional surface; 2) Artificial Intelligence, scene analysis and mechanical theorem proving; and 3) Business Applications, displaying reports and statements (overprinting to highlight important items).
James F. Gimpel用SNOBOL4编程语言设计并实现了一种相对较新的数据类型,称为块(block)[1,2]。SNOBOL4[3]作为一个解释器,比编译器需要更多的执行时间和内存。为了克服这个缺陷,伊利诺斯理工学院的Robert B. K. Dewar和Kenneth E. Belcher设计了一个SNOBOL4的快速实现,称为SPITBOL[4]。SPITBOL是一个编译器,它比SNOBOL4需要更少的时间和内存。在编写SPITBOL时,不包括块数据类型。本文描述了一个为SPITBOL添加块数据类型而开发的外部例程。SPITBOL中块的可用性为非数值应用领域的数据结构开辟了许多新的途径。三维数据结构可用于计算机科学的许多领域。例如,l)计算机图形学,在二维平面上显示三维地理位置;2)人工智能、场景分析、力学定理证明;3)商业应用程序,显示报告和报表(套印以突出重要项目)。
{"title":"An implementation of 'blocks' in SPITBOL","authors":"Mark Alan Darholt","doi":"10.1145/503506.503510","DOIUrl":"https://doi.org/10.1145/503506.503510","url":null,"abstract":"A relatively new datatype, called a block, was designed and implemented by James F. Gimpel in the SNOBOL4 programming language[1,2]. SNOBOL4[3] being an interpreter, requires significantly more execution time and memory than a compiler. To overcome this deficiency, Robert B. K. Dewar and Kenneth E. Belcher, at the Illinois Institute of Technology, designed a speedy implementation of SNOBOL4 known as SPITBOL[4]. SPITBOL is a compiler, it requires less time and memory than SNOBOL4. At the time SPITBOL was written, the block datatype was not included. This paper describes an external routine which was developed to add the block datatype to SPITBOL. The availability of blocks in SPITBOL opens many new paths for data structures in the field of non-numeric applications. Three dimensional data structures can be used in many areas of computer science. For example, l) Computer Graphics, displaying three dimensional geographic locations on a two dimensional surface; 2) Artificial Intelligence, scene analysis and mechanical theorem proving; and 3) Business Applications, displaying reports and statements (overprinting to highlight important items).","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129780852","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
A heuristic for optimizing the multiplication of matrix chains 优化矩阵链乘法的一种启发式算法
Pub Date : 1979-04-09 DOI: 10.1145/503506.503511
Lionel E. Deimel, Tempe Ann Lampe
A consequence of the associative property of matrix multiplication is that the product of n matrices can be calculated in (n-1)! ways. Different choices for the multiplication sequence can cause the numbers of scalar multiplications required to vary by several orders of magnitude. The optimal ordering with respect to number of scalar multiplications can be found in O(n3) time using dynamic programming. A heuristic is presented which finds an optimal or nearly optimal strategy in O(n2) time in its most straightforward implementation. The problem is important in interpretation or code generation for languages which allow high-level manipulation of matrices.
矩阵乘法的结合律的一个结果是n个矩阵的乘积可以在(n-1)中计算!的方式。对乘法序列的不同选择可能导致所需的标量乘法的数量变化几个数量级。使用动态规划可以在O(n3)时间内找到关于标量乘法数量的最优排序。提出了一种启发式算法,在O(n2)时间内以最直接的方式找到最优或接近最优策略。对于允许对矩阵进行高级操作的语言,这个问题在解释或代码生成中很重要。
{"title":"A heuristic for optimizing the multiplication of matrix chains","authors":"Lionel E. Deimel, Tempe Ann Lampe","doi":"10.1145/503506.503511","DOIUrl":"https://doi.org/10.1145/503506.503511","url":null,"abstract":"A consequence of the associative property of matrix multiplication is that the product of n matrices can be calculated in (n-1)! ways. Different choices for the multiplication sequence can cause the numbers of scalar multiplications required to vary by several orders of magnitude. The optimal ordering with respect to number of scalar multiplications can be found in O(n3) time using dynamic programming. A heuristic is presented which finds an optimal or nearly optimal strategy in O(n2) time in its most straightforward implementation. The problem is important in interpretation or code generation for languages which allow high-level manipulation of matrices.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127690185","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
Potentials and problems of the classification space method 分类空间方法的潜力和问题
Pub Date : 1979-04-09 DOI: 10.1145/503506.503550
M. Paulk
A technique for representing human knowledge and judgments developed by Ossorio 1 is described. A matrix of judgments obtained from human experts is factor analyzed, and the resulting factors are used to define an n-dimensional space. Items may be assigned positions in the space by a weighted sum of their component factors. Items close to one another geometrically should be close conceptually. Is a significant amount of information lost in the factor analysis? How stable is the technique? Does the factor analysis extract "conceptually significant" factors? The technique is "humanistic" in approach, and there are ways to determine how well objects are represented in the space. Systems using this method have been promising in information retrieval and medical diagnosis.
描述了由Ossorio 1开发的一种表示人类知识和判断的技术。从人类专家那里获得的判断矩阵进行因子分析,并使用所得到的因子来定义n维空间。项目可以通过其组成因素的加权和在空间中分配位置。几何上彼此接近的项目在概念上也应该相近。因子分析中是否丢失了大量的信息?这项技术有多稳定?因子分析是否提取出“概念上显著”的因子?该技术在方法上是“人性化的”,有很多方法可以确定物体在空间中的表现程度。基于该方法的系统在信息检索和医学诊断等领域具有广阔的应用前景。
{"title":"Potentials and problems of the classification space method","authors":"M. Paulk","doi":"10.1145/503506.503550","DOIUrl":"https://doi.org/10.1145/503506.503550","url":null,"abstract":"A technique for representing human knowledge and judgments developed by Ossorio 1 is described. A matrix of judgments obtained from human experts is factor analyzed, and the resulting factors are used to define an n-dimensional space. Items may be assigned positions in the space by a weighted sum of their component factors. Items close to one another geometrically should be close conceptually. Is a significant amount of information lost in the factor analysis? How stable is the technique? Does the factor analysis extract \"conceptually significant\" factors? The technique is \"humanistic\" in approach, and there are ways to determine how well objects are represented in the space. Systems using this method have been promising in information retrieval and medical diagnosis.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128564653","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}
引用次数: 1
Indirect addressing techniques in the design and implementation of an on-line file access program 联机文件存取程序设计与实现中的间接寻址技术
Pub Date : 1979-04-09 DOI: 10.1145/503506.503521
N. Niccolai
This paper considers design criteria for generalized file access program and describes implementation of such a program using indirect addressing techniques in a higher level language. The implementation discussed is an on-line program to create and maintain herbarium records written in PL/I. The author shows that the indirect addressing techniques yield a concise, easily modifiable program which can be used on an arbitrary file by simply modifying initialization parameters.
本文考虑了通用文件访问程序的设计准则,并描述了该程序在高级语言中使用间接寻址技术的实现。所讨论的实现是一个在线程序,用于创建和维护用PL/I编写的植物标本室记录。作者表明,间接寻址技术产生了一个简洁、易于修改的程序,只需修改初始化参数即可在任意文件上使用。
{"title":"Indirect addressing techniques in the design and implementation of an on-line file access program","authors":"N. Niccolai","doi":"10.1145/503506.503521","DOIUrl":"https://doi.org/10.1145/503506.503521","url":null,"abstract":"This paper considers design criteria for generalized file access program and describes implementation of such a program using indirect addressing techniques in a higher level language. The implementation discussed is an on-line program to create and maintain herbarium records written in PL/I. The author shows that the indirect addressing techniques yield a concise, easily modifiable program which can be used on an arbitrary file by simply modifying initialization parameters.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"36 10","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114040836","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
Lexical characteristics of keywords in COBOL, FORTRAN, Pascal, and PL/I COBOL、FORTRAN、Pascal和PL/I语言中关键字的词法特征
Pub Date : 1979-04-09 DOI: 10.1145/503506.503538
C. Eastman
Lexical techniques for the study of texts invvarious forms are based upon the symbols used. Common lexical measures are word counts, word frequency distributions, word length distributions, and character frequency distributions. Lexical analysis involves no direct consideration of the grammatical structure or meaning of the text. Thus, it is less powerful than syntactic or semantic analysis. But, when ~t is applicable, it is usually much easier than the more powerful techniques and thus more likely to lead to practical tools.
研究各种形式文本的词汇技巧是以所使用的符号为基础的。常用的词汇测量方法包括单词计数、词频分布、单词长度分布和字符频率分布。词法分析不涉及直接考虑文本的语法结构或意义。因此,它不如语法或语义分析强大。但是,当~t适用时,它通常比更强大的技术容易得多,因此更有可能产生实用的工具。
{"title":"Lexical characteristics of keywords in COBOL, FORTRAN, Pascal, and PL/I","authors":"C. Eastman","doi":"10.1145/503506.503538","DOIUrl":"https://doi.org/10.1145/503506.503538","url":null,"abstract":"Lexical techniques for the study of texts invvarious forms are based upon the symbols used. Common lexical measures are word counts, word frequency distributions, word length distributions, and character frequency distributions. Lexical analysis involves no direct consideration of the grammatical structure or meaning of the text. Thus, it is less powerful than syntactic or semantic analysis. But, when ~t is applicable, it is usually much easier than the more powerful techniques and thus more likely to lead to practical tools.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127166255","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
A brief look at a section of a materials management system 简单看一下物料管理系统的一部分
Pub Date : 1979-04-09 DOI: 10.1145/503506.503555
D. B. Walters
A Materials Management System has been developed for the Tennessee Valley Authority (TVA). A short discussion of TVA should help to put the system into perspective. The Tennessee Valley Authority is a corporate agency of the Federal Government created by Act of Congress in 1933, and operates with a reasonable degree of the autonomy and flexibility of a private corporation. Because TVA is charged with improving the navigability and providing for the flood control of the Tennessee River, TVA employs approximately 38,000 people, covers seven states, and expends approximately $1.5 billion annually for operation and maintenance.
为田纳西河谷管理局(TVA)开发了一个材料管理系统。对TVA的简短讨论应该有助于正确看待该系统。田纳西河谷管理局是1933年根据国会法案成立的联邦政府的法人机构,并以私人公司的合理程度的自主权和灵活性运作。由于TVA负责改善通航性和控制田纳西河的洪水,TVA雇佣了大约38,000名员工,覆盖七个州,每年花费约15亿美元用于运营和维护。
{"title":"A brief look at a section of a materials management system","authors":"D. B. Walters","doi":"10.1145/503506.503555","DOIUrl":"https://doi.org/10.1145/503506.503555","url":null,"abstract":"A Materials Management System has been developed for the Tennessee Valley Authority (TVA). A short discussion of TVA should help to put the system into perspective. The Tennessee Valley Authority is a corporate agency of the Federal Government created by Act of Congress in 1933, and operates with a reasonable degree of the autonomy and flexibility of a private corporation. Because TVA is charged with improving the navigability and providing for the flood control of the Tennessee River, TVA employs approximately 38,000 people, covers seven states, and expends approximately $1.5 billion annually for operation and maintenance.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123714053","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}
引用次数: 1
Evaluation of the attributes of the computer science graduate 计算机科学毕业生的素质评价
Pub Date : 1979-04-09 DOI: 10.1145/503506.503552
William C. Richards
The business sector of our economy is responsible for the majority of the demand for current computer science graduates. This paper effectuates an approach at investigating this demand and how it concurs with the supply. To perform this task of serving as a communication link with industry, a questionnaire is to be utilized. Attributes, such as writing skills, documentation ability and planning techniques, are evaluated to determine if the graduate can effectively operate in an industrial environment. The overall purpose is to rate the current computer science graduate in relation to the needs of industry. It is not however, the design nor function of this paper to specifically rate educational institutions but, to provide an output medium to communicate industries needs.
我们经济的商业部门对当前计算机科学毕业生的大部分需求负责。本文实现了一种调查这种需求以及它如何与供给一致的方法。为了完成这项作为与工业界沟通联系的任务,将使用调查表。评估诸如写作技能、文档能力和计划技巧等属性,以确定毕业生是否能够在工业环境中有效地工作。总体目的是评估当前计算机科学毕业生与行业需求的关系。然而,本文的设计和功能并不是专门对教育机构进行评级,而是提供一种传达行业需求的输出媒介。
{"title":"Evaluation of the attributes of the computer science graduate","authors":"William C. Richards","doi":"10.1145/503506.503552","DOIUrl":"https://doi.org/10.1145/503506.503552","url":null,"abstract":"The business sector of our economy is responsible for the majority of the demand for current computer science graduates. This paper effectuates an approach at investigating this demand and how it concurs with the supply. To perform this task of serving as a communication link with industry, a questionnaire is to be utilized. Attributes, such as writing skills, documentation ability and planning techniques, are evaluated to determine if the graduate can effectively operate in an industrial environment. The overall purpose is to rate the current computer science graduate in relation to the needs of industry. It is not however, the design nor function of this paper to specifically rate educational institutions but, to provide an output medium to communicate industries needs.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115436597","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}
引用次数: 1
Useful and necessary features in a general interprocess communication facility 通用进程间通信设施中有用和必要的特性
Pub Date : 1979-04-09 DOI: 10.1145/503506.503522
Niket K. Patwardhan
Different interprocess communication facilities(IPC) are compared to come up with a set of facilities that will serve most needs. Example facilities and problems are considered. A set of 10 features is found to satisfy almost all requirements. All are discussed at the user level.
通过比较不同的进程间通信设施(IPC),得出一组能够满足大多数需求的设施。考虑了实例设施和问题。发现一组10个特性可以满足几乎所有的需求。所有这些都在用户级别进行讨论。
{"title":"Useful and necessary features in a general interprocess communication facility","authors":"Niket K. Patwardhan","doi":"10.1145/503506.503522","DOIUrl":"https://doi.org/10.1145/503506.503522","url":null,"abstract":"Different interprocess communication facilities(IPC) are compared to come up with a set of facilities that will serve most needs. Example facilities and problems are considered. A set of 10 features is found to satisfy almost all requirements. All are discussed at the user level.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125578187","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
The use of small computer systems in CAI 小型计算机系统在CAI中的应用
Pub Date : 1979-04-09 DOI: 10.1145/503506.503553
Lorna S. Schmittou
The purpose of this presentation is to discuss how Computer Assisted Instruction modules can be implemented through the use of mini and micro computer storage systems. Various factors will be examined in order to evaluate the extent to which small computer systems bear further investigation. Some aspects to be considered are cost effectiveness for elementary, secondary and higher level education, portability of the software, the languages being used, whether any real improvement in educational quality has been accomplished and which educational uses are giving the best results.A comparison will be made between the relative costs of small computer systems and those of a larger interactive system. The extent to which teachers become involved with the system will be considered, as well as the attitudes of students using the system. The extent to which the small computer system will be able to utilize graphics and implement complex programs will be discussed. Observations will be made concerning the present and possible future impact of micro-computers on Computer Assisted Instruction.
本报告的目的是讨论如何通过使用小型和微型计算机存储系统来实现计算机辅助教学模块。将审查各种因素,以评估小型计算机系统承担进一步调查的程度。需要考虑的一些方面是初等、中等和高等教育的成本效益、软件的可移植性、所使用的语言、教育质量是否得到了任何真正的改善以及哪些教育用途产生了最好的结果。将对小型计算机系统和大型交互系统的相对成本进行比较。将考虑教师参与该系统的程度,以及学生使用该系统的态度。在何种程度上,小型计算机系统将能够利用图形和执行复杂的程序将被讨论。将对微型计算机对计算机辅助教学目前和将来可能产生的影响进行观察。
{"title":"The use of small computer systems in CAI","authors":"Lorna S. Schmittou","doi":"10.1145/503506.503553","DOIUrl":"https://doi.org/10.1145/503506.503553","url":null,"abstract":"The purpose of this presentation is to discuss how Computer Assisted Instruction modules can be implemented through the use of mini and micro computer storage systems. Various factors will be examined in order to evaluate the extent to which small computer systems bear further investigation. Some aspects to be considered are cost effectiveness for elementary, secondary and higher level education, portability of the software, the languages being used, whether any real improvement in educational quality has been accomplished and which educational uses are giving the best results.A comparison will be made between the relative costs of small computer systems and those of a larger interactive system. The extent to which teachers become involved with the system will be considered, as well as the attitudes of students using the system. The extent to which the small computer system will be able to utilize graphics and implement complex programs will be discussed. Observations will be made concerning the present and possible future impact of micro-computers on Computer Assisted Instruction.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"61 2-3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131445524","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
Measuring hardware efficiency by distribution of resources within a single program 通过在单个程序中分配资源来衡量硬件效率
Pub Date : 1979-04-09 DOI: 10.1145/503506.503518
J. Linn
A view of efficiency is proposed which tries to account for how much resource is used in the actual problem solution and how much in the control of the instruction stream. Analyses are performed to determine the effects of two architectural modifications -- cache memory and memory mapped registers -- on the efficiency of a simple list merging process.
提出了一种效率的观点,它试图说明在实际问题解决中使用了多少资源,在指令流控制中使用了多少资源。执行分析以确定两种架构修改——缓存内存和内存映射寄存器——对简单列表合并过程效率的影响。
{"title":"Measuring hardware efficiency by distribution of resources within a single program","authors":"J. Linn","doi":"10.1145/503506.503518","DOIUrl":"https://doi.org/10.1145/503506.503518","url":null,"abstract":"A view of efficiency is proposed which tries to account for how much resource is used in the actual problem solution and how much in the control of the instruction stream. Analyses are performed to determine the effects of two architectural modifications -- cache memory and memory mapped registers -- on the efficiency of a simple list merging process.","PeriodicalId":258426,"journal":{"name":"ACM-SE 17","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1979-04-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123340839","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
期刊
ACM-SE 17
全部 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学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1