您现在的位置: 首页> 研究主题> 面向对象语言

面向对象语言

面向对象语言的相关文献在1992年到2022年内共计105篇,主要集中在自动化技术、计算机技术、无线电电子学、电信技术、教育 等领域,其中期刊论文91篇、会议论文3篇、专利文献69832篇;相关期刊60种,包括郑州轻工业学院学报(自然科学版)、硅谷、电子学报等; 相关会议3种,包括江苏省电机工程青年科技论坛、全国第五届Java技术及应用学术交流会、全国第四届称重与测力技术学术研讨会等;面向对象语言的相关文献由174位作者贡献,包括于勐、谢立、张素琴等。

面向对象语言—发文量

期刊论文>

论文:91 占比:0.13%

会议论文>

论文:3 占比:0.00%

专利文献>

论文:69832 占比:99.87%

总计:69926篇

面向对象语言—发文趋势图

面向对象语言

-研究学者

  • 于勐
  • 谢立
  • 张素琴
  • 臧婉瑜
  • 蒋维杜
  • 过敏意
  • J·L·汉比
  • J·P·艾伦
  • N·古斯塔夫松
  • 丁炜
  • 期刊论文
  • 会议论文
  • 专利文献

搜索

排序:

年份

    • 李昊峰; 孟海宁; 郑恒杰; 曹立庆; 李炼
    • 摘要: 指针分析是编译优化、程序静态分析中的基础,很多应用都需要基于指针分析,低精度的指针分析会给这些应用带来高误报率和漏报率,通过添加上下文敏感信息是提高指针分析的精度的一个重要手段.自从面向对象的概念被提出来之后,该概念得到了广泛的应用,Java、C++、.NET、C#等主流语言都支持面向对象的特性,面向对象程序的指针分析越来越受关注.做了一个系统文献综述(SLR),通过对索引到的相关文献进行分析和归类,总结了面向对象程序的上下文敏感指针分析研究的5个主要问题,并对这5个问题中用到的方法进行了分析讨论.
    • 江南; 何炎祥; 张晓瞳
    • 摘要: This paper introduces a formal verification of mJava compiler targeting Micro-Dalvik virtual machine (VM)where m Java is an object-oriented language similar to Java,and Micro-Dalvik is a Dalvik-like VM of the register-based architecture.The operational semantics of m Java and Micro-Dalvik VM are defined.The compiler operates in two sta-ges.First it replaces the names of local variables by their corresponding indices and hence translates mJava into an intermedi-ate language.Then it generates the Micro-Dalvik VM instructions.After defining the operational semantics of the intermedi-ate language,the correctness of the two stages are formulated in terms of the preservation of the semantics and is proved re-spectively.The whole formalization is machine-checked in the theorem proof assistant Isabelle/HOL.The m Java language and Micro-Dalvik VM are more abstract than the comparable Java and the Dalvik VM,respectively,which is a result of a compromise between the the realism of the language and the clarity of the formalization.However,mJava language and Mi-cro-Dalvik VM exhibit core features of an object-oriented programming language and a register-based architecture,respec-tively,and thus in this sense,this verified compiler is non-trivial.%针对类Java的面向对象语言m Java到类Dalvik的寄存器架构虚拟机Micro-Dalvik 的编译验证,给出了m Java语言和Micro-Dalvik的操作语义.从m Java语言程序到Micro-Dalvik虚拟机指令的编译分为两步,首先将m Java语言程序中的本地变量名转换为相应的序号,得到一个中间语言程序,再将该中间语言程序翻译成Micro-Dalvik虚拟机指令程序.在给出中间语言的操作语义后,构造了m Java语言程序与编译后的中间语言程序的语义保持定理并证明,以及构造了中间语言程序的语义与编译后的Micro-Dalvik虚拟机程序的语义保持定理并证明.整个形式化编译验证在定理证明助手Isabelle/HOL中进行了机器检测.m Java语言和Micro-Dalvik虚拟机分别对Java语言和Dalvik虚拟机进行了抽象,是我们兼顾语言的真实性和形式化的清晰性的结果.但是,所有形式化的语义严格遵从语言规范中的定义,并与Dalvik VM的实现保持一致,从这种意义上讲,该编译器并不是一个实验性质的假想编译器,而是有其实用意义的.
    • 吴四光
    • 摘要: 文章以C++语言作为开发工具,采用搜索算法设计最优落子点开发的游戏软件。本文详细介绍了五子棋游戏软件设计的全过程,描述了该软件的功能,以及和其它五子棋程序的比较。%The game is based on C++ language,using searching algorithm to design best gobang.The detailed presentation of the whole process of gobang game software describes the software functions and procedures and other gobang other gobang some more.
    • 华保健; 高鹰
    • 摘要: 面向对象语言在软件工程实践中有着广泛的应用.为面向对象语言定义严格的语义有助于理解面向对象语言的本质特征,对验证软件、提高软件系统可靠性等也具有重要意义.给出了一种新的面向对象语言的语义框架,该框架基于命令式的风格,具有操作语义和类型规则;证明了该语义框架的类型安全定理.%Object-oriented languages have wide applications in software engineering practice, and designing a rigorous semantics framework for these language has great importance in understanding their key features, and also in software verifications etc. This paper presented a new imperative-style semantics framework for object-oriented languages. This framework includes the operational semantics and a type system. This paper proved the soundness theorem.
    • 王艺潼
    • 摘要: 随着计算机技术的发展和其应用领域的日益扩大,软件技术的研发也日益受到IT人士的广泛重视。与此同时,软件开发语言也在与时俱进,处在不断地发展当中,从低级、不成熟到高级、日趋成熟完善,再到现在的追逐更好。但是,当今软件开发的过程却是越来越繁琐,因此,人们对软件开发语言的研究、探索和开发也愈加的重视。本文则针对软件开发语言的不同发展时期的情况进行分析研究。%  With the development of computer technology and the increasingly expand of its applications, software technology R&D has also been attention of IT personage. At the same time, the software development language is also advancing with the times, in the constant development, from elementary to advanced, mature and perfect, and then to the pursuit of better. However, the course of software development is more and more complex, therefore, the research, exploration and development of software development language are more and more attention. This paper is aimed at the software development language in the different periods of development situation conducts the analysis research.
    • 樊学东
    • 摘要: 在使用面向对象(00,Object Oriented)语言的软件开发过程中,面向对象语言明显优于非面向对象语言,目前面向对象的程序设计语言种类繁多,究竟应该选择何种语言更利于系统开发和维护呢?本文就面向对象语言特点和因素进行了探讨讨研究.
    • 刘文卓
    • 摘要: 论述了面向对象方法和面向对象数据模型,对面向对象数据库管理系统的特征和功能做了详细地阐述,并介绍了一种面向对象的数据库子语言,在对面向对象数据库系统优缺点进行分析的同时,指出了其发展方向。
    • 摘要: TypeScript是一种由微软开发的自由编程语言,它是JavaScript的一个超集。与Javascnp讲目比,TypeScript的改进包括:加入类型声明和编译时类型检查,增加完整的类结构,令其更近似于传统的面向对象语言,加入接口、
    • 卢鸫翔
    • 摘要: Google研发总监Peter Norvig曾谈到他在编程上成功的秘诀之一:“至少要学会六门编程语言。一种面向对象语言,如Java或C++:一种函数式语言,
  • 查看更多

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号