共查询到20条相似文献,搜索用时 15 毫秒
1.
2.
MultiobjectC语言是我们设计的一个面向对象的并发程序设计语言,它以C语言为基语言,引入了类和对象等机制以及并发对象间的通信设施,支持面向对象的并发程序设计。本文讨论了我们在设计过程中的考虑,并与AT&TBell实验室的ConcurrentC++语言作了一些比较。 相似文献
3.
4.
5.
GE Jian-fang 《数字社区&智能家居》2008,(17)
面向对象程序设计方法是一种新颖的、更符合人类思维习惯的解题方法。本文阐述了面向对象思想的重要性,强调面向对象程序设计课程的重点应该定位在"方法论教学"方面。在教学过程中要通过实例的分析帮助学生树立起面向对象程序设计的新思维,掌握运用面向对象程序设计技术解决实际问题的方法。 相似文献
6.
Julian Gutirrez Jorge A. Prez Camilo Rueda Frank D. Valencia 《Electronic Notes in Theoretical Computer Science》2007,171(2):117
In this paper we present our first approach to model and verify biological systems using ntcc, a concurrent constraint process calculus. We argue that the partial information constructs in ntcc can provide a suitable language for such systems. We also illustrate how ntcc may provide a unified framework for the analysis of biological systems, as they can be described, simulated and verified using the elements provided by the calculus. 相似文献
7.
We present an application of stochastic Concurrent Constraint Programming (sCCP) for modeling biological systems. We provide a library of sCCP processes that can be used to describe straightforwardly biological networks. In the meanwhile, we show that sCCP proves to be a general and extensible framework, allowing to describe a wide class of dynamical behaviours and kinetic laws. 相似文献
8.
9.
LabVIEW面向对象编程技术 总被引:1,自引:0,他引:1
在测控领域,LabVIEW由于其简单、灵活的特点而受到广泛的应用,然而使用LabVIEW构建大型的测控软件时,在团队合作、后期维护方面就显出其不足,甚至一个很小的改动都可能导致灾难性的后果.为此,LabVIEW 8.2中推出了LabVIEW面向对象编程技术,以解决此问题. 相似文献
10.
面向对象的思维方法,其实是一个把业务逻辑从具体的编程技术当中抽象出来的过程,而这个抽象的过程是自上而下的,先不考虑问题解决的细节,把问题的最主要的方面抽象成为一个简单的框架,集中精力思考如何解决主要矛盾,然后在解决问题的过程中,再把问题的细节分割成一个一个小问题,再专门去解决细节问题。 相似文献
11.
严仲兴 《数字社区&智能家居》2006,(35)
本文从对面向过程的程序设计方法入手,分析了结构化程序设计的思路,引审出以类与对象为根本的面向对象程序设计的编程思想。通过一些实际的例子,论述了类与对象及其关系。同时阐述了面向对象程序设计方法中所涉及到的继承、封装、多态及重载等重要特性。 相似文献
12.
严仲兴 《数字社区&智能家居》2006,(12):139-139,158
本文从对面向过程的程序设计方法入手,分析了结构化程序设计的思路,引审出以类与对象为根本的面向对象程序设计的编程思想。通过一些实际的例子,论述了类与对象及其关系。同时阐述了面向对象程序设计方法中所涉及到的继承、封装、多态及重载等重要特性。 相似文献
13.
Ada并发程序设计 总被引:2,自引:0,他引:2
《计算机工程与应用》1987,(4)
<正> 该书1984年出版,作者系美国贝尔实验室的Narain Gehani。该书从公认的第一个提供高级通用并发程序设计设施的Ada语言着手,全面地介绍了Ada语言中的并发程序设计设施,以及如何有效利用这些设施编写并发程序;概述了在其它语言的并发程序设计设施;讨论了并发程序设计中的一些细节问题;书末还附录了Ada顺序程序设计的概要。目前,各种大小的并行计算机及操作系统都已相继问世并投入实际使用。并行处理将是今后几年计算机工程和应用的发展方向之一,也是新一代计算机的核心技术之一。但是如果缺乏高度并行的程序设计语言和方法,将会给广泛的应用带来很大障碍,这已引起计算机各 相似文献
14.
《计算机工程与应用》1986,(8)
<正> 该书1984年出版,作者系美国贝尔实验室的Narain Gehani。 该书从公认的第一个提供高级通用并发程序设计设施的Ada语言着手,全面地介绍了Ada语言中的并发程序设汁设施,以及如何有效利用这些设施编写并发程序;概述了在其它 相似文献
15.
Narain Gehani 《计算机工程与应用》1987,(12)
<正> 死锁,不一定的时序和不一定的轮询都是并发程序设计问题,这些问题通常对顺序程序设计不感兴趣,甚至无关。这些问题发生在并发程序设计之中,而不管程序设计语言提供了什么样的并发程序设计设施。但是,程序设计语言中的并发设施的精确特性对这些问题的严重性与经常性确有影响。本章讨论三个并发程序设计问题:死锁,程序中的最大并发特性,以及Ada中的轮询偏向。 1.死锁当程序中的一个或多个任务被永远阻塞时,死锁就发生了,因为需求不能满足。在一些任务中,死锁会成为某些任务中的一种 相似文献
16.
Object-oriented design is an approach to systems development that proposes the use of system objects to build new systems and rebuild old ones. An important goal of object-oriented development is to change the nature of traditional software development from designing and writing models from scratch to building systems through the assembly of reusable software objects. This article discusses the productivity potential as well as the limitations of object-oriented systems development and makes recommendations for its use. 相似文献
17.
Object-oriented design is an approach to systems development that proposes the use of system objects to build new systems and rebuild old ones. An important goal of object-oriented development is to change the nature of traditional software development from designing and writing models from scratch to building systems through the assembly of reusable software objects. This article discusses the productivity potential as well as the limitations of object-oriented systems development and makes recommendations for its use. 相似文献
18.
Fortran 90与面向对象程序设计 总被引:1,自引:0,他引:1
面向对象方法已经成一种最有前途的软件开发方法之一。面对对象程序设计方法应用于工程计算已有近十年,所采用的语言为C++,Eiffel和Smalltalk等。 相似文献
19.
Fundamental concepts of object-oriented programming (OOP) are considered, including abstract data types, encapsulation, inheritance, and static and dynamic polymorphism. Constructs of Fortran 90/95 that support the greater part of those concepts are discussed. 相似文献
20.