期刊文献+
共找到9,704篇文章
< 1 2 250 >
每页显示 20 50 100
On the compiling principles of Vocational English series--Basic English
1
作者 王勃然 《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
2
作者 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
3
作者 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
4
作者 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
5
作者 孟丹 郭福顺 《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
6
作者 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
Algorithms for Pre-Compiling Programs by Parallel Compilers
7
作者 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
On the Principles for Compiling Maritime English Textbooks
8
作者 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
9
作者 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
10
作者 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
11
作者 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
暂未订购
Current status and innovation attempt of compiling textbooks of Chinese medicine in medical colleges in China
12
作者 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”
13
《China's Tibet》 2001年第3期18-20,共3页
关键词 compiling THE Mining Gold in Tibet TIBETAN FOLKTALE
在线阅读 下载PDF
生成式人工智能辅助地理试题命制的学理基础与实践框架——以“黑颈䴙䴘巢穴选址”原创试题为例
14
作者 刘斌 阳兆卫 郑瑛 《内蒙古师范大学学报(教育科学版)》 2026年第1期22-31,共10页
生成式人工智能的兴起为地理试题的自动化和智能化命制提供了可能。在理论层面,从技术哲学、教育测量、人机协同三个维度构建了生成式人工智能辅助地理试题命制的逻辑框架。在实践层面,以“黑颈䴙䴘巢穴选址”地理原创试题为例,研究了“... 生成式人工智能的兴起为地理试题的自动化和智能化命制提供了可能。在理论层面,从技术哲学、教育测量、人机协同三个维度构建了生成式人工智能辅助地理试题命制的逻辑框架。在实践层面,以“黑颈䴙䴘巢穴选址”地理原创试题为例,研究了“命题准备—试题设计—试题评阅”三个阶段的命题操作流程。研究结果表明,生成式人工智能可以显著降低命题成本,提高地理试题的命制效率。但需要注意的是,现阶段通用大模型缺乏学科针对性,难以精准适配地理主题式命题需求。同时,直接由人工智能生成的试题存在劣构程度低、情境学术性过强等问题,削弱了测评价值。因此,建议未来研究聚焦两个方面:一是推动地理学科垂直大模型的研发,二是深化人机协同机制。 展开更多
关键词 生成式人工智能 地理试题命制 高中地理 人机协同
原文传递
针对VLIW DSP编译器弊端及异常处理方案
15
作者 韦凯 洪泽 《电子技术应用》 2026年第1期92-95,共4页
随着高性能处理器并行度要求的提高,VLIW编译器的弊端也逐步显现,如何平衡代码的正确性和性能成为首要目标。VLIW编译器无法通过有限的代码信息去深度挖掘指令并行性,从而导致指令资源冲突等问题。因此,提出一种基于内核的异常处理方案... 随着高性能处理器并行度要求的提高,VLIW编译器的弊端也逐步显现,如何平衡代码的正确性和性能成为首要目标。VLIW编译器无法通过有限的代码信息去深度挖掘指令并行性,从而导致指令资源冲突等问题。因此,提出一种基于内核的异常处理方案,在保证代码运行正确性的同时,提高指令的并行度。以C6000系列DSP为例,针对C6000编译器的弊端,开发内核异常处理方案,通过内核异常中断确保代码优化的正确性。最后通过C66x内核资源冲突的典型案例,验证了该异常处理方案的实用性,为VLIW架构处理器程序优化提供方向。 展开更多
关键词 VLIW 编译器 资源冲突 C6000 异常处理
在线阅读 下载PDF
《诗经·汝坟》事义与二《南》的纂集
16
作者 邵杰 《河北师范大学学报(哲学社会科学版)》 2026年第1期64-71,共8页
《汝坟》的解读关键,在对于篇中“君子”“父母”与“王室”的贯通性理解。其中“君子”应为行役之民,“父母”应指“君子”之父母;女子称夫为“君子”,合乎东周惯例,且诗篇多近指,故可断“王室”应即东周王室。末章“王室如燬”并非女... 《汝坟》的解读关键,在对于篇中“君子”“父母”与“王室”的贯通性理解。其中“君子”应为行役之民,“父母”应指“君子”之父母;女子称夫为“君子”,合乎东周惯例,且诗篇多近指,故可断“王室”应即东周王室。末章“王室如燬”并非女子实见情景,旨在表示男子未归之因。次章“已见君子”,亦应属女子的畅想。全诗主调,是女子对于丈夫的思念。《汝坟》入《周南》而未入《王风》,说明《王风》入《诗》晚于《周南》之定编;其未如《何彼襛矣》般列入《召南》,可知二《南》在某些方面确有“王者之风”与“诸侯之风”的区分。《毛诗序》中对于诗篇意义的认定,带有贵族阶层立场,来源较早,很可能伴随着《诗》的纂集而成型。这种“赋义”改变了诗篇的原初意义,催生出了政治话语和表演视域中的“本义”,是《诗经》教化的重要途径和机制。 展开更多
关键词 《汝坟》 王室 二《南》 纂集
在线阅读 下载PDF
Compilation Mode for the Integrated Planning of Lake Scenic Areas——A Case Study of the Longhu Lake Scenic Area in the Taihang Mountains 被引量:1
17
作者 韦德锋 尚改珍 +1 位作者 黄涛 李永军 《Journal of Landscape Research》 2012年第5期1-3,6,共4页
In view of lake scenic areas with abundant tourist resources but less-developed economy,contradictions between the urgency of its tourist resource development and complexity of urban-rural planning compilation were an... In view of lake scenic areas with abundant tourist resources but less-developed economy,contradictions between the urgency of its tourist resource development and complexity of urban-rural planning compilation were analyzed,and also limitations summarized as insufficient time and fund.Statutory planning contents included in the integrated compilation system were elaborated,and compilation of the integrated planning for the Longhe Lake Scenic Area in the Taihang Mountains was taken for example to introduce planning concepts of the compilation technical system.Considering characteristics of the study area,"regionality" was stressed as the foundation of planning compilation,concise,convenient and practical planning compilation contents were advocated and further explained from the perspectives of compiling by layer and category.In view of this,it is necessary to apply integrated compilation mode under certain circumstances,so as to provide a new approach for the planning compilation of other regions in China and enhance economic and social development of local areas. 展开更多
关键词 LAKE SCENIC area Longhu LAKE SCENIC Area Integrated PLANNING compilATION MODE Taihang MOUNTAINS
在线阅读 下载PDF
思考与探索:建立国土空间专项规划编制目录清单及管理规定——以贵州省合肥市为例
18
作者 江福建 《建筑与文化》 2026年第1期100-102,共3页
国土空间专项规划是深化“多规合一”改革、实现国土空间规划系统性和整体性重构的重要抓手,也是落实国土空间总体规划传导要求、综合平衡和统筹协调资源要素配置、形成国土空间开发保护新格局的重要支撑。探索建立专项规划目录清单、... 国土空间专项规划是深化“多规合一”改革、实现国土空间规划系统性和整体性重构的重要抓手,也是落实国土空间总体规划传导要求、综合平衡和统筹协调资源要素配置、形成国土空间开发保护新格局的重要支撑。探索建立专项规划目录清单、确定范围统筹空间布局、明确项目库统筹要素保障、明确审查机制实现部门协同、严格规划实施监管和动态调整的体系,形成国土空间专项规划“统、编、审、管、调”全生命周期闭环管理体系,以此指导各领域及特定区域规范编制专项规划,并做好统筹衔接工作,确保规划意图能够准确传导到位。通过共绘“一张蓝图”,不断提升空间治理水平,推动城乡高质量发展。 展开更多
关键词 国土空间专项规划 目录清单 规范编制 管理规定
在线阅读 下载PDF
《明太祖实录》人物传记纂修考
19
作者 白丽萍 《廊坊师范学院学报(社会科学版)》 2026年第1期17-25,共9页
《明太祖实录》人物传记全面翔实地记录了明初近三百名历史人物的生平事迹,具有宝贵的文献价值。人物传记的史料来源十分广泛,涉及墓志碑文、官修史籍及时人著述等,史官对传记史料做了全面加工整合。人物传记基本遵循了据实直录的编纂原... 《明太祖实录》人物传记全面翔实地记录了明初近三百名历史人物的生平事迹,具有宝贵的文献价值。人物传记的史料来源十分广泛,涉及墓志碑文、官修史籍及时人著述等,史官对传记史料做了全面加工整合。人物传记基本遵循了据实直录的编纂原则,在涉及帝王形象的书写时,注重维护朱元璋圣君形象,虽然存在个别重要人物事迹故意漏收,以及某些传记与实录纪事内容重复、文本抄写讹误等问题,但仍然具有重要的研究价值。 展开更多
关键词 《明太祖实录》 人物传记 史料来源 纂修过程
在线阅读 下载PDF
基于产教融合的编译原理教学改革与创新实践
20
作者 陆恒杨 方伟 《计算机教育》 2026年第1期151-155,共5页
基于信创产业对计算机基础型人才的紧迫需求,分析编译原理课程教学存在的痛点问题,提出基于产教融合的课程改革思路,从教学体系建设、质量管理体系建设、系统能力人才培养3个方面介绍教学改革与创新实践,最后说明教改效果。
关键词 产教融合 编译原理 教学改革 创新实践
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部