首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到17条相似文献,搜索用时 78 毫秒
1.
梅宏  孙永强 《软件学报》1995,6(7):407-415
程序设计语言FOPL是一种同时支持函数式程序设计风洛和面向对象程序设计风格的合成语言.本义介绍了FOPL的类型思想,并讨论了表达式纯洁性判断规则、表达式附类型规则及表达式等价判断规则,这些规则描述了FOPL基于方程逻辑的语义.  相似文献   

2.
函数式面向对象语言FOPL的指称语义   总被引:1,自引:0,他引:1  
梅宏  孙永强 《计算机学报》1994,17(7):513-520
函数式面向对象程序设计语言FOPL是笔者设计并实现的一种合成语言,本文在一个全称的抽象域上描述了FOPL语言的指称语义。  相似文献   

3.
函数式面向对象程序设计语言FOPL   总被引:1,自引:0,他引:1  
梅宏  孙永强 《计算机学报》1995,18(4):281-289
本文介绍函数式面向对象程序设计语言FOPL的设计原则、主要特性及实现等方面的问题。  相似文献   

4.
王建民  孙家广 《计算机学报》1994,17(11):878-880
CAD系统二次开发语言的设计与实现王建民,孙家广(清华大学计算机科学与技术系北京100084)DESIGNANDIMPLEMENTATIONOFTHEFURTHERDEVELOPMENTLANGUAGEOFCADSYSTEMS¥WangJianmin...  相似文献   

5.
孙建伶  董金祥 《计算机学报》1995,18(10):777-782
关系数据库与程序设计语言之间的松散耦合存在着编程范型及类型系统两方面的失配,是提高数据库应用软件之质量和生产率的极大障碍,面向对象数据库(OODB)与程序设计语言(PL)的无缝结合旨在消除这种失配,本文以面向对象数据库管理系统原型OSCAR为背景,提出OODB与PL无缝结合的基本准则,OODB无缝C^++应用编程界面的对象持久性模型,以及实现OODB无缝C^++应用编程界面的关键技术。  相似文献   

6.
PLOT是SURFER软件中一个图形输出程序,.PLT文件则是由TOPO和SURF形成的绘图文件。在SURFER绘图过程中发现,PLT文件是由一组绘图命令组合的。根据其结构可以用高级语言编制类型众多的绘图程序,扩展了SURFER的绘图功能。本文就.PLT文件的形成和PLOT绘制图形作了探讨。  相似文献   

7.
OOFL是我们设计的一种面向对象的函数式语言,该语言具有对象式语言和函数式语言的优点。本文详细介绍了OOFL到C++的转换技术,构造了OOFL语言的元程序设计环境,探讨了对象函数式语言的一些实现方法,并在微机上实现了OOFL到C++的转换系统。  相似文献   

8.
介绍了FORM表格实现Web页面交互性的原理和过程,重点论述了Web服务器上CGI网关程序的设计实现方法,给出了用C语言实现CGI程序的具体过程。  相似文献   

9.
FORTRAN到C语言转换的一些方法沈阳工学院谭颖现在已经有将FORTRAN转换为C语言的应用软件,但在不太复杂的程序情况下,我们自己可以简便地做相应的转换。C语言与FORTRAN有许多相似之处,如在FORTRAN中的COMMON语句可以用C语言中的...  相似文献   

10.
Sun C语言与Sun FORTRAN混合编程技术   总被引:3,自引:0,他引:3  
Sun的c语言与Fortran语言可以相互调用,灵活地使用可以充分发挥两种语言的优势,并能大大地提高工作效率。本文介绍FORTRAN程序如何调用C程序以及C程序如何调用FORTRAN程序,给出了在Sun工作站上通过的例子。  相似文献   

11.
Diaplan is a language for programming with graphs and diagrams that is currently being designed and implemented by the authors. In this paper, a programming example, declaration grids, shall illustrate how Diaplan supports a functional and object-oriented style of programming. The example also indicates which features are needed beyond those discussed in previous work on the language [B. Hoffmann, Abstraction and control for shapely nested graph transformation, Fundamenta Informaticae 58 (2003) 39–56].  相似文献   

12.
Reactive systems are interactive programs that react continuously to sequences of activations coming from the external world. Reactive programming leads to a new programming style where one programs in terms of reactions to activations and reasons in a logic of instants. This paper describes an extension of the C programming language called RC (for ‘Reactive C’) to program reactive systems. The language RC is described, then some programming examples are given to illustrate the reactive approach. The main RC notions come directly from the Esterel synchronous programming language. Finally, the Esterel and RC languages are compared.  相似文献   

13.
Indent软件在编程风格教学中的应用   总被引:1,自引:1,他引:0  
程序设计基础课程要注重培养学生良好的编程风格及习惯,但是现在编程风格教学现状却不容乐观。为使教师从繁重的指导工作中解脱出来,我们在编程风格教学中试验性地引入开源软件Indent,提高学生对编程风格学习的兴趣。  相似文献   

14.
M. A. Jenkins 《Software》1989,19(2):111-126
The Q'Nial interpreter combines ideas from APL and Lisp implementations to provide a rich programming environment that supports several paradigms of programming. The interpreter is structured to reflect the division of Nial semantics into levels corresponding to zero-, first-and second-order objects. The paper describes the design of the interpreter, discusses constraints imposed by the desire to achieve portability and comments on what has been learned in building an interpreter in this style.  相似文献   

15.
三维(3D)风格的窗口是最近流行的Windows程序界面。本文介绍了用C语言实现3D风格窗口的一般方法和高级程序设计技术。  相似文献   

16.
Software development is moving from procedural programming towards object-oriented programming (OOP). Past studies in cognitive aspects of programming have focused primarily on procedural programming languages. Object-oriented programming is a new paradigm for computing. Industry is finding that programmers are having difficulty shifting to this new programming paradigm. Findings in prior research revealed that procedural programming requires Piaget's formal operation cognitive level. New from this research is that OOP also requires Piaget's formal operation cognitive level. Also new is that OOP appears to be unrelated to hemispheric cognitive style. OOP appears to be hemispheric style friendly, while procedural programming is preferential to left hemispheric cognitive style. The conclusion is that cognitive requirements are not the cause for the difficulty in shifting from procedural to OOP. An alternative possibility to the difficulty is proactive interference of learning procedural programming prior to learning object oriented programming.  相似文献   

17.
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号