首页 > 最新文献

Proceedings., Fourteenth Annual International Computer Software and Applications Conference最新文献

英文 中文
An approach to introduce the reflection to C++ 在c++中引入反射的一种方法
Chen Ping, C. Xiyao, Jin Yimin
The authors report on their work to introduce the reflective architecture in a popular compilation-based language, C++, without modifying the compiler. The reflective architecture provides a disciplined split between the object level and the meta-object level in a class-based form. The unit of causal connections is the class member function. Mechanisms based on the methods diversion are constructed to support a kind of implicitly causal connection. A delegation mechanism is constructed for sharing meta-methods whose classes are not designed as having inheritance. A prototype has been constructed in the Advantage C++ 1.1 M4 running on MSDOS.<>
作者报告了他们在不修改编译器的情况下,在流行的基于编译的语言c++中引入反射体系结构的工作。反射体系结构以基于类的形式在对象层和元对象层之间提供了严格的分离。因果关系的单位是类成员函数。在方法转移的基础上构建了支持一种隐含因果关系的机制。为了共享那些类没有被设计为具有继承的元方法,构建了一种委托机制。在MSDOS上运行的Advantage c++ 1.1 M4构建了一个原型。
{"title":"An approach to introduce the reflection to C++","authors":"Chen Ping, C. Xiyao, Jin Yimin","doi":"10.1109/CMPSAC.1990.139320","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139320","url":null,"abstract":"The authors report on their work to introduce the reflective architecture in a popular compilation-based language, C++, without modifying the compiler. The reflective architecture provides a disciplined split between the object level and the meta-object level in a class-based form. The unit of causal connections is the class member function. Mechanisms based on the methods diversion are constructed to support a kind of implicitly causal connection. A delegation mechanism is constructed for sharing meta-methods whose classes are not designed as having inheritance. A prototype has been constructed in the Advantage C++ 1.1 M4 running on MSDOS.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"98 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115357000","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 connectionist approach to multiple-view based 3-D object recognition 一种基于多视图的三维物体识别连接方法
Wei-Chung Lin, Fong-Yuan Liao, E. Tsao, Theresa Lingutla
The authors propose a hierarchical approach to solving the surface and the vertex correspondence problems in multiple-view based 3-D object recognition systems. The proposed scheme is a coarse-to-fine search process, and a Hopfield network is employed at each stage. Compared with the conventional object matching schemes, the proposed technique provides a more general and compact formulation of the problem and a solution more suitable for parallel implementation. At the coarse search stage, the surface matching rates between the input image and each object model in the database are computed through a Hopfield network and used to select the candidates for further consideration. At the fine search stage, the object models selected from the previous stage are fed into another Hopfield network for vertex matching. The object model that has the best surface and vertex correspondences with the input image is finally singled out as the best matched model. Results of experiments using both line drawings and real range images to corroborate the proposed theory are also reported.<>
提出了一种分层方法来解决基于多视图的三维物体识别系统中曲面与顶点的对应问题。该方案是一个从粗到精的搜索过程,每个阶段都采用Hopfield网络。与传统的目标匹配方案相比,该技术提供了更通用、更紧凑的问题表述和更适合并行实现的解决方案。在粗搜索阶段,通过Hopfield网络计算输入图像与数据库中每个目标模型之间的表面匹配率,并用于选择候选对象进行进一步考虑。在精细搜索阶段,将前一阶段选择的目标模型送入另一个Hopfield网络进行顶点匹配。最后选出与输入图像表面和顶点对应度最好的目标模型作为最佳匹配模型。本文还报道了用直线图和实际距离图像验证该理论的实验结果。
{"title":"A connectionist approach to multiple-view based 3-D object recognition","authors":"Wei-Chung Lin, Fong-Yuan Liao, E. Tsao, Theresa Lingutla","doi":"10.1109/CMPSAC.1990.139457","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139457","url":null,"abstract":"The authors propose a hierarchical approach to solving the surface and the vertex correspondence problems in multiple-view based 3-D object recognition systems. The proposed scheme is a coarse-to-fine search process, and a Hopfield network is employed at each stage. Compared with the conventional object matching schemes, the proposed technique provides a more general and compact formulation of the problem and a solution more suitable for parallel implementation. At the coarse search stage, the surface matching rates between the input image and each object model in the database are computed through a Hopfield network and used to select the candidates for further consideration. At the fine search stage, the object models selected from the previous stage are fed into another Hopfield network for vertex matching. The object model that has the best surface and vertex correspondences with the input image is finally singled out as the best matched model. Results of experiments using both line drawings and real range images to corroborate the proposed theory are also reported.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115839513","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
Redundancy detection in logic programs is undecidable 逻辑程序中的冗余检测是不可判定的
Zheng Zhou, B. Wah
The authors study the decidability of redundancy detection in logic programs which are composed of inference rules with functions in their arguments. They formally define redundancies based on the solution sets in logic programs, and represent solution sets in well-defined domains. They prove that redundancy detection in inference rules with functions is undecidable. The theoretical results obtained here complete the previously unknown properties of redundancy detection of logic programs. Except for nonrecursive inference rules, redundancy detection is undecidable in general. Although general results reveal the inherent difficulty of efficient execution of logic programs through redundancy detection, special redundant cases can still be detected and pruned. Tradeoffs between compile-time analysis of decidable cases and run-time checking of undecidable cases can still be made.<>
本文研究了由推理规则组成的逻辑程序中冗余检测的可判定性。它们基于逻辑程序中的解集形式化地定义了冗余,并在定义良好的域中表示解集。他们证明了函数推理规则的冗余检测是不可判定的。本文所得到的理论结果完成了以前未知的逻辑程序冗余检测的性质。除非递归推理规则外,冗余检测通常是不可判定的。虽然一般的结果揭示了通过冗余检测来有效执行逻辑程序的内在困难,但特殊的冗余情况仍然可以被检测和修剪。在编译时可判定案例的分析和运行时不可判定案例的检查之间仍然可以进行权衡。
{"title":"Redundancy detection in logic programs is undecidable","authors":"Zheng Zhou, B. Wah","doi":"10.1109/CMPSAC.1990.139436","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139436","url":null,"abstract":"The authors study the decidability of redundancy detection in logic programs which are composed of inference rules with functions in their arguments. They formally define redundancies based on the solution sets in logic programs, and represent solution sets in well-defined domains. They prove that redundancy detection in inference rules with functions is undecidable. The theoretical results obtained here complete the previously unknown properties of redundancy detection of logic programs. Except for nonrecursive inference rules, redundancy detection is undecidable in general. Although general results reveal the inherent difficulty of efficient execution of logic programs through redundancy detection, special redundant cases can still be detected and pruned. Tradeoffs between compile-time analysis of decidable cases and run-time checking of undecidable cases can still be made.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123759218","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 conceptual design of OSEA: an object-oriented semantic data model OSEA的概念设计:面向对象的语义数据模型
P. L. Tan, T. Dillon
Semantics is integrated with an object-oriented data model to increase its power of expression, leading to the notions of subsumption of attributes, values, and relationships. In addition, the concept of inheritance is extended to include inheritance of relationships as well as attributes and operations. The specification of attributes, relationships and operations for the hierarchical framework is explained. Multiple relationships between two objects pertaining to the same hierarchy are also allowed. These are important features for object-oriented data models as opposed to object-oriented programming systems where relationships do not play such a central role. These features have been consolidated into a unified model, namely the OSEA (object-oriented semantic model for exception accommodation) model, which also incorporates additional constraints and modeling of exceptions. A prototype system has been developed based on the OSEA model with the view of providing a more complete set of operations for exception handling.<>
语义与面向对象的数据模型集成在一起,以增强其表达能力,从而产生包含属性、值和关系的概念。此外,继承的概念被扩展为包括关系以及属性和操作的继承。解释了层次框架的属性、关系和操作的规范。属于同一层次结构的两个对象之间也允许存在多个关系。这些都是面向对象数据模型的重要特性,而面向对象编程系统中关系并不起如此重要的作用。这些特性已经被整合到一个统一的模型中,即OSEA(面向对象的异常适应语义模型)模型,该模型还包含了额外的约束和异常建模。基于OSEA模型开发了一个原型系统,以期为异常处理提供一套更完整的操作。
{"title":"The conceptual design of OSEA: an object-oriented semantic data model","authors":"P. L. Tan, T. Dillon","doi":"10.1109/CMPSAC.1990.139355","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139355","url":null,"abstract":"Semantics is integrated with an object-oriented data model to increase its power of expression, leading to the notions of subsumption of attributes, values, and relationships. In addition, the concept of inheritance is extended to include inheritance of relationships as well as attributes and operations. The specification of attributes, relationships and operations for the hierarchical framework is explained. Multiple relationships between two objects pertaining to the same hierarchy are also allowed. These are important features for object-oriented data models as opposed to object-oriented programming systems where relationships do not play such a central role. These features have been consolidated into a unified model, namely the OSEA (object-oriented semantic model for exception accommodation) model, which also incorporates additional constraints and modeling of exceptions. A prototype system has been developed based on the OSEA model with the view of providing a more complete set of operations for exception handling.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"122 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116841903","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
Applying knowledge-based technology: trends and directions (Panel Session) 应用知识科技:趋势和方向(小组讨论)
M. Papazoglou, B. Blum, N. Bourbakis, A. Dollas, J. Hughes, E. Knudsen, T. Sellis
A panel session concerning the use of knowledge-based techniques is reported. The discussion covers the following topics: knowledge-based machine vision architectures; experiences from a knowledge-based integrated-circuit testing system; artificial-intelligence (AI) tools for requirements capture and analysis; an approach to knowledge modeling in expert systems design; and a homogeneous approach to bringing AI and database management systems together.<>
报告了一次关于使用基于知识的技术的小组会议。讨论涵盖以下主题:基于知识的机器视觉架构;基于知识的集成电路测试系统的经验用于需求捕获和分析的人工智能(AI)工具;专家系统设计中的知识建模方法以及将人工智能和数据库管理系统结合在一起的同质方法。
{"title":"Applying knowledge-based technology: trends and directions (Panel Session)","authors":"M. Papazoglou, B. Blum, N. Bourbakis, A. Dollas, J. Hughes, E. Knudsen, T. Sellis","doi":"10.1109/CMPSAC.1990.139309","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139309","url":null,"abstract":"A panel session concerning the use of knowledge-based techniques is reported. The discussion covers the following topics: knowledge-based machine vision architectures; experiences from a knowledge-based integrated-circuit testing system; artificial-intelligence (AI) tools for requirements capture and analysis; an approach to knowledge modeling in expert systems design; and a homogeneous approach to bringing AI and database management systems together.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125302115","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 analysis of infeasible concurrent paths of concurrent Ada programs 并发Ada程序的不可行的并发路径分析
Ren-Dar Yang, C. Chung
In an execution of a concurrent Ada program, each task will traverse its own path so that the execution can be seen as involving a set of concurrent paths, referred to as a concurrent path (C-path). The path feasibility problem of concurrent program testing is to identify whether a given C-path is traversable in some execution. A static analysis technique is proposed to address this problem. The technique is based on the analysis of the possible execution order of rendezvous statements within the given C-path. A precede relation is defined to express the execution order of rendezvous statements in a C-path. Several precedence rules and an algorithm are proposed to derive precede relations defined in a C-path. Based on the precede relations and the semantics of Ada, several decision rules are given to identify static infeasible C-paths.<>
在并发Ada程序的执行过程中,每个任务都将遍历自己的路径,因此执行过程可以被视为涉及一组并发路径,称为并发路径(C-path)。并发程序测试的路径可行性问题是确定给定的c路径在某些执行中是否可遍历。提出了一种静态分析技术来解决这个问题。该技术基于对给定c路径中会合语句可能执行顺序的分析。定义了一个前置关系来表示c路径中会合语句的执行顺序。提出了若干优先规则和一种算法来推导c路径中定义的优先关系。基于上述关系和Ada的语义,给出了几种识别静态不可行的c路径的决策规则。
{"title":"The analysis of infeasible concurrent paths of concurrent Ada programs","authors":"Ren-Dar Yang, C. Chung","doi":"10.1109/CMPSAC.1990.139400","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139400","url":null,"abstract":"In an execution of a concurrent Ada program, each task will traverse its own path so that the execution can be seen as involving a set of concurrent paths, referred to as a concurrent path (C-path). The path feasibility problem of concurrent program testing is to identify whether a given C-path is traversable in some execution. A static analysis technique is proposed to address this problem. The technique is based on the analysis of the possible execution order of rendezvous statements within the given C-path. A precede relation is defined to express the execution order of rendezvous statements in a C-path. Several precedence rules and an algorithm are proposed to derive precede relations defined in a C-path. Based on the precede relations and the semantics of Ada, several decision rules are given to identify static infeasible C-paths.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114677217","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}
引用次数: 8
Processing the transitive-closure logic rules on shared-nothing multiprocessor systems 在无共享的多处理器系统上处理传递闭包逻辑规则
G. .. Qadah
The author presents and evaluates, using rigorous analytical models, a number of parallel algorithms suitable for processing an important class of recursive queries, the instantiated transitive closure (TC) queries. These algorithms are variants of the sequential delta -wavefront algorithm, designed to run on a shared-nothing (message-passing) type of multiprocessor system. The results obtained indicate that the relative performance of these algorithms is a strong function of not only the parameters which characterize the database and the processed query. Two parallel algorithms have been identified to be the best performing ones, one for systems with slow interconnection networks and the other for systems with fast networks. It is also found that allocating too many nodes to a query which does not need them results in a substantial loss of potential speedup in the processing of the query.<>
作者使用严格的分析模型,提出并评估了一些适合处理一类重要递归查询的并行算法,即实例化传递闭包(TC)查询。这些算法是顺序增量波前算法的变体,设计用于在无共享(消息传递)类型的多处理器系统上运行。结果表明,这些算法的相对性能不仅是数据库特征参数和所处理查询的强烈函数。两种并行算法被认为是性能最好的算法,一种用于低速互连网络系统,另一种用于高速互连网络系统。研究还发现,为一个不需要节点的查询分配太多节点会导致查询处理的潜在加速的大量损失。
{"title":"Processing the transitive-closure logic rules on shared-nothing multiprocessor systems","authors":"G. .. Qadah","doi":"10.1109/CMPSAC.1990.139354","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139354","url":null,"abstract":"The author presents and evaluates, using rigorous analytical models, a number of parallel algorithms suitable for processing an important class of recursive queries, the instantiated transitive closure (TC) queries. These algorithms are variants of the sequential delta -wavefront algorithm, designed to run on a shared-nothing (message-passing) type of multiprocessor system. The results obtained indicate that the relative performance of these algorithms is a strong function of not only the parameters which characterize the database and the processed query. Two parallel algorithms have been identified to be the best performing ones, one for systems with slow interconnection networks and the other for systems with fast networks. It is also found that allocating too many nodes to a query which does not need them results in a substantial loss of potential speedup in the processing of the query.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121623022","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 process modeling language for large process control systems 用于大型过程控制系统的过程建模语言
Ming-Jie Chen, C. Chung
A process modeling language (PML) has been developed which aids the analyst in modeling the processes of large process control systems. Because PML is based on a conceptual framework close to the customer's view of controlled processes, a PML model is an effective communication medium between the analyst and the customer. PML allows a process to be decomposed into activities and a composite activity to be decomposed into more primitive activities. The structuring facility for these decompositions is the same. PML represents activity sequences by scenarios and uses conditions to control their start and end. The modeling of various operation sequences, interprocess sequence control, and operators' interactions is made easy. The condition facility also facilitates the specification of various timing constraints. Therefore, PML is a valuable aid for the requirements analysis of large process control systems.<>
开发了一种过程建模语言(PML),帮助分析人员对大型过程控制系统的过程进行建模。由于PML基于接近客户对受控过程的看法的概念框架,因此PML模型是分析师和客户之间有效的沟通媒介。PML允许将流程分解为活动,将组合活动分解为更基本的活动。这些分解的结构工具是相同的。PML按场景表示活动序列,并使用条件来控制它们的开始和结束。使各种操作序列的建模、进程间序列控制和操作人员的交互变得容易。条件设施还有助于规范各种时序约束。因此,PML对于大型过程控制系统的需求分析是一个有价值的辅助工具
{"title":"A process modeling language for large process control systems","authors":"Ming-Jie Chen, C. Chung","doi":"10.1109/CMPSAC.1990.139328","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139328","url":null,"abstract":"A process modeling language (PML) has been developed which aids the analyst in modeling the processes of large process control systems. Because PML is based on a conceptual framework close to the customer's view of controlled processes, a PML model is an effective communication medium between the analyst and the customer. PML allows a process to be decomposed into activities and a composite activity to be decomposed into more primitive activities. The structuring facility for these decompositions is the same. PML represents activity sequences by scenarios and uses conditions to control their start and end. The modeling of various operation sequences, interprocess sequence control, and operators' interactions is made easy. The condition facility also facilitates the specification of various timing constraints. Therefore, PML is a valuable aid for the requirements analysis of large process control systems.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115340592","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 lines of code metric as a predictor of program faults: a critical analysis 作为程序错误预测器的代码行度量:关键分析
T. Khoshgoftaar, J. Munson
The relationship between measures of software complexity and programming errors is explored. Four distinct regression models were developed for an experimental set of data to create a predictive model from software complexity metrics to program errors. The lines of code metric, traditionally associated with programming errors in predictive models, was found to be less valuable as a criterion measure in these models than measures of software control complexity. A factor analytic technique used to construct a linear compound of lines of code with control metrics was found to yield models of superior predictive quality.<>
探讨了软件复杂性度量与编程错误之间的关系。为一组实验数据开发了四种不同的回归模型,以创建从软件复杂性度量到程序错误的预测模型。代码行度量,传统上与预测模型中的编程错误相关联,被发现在这些模型中作为标准度量不如软件控制复杂性的度量有价值。因子分析技术用于构建具有控制度量的代码行线性复合,可以产生具有优越预测质量的模型。
{"title":"The lines of code metric as a predictor of program faults: a critical analysis","authors":"T. Khoshgoftaar, J. Munson","doi":"10.1109/CMPSAC.1990.139396","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139396","url":null,"abstract":"The relationship between measures of software complexity and programming errors is explored. Four distinct regression models were developed for an experimental set of data to create a predictive model from software complexity metrics to program errors. The lines of code metric, traditionally associated with programming errors in predictive models, was found to be less valuable as a criterion measure in these models than measures of software control complexity. A factor analytic technique used to construct a linear compound of lines of code with control metrics was found to yield models of superior predictive quality.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124837025","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}
引用次数: 32
A hybrid approach to mutual exclusion for distributed systems 分布式系统互斥的混合方法
Ye-In Chang, M. Singhal, Ming T. Liu
A hybrid approach to mutual exclusion is proposed to minimize both message traffic and time delay at the same time. A hybrid mutual exclusion algorithm using the release local sites first mode, the requesting group semantics, and the requesting sequence 1324 (i.e., local competition followed by global competition) is found to be an efficient way to control the interaction. This hybrid algorithm uses M. Singhal's (1989) algorithm as the local algorithm and M. Maekawa's (1985) algorithm as the global algorithm. Compared to Maekawa's algorithm, which needs 3 square root N. . .5 square root N messages but two time units delay between successive executions of the critical section (where N is the number of sites in the system), the proposed hybrid algorithm can reduce message traffic by 55% and time delay by 32% at the same time. Furthermore, when a distributed system exhibits locality of requests, the proposed hybrid algorithm can achieve even better performance.<>
提出了一种互斥的混合方法,同时最小化消息流量和时间延迟。采用释放本地站点优先模式、请求组语义和请求序列1324(即局部竞争后全局竞争)的混合互斥算法是控制交互的有效方法。该混合算法采用M. Singhal(1989)算法作为局部算法,M. Maekawa(1985)算法作为全局算法。与Maekawa算法相比,该算法需要3个平方根N. .5个平方根N条消息,但连续执行关键段(N为系统中的站点数)之间的时间延迟为2个时间单位,该混合算法可以同时减少55%的消息流量和32%的时间延迟。此外,当分布式系统显示请求的局部性时,所提出的混合算法可以获得更好的性能
{"title":"A hybrid approach to mutual exclusion for distributed systems","authors":"Ye-In Chang, M. Singhal, Ming T. Liu","doi":"10.1109/CMPSAC.1990.139370","DOIUrl":"https://doi.org/10.1109/CMPSAC.1990.139370","url":null,"abstract":"A hybrid approach to mutual exclusion is proposed to minimize both message traffic and time delay at the same time. A hybrid mutual exclusion algorithm using the release local sites first mode, the requesting group semantics, and the requesting sequence 1324 (i.e., local competition followed by global competition) is found to be an efficient way to control the interaction. This hybrid algorithm uses M. Singhal's (1989) algorithm as the local algorithm and M. Maekawa's (1985) algorithm as the global algorithm. Compared to Maekawa's algorithm, which needs 3 square root N. . .5 square root N messages but two time units delay between successive executions of the critical section (where N is the number of sites in the system), the proposed hybrid algorithm can reduce message traffic by 55% and time delay by 32% at the same time. Furthermore, when a distributed system exhibits locality of requests, the proposed hybrid algorithm can achieve even better performance.<<ETX>>","PeriodicalId":127509,"journal":{"name":"Proceedings., Fourteenth Annual International Computer Software and Applications Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130036404","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}
引用次数: 18
期刊
Proceedings., Fourteenth Annual International Computer Software and Applications 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学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1