期刊文献+
共找到9,741篇文章
< 1 2 250 >
每页显示 20 50 100
面向VHDL语言编译器VCompiler93的研制 被引量:2
1
作者 石锋 刘明业 《北京理工大学学报》 EI CAS CSCD 北大核心 2001年第1期35-39,共5页
研制用于 VHDL语言的编译器 ,语法分析采用一便扫描和预测分析的策略 ,提出了适用于处理 VHDL语言中语法冲突、各类重载语法、静态层次确立等语法现象的具体算法 .开发出面向 VHDL93标准的 VHDL语言编译器 VCompiler93,该编译器运行正... 研制用于 VHDL语言的编译器 ,语法分析采用一便扫描和预测分析的策略 ,提出了适用于处理 VHDL语言中语法冲突、各类重载语法、静态层次确立等语法现象的具体算法 .开发出面向 VHDL93标准的 VHDL语言编译器 VCompiler93,该编译器运行正常 ,表明所采用的解决方案合理 ,算法有效 . 展开更多
关键词 VHDL 编译器 语法冲突 重载 确立 语言编译器 编译程序 Vcompiler93
在线阅读 下载PDF
IDL Compiler API Design, Application and Validation Based on XML API 被引量:1
2
作者 NIE Nan LU Yansheng +1 位作者 ZHANG Suzhi XIE Xiaodong 《Wuhan University Journal of Natural Sciences》 CAS 2008年第1期27-32,共6页
In order to adapt different languages and platforms, the paper discusses how to process and validate IDL symbol table and intermediate code by XML API. It puts emphasis on IDL AP1 extension towards DOM API based on th... In order to adapt different languages and platforms, the paper discusses how to process and validate IDL symbol table and intermediate code by XML API. It puts emphasis on IDL AP1 extension towards DOM API based on the idea of combining XML with IDL compilers. At last, the IDL compiler designing framework based on XML AP! is given, in which compiler front end can be managed and validated by some XML techniques and tools, IDL API can be validated on the basis of test, so IDL intermediate code is provided with maintainability, portability and generation. IDL compiler can be developed and extended by XML-based API, which realizes versatility and portability of modern compiler. 展开更多
关键词 IDL compiler XML API UML
在线阅读 下载PDF
A High Speed Signal Processing Machine -Its Architecture, Language and Compiler
3
作者 Wang Yufei and Yu ShiqiBeijing Institute of Data Processing Technology, P.O.Box 3927, Beijing 100039, China 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 1991年第1期119-128,共10页
A systolic array architecture computer (FXCQ) has been designed for signal processing. R can handle floating point data at very high speed. It is composed of 16 processing cells and a cache that are connected linearly... A systolic array architecture computer (FXCQ) has been designed for signal processing. R can handle floating point data at very high speed. It is composed of 16 processing cells and a cache that are connected linearly and form a ring structure. All processing cells are identical and programmable. Each processing cell has the peak performance of 20 million floating-point operations per second (20MFLOPS). The machine therefore has a peak performance of 320 M FLOPS. It is integrated as an attached processor into a host system through VME bus interface. Programs for FXCQ are written in a high-level language -B language, which is supported by a parallel optimizing compiler. This paper describes the architecture of FXCQ, B language and its compiler. 展开更多
关键词 Parallel processing Systolic array processor Parallel language compiler.
在线阅读 下载PDF
The Implementation of the ASN.1-C++ Compiler and Its Application in IN
4
作者 张海滨 艾波 《High Technology Letters》 EI CAS 1998年第2期64-67,共4页
Syntax Notation One (ASN.1) has been widely used in specifications of high level communication protocol. It is also very important for Intelligent Networks Application Protocol(INAP). This paper presents the design an... Syntax Notation One (ASN.1) has been widely used in specifications of high level communication protocol. It is also very important for Intelligent Networks Application Protocol(INAP). This paper presents the design and implementation of the ASN.1 C++ compiler. According to the ASN.1 text, this compiler can generate C++ code of functions for encoding and decoding the data types which are defined by ASN.1. These functions are based on the Basic Encoding Rules(BER) of ASN.1. They have been used in the CIN 01 and CIN 02 systems. 展开更多
关键词 ASN.1 IN compilING C++
在线阅读 下载PDF
Algorithms for Pre-Compiling Programs by Parallel Compilers
5
作者 Fayez AlFayez 《Computer Systems Science & Engineering》 SCIE EI 2023年第3期2165-2176,共12页
The paper addresses the challenge of transmitting a big number offiles stored in a data center(DC),encrypting them by compilers,and sending them through a network at an acceptable time.Face to the big number offiles,o... The paper addresses the challenge of transmitting a big number offiles stored in a data center(DC),encrypting them by compilers,and sending them through a network at an acceptable time.Face to the big number offiles,only one compiler may not be sufficient to encrypt data in an acceptable time.In this paper,we consider the problem of several compilers and the objective is tofind an algorithm that can give an efficient schedule for the givenfiles to be compiled by the compilers.The main objective of the work is to minimize the gap in the total size of assignedfiles between compilers.This minimization ensures the fair distribution offiles to different compilers.This problem is considered to be a very hard problem.This paper presents two research axes.Thefirst axis is related to architecture.We propose a novel pre-compiler architecture in this context.The second axis is algorithmic development.We develop six algorithms to solve the problem,in this context.These algorithms are based on the dispatching rules method,decomposition method,and an iterative approach.These algorithms give approximate solutions for the studied problem.An experimental result is imple-mented to show the performance of algorithms.Several indicators are used to measure the performance of the proposed algorithms.In addition,five classes are proposed to test the algorithms with a total of 2350 instances.A comparison between the proposed algorithms is presented in different tables discussed to show the performance of each algorithm.The result showed that the best algorithm is the Iterative-mixed Smallest-Longest-Heuristic(ISL)with a percentage equal to 97.7%and an average running time equal to 0.148 s.All other algorithms did not exceed 22%as a percentage.The best algorithm excluding ISL is Iterative-mixed Longest-Smallest Heuristic(ILS)with a percentage equal to 21,4%and an average running time equal to 0.150 s. 展开更多
关键词 compiler ENCRYPTION SCHEDULING big data ALGORITHMS
在线阅读 下载PDF
AN OBJECT ORIENTED C++ PARALLEL COMPILER SYSTEM
6
作者 XiaoNong Shouren HU(Department of Computer Science, National University of Defense Technology Changsha, HuNan, P.R.China 410073) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期437-441,共5页
An object-oriented C++ parallel compiler System, called OOCPCS, is developed to facilitate programmers to write sequential programs using C++ or Annotated C++ language for parallel computahon. OOCPCS bases on an integ... An object-oriented C++ parallel compiler System, called OOCPCS, is developed to facilitate programmers to write sequential programs using C++ or Annotated C++ language for parallel computahon. OOCPCS bases on an integrated object-oriented paradigm and large-grain data flow model, called OOLGDFM, and recognizes automatically parallel objects using parallel compiling techniques. The paper describes the object-oriented parallel model and realization of the System on networks. 展开更多
关键词 object-oriented parallel System compiler
在线阅读 下载PDF
Constructing a Simple Verbal Compiler
7
作者 Ahmed Laarfi Veton Kepuska 《International Journal of Intelligence Science》 2020年第4期83-91,共9页
The paper’s purpose is to design and program the four operation-calculators that receives voice instructions and runs them as either a voice or text phase. The Calculator simulates the work of the Compiler. The paper... The paper’s purpose is to design and program the four operation-calculators that receives voice instructions and runs them as either a voice or text phase. The Calculator simulates the work of the Compiler. The paper is a practical <span style="font-family:Verdana;">example programmed to support that it is possible to construct a verbal</span><span style="font-family:Verdana;"> Compiler.</span> 展开更多
关键词 Speech Recognition Artificial Intelligence Programming Languages compiler Construction Verbal Programming
在线阅读 下载PDF
C-CORE:Clustering by Code Representation to Prioritize Test Cases in Compiler Testing
8
作者 Wei Zhou Xincong Jiang Chuan Qin 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第5期2069-2093,共25页
Edge devices,due to their limited computational and storage resources,often require the use of compilers for program optimization.Therefore,ensuring the security and reliability of these compilers is of paramount impo... Edge devices,due to their limited computational and storage resources,often require the use of compilers for program optimization.Therefore,ensuring the security and reliability of these compilers is of paramount importance in the emerging field of edge AI.One widely used testing method for this purpose is fuzz testing,which detects bugs by inputting random test cases into the target program.However,this process consumes significant time and resources.To improve the efficiency of compiler fuzz testing,it is common practice to utilize test case prioritization techniques.Some researchers use machine learning to predict the code coverage of test cases,aiming to maximize the test capability for the target compiler by increasing the overall predicted coverage of the test cases.Nevertheless,these methods can only forecast the code coverage of the compiler at a specific optimization level,potentially missing many optimization-related bugs.In this paper,we introduce C-CORE(short for Clustering by Code Representation),the first framework to prioritize test cases according to their code representations,which are derived directly from the source codes.This approach avoids being limited to specific compiler states and extends to a broader range of compiler bugs.Specifically,we first train a scaled pre-trained programming language model to capture as many common features as possible from the test cases generated by a fuzzer.Using this pre-trained model,we then train two downstream models:one for predicting the likelihood of triggering a bug and another for identifying code representations associated with bugs.Subsequently,we cluster the test cases according to their code representations and select the highest-scoring test case from each cluster as the high-quality test case.This reduction in redundant testing cases leads to time savings.Comprehensive evaluation results reveal that code representations are better at distinguishing test capabilities,and C-CORE significantly enhances testing efficiency.Across four datasets,C-CORE increases the average of the percentage of faults detected(APFD)value by 0.16 to 0.31 and reduces test time by over 50% in 46% of cases.When compared to the best results from approaches using predicted code coverage,C-CORE improves the APFD value by 1.1% to 12.3% and achieves an overall time-saving of 159.1%. 展开更多
关键词 compiler testing test case prioritization code representation
在线阅读 下载PDF
Compiler IR-Based Program Encoding Method for Software Defect Prediction
9
作者 Yong Chen Chao Xu +2 位作者 Jing Selena He Sheng Xiao Fanfan Shen 《Computers, Materials & Continua》 SCIE EI 2022年第9期5251-5272,共22页
With the continuous expansion of software applications,people’s requirements for software quality are increasing.Software defect prediction is an important technology to improve software quality.It often encodes the ... With the continuous expansion of software applications,people’s requirements for software quality are increasing.Software defect prediction is an important technology to improve software quality.It often encodes the software into several features and applies the machine learning method to build defect prediction classifiers,which can estimate the software areas is clean or buggy.However,the current encoding methods are mainly based on the traditional manual features or the AST of source code.Traditional manual features are difficult to reflect the deep semantics of programs,and there is a lot of noise information in AST,which affects the expression of semantic features.To overcome the above deficiencies,we combined with the Convolutional Neural Networks(CNN)and proposed a novel compiler Intermediate Representation(IR)based program encoding method for software defect prediction(CIR-CNN).Specifically,our program encoding method is based on the compiler IR,which can eliminate a large amount of noise information in the syntax structure of the source code and facilitate the acquisition of more accurate semantic information.Secondly,with the help of data flow analysis,a Data Dependency Graph(DDG)is constructed on the compiler IR,which helps to capture the deeper semantic information of the program.Finally,we use the widely used CNN model to build a software defect prediction model,which can increase the adaptive ability of the method.To evaluate the performance of the CIR-CNN,we use seven projects from PROMISE datasets to set up comparative experiments.The experiments results show that,in WPDP,with our CIR-CNN method,the prediction accuracy was improved by 12%for the AST-encoded CNN-based model and by 20.9%for the traditional features-based LR model,respectively.And in CPDP,the AST-encoded DBNbased model was improved by 9.1%and the traditional features-based TCA+model by 19.2%,respectively. 展开更多
关键词 compiler IR CNN data dependency graph defect prediction
在线阅读 下载PDF
Constructing an AI Compiler for ARM Cortex-M Devices
10
作者 Rong-Guey Chang Tam-Van Hoang 《Computer Systems Science & Engineering》 SCIE EI 2023年第7期999-1019,共21页
The diversity of software and hardware forces programmers to spend a great deal of time optimizing their source code,which often requires specific treatment for each platform.The problem becomes critical on embedded d... The diversity of software and hardware forces programmers to spend a great deal of time optimizing their source code,which often requires specific treatment for each platform.The problem becomes critical on embedded devices,where computational and memory resources are strictly constrained.Compilers play an essential role in deploying source code on a target device through the backend.In this work,a novel backend for the Open Neural Network Compiler(ONNC)is proposed,which exploits machine learning to optimize code for the ARM Cortex-M device.The backend requires minimal changes to Open Neural Network Exchange(ONNX)models.Several novel optimization techniques are also incorporated in the backend,such as quantizing the ONNX model’s weight and automatically tuning the dimensions of operators in computations.The performance of the proposed framework is evaluated for two applications:handwritten digit recognition on the Modified National Institute of Standards and Technology(MNIST)dataset and model,and image classification on the Canadian Institute For Advanced Research and 10(CIFAR-10)dataset with the AlexNet-Light model.The system achieves 98.90%and 90.55%accuracy for handwritten digit recognition and image classification,respectively.Furthermore,the proposed architecture is significantly more lightweight than other state-of-theart models in terms of both computation time and generated source code complexity.From the system perspective,this work provides a novel approach to deploying direct computations from the available ONNX models to target devices by optimizing compilers while maintaining high efficiency in accuracy performance. 展开更多
关键词 Open neural network compiler backend ARM Cortex-M device handwritten digit recognition image classification
在线阅读 下载PDF
新思科技推出新一代实体设计解决方案-GALAXY IC COMPILER
11
《电子产品世界》 2005年第04B期99-99,共1页
关键词 新思科技公司 实体设计解决方案 “Galaxy IC compiler 芯片 XPS技术
在线阅读 下载PDF
高性能计算与标准化的完美结合——Intel Compiler 8.0及其配套工具介绍
12
作者 Firingme 《程序员》 2004年第3期97-102,共6页
在x86体系结构的PC里,编译代码质量最好的C++是谁,不是VC++,不是Borland C++,也不是g++,而是InterC++。本文将带你畅游这个高性能编译器的世界。体会一下无需修改程序就可提升20%性能的美妙感觉。
关键词 INTEL 编译代码 compiler8.0 编译器 C++ VC++ 编译程序
在线阅读 下载PDF
CADENCE联手ARM提供更佳的RTL Compiler合成技术
13
《电子测试(新电子)》 2004年第3期107-108,共2页
关键词 CADENCE公司 ARM公司 RTL compiler合成技术 计算机 晶圆设计
在线阅读 下载PDF
THE DESIGN AND IMPLEMENTATION OF B96 COMPILER AND B96/8096/8098 SOFTWARE EMULATING PLATFORM IDDEE
14
作者 陆建德 卢维亮 张玉华 《苏州大学学报(自然科学版)》 CAS 1995年第2期33-40,共8页
A new high-level langusge,B96,which is compiling-type and MCS-96 single chip computer series oriented ,has recently been designed and implemented by the authors. This paper discusses its design thought and its impleme... A new high-level langusge,B96,which is compiling-type and MCS-96 single chip computer series oriented ,has recently been designed and implemented by the authors. This paper discusses its design thought and its implementation. The paper also accounts for the design of B96/8096/8098 IDDEE,a software Integrated Debugging & Developing Environment of Emulation,which is used to debug and develop 8096/8098 assemble language and/or B96 high-level language source program on PC-based emulating platform. 展开更多
关键词 MCS-96 编码器 仿真平台 设计 B96语言 IDDEE
在线阅读 下载PDF
Architectural design of MDX compiler via attribute-driven design
15
作者 ZHANG Ping-jian XI Jian-qing ZHAO Juan-juan 《通讯和计算机(中英文版)》 2009年第7期1-5,共5页
关键词 MDX 计算机 编译器 OLAP
在线阅读 下载PDF
核心素养导向下新中图版初中《地理图册》的编制逻辑与教学建议
16
作者 赵亮 《地理教学》 北大核心 2026年第4期48-53,共6页
新中图版初中《地理图册》依据《义务教育地理课程标准(2022年版)》编制,以培育地理课程核心素养为导向,兼具育人价值与编创特色。本文从参编者视角切入,围绕地理课程核心素养的四大维度,结合图册中的具体案例分析其编制逻辑,并有针对... 新中图版初中《地理图册》依据《义务教育地理课程标准(2022年版)》编制,以培育地理课程核心素养为导向,兼具育人价值与编创特色。本文从参编者视角切入,围绕地理课程核心素养的四大维度,结合图册中的具体案例分析其编制逻辑,并有针对性地提出教学建议,旨在为教师依托图册开展地理教学、落实核心素养培育目标提供实践参考。 展开更多
关键词 地理课程核心素养 地理图册 编制逻辑 教学建议
在线阅读 下载PDF
医疗服务价格指数编制与应用研究
17
作者 郑大喜 《中国卫生经济》 北大核心 2026年第3期45-50,75,共7页
科学编制并高效运用医疗服务价格指数,有助于提升医疗服务价格与区域经济发展水平的适配性。文章以深化医药卫生体制改革重点任务为时代背景,阐述医疗服务价格指数的编制意义,梳理国家层面关于该指数编制的相关要求;同时结合典型地区医... 科学编制并高效运用医疗服务价格指数,有助于提升医疗服务价格与区域经济发展水平的适配性。文章以深化医药卫生体制改革重点任务为时代背景,阐述医疗服务价格指数的编制意义,梳理国家层面关于该指数编制的相关要求;同时结合典型地区医疗服务价格动态调整方案中指数的应用实践,提炼出各地完善并落地价格动态调整机制的核心启示:其一,需规范编制医疗服务价格指数,并将其纳入医疗服务价格动态调整的评估指标体系;其二,要充分发挥价格指数的工具价值,强化区域间横向对比分析,推动相邻地区医疗服务价格的合理衔接。 展开更多
关键词 医疗服务价格指数 编制 动态调整 经济发展水平 比价关系
原文传递
李凤彩与清代首部西藏地方志《藏纪概》编纂研究
18
作者 赵心愚 张勇 《中华文化论坛》 北大核心 2026年第1期160-170,共11页
《藏纪概》成书时间在清雍正五年(1727)或稍前,为清代成书最早的西藏地方志。本文依据志中所记并结合多部地方志及清实录资料,首先在既有研究基础上考证著者李凤彩的生平事迹,尤其是其进藏原因;其次分析著者在驱准保藏之役中的参战经历... 《藏纪概》成书时间在清雍正五年(1727)或稍前,为清代成书最早的西藏地方志。本文依据志中所记并结合多部地方志及清实录资料,首先在既有研究基础上考证著者李凤彩的生平事迹,尤其是其进藏原因;其次分析著者在驱准保藏之役中的参战经历与此书三卷的资料来源,并指出书中所有资料都与李凤彩驱准保藏参战经历有关;再探讨此志编纂经过及李凤彩在编纂中的贡献。《藏纪概》在清代方志史上的重要地位及价值与著者参战及战后的编纂有关。此书对清代西藏地方志发展产生了重要影响,不论其体例、篇目、资料及记述中反映出的大一统思想和维护国家统一的观念,都应历史地作出评价。 展开更多
关键词 李凤彩 《藏纪概》 清代西藏地方志 编纂研究
原文传递
生成式人工智能辅助地理试题命制的学理基础与实践框架——以“黑颈䴙䴘巢穴选址”原创试题为例
19
作者 刘斌 阳兆卫 郑瑛 《内蒙古师范大学学报(教育科学版)》 2026年第1期22-31,共10页
生成式人工智能的兴起为地理试题的自动化和智能化命制提供了可能。在理论层面,从技术哲学、教育测量、人机协同三个维度构建了生成式人工智能辅助地理试题命制的逻辑框架。在实践层面,以“黑颈䴙䴘巢穴选址”地理原创试题为例,研究了“... 生成式人工智能的兴起为地理试题的自动化和智能化命制提供了可能。在理论层面,从技术哲学、教育测量、人机协同三个维度构建了生成式人工智能辅助地理试题命制的逻辑框架。在实践层面,以“黑颈䴙䴘巢穴选址”地理原创试题为例,研究了“命题准备—试题设计—试题评阅”三个阶段的命题操作流程。研究结果表明,生成式人工智能可以显著降低命题成本,提高地理试题的命制效率。但需要注意的是,现阶段通用大模型缺乏学科针对性,难以精准适配地理主题式命题需求。同时,直接由人工智能生成的试题存在劣构程度低、情境学术性过强等问题,削弱了测评价值。因此,建议未来研究聚焦两个方面:一是推动地理学科垂直大模型的研发,二是深化人机协同机制。 展开更多
关键词 生成式人工智能 地理试题命制 高中地理 人机协同
原文传递
针对VLIW DSP编译器弊端及异常处理方案
20
作者 韦凯 洪泽 《电子技术应用》 2026年第1期92-95,共4页
随着高性能处理器并行度要求的提高,VLIW编译器的弊端也逐步显现,如何平衡代码的正确性和性能成为首要目标。VLIW编译器无法通过有限的代码信息去深度挖掘指令并行性,从而导致指令资源冲突等问题。因此,提出一种基于内核的异常处理方案... 随着高性能处理器并行度要求的提高,VLIW编译器的弊端也逐步显现,如何平衡代码的正确性和性能成为首要目标。VLIW编译器无法通过有限的代码信息去深度挖掘指令并行性,从而导致指令资源冲突等问题。因此,提出一种基于内核的异常处理方案,在保证代码运行正确性的同时,提高指令的并行度。以C6000系列DSP为例,针对C6000编译器的弊端,开发内核异常处理方案,通过内核异常中断确保代码优化的正确性。最后通过C66x内核资源冲突的典型案例,验证了该异常处理方案的实用性,为VLIW架构处理器程序优化提供方向。 展开更多
关键词 VLIW 编译器 资源冲突 C6000 异常处理
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部