期刊文献+
共找到17,185篇文章
< 1 2 250 >
每页显示 20 50 100
Oxygenation promoting Se-coordination of amorphous adjacent Nb-Nb diatomic pairs for high-performance sodium-ion hybrid capacitors
1
作者 Wenxiu He Fanyan Zeng +4 位作者 Bowen Liao Qincheng Zheng Dui Ma Meilan Xie Yang Pan 《Journal of Energy Chemistry》 2026年第1期474-483,I0011,共11页
Transition metal selenides as sodium-ion hybrid capacitor(SIHC)anodes still suffer from amorphization difficulties and capacity degradation triggered by polyselenide dissolution.Herein,an atomistic amorphous strategy ... Transition metal selenides as sodium-ion hybrid capacitor(SIHC)anodes still suffer from amorphization difficulties and capacity degradation triggered by polyselenide dissolution.Herein,an atomistic amorphous strategy is proposed to construct adjacent Nb-Nb diatomic pairs with Se/O-coordination(Se4-Nb2-O2)in N-doped carbon-confined amorphous selenide clusters(a-Nb-Se/O@NC).Synergistic carbon confinement and hydrothermal oxygenation induce amorphization of Nb–Se bonds,eliminating crystalline rigidity while creating isotropic dual-ion transport channels and high-density active sites enriched with dangling bonds,thereby enhancing structural integrity and Na+storage capacity.The unique Se/O-coordinated Nb-Nb diatomic configuration establishes an electron-delocalized system,where the low electronegativity of Se counterbalances electron withdrawal from coordinated O at Nb centers.These strengthen d-p orbital hybridization,reduce Na+adsorption energy,and optimize charge transfer pathways and reaction kinetics in the amorphous clusters.Electrochemical tests reveal that the a-Nb-Se/O@NC anode delivers a high reversible capacity of 312.57 mAh g^(−1)and exceptional cyclic stability(103%capacity retention)after 5000 cycles at 10.0 A g^(−1).Assembled SIHCs achieve outstanding energy/power densities(207.1 Wh kg^(−1)/18966 W kg^(−1)),surpassing most amorphous and crystalline counterparts.This work provides methodological insights for the design of electrodes in high-power storage devices through atomic modulation and electronic optimization of amorphous selenides. 展开更多
关键词 Amorphous selenide clusters Adjacent Nb-Nb diatomic pairs Se/O hetero-coordination Microstructural modulation Sodium-ion hybrid capacitors
在线阅读 下载PDF
Key-Value数据库的研究与应用 被引量:8
2
作者 肖红玉 陈海 黄静 《自动化与仪器仪表》 2010年第4期87-89,共3页
首先介绍Key-Value数据库的概念,接着比较了Key-Value数据库与关系数据库的区别和优劣点,并分析了各自适用的范围,最后简单介绍了目前Key-Value数据库的企业级应用情况和几款开源的Key-Value数据库,并总结了使用Key-Value数据库之前要... 首先介绍Key-Value数据库的概念,接着比较了Key-Value数据库与关系数据库的区别和优劣点,并分析了各自适用的范围,最后简单介绍了目前Key-Value数据库的企业级应用情况和几款开源的Key-Value数据库,并总结了使用Key-Value数据库之前要考虑的几点技术问题。 展开更多
关键词 key-value 可扩展性 RDMS
在线阅读 下载PDF
一种基于裸闪存的Key-Value数据库优化方法 被引量:7
3
作者 秦雄军 张佳程 +1 位作者 陆游游 舒继武 《计算机研究与发展》 EI CSCD 北大核心 2017年第6期1326-1336,共11页
近年来,非关系型的key-value数据库得到越来越广泛的应用.然而,目前主流的key-value数据库或者是基于磁盘设计的,或者是传统的基于文件系统和闪存转换层FTL来构建的,难以发挥闪存存储设备的特性,限制了I/O的并发性能,且垃圾回收过程复杂... 近年来,非关系型的key-value数据库得到越来越广泛的应用.然而,目前主流的key-value数据库或者是基于磁盘设计的,或者是传统的基于文件系统和闪存转换层FTL来构建的,难以发挥闪存存储设备的特性,限制了I/O的并发性能,且垃圾回收过程复杂.设计并实现了一种基于裸闪存的keyvalue数据管理架构Flashkv,通过用户态下的管理单元进行空间管理和垃圾回收,充分利用了闪存设备内部的并发特性,并简化了垃圾回收过程,去除了传统文件系统和FTL中的冗余功能,缩短了I/O路径.提出了基于闪存特点的I/O调度技术,优化了闪存的读写延迟,提高了吞吐率;提出了用户态缓存管理技术,降低了数据写入量和频繁系统调用所带来的开销.测试结果表明,Flashkv性能是levelDB的1.9~2.2倍,写入量减少60%~65%. 展开更多
关键词 key-value数据库 闪存 裸设备 数据存储 使用寿命
在线阅读 下载PDF
基于操作历史图的分布式Key-Value数据库一致性检测算法 被引量:10
4
作者 廖彬 张陶 +3 位作者 李敏 于炯 国冰磊 刘炎 《计算机科学》 CSCD 北大核心 2019年第12期213-219,共7页
分布式数据库系统的副本机制在提高系统可靠性及性能的同时,导致了多副本数据管理的一致性问题;数据一致性的实现需要一致性协议模型来进行预防,也需要一致性检测算法对非一致数据进行检测。首先,对读写操作记录之间的时序关系、安全一... 分布式数据库系统的副本机制在提高系统可靠性及性能的同时,导致了多副本数据管理的一致性问题;数据一致性的实现需要一致性协议模型来进行预防,也需要一致性检测算法对非一致数据进行检测。首先,对读写操作记录之间的时序关系、安全一致性及并行一致性原则等概念进行定义;其次,根据操作记录集合中读写操作之间的并行与时序关系,提取出操作记录集合向操作记录图转化的规则,并在此基础上设计了操作记录向历史记录图的转化算法;然后,以历史记录图为输入,设计了违反一致性查找算法,查找并返回图中所有违反安全与并行一致性读操作的集合;最后,基于Cassandra进行实验并将读写一致性设置为ONE,通过YCSB产生并行读写压力测试,与同类算法的对比实验验证了所提算法在功能与效率两方面的优越性。 展开更多
关键词 分布式数据库 key-value数据库 一致性原则 一致性检测 DAG图
在线阅读 下载PDF
基于SSD的Key-Value系统优化设计与实现 被引量:1
5
作者 刘峪竹 肖侬 +2 位作者 刘芳 陈志广 唐黎哲 《计算机研究与发展》 EI CSCD 北大核心 2014年第S1期136-141,共6页
随着互联网技术的迅猛发展,越来越多的非结构化数据涌入到人们的生活中,为这些数据建立高效的索引面临极大的挑战.键值数据库Key-Value以其结构简单和高扩展性而引起人们的广泛关注,已成为海量数据存储系统中的重要组成部分.由于Key-Va... 随着互联网技术的迅猛发展,越来越多的非结构化数据涌入到人们的生活中,为这些数据建立高效的索引面临极大的挑战.键值数据库Key-Value以其结构简单和高扩展性而引起人们的广泛关注,已成为海量数据存储系统中的重要组成部分.由于Key-Value系统对吞吐量要求较高,而基于Flash的固态硬盘(solid state drive,SSD)能够提供很高的随机读性能,在SSD上构建Key-Value系统已成为海量数据存储领域的一大研究热点.鉴于Flash具有非定点更新、寿命有限等特性,基于SSD的KeyValue系统必须针对Flash的特性作专门优化.以一种称为SkimpyStash的基于SSD的Key-Value系统为基础,提出了一种新的Key-Value系统低延迟存储系统(low latency store,LLStore).LLStore使用内存文件映射技术来减少针对SSD的IO请求,除此之外,针对SkimpyStash中低效的压缩策略,提出一种改进方法,可以在少量增加内存开销的情况下极大地减少查询时间.通过与原系统的性能比较实验,LLStore在平均查询时间上可以获得至少12%的加速. 展开更多
关键词 key-value SSD 数据存储 内存文件映射 压缩
在线阅读 下载PDF
云计算系统中Key-Value数据管理研究
6
作者 郭显娥 《山西大同大学学报(自然科学版)》 2015年第5期1-3,共3页
Key-Value数据库是应用于云环境下的典型云存储系统,基于key-value数据模型的研究对大数据管理或称云数据管理系统提出了新的需求与挑战,成为人们关注的热点。本文对key-value数据模型与数据读写方式作了简单介绍,引入了key-value索引机... Key-Value数据库是应用于云环境下的典型云存储系统,基于key-value数据模型的研究对大数据管理或称云数据管理系统提出了新的需求与挑战,成为人们关注的热点。本文对key-value数据模型与数据读写方式作了简单介绍,引入了key-value索引机制,重点讨论了key-value查询操作,给出了关于多维点查询的通用算法。 展开更多
关键词 key-value数据模型 索引机制 查询操作
在线阅读 下载PDF
一种基于key-value数据库的快速地名地址输入提示方法 被引量:1
7
作者 曹广顺 呙维 +1 位作者 朱欣焰 佘冰 《计算机应用研究》 CSCD 北大核心 2017年第11期3334-3338,3344,共6页
现有地址输入提示方法涉及标准地址和POI的研究较少,地址字符串的索引大多采用Trie(字典)树索引,但Trie树建立时内存消耗巨大,在面临海量数据时,问题更加突出。针对以上问题,提出一种基于key-value数据库的快速地名地址输入提示方法。... 现有地址输入提示方法涉及标准地址和POI的研究较少,地址字符串的索引大多采用Trie(字典)树索引,但Trie树建立时内存消耗巨大,在面临海量数据时,问题更加突出。针对以上问题,提出一种基于key-value数据库的快速地名地址输入提示方法。该方法基于Trie树结构进行改进,降低了地址索引的复杂度;基于keyvalue数据库构建Trie树,避免了内存消耗巨大的问题。实验结果表明,基于key-value数据库构建的Trie树索引较基于内存构建的Trie树索引在事务响应性能和内存消耗方面具有明显的优势和效率。 展开更多
关键词 TRIE树 key-value数据库 地名地址 输入提示
在线阅读 下载PDF
基于Linux内核的Key-Value存储系统——KStore 被引量:1
8
作者 谢沛东 武延军 《计算机应用》 CSCD 北大核心 2015年第1期99-102,114,共5页
Key-Value存储系统在各种互联网服务中被广泛使用,但现有的Key-Value存储系统通常在用户态空间设计和实现,因为频繁的模式切换和上下文切换,导致访问接口、事务处理效率不高,在高并发、低延迟的数据存储需求中尤为突出。针对该问题,给... Key-Value存储系统在各种互联网服务中被广泛使用,但现有的Key-Value存储系统通常在用户态空间设计和实现,因为频繁的模式切换和上下文切换,导致访问接口、事务处理效率不高,在高并发、低延迟的数据存储需求中尤为突出。针对该问题,给出了一个内核态Key-Value存储系统的实现——KStore:提供内核空间的索引和内存分配机制,并在此基础上,通过基于内核Socket的远程接口以及基于文件系统的本地接口,保证了KStore的低延迟;同时,通过基于内核多线程的并发处理机制,保证了KStore的并发性。实验结果表明,与Memcached相比,KStore在实时性和并发性方面都取得显著优势。 展开更多
关键词 key-value存储系统 LINUX内核 文件系统 内核Socket 内核线程 Slab内存分配
在线阅读 下载PDF
基于Key-Value的云数据管理应用接口标准化研究 被引量:1
9
作者 韩峰 闫振兴 +2 位作者 王洁萍 李海波 宋杰 《信息技术与标准化》 2011年第12期27-31,共5页
分析了基于Key-Value的云数据管理应用接口的标准化问题和面临的挑战,对现有基于Key-Value的云数据管理服务进行了调研,总结出包括数据模型和REST API等方面的异同,并提出未来的标准化工作建议。
关键词 云数据管理 key-value数据管理 NOSQL
在线阅读 下载PDF
分布式key-value系统错误污染检测
10
作者 郭晓林 舒继武 易乐天 《计算机学报》 EI CSCD 北大核心 2014年第7期1570-1579,共10页
随着key-value存储系统的广泛使用,越来越多的研究开始关注分布式系统中的可信问题,其中一个重要的问题是,如何在系统被入侵或者管理员配置错误并运行一段时间后,检测出受污染的数据,从而可以在恢复错误数据的同时保留系统的合法更新.... 随着key-value存储系统的广泛使用,越来越多的研究开始关注分布式系统中的可信问题,其中一个重要的问题是,如何在系统被入侵或者管理员配置错误并运行一段时间后,检测出受污染的数据,从而可以在恢复错误数据的同时保留系统的合法更新.文中提出了一种基于key-value存储系统的错误污染检测方法,该方法允许在客户端不可信的前提下,检测客户端之间的污染扩散.文中设计了一种基于各服务器逻辑时钟的向量时钟,该时钟以用户关联操作为更新规则,记录了跨服务器的读写请求逻辑关系,用以进行错误污染跟踪;同时为了减少大规模系统中污染检测的开销,基于该向量时钟,文中进一步提出了一种在分布式系统中由操作序列构成有向无环图的污染分析方法.基于广泛使用的Voldmort key-value系统,文中实现了一个错误污染检测系统,Tracker Store.在集群测试环境下,文中对引入新的检测系统后产生的额外延迟开销进行了测试. 展开更多
关键词 污染检测 分布式key-value系统 向量时钟
在线阅读 下载PDF
KSKV:Key-Strategy for Key-Value Data Collection with Local Differential Privacy 被引量:1
11
作者 Dan Zhao Yang You +2 位作者 Chuanwen Luo Ting Chen Yang Liu 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第6期3063-3083,共21页
In recent years,the research field of data collection under local differential privacy(LDP)has expanded its focus fromelementary data types to includemore complex structural data,such as set-value and graph data.Howev... In recent years,the research field of data collection under local differential privacy(LDP)has expanded its focus fromelementary data types to includemore complex structural data,such as set-value and graph data.However,our comprehensive review of existing literature reveals that there needs to be more studies that engage with key-value data collection.Such studies would simultaneously collect the frequencies of keys and the mean of values associated with each key.Additionally,the allocation of the privacy budget between the frequencies of keys and the means of values for each key does not yield an optimal utility tradeoff.Recognizing the importance of obtaining accurate key frequencies and mean estimations for key-value data collection,this paper presents a novel framework:the Key-Strategy Framework forKey-ValueDataCollection under LDP.Initially,theKey-StrategyUnary Encoding(KS-UE)strategy is proposed within non-interactive frameworks for the purpose of privacy budget allocation to achieve precise key frequencies;subsequently,the Key-Strategy Generalized Randomized Response(KS-GRR)strategy is introduced for interactive frameworks to enhance the efficiency of collecting frequent keys through group-anditeration methods.Both strategies are adapted for scenarios in which users possess either a single or multiple key-value pairs.Theoretically,we demonstrate that the variance of KS-UE is lower than that of existing methods.These claims are substantiated through extensive experimental evaluation on real-world datasets,confirming the effectiveness and efficiency of the KS-UE and KS-GRR strategies. 展开更多
关键词 key-value local differential privacy frequency estimation mean estimation data perturbation
在线阅读 下载PDF
Key-Value Store Coupled with an Operating System for Storing Large-Scale Values
12
作者 Jeonghwan Im Hyuk-Yoon Kwon 《Computers, Materials & Continua》 SCIE EI 2022年第11期3333-3350,共18页
The key-value store can provide flexibility of data types because it does not need to specify the data types to be stored in advance and can store any types of data as the value of the key-value pair.Various types of ... The key-value store can provide flexibility of data types because it does not need to specify the data types to be stored in advance and can store any types of data as the value of the key-value pair.Various types of studies have been conducted to improve the performance of the key-value store while maintaining its flexibility.However,the research efforts storing the large-scale values such as multimedia data files(e.g.,images or videos)in the key-value store were limited.In this study,we propose a new key-value store,WR-Store++aiming to store the large-scale values stably.Specifically,it provides a new design of separating data and index by working with the built-in data structure of the Windows operating system and the file system.The utilization of the built-in data structure of the Windows operating system achieves the efficiency of the key-value store and that of the file system extends the limited space of the storage significantly.We also present chunk-based memory management and parallel processing of WR-Store++to further improve its performance in the GET operation.Through the experiments,we show that WR-Store++can store at least 32.74 times larger datasets than the existing baseline key-value store,WR-Store,which has the limitation in storing large-scale data sets.Furthermore,in terms of processing efficiency,we show that WR-Store++outperforms not only WR-Store but also the other state-ofthe-art key-value stores,LevelDB,RocksDB,and BerkeleyDB,for individual key-value operations and mixed workloads. 展开更多
关键词 key-value stores large-scale values chunk-based memory management parallel processing
在线阅读 下载PDF
基于Pair Copula的多风电场风险约束随机经济调度 被引量:1
13
作者 韦洪波 阮诗迪 +3 位作者 张雄宝 郑志豪 韦昌福 刘欣然 《电测与仪表》 北大核心 2025年第7期165-173,共9页
近年来,风电并网政策的落实,以及风电渗透率的增加为节能减排起到了积极作用,但由于风电出力具有明显的不确定性和相关性,使得电力系统经济调度也面临巨大挑战。文章提出一种刻画风电场相关性的Pair Copula方法,基于准蒙特卡罗模拟法生... 近年来,风电并网政策的落实,以及风电渗透率的增加为节能减排起到了积极作用,但由于风电出力具有明显的不确定性和相关性,使得电力系统经济调度也面临巨大挑战。文章提出一种刻画风电场相关性的Pair Copula方法,基于准蒙特卡罗模拟法生成大量风电出力的随机场景,以表征多个相关风电场出力的不确定性。为解决含风电出力的电网随机经济调度问题,构建考虑风险约束的均值-方差模型,所建均方差模型同时涵盖了考虑风电出力不确定性下的经济成本和经济风险,其中经济风险通过燃料成本的最小方差计算得到。为更适应实际调度现状,文章建立燃油成本概率密度函数,并提出预定义的置信区间对所建均方差模型进行改进。通过对改进的IEEE 30节点系统进行算例仿真,验证了所提Pair Copula方法和均值-方差模型的有效性。 展开更多
关键词 pair Copula 随机经济调度 经济风险 准蒙特卡罗 改进的均值-方差模型
在线阅读 下载PDF
Utility-Improved Key-Value Data Collection with Local Differential Privacy for Mobile Devices
14
作者 TONG Ze DENG Bowen +1 位作者 ZHENG Lele ZHANG Tao 《ZTE Communications》 2022年第4期15-21,共7页
The structure of key-value data is a typical data structure generated by mobile devices.The collection and analysis of the data from mobile devices are critical for service providers to improve service quality.Neverth... The structure of key-value data is a typical data structure generated by mobile devices.The collection and analysis of the data from mobile devices are critical for service providers to improve service quality.Nevertheless,collecting raw data,which may contain various per⁃sonal information,would lead to serious personal privacy leaks.Local differential privacy(LDP)has been proposed to protect privacy on the device side so that the server cannot obtain the raw data.However,existing mechanisms assume that all keys are equally sensitive,which can⁃not produce high-precision statistical results.A utility-improved data collection framework with LDP for key-value formed mobile data is pro⁃posed to solve this issue.More specifically,we divide the key-value data into sensitive and non-sensitive parts and only provide an LDPequivalent privacy guarantee for sensitive keys and all values.We instantiate our framework by using a utility-improved key value-unary en⁃coding(UKV-UE)mechanism based on unary encoding,with which our framework can work effectively for a large key domain.We then vali⁃date our mechanism which provides better utility and is suitable for mobile devices by evaluating it in two real datasets.Finally,some pos⁃sible future research directions are envisioned. 展开更多
关键词 key-value data local differential privacy mobile devices privacy-preserving data collection
在线阅读 下载PDF
A Surfing Concurrence Transaction Model for Key-Value NoSQL Databases
15
作者 Changqing Li Jianhua Gu 《Journal of Software Engineering and Applications》 2018年第10期467-485,共19页
As more and more application systems related to big data were developed, NoSQL (Not Only SQL) database systems are becoming more and more popular. In order to add transaction features for some NoSQL database systems, ... As more and more application systems related to big data were developed, NoSQL (Not Only SQL) database systems are becoming more and more popular. In order to add transaction features for some NoSQL database systems, many scholars have tried different techniques. Unfortunately, there is a lack of research on Redis’s transaction in the existing literatures. This paper proposes a transaction model for key-value NoSQL databases including Redis to make possible allowing users to access data in the ACID (Atomicity, Consistency, Isolation and Durability) way, and this model is vividly called the surfing concurrence transaction model. The architecture, important features and implementation principle are described in detail. The key algorithms also were given in the form of pseudo program code, and the performance also was evaluated. With the proposed model, the transactions of Key-Value NoSQL databases can be performed in a lock free and MVCC (Multi-Version Concurrency Control) free manner. This is the result of further research on the related topic, which fills the gap ignored by relevant scholars in this field to make a little contribution to the further development of NoSQL technology. 展开更多
关键词 NOSQL Big Data SURFING CONCURRENCE TRANSACTION Model key-value NOSQL Databases REDIS
暂未订购
PRS:Predication-Based Replica Selection Algorithm for Key-Value Stores
16
作者 Liyuan Fang Xiangqian Zhou +1 位作者 Haiming Xie Wanchun Jiang 《国际计算机前沿大会会议论文集》 2017年第1期79-81,共3页
The tail latency of end-user requests,which directly impacts the user experience and the revenue,is highly related to its corresponding numerous accesses in key-value stores.The replica selection algorithm is crucial ... The tail latency of end-user requests,which directly impacts the user experience and the revenue,is highly related to its corresponding numerous accesses in key-value stores.The replica selection algorithm is crucial to cut the tail latency of these key-value accesses.Recently,the C3 algorithm,which creatively piggybacks the queue-size of waiting keys from replica servers for the replica selection at clients,is proposed in NSDI 2015.Although C3 improves the tail latency a lot,it suffers from the timeliness issue on the feedback information,which directly influences the replica selection.In this paper,we analysis the evaluation of queuesize of waiting keys of C3,and some findings of queue-size variation were made.It motivate us to propose the Prediction-Based Replica Selection(PRS)algorithm,which predicts the queue-size at replica servers under the poor timeliness condition,instead of utilizing the exponentially weighted moving average of the state piggybacked queue-size as in C3.Consequently,PRS can obtain more accurate queue-size at clients than C3,and thus outperforms C3 in terms of cutting the tail latency.Simulation results confirm the advantage of PRS over C3. 展开更多
关键词 Prediction REPLICA selection Tail-latency key-value STORES
在线阅读 下载PDF
Key-Value系统LSM模型实现技术的研究
17
作者 杨明芽 《电子制作》 2014年第2X期8-9,共2页
随着时代的进步,社交网络的普及,Web2.0时代的到来,互联网的数据量呈现出爆炸式的增长。传统的数据库模型在高并发性、可扩展性等方面表现不佳,对于一些大数据的应用,传统的数据库模型无法胜任。为了解决这方面的需求,近些年来NoSQL技... 随着时代的进步,社交网络的普及,Web2.0时代的到来,互联网的数据量呈现出爆炸式的增长。传统的数据库模型在高并发性、可扩展性等方面表现不佳,对于一些大数据的应用,传统的数据库模型无法胜任。为了解决这方面的需求,近些年来NoSQL技术快速的发展。其中Key-Value存储系统是最常见和简单的NoSQL系统,本文就将对Key-Value类型的系统实现技术进行研究和讨论。 展开更多
关键词 LSM-Tree NOSQL key-value 存储器层次结构
在线阅读 下载PDF
Selenate-based heterojunction with cobalt-nickel paired site for electrocatalytic oxidation of 5-hydroxymethylfurfural coupling water splitting to produce hydrogen 被引量:1
18
作者 Zhengru Yang Jia Hui +4 位作者 Wangxi Fan Pengcheng Liu Chunyong Zhang Shuang Dong Zhou Yang 《Journal of Energy Chemistry》 2025年第2期156-162,I0005,共8页
It is very appealing that 5-hydroxymethylfurfural(HMF)is electrocatalytical oxidized as 2,5-furandicarboxylic acid(FDCA)linking to non-classical cathodic hydrogen(H_(2))production.However,the electrocatalysts for elec... It is very appealing that 5-hydroxymethylfurfural(HMF)is electrocatalytical oxidized as 2,5-furandicarboxylic acid(FDCA)linking to non-classical cathodic hydrogen(H_(2))production.However,the electrocatalysts for electrocatalytic HMF oxidative reaction(e-HMFOR)have been facing low Faradaic efficiency(FE)and high water splitting voltage.Herein,we propose a strategy of the NiSeO_(3)@(CoSeO_(3))_(4)heterojunction by constructing a Co-Ni paired site,where the Co site is in charge of adsorbing for HMF while the electrons are transferred to the Ni site,thus giving the NiSeO_(3)@(CoSeO_(3))_(4)heterojunction superior electrocata lytic performances for e-HMFOR and water splitting.By optimizing conditions,the NiSeO_(3)@(CoSeO_(3))_(4)heterojunction has high conversion of 99.7%,high selectivity of 99.9%,and high FE of 98.4%at 1.3 V,as well as low cell voltage of 1.31 V at 10 mA cm^(-2)in 1 M KOH+0.1 M HMF.This study offers a potential insight for e-HMFOR to high value-added FDCA coupling water splitting to produce H_(2)in an economical manner. 展开更多
关键词 e-HMFOR FDCA Co-Ni paired site HETEROJUNCTION Hydrogen evolution
在线阅读 下载PDF
Joint Feature Encoding and Task Alignment Mechanism for Emotion-Cause Pair Extraction
19
作者 Shi Li Didi Sun 《Computers, Materials & Continua》 SCIE EI 2025年第1期1069-1086,共18页
With the rapid expansion of social media,analyzing emotions and their causes in texts has gained significant importance.Emotion-cause pair extraction enables the identification of causal relationships between emotions... With the rapid expansion of social media,analyzing emotions and their causes in texts has gained significant importance.Emotion-cause pair extraction enables the identification of causal relationships between emotions and their triggers within a text,facilitating a deeper understanding of expressed sentiments and their underlying reasons.This comprehension is crucial for making informed strategic decisions in various business and societal contexts.However,recent research approaches employing multi-task learning frameworks for modeling often face challenges such as the inability to simultaneouslymodel extracted features and their interactions,or inconsistencies in label prediction between emotion-cause pair extraction and independent assistant tasks like emotion and cause extraction.To address these issues,this study proposes an emotion-cause pair extraction methodology that incorporates joint feature encoding and task alignment mechanisms.The model consists of two primary components:First,joint feature encoding simultaneously generates features for emotion-cause pairs and clauses,enhancing feature interactions between emotion clauses,cause clauses,and emotion-cause pairs.Second,the task alignment technique is applied to reduce the labeling distance between emotion-cause pair extraction and the two assistant tasks,capturing deep semantic information interactions among tasks.The proposed method is evaluated on a Chinese benchmark corpus using 10-fold cross-validation,assessing key performance metrics such as precision,recall,and F1 score.Experimental results demonstrate that the model achieves an F1 score of 76.05%,surpassing the state-of-the-art by 1.03%.The proposed model exhibits significant improvements in emotion-cause pair extraction(ECPE)and cause extraction(CE)compared to existing methods,validating its effectiveness.This research introduces a novel approach based on joint feature encoding and task alignment mechanisms,contributing to advancements in emotion-cause pair extraction.However,the study’s limitation lies in the data sources,potentially restricting the generalizability of the findings. 展开更多
关键词 Emotion-cause pair extraction interactive information enhancement joint feature encoding label consistency task alignment mechanisms
在线阅读 下载PDF
On the representations of string pairs over virtual field
20
作者 TAO Kun FU Chang-Jian 《四川大学学报(自然科学版)》 北大核心 2025年第5期1103-1108,共6页
Let F_(1)be the virtual field consisting of one element and(Q,I)a string pair.In this paper,we study the representations of string pairs over the virtual field F_(1).It is proved that an indecomposable F_(1)-represent... Let F_(1)be the virtual field consisting of one element and(Q,I)a string pair.In this paper,we study the representations of string pairs over the virtual field F_(1).It is proved that an indecomposable F_(1)-representation is either a string representation or a band representation by using the coefficient quivers.It is worth noting that for a given band and a positive integer,there exists a unique band representation up to isomorphism. 展开更多
关键词 string pair string representation band representation
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部