期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
嵌入式CORBA模型的研究
1
作者 郭兵 熊光泽 +1 位作者 刘锦德 黎忠文 《计算机科学》 CSCD 北大核心 2000年第12期101-104,共4页
1 引言嵌入式计算机系统(下称嵌入式系统)是实时系统的重要组成部分,其结构紧凑、资源有限,一般由嵌入式微处理器等硬件及其软件(包括实时操作系统RTOS和实时应用程序)组成,具有嵌入性和实时性等特点。它通常以SOC(system on chip)、单... 1 引言嵌入式计算机系统(下称嵌入式系统)是实时系统的重要组成部分,其结构紧凑、资源有限,一般由嵌入式微处理器等硬件及其软件(包括实时操作系统RTOS和实时应用程序)组成,具有嵌入性和实时性等特点。它通常以SOC(system on chip)、单片机、单板机、多板式箱体结构、嵌入式PC等形式嵌入到各式各样的设备或大系统(如数字移动电话、路由器、导弹) 展开更多
关键词 CORBA 嵌入式计算机系统 互操性
下载PDF
Development of Data Acquisition Card Driver for ICRH System on EAST
2
作者 刘大明 罗家融 +1 位作者 赵燕平 秦成明 《Plasma Science and Technology》 SCIE EI CAS CSCD 2008年第2期240-244,共5页
Presented in this paper is the development of the driver for the data acquisition card with a peripheral component interconnection (PCI) local bus on the ion cyclotron range of frequency heating (1CRH) system. The... Presented in this paper is the development of the driver for the data acquisition card with a peripheral component interconnection (PCI) local bus on the ion cyclotron range of frequency heating (1CRH) system. The driver is mainly aimed at the embedded VxWorks system (real-time operating system) which is widely used in various fields of real-time systems. An efficient way is employed to develop this driver, which will advance the real-time control of the ICRH system on the experimental advanced superconductor tokamak (EAST). The driver is designed using the TORNADO integrated development environment (IDE), and implemented in C plus language. The details include the hardware configuration, analogue/digital (A/D) and digital/analogue (D/A) conversion, input and output (I/O) operation of the driver to support over five cards. The data acquisition card can be manipulated in a low-level program and meet the requirements of A/D conversion and D/A outputs. 展开更多
关键词 ICRH PCI local bus data acquisition DRIVER VxWorks A/D D/A embed-ded system
下载PDF
基于智能电网的嵌入式系统平台
3
作者 刘岩 汪强 +1 位作者 徐小兰 苑斌斌 《现代电信科技》 2013年第3期51-54,共4页
智能电网是未来电网发展的一种必然趋势。嵌入式系统平台在智能电网中的应用将会越来越广泛。文章简要介绍了中国智能电网的定义和嵌入式系统的相关概念,分析了目前中国电网应用的嵌入式系统平台存在的局限性,指出了智能电网对嵌入式系... 智能电网是未来电网发展的一种必然趋势。嵌入式系统平台在智能电网中的应用将会越来越广泛。文章简要介绍了中国智能电网的定义和嵌入式系统的相关概念,分析了目前中国电网应用的嵌入式系统平台存在的局限性,指出了智能电网对嵌入式系统平台的特殊要求,在此基础上,提出了一种基于智能电网的嵌入式系统平台的设计方案。 展开更多
关键词 智能电网 嵌入式系统 嵌入式平台
下载PDF
Formal verification of synchronous data-flow program transformations toward certified compilers 被引量:8
4
作者 Van Chan NGO Jean-Pierre TALPIN +2 位作者 Thierry GAUTIER Paul Le GUERNIC Loic BESNARD 《Frontiers of Computer Science》 SCIE EI CSCD 2013年第5期598-616,共19页
Translation validation was invented in the 90's by Pnueli et al. as a technique to formally verify the correctness of code generators. Rather than certifying the code generator or exhaustively qualifying it, translat... Translation validation was invented in the 90's by Pnueli et al. as a technique to formally verify the correctness of code generators. Rather than certifying the code generator or exhaustively qualifying it, translation validators attempt to verify that program transformations preserve semantics. In this work, we adopt this approach to formally verify that the clock semantics and data dependence are preserved during the compilation of the Signal compiler. Translation valida- tion is implemented for every compilation phase from the initial phase until the latest phase where the executable code is generated, by proving the transformation in each phase of the compiler preserves the semantics. We represent the clock semantics, the data dependence of a program and its trans- formed counterpart as first-order formulas which are called clock models and synchronous dependence graphs (SDGs), respectively. We then introduce clock refinement and depen- dence refinement relations which express the preservations of clock semantics and dependence, as a relation on clock mod- els and SDGs, respectively. Our validator does not require any instrumentation or modification of the compiler, nor any rewriting of the source program. 展开更多
关键词 formal verification translation validation certi-fied compiler multi-clocked synchronous programs embed-ded systems.
原文传递
A New Method for Sentiment Analysis Using Contextual Auto-Encoders 被引量:2
5
作者 Hanen Ameur Salma Jamoussi Abdelmajid Ben Hamadou 《Journal of Computer Science & Technology》 SCIE EI CSCD 2018年第6期1307-1319,共13页
Sentiment analysis, a hot research topic, presents new challenges for understanding users' opinions and judg-ments expressed online. They aim to classify the subjective texts by assigning them a polarity label. In th... Sentiment analysis, a hot research topic, presents new challenges for understanding users' opinions and judg-ments expressed online. They aim to classify the subjective texts by assigning them a polarity label. In this paper, weintroduce a novel machine learning framework using auto-encoders network to predict the sentiment polarity label at theword level and the sentence level. Inspired by the dimensionality reduction and the feature extraction capabilities of theauto-encoders, we propose a new model for distributed word vector representation "PMI-SA" using as input pointwise-mutual-information "PMI" word vectors. The resulted continuous word vectors are combined to represent a sentence. Anunsupervised sentence embedding method, called Contextual Recursive Auto-Encoders "CoRAE", is also developed forlearning sentence representation. Indeed, CoRAE follows the basic idea of the recursive auto-encoders to deeply composethe vectors of words constituting the sentence, but without relying on any syntactic parse tree. The CoRAE model consistsin combining recursively each word with its context words (neighbors' words: previous and next) by considering the wordorder. A support vector machine classifier with fine-tuning technique is also used to show that our deep compositionalrepresentation model CoRAE improves significantly the accuracy of sentiment analysis task. Experimental results demon-strate that CoRAE remarkably outperforms several competitive baseline methods on two databases, namely, Sanders twittercorpus and Facebook comments corpus. The CoRAE model achieves an efficiency of 83.28% with the Facebook dataset and97.57% with the Sanders dataset. 展开更多
关键词 SENTIMENT analysis recursive auto-encoder stacked auto-encoder POINTWISE mutual information deep embed-ding representation
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部