期刊文献+
共找到9,286篇文章
< 1 2 250 >
每页显示 20 50 100
Algorithms for Pre-Compiling Programs by Parallel Compilers
1
作者 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
C-CORE:Clustering by Code Representation to Prioritize Test Cases in Compiler Testing
2
作者 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
On the compiling principles of Vocational English series--Basic English
3
作者 王勃然 《Sino-US English Teaching》 2009年第4期23-25,共3页
This paper briefly introduces the systemic structure of Vocational English series--Basic English, and puts forwards the four key compiling principles, namely, system, cognition, practicality and interest.
关键词 Basic English systemic structure compiling principle
下载PDF
THEORY AND PRACTICE FOR COMPILING THE ATLAS OF NATURAL DISASTERS IN CHINA 被引量:1
4
作者 Wang Jingai(Department of Resources and Environmental Sciences, Bejing Normal University, Beijing 100875 People’s Republic of China) 《Journal of Geographical Sciences》 SCIE CSCD 1994年第Z2期103-111,共9页
This article inquires into theoretical and practical problems on compilation of an atlas of regional natural disasters. (1) The basic theory of compiling an atlas of regional disasters has been founded on the combinat... This article inquires into theoretical and practical problems on compilation of an atlas of regional natural disasters. (1) The basic theory of compiling an atlas of regional disasters has been founded on the combination of the sciences of disasters, cartography and regional geogrphy. The content structure of a regional disaster atlas should be composed of at least the following five parts:hazard-formative environments and hazard-affected bodies,hazards, disaster effects, monitoring and warning system for natural disasters, and countermeasures for natural disaster reduction. (2) Contents of cartographic design of a regional disaster atlas should be composed of at least the following five parts: base map system, cartographic representation, Symbol System, color system, map edition and map layout system. (3) Based on theory and cartographic design of compiling an atlas of regional disaster, the Atlas of Natural Disater in China, which reveals objectively the temporal and spaial pattern of regional natural disasters of China,has been compiled and published. 展开更多
关键词 atlas compilation natural disaster THEORY PRACTICE
下载PDF
A research on Android kernel-memory compiling and scheduling 被引量:1
5
作者 Rui Min 《International Journal of Technology Management》 2014年第6期112-115,共4页
Android, an open source system exploited by Google, has experienced a rapid development in the past a few years in the field of intelligent mobile because of its advantages-open source and excellent function. The numb... Android, an open source system exploited by Google, has experienced a rapid development in the past a few years in the field of intelligent mobile because of its advantages-open source and excellent function. The number of professionals and enthusiasts who research on Android is growing rapidly in the same time. Android, as an abstraction between software layer and hardware layer based on Linux kernel, can complete the optimization of system by modifying the kernel part. The purpose of this design is to master the processes of kernel-compiling and transplanting, and to learn the methods of memory scheduling algorithm and kernel menaory test. First of all, this thesis introduces the installation of Linux system, and then, it presents the method to build the environment for Android kernel compiling and the process of compiling. The key point of the design is to introduce the SLAB, SLOB, SLUB, SLQB allocators in memory scheduling, and carry on a research on optimization with these memory allocators. HTC Incredible S, as an experimental mobile phone whose Android kernel version is 2.6.35, is employed to deal with all these tests. A comparison of kernel codes before and after optimization has been made. The two kernel codes have been transplanted into the terminal of the experimental mobile phone, which will be respectively tested with its stability, memory performance and overall performance. Finally, it concludes that result of being transplanted the SLQB memory allocator is the optimal one of all. 展开更多
关键词 ANDROID kernel memory compiling OPTIMIZATION memory allocator
下载PDF
Analysis on Establishing Urban Cemetery Planning and Compiling System
6
作者 Kun YANG Xiaogang CHEN 《Asian Agricultural Research》 2015年第4期55-57,共3页
Currently,there are many problems in construction of urban cemetery like improper location,low land utilization,backward greening facilities and imperfect cemetery management,which have greatly affected people's n... Currently,there are many problems in construction of urban cemetery like improper location,low land utilization,backward greening facilities and imperfect cemetery management,which have greatly affected people's normal production and life. This article discusses the establishment of a sustainable city cemetery planning and compiling system from three levels of " macro-view,medium-view and micro-view" in order to perfect the present cemetery system. 展开更多
关键词 URBAN CEMETERY PLANNING and DESIGN compiling syste
下载PDF
CCOC:An Optimizing Compiling System for Concurrent C Supporting Inter-process Code Analysis and Optimization
7
作者 孟丹 郭福顺 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 1995年第3期29-35,共7页
At present, there are some static code analyses and optimizations that can be applied to Concurrent C programs to improve their performance or verify their logical correctness. These analyses and optimizations are int... At present, there are some static code analyses and optimizations that can be applied to Concurrent C programs to improve their performance or verify their logical correctness. These analyses and optimizations are inter-process. In order to make their implementation easy, we propose a new method to construct an optimizing compiling system CCOC for Concurrent C. CCOC supports inter-process code analysis and optimization to Concurrent C programs and does not affect the system's portability and separate compilation of source programs. We also discuss some implementation details of CCOC briefly. 展开更多
关键词 ss: Optimizing compiling SYSTEM portable compilirg SYSTEM inter-process CODE analysis and OPTIMIZATION CONCURRENT C parallel processing
下载PDF
Compiling distribution of karst in Southern China and Southeast Asia
8
作者 YANG Xiang-peng ZHANG Fa-wang +5 位作者 XU Qi CHEN Zhen BI Xue-li SHI Jian ZHOU Li-xin YANG Chen 《Journal of Groundwater Science and Engineering》 2015年第3期280-284,共5页
As China and Southeast Asian countries have accelerated and globalized their economic development, karst environmental problems have become increasingly prominent and studying on and compiling maps of karst geology is... As China and Southeast Asian countries have accelerated and globalized their economic development, karst environmental problems have become increasingly prominent and studying on and compiling maps of karst geology is quite important. Therefore, based on a wide collection of data in Southeast Asian countries, a cooperative map compilation has been carried out internationally. Through comprehensive research and analysis, a unified understanding has been achieved in terms of compiling principles, contents and representing methods, Distribution of Karst in Southern China and Southeast Asia(1/5 000 000) has been compiled, which provides foundations for environmental protection and scientific studies of karst geology. 展开更多
关键词 Southeast Asia Karst distribution characteristics Map compiling
下载PDF
On the Principles for Compiling Maritime English Textbooks
9
作者 Gao Song Liu Xiao-pei 《Journal of Shipping and Ocean Engineering》 2016年第1期22-30,共9页
With the development of maritime English teaching, there is a greater demand of high quality maritime English textbooks. This is a reflection of the diversification of new generation maritime English textbooks. But it... With the development of maritime English teaching, there is a greater demand of high quality maritime English textbooks. This is a reflection of the diversification of new generation maritime English textbooks. But it also brings forth the principles for the textbook compilation. Maritime English textbook construction should adhere to the principle of the cultivation in students' listening, speaking, reading, writing and translation and incorporate the linguistic theories, teaching concepts and the understanding of classroom teaching and students' learning, so that the students will continue to improve their English levels in the process of learning the special knowledge. Therefore, the problem we faced with is to make the scientific and rational principles and compile textbooks that suit the practice of maritime English teaching and learning. 展开更多
关键词 Textbook compilation syllabus requirement compiling principles.
下载PDF
An investigation on compiling opinions on and suggestions for a biochemistry textbook from nursing undergraduates
10
作者 Xin Wang Xiao-Yan Zhang +2 位作者 Rui-Fang Zhu Ai-Hua Xing Zhi-Fang Kang 《Chinese Nursing Research》 CAS 2017年第3期141-145,共5页
Objective: To compile nursing undergraduates' opinions and suggestions for biochemistry textbook to improve the readability and applicability of a textbook of biochemistry. Methods: This investigation involved 279 ... Objective: To compile nursing undergraduates' opinions and suggestions for biochemistry textbook to improve the readability and applicability of a textbook of biochemistry. Methods: This investigation involved 279 nursing undergraduates through delivery of a self-made questionnaire, which was to be used to analyze and study the students' suggestions and opinions on the content of the biochemistry textbook. Results: The investigation revealed that the textbook's difficulty was associated negatively with stu- dents' interest (P 〈 0.05), and the textbook's importance was associated positively with students' interest (P 〈 0.05). Students suggested that the textbook should be closely related to nursing. The contents, difficulty, structure and charts of the textbook should be adjusted properly. Conclusions: The content of the nursing version of the biochemistry textbook should be driven by the needs of the nursing major and should focus on simplifying the textbook's content, and making it practical. This will make the textbook vivid and readable, enhancing the interest of students to accept and benefit from the textbook. 展开更多
关键词 Biochemistry textbook compiling opinion and suggestion Nursing undergraduates Investigation Questionnaire survey
下载PDF
Optimization process of compiling and researching archivesin universities under the background of information sharing
11
作者 Wang Ling 《International Journal of Technology Management》 2017年第6期36-38,共3页
Intemet era, mutual sharing, low cost, unlimited time and geographical restrictions on network dissemination, to the public toprovide a new way of entertainment experience and sharing in the network information resour... Intemet era, mutual sharing, low cost, unlimited time and geographical restrictions on network dissemination, to the public toprovide a new way of entertainment experience and sharing in the network information resources at the same time, also highlights importantdrawbacks, mainly reflected the contradiction between resource sharing and copyright protection, sharing is often cyber source violated theright to network dissemination of information to the original author. With the rapid development of the Internet, the seriousness of this problemis becoming increasingly prominent. Based on the information construction of university archives management as the center to carry outresearch, improve the service level of university archives from the first two aspects discusses the necessity of the information constructionof the archives management, promoting the development of colleges and universities. Secondly introduces specific measures of realizing theinformatization construction of university archives management and archives management standardization, digitization, archives informationnetwork construction, the archives management personnel to conduct a comprehensive training. The fixed assets of university is an important partof the state-owned assets, and its asset management level is directly related to the safety of state-owned assets, the use efficiency of assets and thepromotion of the teaching and research level in universities. The university fixed assets data information management is an important aspect ofasset management, it provides decision-making basis for the management of fixed assets in colleges and universities, affecting the efficiency ofthe entire asset management. 展开更多
关键词 Information sharing background compiling and researching of university archives workflow optimization analysis
下载PDF
World Journal of Acupuncture-Moxibustion Announcement of Compiling the Special Issue of Acupuncture in the Whole World——Global Events Record of Acu-Moxi
12
作者 The Editorial Committee of The Special Issue of World Journal of Acupuncture-Moxibustion 《World Journal of Acupuncture-Moxibustion》 2007年第2期67-70,共4页
Commemorate the 20th Anniversary of the Foundation of World Federation of Acupuncture-Moxibustion Societies (WFAS)ABSTRACT During the past 30 years, acupuncture has developed a lot in the whole world. The internationa... Commemorate the 20th Anniversary of the Foundation of World Federation of Acupuncture-Moxibustion Societies (WFAS)ABSTRACT During the past 30 years, acupuncture has developed a lot in the whole world. The international group of acupuncture has been enlarged and a new page was created in the cause of human health and medicine. At the eve of "The 20th Anniversary of the Foundation of WFAS—International Acupuncture Congress", in order to show the achievements in the circle of acupuncture and set up a new image of global acupuncture circle, expand the influence of acupuncture, promote international cooperation, World Journal of Acupuncture-Moxibustion will print a Special Issue in large scale, Acupuncture in the Whole World—Global Events Record of Acu-Moxi and calling for articles starts from now on. 展开更多
关键词 Global Events Record of Acu-Moxi World Journal of Acupuncture-Moxibustion Announcement of compiling the Special Issue of Acupuncture in the Whole World
下载PDF
Current status and innovation attempt of compiling textbooks of Chinese medicine in medical colleges in China
13
作者 Qing-Xian Liu Jing-Yi Liu 《TMR Theory and Hypothesis》 2021年第2期478-485,共8页
At present,there are two modes in the compilation of textbooks of traditional Chinese medicine,one is stuck in one's own way and the other is to copy Western medicine completely.The reason is that the textbooks of... At present,there are two modes in the compilation of textbooks of traditional Chinese medicine,one is stuck in one's own way and the other is to copy Western medicine completely.The reason is that the textbooks of traditional Chinese medicine colleges and universities are reduced into a hodger with no purpose,or the other is to cater to Western medicine system and give up the academic system of traditional Chinese medicine and lose the essence of traditional Chinese medicine.Through the"diagnosis and treatment strategy"and"knowledge link"of the new Chinese medicine textbooks,the author tries to make a breakthrough in the compilation,and puts forward the compilation ideas of rectifying the position of Chinese medicine textbooks,starting from the learning thinking of Western medicine students,and reflecting the characteristics of Chinese medicine and modern research results. 展开更多
关键词 Chinese medicine teaching materials compilATION INNOVATION
下载PDF
Mining Gold in Tibet──COMPILING THE “TIBETAN FOLKTALE”
14
《China's Tibet》 2001年第3期18-20,共3页
关键词 compiling THE Mining Gold in Tibet TIBETAN FOLKTALE
下载PDF
Constructing an AI Compiler for ARM Cortex-M Devices
15
作者 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
案例与项目相结合的编译原理教学改革 被引量:2
16
作者 高雪瑶 张春祥 《高教学刊》 2024年第3期64-67,共4页
该文剖释传统编译原理教学过程中存在的问题,在新工科和工程教育认证背景下,面向OBE理念建立案例库,充分利用多种教学平台和线上、线下教学资源,综合使用主动学习、启发式教学、翻转课堂等方法进行授课。以项目实践为驱动,以案例分析为... 该文剖释传统编译原理教学过程中存在的问题,在新工科和工程教育认证背景下,面向OBE理念建立案例库,充分利用多种教学平台和线上、线下教学资源,综合使用主动学习、启发式教学、翻转课堂等方法进行授课。以项目实践为驱动,以案例分析为导引,提高学生自主学习能力,提升授课质量,促使学生的计算机专业素质得到全面发展。 展开更多
关键词 编译原理 新工科 工程教育 案例库 案例分析
下载PDF
新工科背景下编译原理教学改革研究 被引量:2
17
作者 高雪瑶 张春祥 《高教学刊》 2024年第1期35-38,共4页
该文剖释传统编译原理教育教学的缺陷,指出为适应计算机人才能力培养和行业需求,在新工科背景下,面向OBE理念,突出交叉融合,充分利用多种教学平台和教学软件,融合案例教学、启发引导、项目驱动和翻转课堂等教学方法进行线上、线下混合... 该文剖释传统编译原理教育教学的缺陷,指出为适应计算机人才能力培养和行业需求,在新工科背景下,面向OBE理念,突出交叉融合,充分利用多种教学平台和教学软件,融合案例教学、启发引导、项目驱动和翻转课堂等教学方法进行线上、线下混合教学。培养学生使用编译知识来解决复杂工程问题的能力和主动学习意识,提高课程教学质量,促使学生专业、素质全面发展。 展开更多
关键词 编译原理 新工科 案例教学 项目驱动 翻转课堂
下载PDF
法经济学视角下教育法典编纂的方案设想 被引量:1
18
作者 聂圣 《理论月刊》 CSSCI 北大核心 2024年第5期128-140,共13页
在中国式现代化视域下,教育法典编纂的本质是国家为保障公民公平优质受教育权和保证教育事业优先发展而供给高质量教育法律,应当符合办好人民满意教育的制度需求。引入法经济学视角,能够为教育法典编纂如何克服现实困境达致综合性、体... 在中国式现代化视域下,教育法典编纂的本质是国家为保障公民公平优质受教育权和保证教育事业优先发展而供给高质量教育法律,应当符合办好人民满意教育的制度需求。引入法经济学视角,能够为教育法典编纂如何克服现实困境达致综合性、体系性、逻辑性和科学性的理论目标拓展方法论,但必须坚持教育立法的社会本位,注重教育公平性与经济效率性的法律权衡。基于我国教育立法的现状和教育事业改革发展的趋势,教育法典编纂必须坚持守正创新的法典化路径,采取开放性结构和汇编型模式以实现教育法典编纂的效益优化。教育法典编纂可以采取“制定教育法典总则—加快推进教育领域内重点立法工作—完成教育法典分则编纂”三步走进程,并运用整合式技术应对教育法典编纂进程中的路径依赖和连锁效应。 展开更多
关键词 教育法典 法经济学 教育立法 汇编型模式 整合式技术
下载PDF
中国医院协会《中国医院质量安全管理》团体标准编制与应用实践研究
19
作者 刘月辉 冯丹 +6 位作者 张博雅 张文一 李永斌 汪楠 茅月存 王文鑫 刘丽华 《中国卫生质量管理》 2024年第2期I0003-I0003,1-5,共6页
中国医院协会以医疗质量安全为主题,组织开展《中国医院质量安全管理》系列团体标准编制与应用建设。文章从标准建设背景、编制特点、应用模式等方面进行阐释,并对编制中的问题进行探讨,提出提高团体标准质量及扩展应用路径和方式,充分... 中国医院协会以医疗质量安全为主题,组织开展《中国医院质量安全管理》系列团体标准编制与应用建设。文章从标准建设背景、编制特点、应用模式等方面进行阐释,并对编制中的问题进行探讨,提出提高团体标准质量及扩展应用路径和方式,充分发挥团体标准作用和价值等思考。 展开更多
关键词 团体标准 质量安全 标准编制
下载PDF
红色档案编研的现状和发展路径探析——以华东六省一市为例 被引量:2
20
作者 霍艳芳 张嘉玮 《档案与建设》 2024年第1期77-81,共5页
红色档案编研工作,就是要用档案讲好党的故事、从红色档案中大力挖掘与时代同频共振的文化基因,用群众喜闻乐见的方式让红色档案中蕴含的红色基因入脑入心。华东六省一市是革命老区,有着独特的红色档案资源优势,文章以线上调查、实地调... 红色档案编研工作,就是要用档案讲好党的故事、从红色档案中大力挖掘与时代同频共振的文化基因,用群众喜闻乐见的方式让红色档案中蕴含的红色基因入脑入心。华东六省一市是革命老区,有着独特的红色档案资源优势,文章以线上调查、实地调查以及访谈的形式对六省一市红色档案的编研现状进行了调研,并对调研结果进行汇总和深入分析,从而提出红色档案编研的发展路径。 展开更多
关键词 红色档案 档案编研 华东六省一市
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部