期刊文献+
共找到31篇文章
< 1 2 >
每页显示 20 50 100
大数据分析的分布式MOLAP技术 被引量:34
1
作者 宋杰 郭朝鹏 +3 位作者 王智 张一川 于戈 Jean-Marc PIERSON 《软件学报》 EI CSCD 北大核心 2014年第4期731-752,共22页
大数据的规模效应给数据存储、管理以及数据分析带来了极大的挑战,学界和业界广泛采用分布式文件系统和MapReduce编程模型来应对这一挑战.提出了大数据环境中一种基于Hadoop分布式文件系统(HDFS)和MapReduce编程模型的分布式MOLAP技术,... 大数据的规模效应给数据存储、管理以及数据分析带来了极大的挑战,学界和业界广泛采用分布式文件系统和MapReduce编程模型来应对这一挑战.提出了大数据环境中一种基于Hadoop分布式文件系统(HDFS)和MapReduce编程模型的分布式MOLAP技术,称为DOLAP(distributed OLAP).DOLAP采用一种特殊的多维模型完成维和度量的映射;采用维编码和遍历算法实现维层次上的上卷下钻操作;采用数据分块和线性化算法将维和度量保存在分布式文件系统中;采用数据块选择算法优化OLAP的性能;采用MapReduce编程模型实现OLAP操作.描述了DOLAP在科学数据分析的应用案例,并与主流的非关系数据库系统进行性能对比.实验结果表明,尽管数据装载性能略显不足,但DOLAP的性能要优于基于HBase,Hive,HadoopDB,OLAP4Cloud等主流非关系数据库系统实现的OLAP性能. 展开更多
关键词 大数据 多维数据模型 OLAP MAPREDUCE
下载PDF
同步语言的时间可预测多线程代码生成方法 被引量:9
2
作者 杨志斌 赵永望 +4 位作者 黄志球 胡凯 马殿富 Jean-Paul BODEVEIX Mamoun FILALI 《软件学报》 EI CSCD 北大核心 2016年第3期611-632,共22页
能够提供更强计算能力的多核处理器将在安全关键系统中得到广泛应用,但是由于现代处理器所使用的流水线、乱序执行、动态分支预测、Cache等性能提高机制以及多核之间的资源共享,使得系统的最坏执行时间分析变得非常困难.为此,国际学术... 能够提供更强计算能力的多核处理器将在安全关键系统中得到广泛应用,但是由于现代处理器所使用的流水线、乱序执行、动态分支预测、Cache等性能提高机制以及多核之间的资源共享,使得系统的最坏执行时间分析变得非常困难.为此,国际学术界提出时间可预测系统设计的思想,以降低系统的最坏执行时间分析难度.已有研究主要关注硬件层次及其编译方法的调整和优化,而较少关注软件层次,即,时间可预测多线程代码的构造方法以及到多核硬件平台的映射.提出一种基于同步语言模型驱动的时间可预测多线程代码生成方法,并对代码生成器的语义保持进行证明;提出一种基于AADL(architecture analysis and design language)的时间可预测多核体系结构模型,作为研究的目标平台;最后,给出多线程代码到多核体系结构模型的映射方法,并给出系统性质的分析框架. 展开更多
关键词 安全关键系统 多核处理器 时间可预测 同步语言 AADL(architecture analysis and design language)
下载PDF
SAGeLogE: A Decision Support System for Students’ Accommodation Management
3
作者 Rôlin Gabriel Rasoanaivo Pascale Zaraté 《Journal of Computer and Communications》 2024年第3期107-145,共39页
SAGeLogE is the acronym of “Système d’Aide à la Gestion de Logements étudiants” which means student accommodation management support system. It’s a multi-criteria decision support system designed to... SAGeLogE is the acronym of “Système d’Aide à la Gestion de Logements étudiants” which means student accommodation management support system. It’s a multi-criteria decision support system designed to manage accommodation allocation for university students. Within SAGeLogE we developed the “Minimum of Ranks” (MIRA) aggregation method. MIRA method involves the application of multi-criteria decision-making methods (MCDM) to initially obtain different ranking. Thus, we chose the Weighted Sum Method (WSM), Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) and Combined Compromise Solution (CoCoSo) methods to be implemented in SAGeLogE. To prioritize the weights of criteria, the Anality Hierarchy Process (AHP) method was used. The interest of using the MIRA method was to obtain a compromised ranking coming from these three multi-criteria decision-making methods (WSM, TOPSIS, CoCoSo). So, we know that the accommodation to be allocated to students is always lower than the number of accommodation requests received by the organization. Thus, SAGeLogE proposed a technique that makes it easier to select students ranked by the multi-criteria decision-making and MIRA methods according to a method of calculation of quota of available accommodations within university residences. Finally, university accommodation managers had a wide choice of student ranking according to the methods implemented in SAGeLogE. The SAGeLogE experiment was carried out on the site of Toamasina University in Madagascar for an academic year with 2026 student accommodation applications received. The experimentation showed the ability of SAGeLogE to achieve the result. 展开更多
关键词 MIRA Method MCDM Accommodation Quota SAGeLogE
下载PDF
Fast and accurate surface normal integration on non-rectangular domains 被引量:1
4
作者 Martin Bahr Michael Breuβ +2 位作者 Yvain Quéau Ali Sharifi Boroujerdi Jean-Denis Durou 《Computational Visual Media》 CSCD 2017年第2期107-129,共23页
The integration of surface normals for the purpose of computing the shape of a surface in 3D space is a classic problem in computer vision. However,even nowadays it is still a challenging task to devise a method that ... The integration of surface normals for the purpose of computing the shape of a surface in 3D space is a classic problem in computer vision. However,even nowadays it is still a challenging task to devise a method that is flexible enough to work on non-trivial computational domains with high accuracy, robustness,and computational efficiency. By uniting a classic approach for surface normal integration with modern computational techniques, we construct a solver that fulfils these requirements. Building upon the Poisson integration model, we use an iterative Krylov subspace solver as a core step in tackling the task. While such a method can be very efficient, it may only show its full potential when combined with suitable numerical preconditioning and problem-specific initialisation. We perform a thorough numerical study in order to identify an appropriate preconditioner for this purpose.To provide suitable initialisation, we compute this initial state using a recently developed fast marching integrator. Detailed numerical experiments illustrate the benefits of this novel combination. In addition, we show on real-world photometric stereo datasets that the developed numerical framework is flexible enough to tackle modern computer vision applications. 展开更多
关键词 surface normal integration Poisson integration conjugate gradient method preconditioning fast marching method Krylov subspace methods photometric stereo 3D reconstruction
原文传递
Genetic Programming-based Self-reconfiguration Planning for Metamorphic Robot 被引量:1
5
作者 Tarek Ababsa Noureddine Djedi Yves Duthen 《International Journal of Automation and computing》 EI CSCD 2018年第4期431-442,共12页
This paper presents a genetic programming based reconfiguration planner for metamorphic modular robots. Initially used for evolving computer programs that can solve simple problems, genetic programming (GP) has been... This paper presents a genetic programming based reconfiguration planner for metamorphic modular robots. Initially used for evolving computer programs that can solve simple problems, genetic programming (GP) has been recently used to handle various kinds of problems in the area of complex systems. This paper details how genetic programming can be used as an automatic programming tool for handling reconfiguration-planning problem. To do so, the GP evolves sequences of basic operations which are required for transforming the robot's geometric structure from its initial configuration into the target one while the total number of modules and their connectedness are preserved. The proposed planner is intended for both Crystalline and TeleCube modules which are achieved by cubical compressible units. The target pattern of the modular robot is expressed in quantitative terms of morphogens diffused on the environment. Our work presents a solution for self recontlguration problem with restricted and unrestricted free space available to the robot during reconfiguration, The planner outputs a near optimal explicit sequence of low-level actions that allows modules to move relative to each other in order to form the desired shape. 展开更多
关键词 Modular robots unit-compressible modules SELF-RECONFIGURATION genetic programming reconfiguration planning.
原文传递
Coupling Agent Based Simulation with Dynamic Networks Analysis to Study the Emergence of Mutual Knowledge as a Percolation Phenomenon 被引量:1
6
作者 DUGDALE Julie BELLAMINE BEN SAOUD Narjes +1 位作者 ZOUAI Fedia PAVARD Bernard 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2016年第5期1358-1381,共24页
The emergence of mutual knowledge is a major cognitive mechanism for the robustness of complex socio-technical systems. It has been extensively studied from an ethnomethodological point of view and empirically reprodu... The emergence of mutual knowledge is a major cognitive mechanism for the robustness of complex socio-technical systems. It has been extensively studied from an ethnomethodological point of view and empirically reproduced by multi-agent simulations. Whilst such simulations have been used to design real work settings the underlying theoretical grounding for the process is vague. The aim of this paper is to investigate whether the emergence of mutual knowledge(MK) in a group of colocated individuals can be explained as a percolation phenomenon. The followed methodology consists in coupling agent-based simulation with dynamic networks analysis to study information propagation phenomena: After using an agent-based simulation the authors generated and then analyzed its traces as networks where agents met and exchanged knowledge. Deep analysis of the resulting networks clearly shows that the emergence of MK is comparable to a percolation process. The authors specifically focus on how changes at the microscopic level in the proposed agent based simulator affect percolation and robustness. These results therefore provide theoretical basis for the analysis of social organizations. 展开更多
关键词 Agent-based simulation complex network dynamics EMERGENCE mutual knowledge per-colation social networks.
原文传递
Rough Sets and Three Valued Connectives Extended Abstract
7
作者 CIUCCI Davide DUBOIS Didier 《浙江海洋学院学报(自然科学版)》 CAS 2010年第5期411-415,共5页
1 Introduction In[5]we investigated the significance of some truth-functional three valued logics of ill-known sets described by pairs of disjoint(or pairs of nested) subsets.In particular,we referred to the case of r... 1 Introduction In[5]we investigated the significance of some truth-functional three valued logics of ill-known sets described by pairs of disjoint(or pairs of nested) subsets.In particular,we referred to the case of rough sets showing that if from a mathematical standpoint we obtain sound results,the interpretation with respect 展开更多
关键词 Rough sets Three valued connectives IMPLICATIONS
下载PDF
Solar Energy Recovery and Storage System for Powering Wireless Communicating Nodes
8
作者 Salick Diagne Abdou Karim Farota +2 位作者 Ognadon Assogba Bouya Diop Thierry Val 《Energy and Power Engineering》 2021年第12期377-391,共15页
We find nowadays in several fields of application the presence of IoT technology such as wireless sensor and actuator networks. In this technology, one of the main points of study is the management of energy consumpti... We find nowadays in several fields of application the presence of IoT technology such as wireless sensor and actuator networks. In this technology, one of the main points of study is the management of energy consumption. In this article, we provide a solar energy harvesting and storage system for powering wireless nodes. The system we propose uses a low power solar pane a P</span></span><span><span><span style="font-family:""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">&</span></span></span><span><span><span style="font-family:""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">O control adapted to fuzzy logic for the MPPT. For energy storage, we used the supercapacitor technology. The simulation of the models shows better results than using the P</span></span></span><span><span><span style="font-family:""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">&</span></span></span><span><span><span style="font-family:""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">O command for an autonomous power supply of the wireless communicating nodes in the study region. 展开更多
关键词 Solar Energy Energy Recovery SUPERCAPACITOR Fuzzy Logic
下载PDF
An IEEE 802.15.4 Based Adaptive Communication Protocol in Wireless Sensor Network: Application to Monitoring the Elderly at Home
9
作者 Juan Lu Adrien Van Den Bossche Eric Campo 《Wireless Sensor Network》 2014年第9期192-204,共13页
Monitoring behaviour of the elderly and the disabled living alone has become a major public health problem in our modern societies. Among the various scientific aspects involved in the home monitoring field, we are in... Monitoring behaviour of the elderly and the disabled living alone has become a major public health problem in our modern societies. Among the various scientific aspects involved in the home monitoring field, we are interested in the study and the proposal of a solution allowing distributed sensor nodes to communicate with each other in an optimal way adapted to the specific application constraints. More precisely, we want to build a wireless network that consists of several short range sensor nodes exchanging data between them according to a communication protocol at MAC (Medium Access Control) level. This protocol must be able to optimize energy consumption, transmission time and loss of information. To achieve this objective, we have analyzed the advantages and the limitations of WSN (Wireless Sensor Network) technologies and communication protocols currently used in relation to the requirements of our application. Then we proposed a deterministic, adaptive and energy saving medium access method based on the IEEE 802.15.4 physical layer and a mesh topology. It ensures the message delivery time with strongly limited collision risk due to the spatial reuse of medium in the two-hop neighbourhood. This proposal was characterized by modelling and simulation using OPNET network simulator. Finally we implemented the proposed mechanisms on hardware devices and deployed a sensors network in real situation to verify the accuracy of the model and evaluate the proposal according to different test configurations. 展开更多
关键词 Wireless Sensor Network Medium Access Control Quality of Service Energy SAVING Mesh Topology IEEE 802.15.4 INDOOR MONITORING APPLICATION
下载PDF
一种同步语言多线程代码自动生成工具 被引量:12
10
作者 杨志斌 袁胜浩 +5 位作者 谢健 周勇 陈哲 薛垒 Jean-Paul BODEVEIX Mamoun FILALI 《软件学报》 EI CSCD 北大核心 2019年第7期1980-2002,共23页
随着安全关键系统对计算性能要求的日趋提高,能够提供更强计算能力而又减少电子设备的体积、重量和功耗的多核处理器将在安全关键领域得到广泛应用。同步语言能够表达确定性并发行为且具有精确时间语义等特性,适用于安全关键软件的建模... 随着安全关键系统对计算性能要求的日趋提高,能够提供更强计算能力而又减少电子设备的体积、重量和功耗的多核处理器将在安全关键领域得到广泛应用。同步语言能够表达确定性并发行为且具有精确时间语义等特性,适用于安全关键软件的建模和验证。目前,同步语言SIGNAL编译器主要支持串行代码生成,较少关注多线程代码生成。提出一种同步语言SIGNAL多线程代码生成工具。首先将SIGNAL程序转换为经过时钟演算的S-CGA中间程序;之后将S-CGA中间程序转换为时钟数据依赖图以分析依赖关系;然后对时钟数据依赖图进行拓扑排序划分,并针对划分结果提出优化算法和基于流水线方式的任务划分方法;最后将划分结果转换为虚拟多线程结构并进一步生成可执行多线程C/Java代码。通过在多核处理器上的实验,验证了所提方法的有效性。 展开更多
关键词 同步语言 同步多时钟卫式动作 多线程代码生成
下载PDF
多球果型马尾松的形态和生殖生物学特征研究 被引量:11
11
作者 王孜昌 Gerd hause +5 位作者 邓伦秀 王宏艳 刘开跃 任志得 江艺 徐涵 《种子》 CSCD 北大核心 2004年第7期30-39,42,共11页
本文对多球果型马尾松和常见型马尾松在生长状态、形态结构、生殖发育等方面的差异进行研究和分析。在多球果型马尾松雌性生殖枝上 ,能够着生 4 0~ 80个球果 (大孢子叶球 ) ,有的甚至可以达到 1 93个以上。而在常见型马尾松的雌性生殖... 本文对多球果型马尾松和常见型马尾松在生长状态、形态结构、生殖发育等方面的差异进行研究和分析。在多球果型马尾松雌性生殖枝上 ,能够着生 4 0~ 80个球果 (大孢子叶球 ) ,有的甚至可以达到 1 93个以上。而在常见型马尾松的雌性生殖枝上 ,通常只着生有 1~ 8个球果 ,最常见的是着生 2~ 4个球果。多球果型马尾松和常见型马尾松在雌球花的芽组织结构和雌球花的分化过程中有着明显的差异。通过显微分析我们发现 :多球果型马尾松雌球花原基的发育在当年生过冬顶芽的下部 ,在它的上部 ,还发育有一系列的营养芽原基 (1 0列以上 )。而常见型马尾松雌球花原基的发育在当年生过冬顶芽的顶端。雌球花发育机理的不同 ,决定了多球果型马尾松球果的着生部位发生了变异。多球果型马尾松球果着生在春梢的下 (基 )部 ,常见型马尾松球果着生在春梢的顶部。多球果型马尾松与常见型马尾松球果 (大孢子叶球 )的发育过程和发育起始时间不相同。通过对 8~ 1 2月标本进行显微切片分析 ,多球果型马尾松球果的发育起始时间在当年的 8月 (过冬顶芽开始形成的同时 ) ,与小孢子叶球的发育起始时间同步。常见型马尾松球果的发育起始时间是当年的 1 1月 ,两种类型马尾松的大孢子叶球都是在次年 4月受粉 ,到第三年的 1 展开更多
关键词 多球果型马尾松 形态特征 生殖生物学特征 无性繁殖
下载PDF
霍山石斛转录因子MYB1R1密码子选用偏好性分析 被引量:9
12
作者 谢析颖 李蓉 +4 位作者 林玉玲 郭容芳 陈裕坤 赖钟雄 徐涵 《分子植物育种》 CAS CSCD 北大核心 2017年第5期1683-1690,共8页
通过密码子选用偏好性分析确定霍山石斛转录因子MYB1R1(Dh MYB1R1)最优密码子,为基因表达寻找最适异源受体,从而为基因功能研究提供更理想的验证系统。本研究采用Codon W、SPSS软件及EMBOSS在线程序分析其密码子选用偏好性参数,并进行... 通过密码子选用偏好性分析确定霍山石斛转录因子MYB1R1(Dh MYB1R1)最优密码子,为基因表达寻找最适异源受体,从而为基因功能研究提供更理想的验证系统。本研究采用Codon W、SPSS软件及EMBOSS在线程序分析其密码子选用偏好性参数,并进行了物种间基因组的比较。结果显示,物种间MYB1R1密码子选用偏好性存在一定差异;Dh MYB1R1密码子偏好以A或U结尾,虽然该选用偏好性较弱,但显示其更偏向双子叶植物类群;基于MYB1R1编码序列聚类分析得到的进化树比密码子选用偏好性聚类更接近APGIII的分类结果。密码子使用频率比较结果显示:相比属于真核的酵母菌,属于原核生物的大肠杆菌更适宜作为Dh MYB1R1基因表达的异源受体,同时烟草比拟南芥及其他单子叶植物更适合作为Dh MYB1R1转基因研究的异源受体。本研究结果不仅对霍山石斛基因表达最适异源受体提供了理论依据,同时也对霍山石斛与双子叶植物在进化中较晚分离提供了证据。 展开更多
关键词 霍山石斛 密码子选用偏好性 MYB转录因子 聚类分析
原文传递
三明野生蕉抗寒特性的形态学与生理生化研究 被引量:9
13
作者 李丹 黄玉吉 +5 位作者 朱宁 刘范 田娜 徐涵 程春振 赖钟雄 《果树学报》 CAS CSCD 北大核心 2019年第1期76-85,共10页
【目的】探究三明野生蕉(Musa itinerans)抗寒的形态学和生理生化机制。【方法】以三明野生蕉为材料,以不耐寒‘天宝蕉’(Musa acuminata‘Tianbaojiao’)为对照,采用石蜡切片法对比二者的叶片组织结构和在4℃低温处理24 h前后的表型变... 【目的】探究三明野生蕉(Musa itinerans)抗寒的形态学和生理生化机制。【方法】以三明野生蕉为材料,以不耐寒‘天宝蕉’(Musa acuminata‘Tianbaojiao’)为对照,采用石蜡切片法对比二者的叶片组织结构和在4℃低温处理24 h前后的表型变化。同时,比较低温处理前后叶片叶绿素荧光参数,超氧化物歧化酶(SOD)、过氧化氢酶(CAT)、过氧化物酶(POD)和多酚氧化酶(PPO)活性,丙二醛(MDA)、脯氨酸(Pro)和可溶性糖(SS)含量的变化差异。【结果】三明野生蕉海绵组织较薄,叶片细胞结构紧密度(CTR)更高。低温处理后,三明野生蕉叶片挺立、无损伤,叶绿素荧光参数均处于较高水平,冷害对其光合系统损伤不明显;低温处理前后,三明野生蕉SOD、POD和PPO活性和Pro含量均显著高于‘天宝蕉’。低温会导致三明野生蕉PPO活性和MDA含量显著降低,而‘天宝蕉’则表现出相反的趋势。室温条件下,三明野生蕉CAT活性与‘天宝蕉’差异不大,低温处理后却显著高于‘天宝蕉’。【结论】三明野生蕉在低温处理前后的表型和叶绿素荧光参数变化不大,推测三明野生蕉抗寒特性与较高的CTR、抗氧化酶活性和Pro含量有关。 展开更多
关键词 三明野生蕉 细胞结构紧密度 叶绿素荧光 低温胁迫 抗氧化酶活性
下载PDF
Towards a verified compiler prototype for the synchronous language SIGNAL 被引量:8
14
作者 Zhibin YANG Jean-Paul BODEVEIX +3 位作者 Mamoun FILALI Kai HU Yongwang ZHAO Dianfu MA 《Frontiers of Computer Science》 SCIE EI CSCD 2016年第1期37-53,共17页
SIGNAL belongs to the synchronous languages family which are widely used in the design of safety-critical real-time systems such as avionics, space systems, and nu- clear power plants. This paper reports a compiler pr... SIGNAL belongs to the synchronous languages family which are widely used in the design of safety-critical real-time systems such as avionics, space systems, and nu- clear power plants. This paper reports a compiler prototype for SIGNAL. Compared with the existing SIGNAL com- piler, we propose a new intermediate representation (named S-CGA, a variant of clocked guarded actions), to integrate more synchronous programs into our compiler prototype in the future. The front-end of the compiler, i.e., the transla- tion from SIGNAL to S-CGA, is presented. As well, the proof of semantics preservation is mechanized in the theo- rem prover Coq. Moreover, we present the back-end of the compiler, including sequential code generation and multi- threaded code generation with time-predictable properties. With the rising importance of multi-core processors in safety- critical embedded systems or cyber-physical systems (CPS), there is a growing need for model-driven generation of multi- threaded code and thus mapping on multi-core. We propose a time-predictable multi-core architecture model in archi- tecture analysis and design language (AADL), and map the multi-threaded code to this model. 展开更多
关键词 synchronous languages SIGNAL guarded ac-tions verified compiler COQ architecture analysis and designlanguage (AADL)
原文传递
茄子小孢子热激效应和发育潜能的细胞学分析 被引量:6
15
作者 李华 孙振英 +1 位作者 连勇 徐涵 《种子》 CSCD 北大核心 2008年第10期1-5,共5页
高温热激处理茄子小孢子是改变其离体发育方向的主要途径,但是热激后小孢子培养的成功率很低。本试验对热激处理0、2、4、6、8 d的小孢子进行离体培养和细胞学研究。结果表明,培养中膨大的小孢子活力最高,不膨大的小孢子逐渐死亡。热激... 高温热激处理茄子小孢子是改变其离体发育方向的主要途径,但是热激后小孢子培养的成功率很低。本试验对热激处理0、2、4、6、8 d的小孢子进行离体培养和细胞学研究。结果表明,培养中膨大的小孢子活力最高,不膨大的小孢子逐渐死亡。热激6 d的小孢子群体的膨大率最高、活力最高。诱导小孢子离体形态发生有必要游离纯化膨大的小孢子,去除衰败小孢子的负面影响。 展开更多
关键词 茄子 热激 活力 膨大率 离体形态发生
下载PDF
植物耐盐性:演化和盐基因组学 被引量:6
16
作者 徐涵 郭容芳 +12 位作者 张玉苗 李蓉 肖学宸 曹子谊 王姗姗 张可轩 陈晓慧 陈晓东 陈裕坤 叶炜 叶开温 林玉玲 赖钟雄 《热带作物学报》 CSCD 北大核心 2020年第10期1979-1989,共11页
由于社会的发展需要使用盐地产出植物,因此植物耐盐性的研究变得日益重要。植物在长期演化中主要形成嗜盐植物和非嗜盐植物两类,在细胞乃至群体处理盐的机制方面发生了广泛和深度的遗传变异。鉴于发掘植物耐盐、使植物耐盐和改变植物盐... 由于社会的发展需要使用盐地产出植物,因此植物耐盐性的研究变得日益重要。植物在长期演化中主要形成嗜盐植物和非嗜盐植物两类,在细胞乃至群体处理盐的机制方面发生了广泛和深度的遗传变异。鉴于发掘植物耐盐、使植物耐盐和改变植物盐环境的各领域都取得了重大进展,结合植物的演化扩展对植物耐盐的认识,从细胞机制、个体机制扩展到群体机制乃至多基因组参与的生态互作,进行以盐基因组学为视角的研究就显得非常重要。本文根据该领域的新近进展,对植物耐盐性进行演化和组学视角的回顾和分析,以期对今后的植物耐盐研究提供参考。 展开更多
关键词 植物耐盐 盐基因组 宏基因组 共生总基因组 生物演化
下载PDF
A comparative study of two formal semantics of the SIGNAL language 被引量:5
17
作者 Zhibin YANG Jean-Paul BODEVEIX Mamoun FILALI 《Frontiers of Computer Science》 SCIE EI CSCD 2013年第5期673-693,共21页
SIGNAL is a part of the synchronous languages family, which are broadly used in the design of safety-critical real-time systems such as avionics, space systems, and nu- clear power plants. There exist several semantic... SIGNAL is a part of the synchronous languages family, which are broadly used in the design of safety-critical real-time systems such as avionics, space systems, and nu- clear power plants. There exist several semantics for SIG- NAL, such as denotational semantics based on traces (called trace semantics), denotational semantics based on tags (called tagged model semantics), operational semantics presented by structural style through an inductive definition of the set of possible transitions, operational semantics defined by syn- chronous transition systems (STS), etc. However, there is lit- tle research about the equivalence between these semantics. In this work, we would like to prove the equivalence be- tween the trace semantics and the tagged model semantics, to get a determined and precise semantics of the SIGNAL language. These two semantics have several different defini- tions respectively, we select appropriate ones and mechanize them in the Coq platform, the Coq expressions of the abstract syntax of SIGNAL and the two semantics domains, i.e., the trace model and the tagged model, are also given. The dis- tance between these two semantics discourages a direct proof of equivalence. Instead, we transform them to an intermediate model, which mixes the features of both the trace semantics and the tagged model semantics. Finally, we get a determined and precise semantics of SIGNAL. 展开更多
关键词 synchronous language SIGNAL trace seman- tics tagged model semantics semantics equivalence COQ
原文传递
文心兰RFNR的克隆、亚细胞定位及其与LFNR不同的胁迫响应机制研究 被引量:4
18
作者 李蓉 吴晓佩 +5 位作者 王雪晶 陈裕坤 郭容芳 林玉玲 赖钟雄 徐涵 《园艺学报》 CAS CSCD 北大核心 2018年第11期2164-2176,共13页
以‘小樱桃’文心兰为材料克隆了铁氧还蛋白氧化还原酶(FNR)两种类型基因RFNR(Root-type Ferredoxin-NADP+oxidoreductase)和LFNR(Leaf-type Ferredoxin-NADP+oxidoreductase)。生物信息学分析表明,RFNR与LFNR都属于FNR-like超家族,具... 以‘小樱桃’文心兰为材料克隆了铁氧还蛋白氧化还原酶(FNR)两种类型基因RFNR(Root-type Ferredoxin-NADP+oxidoreductase)和LFNR(Leaf-type Ferredoxin-NADP+oxidoreductase)。生物信息学分析表明,RFNR与LFNR都属于FNR-like超家族,具有黄素腺嘌呤二核苷酸(flavinadenine dinucleotide,FAD)和烟酰胺腺嘌呤二核苷酸(nicotinamide adenine dinucleotide,NAD)功能结合域,在进化过程中比较保守;两种类型的FNR在氨基酸组成、蛋白结构和构型方面存在明显差异,RFNR比LFNR有更强的保守性。FNR蛋白亚细胞定位结果表明文心兰FNR蛋白都定位于叶绿体。实时荧光定量PCR分析表明,LFNR和RFNR具有器官表达特异性:LFNR更多地在叶中表达,RFNR更多地在根中表达;在软腐病胁迫下LFNR下调响应,RFNR上调响应;两种类型的FNR在盐胁迫以及高温胁迫处理时上调响应,但RFNR响应较快且强度更大;LFNR和RFNR在水杨酸(salicylicacid,SA)处理时轻微波动,茉莉酸甲酯(methyl jasmonate,MeJA)处理时呈现单峰反应。文心兰两种类型的FNR基因在不同类型的胁迫中显示相似的和有区别的表达特性,表明其具有不同的胁迫响应分子机理。 展开更多
关键词 文心兰 铁氧还蛋白氧化还原酶 胁迫 亚细胞定位 基因表达
原文传递
Towards a simple and safe Objective Caml compiling framework for the synchronous language SIGNAL 被引量:3
19
作者 Zhibin YANG Jean-Paul BODEVEIX Mamoun FILALI 《Frontiers of Computer Science》 SCIE EI CSCD 2019年第4期715-734,共20页
This paper presents a simple and safe compiler, called MinSIGNAL, from a subset of the synchronous dataflow language SIGNAL to C, as well as its existing en? hancements. The compiler follows a modular architecture, an... This paper presents a simple and safe compiler, called MinSIGNAL, from a subset of the synchronous dataflow language SIGNAL to C, as well as its existing en? hancements. The compiler follows a modular architecture, and can be seen as a sequence of source-to-source transformations applied to an intermediate representation which is named Synchronous Clocked Guarded Actions (S-CGA) and translation to sequential imperative code. Objective Caml (OCaml) is used for the implementation of MinSIGNAL. As a modem functional language, OCaml is adapted to symbolic computation and so, particularly suitable for compiler design and implementation of formal analysis tools. In particular, the safety of its type checking allows to skip some verification that would be mandatory with other languages. Additionally, this work is a basis for the formal verification of the compilation of SIGNAL with a theorem prover such as Coq. 展开更多
关键词 SYNCHRONOUS LANGUAGES SIGNAL SYNCHRONOUS Clocked Guarded ACTIONS (S-CGA) Objective Caml functional PROGRAMMING
原文传递
大数据分析中国污水处理研发和专利现状 被引量:3
20
作者 徐涵 《资源节约与环保》 2016年第9期47-49,共3页
为评价我国污水处理技术发展现状,通过大数据将污水处理学术研究数据和专利授权数据进行归集分析,特别是对污水处理相关的新材料、新技术、新工艺以及相关的社会科学类研究进行了解析。结果显示,大众媒体对污水话题显示出高的关注度。... 为评价我国污水处理技术发展现状,通过大数据将污水处理学术研究数据和专利授权数据进行归集分析,特别是对污水处理相关的新材料、新技术、新工艺以及相关的社会科学类研究进行了解析。结果显示,大众媒体对污水话题显示出高的关注度。污水处理的学术研究数据(DAR)包含了自2000年至2015年的约11.6万条信息,其在2011年前每年都快速增加,之后呈现起伏状态;DAR理工类研发数据约占93%,社科类研究比例较小(11%)并基本保持平稳。DAR中的设备、滤料、工艺等污水处理的核心技术占比各为8%、1%、7%。污水处理相关专利包含了自2000年至2015年的约1.4万条授权信息,年度专利授权数量在2007年前稳步增加,之后呈加速增长趋势;该专利数据中设备类专利约占93%,滤料类39%、工艺类27%。由于存在领域和学科的交叉,本大数据为交集数据。基于大数据分析,对污水处理的发展进行了讨论。 展开更多
关键词 污水 设备 滤料 技术 工艺 专利 大数据
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部