您现在的位置: 首页> 研究主题> 编译系统

编译系统

编译系统的相关文献在1980年到2023年内共计249篇,主要集中在自动化技术、计算机技术、无线电电子学、电信技术、金属学与金属工艺 等领域,其中期刊论文108篇、会议论文7篇、专利文献3713752篇;相关期刊82种,包括现代科学仪器、电子学报、电脑编程技巧与维护等; 相关会议7种,包括2012全国高性能计算学术年会、第十五届计算机工程与工艺年会暨第一届微处理器技术论坛、第十六届全国半导体集成电路硅材料学术会议等;编译系统的相关文献由444位作者贡献,包括张炯文、林宰显、朴胜煜等。

编译系统—发文量

期刊论文>

论文:108 占比:0.00%

会议论文>

论文:7 占比:0.00%

专利文献>

论文:3713752 占比:100.00%

总计:3713867篇

编译系统—发文趋势图

编译系统

-研究学者

  • 张炯文
  • 林宰显
  • 朴胜煜
  • 金昇焕
  • 具文模
  • 全勇俊
  • 孙银庸
  • 南廷学
  • 朴奈利
  • 叶大旺
  • 期刊论文
  • 会议论文
  • 专利文献

搜索

排序:

年份

    • 徐宏远
    • 摘要: "死循环"是计算机编程中的一个专业术语,意思是靠自身控制无法终止程序。其实,一些党政机关和企事业单位的公文处理也存在"内卷化忙碌"的"死循环"现象,应引起我们的高度警觉。在编程中"死循环"并不是一个需要避免的问题,任何编译系统都不做"死循环"检查,但进行公文处理时,却需谨防"死循环"陷阱,并寻求防治之道。
    • 滕海坤; 刘心声; 李伦彬
    • 摘要: 提出用编译的方法设计一款能直接生成 MCS-51系列单片机的目标代码,不依赖操作系统和JVM的嵌入式Ja-va编译器,使得Java语言在低档嵌入式系统中应用更加广泛,实现成本低廉的工业环境及家庭电器与 Internet 相结合实现远程监测和控制.详细分析了Java语言与嵌入式系统的特点,以实时版jRate及 sun公司的GJC编译系统为参考,采用单遍扫描语法制导翻译模式,以语法分析程序单元为核心,构建嵌入式Java 编译器的词法分析器、语法/语义分析器和代码生成器,并对测试方法进行了探讨.%In the paper,the method of compiling to design embedded Java compiler is proposed.It can directly generate the MCS-5 1 series microcontroller target code,does not rely on the operating system and the JVM.It makes the Java language more widely applied in the low-grade embedded system,and realizes the low-cost industrial environment and household appliances and Internet to achieve the remote monitoring and control.The characteristics of Java language and embedded system are analyzed in detail.The system is based on the real-time version jRate and sun of GJC compile system,and adopts the single pass grammar translation guidance mode.The syntax analysis program unit is used as the core to build an embedded Java compiler lexical analyzer,syntax/semantics analyzer and code generator,and the test methods are discused.
    • 伍明川; 黄磊; 刘颖; 何先波; 冯晓兵
    • 摘要: 近年来硬件设计呈现出异构化的趋势,如何有效开发并行程序成为制约异构系统发展的瓶颈之一已成为业界共识.我国自主研制的“神威·太湖之光”超级计算机,采用了国产片上异构众核处理器SW26010,为了降低程序员的编程难度,同时提高软件的移植效率,作者设计并实现了支持国产SW26010众核处理器的OpenCL编译系统.该编译系统实现了OpenCL平台模型、内存模型和执行模型到SW26010众核处理器的映射与优化机制,同时生成性能良好的可执行文件.最后通过实验验证了该编译系统的正确性和有效性,典型OpenCL应用经该编译系统编译后,在中小输入规模下,性能显著优于Intel Xeon Phi,与NVIDIA GPU可比;在较大输入规模下,受限于局存SPM的容量限制,性能略低于NVIDIA GPU.
    • 金磊; 陆毅; 高月圆; 张丽滨
    • 摘要: The total system consists of system management platform , compile management platform and content management platform , which following the standardized , practical and scalable design principles .Through open data cloud system , each module uses a distributed architecture , in which ERP , CRM and other systems will be unified in the intensive cloud , so that businesses have access to the all kinds of cloud service of safe stable, flexible upgrade , data push and data integration .In order to have the effect on the processing massive data, distributing resources effectively and getting rid of logistics bottleneck , the operation information which involved foreground , background and other aspects of automation is in series .At the same time , the system provides businesses for provide deeper analysis tools such as customers access to the amount of APP , fixed-fre-quency , preferences commodities which allow businesses to achieve precision marketing customer -specific .%本编译系统和管理平台在遵循整体性、规范性、实用性、扩展性的总体设计思想的基础上,由系统管理平台、编译管理平台和内容管理平台3模块组成,各模块采用分布式,通过开放的数据云系统,商家的ERP、CRM等系统都集约化统一于云端,从而让商家获得安全稳定、弹性升级、数据推送、数据集成等云端服务,把前台、后台各个环节的操作信息自动化串联,达到处理海量数据、分配有效资源、破除物流瓶颈的效果,同时为商家提供对客户对APP的访问量、固定频率、偏好商品等进行深层分析的工具,让商家实现针对具体客户的精准营销,一站式完成手机APP应用、网站、微网站、后台管理系统和数据分析系统的集成。
    • 臧斌宇; 彭远红
    • 摘要: 相当长时间以来,一个问题始终困扰着大多数计算机专业的本科毕业生:如果只靠课堂学习,他们缺少基本的能力参与设计计算机领域中较为核心的系统。比如我1990年硕士毕业后参加一个编译系统的开发,虽然上本科时的编译原理成绩为全年级最高,但依然不知道开发一个编译器该从何下手,直到工作多年后才掌握了如何开发编译系统的能力。
    • 马远佳
    • 摘要: 针对目前软PLC存在的不足,论述了一种软PLC与组态软件相结合的体系结构,基于IEC61131.3标准,在Linux平台上设计了一种集成组态的软PLC控制系统。阐述了系统的总体结构以及实现思路,重点介绍开发系统的程序转换算法和运行系统与组态软件的数据交换方法。%Though analyzes the deficiency of the soft -PLC, the structure which soft-PLC connect-ed with configuration software is proposed in this paper , and a configuration integrated control system of soft-PLC was designed on Linux platform based on IEC 61131 .3 standard .First introduced the structure of the system and implementation approach , in particular , is to introduce the program transformation algo-rithms of the development system , and the methods of exchange data with configuration software and run-ning system .
    • 袁婷
    • 摘要: 从编译系统的用户界面出发,探讨了不同类型用户界面的优缺点。提出了语句模块预处理-编译器的设计思路,阐述了此设计方法基于树型界面实现可视化编译系统的具体实现步骤,重点讨论了树型系统部分的实现方法。%It begins from the compiler system of the user interface, to discuss the advantages and disadvantages of different types of user interface. It presents the methods---the design statement module pretreatment of compiler. It states the designing steps to achieve "concrete steps tree interface visualization based on compiler system", and emphasizes the implementation method of tree parts of the system.
    • 吕浩音; 郭涛
    • 摘要: 本文利用编译技术实现ATPM(自动技术个人操纵)的语言是一种应用性语言,ATPM语言的开发是具有规范的词法和语法。同时该语言具有词法识别的能力, ATPM语言系统为集windows基本操作模拟、数据库维护、文件整理、网络功能等为一体的综合型编译系统。 ATPM应用程序功能完备,符合了自动模拟操作和可编程系统的要求。可编程的自动模拟操作是以后工作人员高效快速办公中不可或缺的一部分。
    • 马远佳
    • 摘要: 基于IEC61131.3标准,在嵌入式平台上设计并实现了软PLC梯形图编译系统。介绍了系统的结构设计,包括梯形图编辑器模块、语法检查模块、梯形图指令表转换模块以及指令表的生成过程,重点介绍了生成微处理器对应的目标代码的方法。用实例验证了开发系统的正确性,确保设计的梯形图程序能够正确的被转换和编译。
  • 查看更多

客服邮箱:kefu@zhangqiaokeyan.com

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

  • 服务号