期刊文献+
共找到17,359篇文章
< 1 2 250 >
每页显示 20 50 100
NetVerifier:Scalable Verification for Programmable Networks
1
作者 Ying Yao Le Tian +1 位作者 Yuxiang Hu Pengshuai Cui 《Computers, Materials & Continua》 2026年第5期1830-1848,共19页
In the process of programmable networks simplifying network management and increasing network flexibility through custom packet behavior,security incidents caused by human logic errors are seriously threatening their ... In the process of programmable networks simplifying network management and increasing network flexibility through custom packet behavior,security incidents caused by human logic errors are seriously threatening their safe operation,robust verificationmethods are required to ensure their correctness.As one of the formalmethods,symbolic execution offers a viable approach for verifying programmable networks by systematically exploring all possible paths within a program.However,its application in this field encounters scalability issues due to path explosion and complex constraint-solving.Therefore,in this paper,we propose NetVerifier,a scalable verification system for programmable networks.Tomitigate the path explosion issue,we developmultiple pruning strategies that strategically eliminate irrelevant execution paths while preserving verification integrity by precisely identifying the execution paths related to the verification purpose.To address the complex constraint-solving problem,we introduce an execution results reuse solution to avoid redundant computation of the same constraints.To apply these solutions intelligently,a matching algorithm is implemented to automatically select appropriate solutions based on the characteristics of the verification requirement.Moreover,Language Aided Verification(LAV),an assertion language,is designed to express verification intentions in a concise form.Experimental results on diverse open-source programs of varying scales demonstrate NetVerifier’s improvement in scalability and effectiveness in identifying potential network errors.In the best scenario,compared with ASSERT-P4,NetVerifier reduced the execution path,verification time,and memory occupation of the verification process by 99.92%,94.76%,and 65.19%,respectively. 展开更多
关键词 programmable network network verification symbolic execution SCALABILITY
在线阅读 下载PDF
Programmable mixed-kernel based on MoTe_(2)/MoS_(2)heterojunction for support vector machine learning
2
作者 Xinyu Huang Jiapeng Du +3 位作者 Langlang Xu Lei Tong Xiangxiang Yu Lei Ye 《Journal of Semiconductors》 2026年第3期110-116,共7页
The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware... The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware with on-chip parameter tunability,which directly accelerates machine learning functions.This work demonstrates a continuously tunable mixed-kernel function physically realized within a van der Waals heterostructure.We designed and fabricated a MoTe_(2)/MoS_(2)type-Ⅱvertical heterojunction phototransistor,which exhibits a non-monotonic,Gaussian-like optoelectronic response owing to its unique inter-layer charge transfer mechanism.This intrinsic physical behavior directly maps to a mixed-kernel function combining Gaussian and Sigmoid characteristics.Furthermore,the hardware kernel can be continuously modulated by in-situ tuning of external opti-cal stimuli.The mixed-kernel exhibited exceptional performance,achieving precision,accuracy,and area under the curve(AUC)values of 95.8%,96%,and 0.9986,respectively,significantly outperforming conventional kernels.By successfully embedding a complex,adaptable mathematical function into the intrinsic physical properties of a single device,this work pioneers a novel pathway toward next-generation,energy-efficient intelligent systems with hardware-level adaptability. 展开更多
关键词 programmable mixed-kernel HETEROJUNCTION support vector machine
在线阅读 下载PDF
P4LoF: Scheduling Loop-Free Multi-Flow Updates in Programmable Networks
3
作者 Jiqiang Xia Qi Zhan +2 位作者 Le Tian Yuxiang Hu Jianhua Peng 《Computers, Materials & Continua》 2026年第1期1236-1254,共19页
The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.H... The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.However,maintaining consistent forwarding states during these updates is challenging,particularly when rerouting multiple flows simultaneously.Existing approaches pay little attention to multi-flow update,where improper update sequences across data plane nodes may construct deadlock dependencies.Moreover,these methods typically involve excessive control-data plane interactions,incurring significant resource overhead and performance degradation.This paper presents P4LoF,an efficient loop-free update approach that enables the controller to reroute multiple flows through minimal interactions.P4LoF first utilizes a greedy-based algorithm to generate the shortest update dependency chain for the single-flow update.These chains are then dynamically merged into a dependency graph and resolved as a Shortest Common Super-sequence(SCS)problem to produce the update sequence of multi-flow update.To address deadlock dependencies in multi-flow updates,P4LoF builds a deadlock-fix forwarding model that leverages the flexible packet processing capabilities of the programmable data plane.Experimental results show that P4LoF reduces control-data plane interactions by at least 32.6%with modest overhead,while effectively guaranteeing loop-free consistency. 展开更多
关键词 Network management update consistency programmable data plane P4
在线阅读 下载PDF
Hydrogel-shape memory polymer synergistic effect enabled 4D-printed ceramic precursors with programmable recovery onset and reversible deformation
4
作者 Dekun Kong Zhihui Zhang +5 位作者 Hailong Wu Xunjin Li Jinsong Zhang Baoyu Zhang Anfu Guo Luquan Ren 《International Journal of Extreme Manufacturing》 2026年第1期539-553,共15页
Ceramic 4D printing,which integrates dynamic deformation with additive manufacturing,demonstrates significant potential in intelligent manufacturing,on-demand shaping of complex structures,and multifunctional device d... Ceramic 4D printing,which integrates dynamic deformation with additive manufacturing,demonstrates significant potential in intelligent manufacturing,on-demand shaping of complex structures,and multifunctional device development.Its core advantage lies in endowing materials with environmentally responsive dynamic deformation capabilities.However,current technologies still face limitations in responsiveness,reversibility,and mechanical performance.To address these challenges,this study proposes a programmable ceramic precursor system based on synergistic reinforcement of phase-separating hydrogels and shape memory polymers,combined with a nano-ceramic particle enhancement strategy.Using stereolithography 3D printing,high-precision fabrication of complex structures was achieved.By adjusting precursor composition,programming time,and structural thickness,the phase-separation kinetics-driven delayed recovery mechanism was elucidated,enabling precise control over recovery onset time.Furthermore,the thermal response mechanism of the precursor materials is explored,along with their potential for multi-shape transformation in biomedical applications,which is further extended to shape memory polymer systems.By employing a layered printing strategy,the autonomous reversible deformation of ceramic precursors is realized,providing new possibilities for specific applications. 展开更多
关键词 ceramic precursors smart materials programmable recovery onset reversible deformation 4D printing
在线阅读 下载PDF
SP-Sketch:Persistent Flow Detection with Sliding Windows on Programmable Switches
5
作者 Yuqian Huang Luyi Chen +1 位作者 Zilun Peng Lin Cui 《Computers, Materials & Continua》 2025年第9期6015-6034,共20页
Persistent flows are defined as network flows that persist over multiple time intervals and continue to exhibit activity over extended periods,which are critical for identifying long-term behaviors and subtle security... Persistent flows are defined as network flows that persist over multiple time intervals and continue to exhibit activity over extended periods,which are critical for identifying long-term behaviors and subtle security threats.Programmable switches provide line-rate packet processing to meet the requirements of high-speed network environments,yet they are fundamentally limited in computational and memory resources.Accurate and memoryefficient persistent flow detection on programmable switches is therefore essential.However,existing approaches often rely on fixed-window sketches or multiple sketches instances,which either suffer from insufficient temporal precision or incur substantial memory overhead,making them ineffective on programmable switches.To address these challenges,we propose SP-Sketch,an innovative sliding-window-based sketch that leverages a probabilistic update mechanism to emulate slot expiration without maintaining multiple sketch instances.This innovative design significantly reduces memory consumption while preserving high detection accuracy across multiple time intervals.We provide rigorous theoretical analyses of the estimation errors,deriving precise error bounds for the proposed method,and validate our approach through comprehensive implementations on both P4 hardware switches(with Intel Tofino ASIC)and software switches(i.e.,BMv2).Experimental evaluations using real-world traffic traces demonstrate that SP-Sketch outperforms traditional methods,improving accuracy by up to 20%over baseline sliding window approaches and enhancing recall by 5%compared to non-sliding alternatives.Furthermore,SP-Sketch achieves a significant reduction in memory utilization,reducing memory consumption by up to 65%compared to traditional methods,while maintaining a robust capability to accurately track persistent flow behavior over extended time periods. 展开更多
关键词 SKETCH persistent flow sliding window programmable switches probability subtraction
在线阅读 下载PDF
Programmable Hierarchical Kirigami Through Controlling Local Cuts
6
作者 Han Pan Peng Sun +1 位作者 Lu Dai Rui Xiao 《Acta Mechanica Solida Sinica》 2025年第5期825-833,共9页
Kirigami,through introducing cuts into a thin sheet,can greatly improve the stretchability of structures and also generate complex patterns,showing potentials in various applications.Interestingly,even with the same c... Kirigami,through introducing cuts into a thin sheet,can greatly improve the stretchability of structures and also generate complex patterns,showing potentials in various applications.Interestingly,even with the same cutting pattern,the mechanical response of kirigami metamaterials can exhibit significant differences depending on the cutting angles in respect to the loading direction.In this work,we investigate the structural deformation of kirigami metamaterials with square domains and varied cutting angles of 0°and 45°.We further introduce a second level of cutting on the basis of the first cutting pattern.By combining experiments and finite element simulations,it is found that,compared to the commonly used 0°cuts,the two-level kirigami metamaterials with 45°cuts exhibit a unique alternating arrangement phenomenon of expanded/unexpanded states in the loading process,which also results in distinct stress–strain response.Through tuning the cutting patterns of metamaterials with 45°cuts,precise control of the rotation of the kirigami unit is realized,leading to kirigami metamaterials with encryption properties.The current work demonstrates the programmability of structural deformation in hierarchical kirigami metamaterials through controlling the local cutting modes. 展开更多
关键词 Kirigami metamaterials Hierarchical cuts programmable structure Buckling instability
原文传递
Inverse Design of a NURBS-Based Chiral Metamaterial Via Machine Learning for Programmable Mechanical Deformation
7
作者 Xiuhui Hou Wenhao Zhao +1 位作者 Kai Zhang Zichen Deng 《Acta Mechanica Solida Sinica》 2025年第5期739-748,共10页
Chiral metamaterials are manmade structures with extraordinary mechanical properties derived from their special geometric design instead of chemical composition.To make the mechanical deformation programmable,the non-... Chiral metamaterials are manmade structures with extraordinary mechanical properties derived from their special geometric design instead of chemical composition.To make the mechanical deformation programmable,the non-uniform rational B-spline(NURBS)curves are taken to replace the traditional ligament boundaries of the chiral structure.The Neural networks are innovatively inserted into the calculation of mechanical properties of the chiral structure instead of finite element methods to improve computational efficiency.For the problem of finding structure configuration with specified mechanical properties,such as Young’s modulus,Poisson’s ratio or deformation,an inverse design method using the Neural network-based proxy model is proposed to build the relationship between mechanical properties and geometric configuration.To satisfy some more complex deformation requirements,a non-homogeneous inverse design method is proposed and verified through simulation and experiments.Numerical and test results reveal the high computational efficiency and accuracy of the proposed method in the design of chiral metamaterials. 展开更多
关键词 Chiral metamaterials Inverse design Machine learning programmable mechanical deformation
原文传递
Body Temperature Programmable Shape Memory Thermoplastic Rubber
8
作者 Taoxi Wang Zhuo Liu +5 位作者 Fu Jian Xing Shen Chen Wang Huwei Bian Tao Jiang Wei Min Huang 《Journal of Polymer Materials》 2025年第1期81-94,共14页
This paper presents the development of a thermoplastic shape memory rubber that can be programmed at human body temperature for comfortable fitting applications.We hybridized commercially available thermoplastic rubbe... This paper presents the development of a thermoplastic shape memory rubber that can be programmed at human body temperature for comfortable fitting applications.We hybridized commercially available thermoplastic rubber(TPR)used in the footwear industry with un-crosslinked polycaprolactone(PCL)to create two samples,namely TP6040 and TP7030.The shape memory behavior,elasticity,and thermo-mechanical response of these rubbers were systematically investigated.The experimental results demonstrated outstanding shape memory performance,with both samples achieving shape fixity ratios(Rf)and shape recovery ratios(R_(r))exceeding 94%.TP6040 exhibited a fitting time of 80 s at body temperature(37℃),indicating a rapid response for shape fixing.The materials also showed good elasticity before and after programming,which is crucial for comfort fitting.These findings suggest that the developed shape memory thermoplastic rubber has potential applications in personalized comfort fitting products,offering advantages over traditional customization techniques in terms of efficiency and cost-effectiveness. 展开更多
关键词 Thermoplastic rubber POLYCAPROLACTONE shape memory polymers body temperature programmable comfort fitting
在线阅读 下载PDF
Machine learning-encoded multiscale modelling and Bayesian optimization framework to design programmable metamaterials
9
作者 Yizhe Liu Xiaoyan Li +1 位作者 Yuli Chen Bin Ding 《Acta Mechanica Sinica》 2025年第1期226-245,共20页
Advanced programmable metamaterials with heterogeneous microstructures have become increasingly prevalent in scientific and engineering disciplines attributed to their tunable properties.However,exploring the structur... Advanced programmable metamaterials with heterogeneous microstructures have become increasingly prevalent in scientific and engineering disciplines attributed to their tunable properties.However,exploring the structure-property relationship in these materials,including forward prediction and inverse design,presents substantial challenges.The inhomogeneous microstructures significantly complicate traditional analytical or simulation-based approaches.Here,we establish a novel framework that integrates the machine learning(ML)-encoded multiscale computational method for forward prediction and Bayesian optimization for inverse design.Unlike prior end-to-end ML methods limited to specific problems,our framework is both load-independent and geometry-independent.This means that a single training session for a constitutive model suffices to tackle various problems directly,eliminating the need for repeated data collection or training.We demonstrate the efficacy and efficiency of this framework using metamaterials with designable elliptical holes or lattice honeycombs microstructures.Leveraging accelerated forward prediction,we can precisely customize the stiffness and shape of metamaterials under diverse loading scenarios,and extend this capability to multi-objective customization seamlessly.Moreover,we achieve topology optimization for stress alleviation at the crack tip,resulting in a significant reduction of Mises stress by up to 41.2%and yielding a theoretical interpretable pattern.This framework offers a general,efficient and precise tool for analyzing the structure-property relationships of novel metamaterials. 展开更多
关键词 Artificial neural network Multiscale computation Bayesian optimization Inverse design programmable metamaterials
原文传递
Programmable array antenna based on nematic liquid crystals for the Ka-band
10
作者 WANG Qiang KE Junchen BAI Lin 《Journal of Southeast University(English Edition)》 2025年第1期78-83,共6页
A programmable low-profile array antenna based on nematic liquid crystals(NLCs)is proposed.Each antenna unit comprises a square patch radiating structure and a tunable NLC-based phase shifter capable of achieving a ph... A programmable low-profile array antenna based on nematic liquid crystals(NLCs)is proposed.Each antenna unit comprises a square patch radiating structure and a tunable NLC-based phase shifter capable of achieving a phase shift exceeding 360°with high linearity.First,the above 64 antenna units are periodically arranged into an 8×8 NLC-based antenna array,and the bias voltage of the NLC-based phase shifter loaded on the antenna unit is adjusted through the control of the field-programmable gate array(FPGA)programming sequences.This configuration enables precise phase changes for all 64 channels.Numerical simulation,sample processing,and experimental measurements of the antenna array are conducted to validate the performance of the antenna.The numerical and experimental results demonstrate that the proposed antenna performs well within the frequency range of 19.5-20.5 GHz,with a 3 dB relative bandwidth of 10%and a maximum main lobe gain of 14.1 dBi.A maximum scanning angle of±34°is achieved through the adjustment of the FPGA programming sequence.This NLC-based programmable array antenna shows promising potential for applications in satellite communication. 展开更多
关键词 array antenna nematic liquid crystals electronically beam scanning field programmable gate array(FPGA)
在线阅读 下载PDF
SRv6技术在数据转发平面的应用与挑战综述
11
作者 马东超 赵肖河 +2 位作者 王晨 黄思恬 马礼 《软件学报》 北大核心 2026年第1期378-397,共20页
基于IPv6的段路由(segment routing over IPv6,SRv6)作为下一代网络架构的关键使能技术,通过引入灵活的段路由转发平面,为提升网络智能化水平、拓展业务服务能力带来革新机遇.旨在全面梳理近年来SRv6的演进趋势和研究现状.首先,系统总结... 基于IPv6的段路由(segment routing over IPv6,SRv6)作为下一代网络架构的关键使能技术,通过引入灵活的段路由转发平面,为提升网络智能化水平、拓展业务服务能力带来革新机遇.旨在全面梳理近年来SRv6的演进趋势和研究现状.首先,系统总结SRv6在网络架构与性能、网络管理与运维以及新兴业务支撑等方面的应用,凸显了SRv6精细调度、灵活编程、服务融合等独特优势.与此同时,深入剖析SRv6在性能与效率、可靠性与安全性、部署与演进策略这3个方面所面临的关键挑战,并重点讨论当前主流的解决思路和发展趋势.最后,立足产业生态构建、人工智能引入、行业融合创新等视角,对SRv6未来的发展方向和挑战进行前瞻性思考和展望.研究成果将为运营商构建开放、智能、安全的新一代网络提供理论参考和实践指导. 展开更多
关键词 SRv6 软件定义网络 网络可编程 流量工程 服务功能链
在线阅读 下载PDF
中国高科技产业发展的“自然道路”及劳动者境遇
12
作者 贾文娟 《浙江社会科学》 北大核心 2026年第2期41-53,156,共14页
各国的高科技产业发展与劳动者境遇,均深植于其独特的社会经济发展历史与政治经济背景,呈现本土特质。中国高科技产业在因地制宜、循序渐进的逻辑下,因循“自然道路”发展,具有包容性、均衡性、技术密集性等特征,并面对着过度使用劳动... 各国的高科技产业发展与劳动者境遇,均深植于其独特的社会经济发展历史与政治经济背景,呈现本土特质。中国高科技产业在因地制宜、循序渐进的逻辑下,因循“自然道路”发展,具有包容性、均衡性、技术密集性等特征,并面对着过度使用劳动力与产业内卷两大挑战。在这种情况下,大型数智科技企业形成了纵向一体化的“大厂”生产体制,其具有劳动强度高、优绩主义盛行、弱劳动关系化等特征,并在产业周期的不同阶段对劳动者境遇产生了迥异影响。着眼产业发展与劳动者境遇改善的良性循环,我国仍需从优化劳动法规、提升教育方式入手,对“自然道路”进行扬长补短。 展开更多
关键词 自然道路 高科技产业 程序员 生产体制
在线阅读 下载PDF
欧洲血液联盟血液机构全血供应实施计划实用指引的主要内容与启示
13
作者 郭永建 王鸿捷 《中国输血杂志》 2026年第3期408-412,共5页
全血含人体生理比例的血液成分,是严重出血患者首选血液复苏液体。其制备与供应和临床使用更为便捷,安全有效,具有血液使用量和相关费用降低的优势。近年来越来越多的国家和地区开始实施全血输注项目。国家卫生健康委新近印发的《突发... 全血含人体生理比例的血液成分,是严重出血患者首选血液复苏液体。其制备与供应和临床使用更为便捷,安全有效,具有血液使用量和相关费用降低的优势。近年来越来越多的国家和地区开始实施全血输注项目。国家卫生健康委新近印发的《突发事件创伤伤员医疗救治规范(2025年版)》将全血作为创伤早期输血的首选。建立全血供应优先保障工作机制已成为我国血站当前的重要工作任务。本文介绍了《欧洲血液联盟血液机构全血供应实施计划实用指引》的结构化指导和建议,希望对我国全血供应优先保障工作机制的建立有所启示和助益。 展开更多
关键词 全血 供应 计划 指引 血液机构
原文传递
基于FPGA的低照度图像增强算法的研究与实现
14
作者 肖剑 李志斌 +2 位作者 杨进 程鸿亮 胡欣 《计算机工程与科学》 北大核心 2026年第1期98-107,共10页
针对深度学习等软件方法实现低照度图像增强算法时,计算量大且复杂、实时性差等问题,实现了一种便于部署到FPGA上的基于Retinex模型的改进的低照度图像增强算法。该算法首先将输入的低照度图像进行RGB色彩空间到YCbCr色彩空间的转换,取... 针对深度学习等软件方法实现低照度图像增强算法时,计算量大且复杂、实时性差等问题,实现了一种便于部署到FPGA上的基于Retinex模型的改进的低照度图像增强算法。该算法首先将输入的低照度图像进行RGB色彩空间到YCbCr色彩空间的转换,取空间中的Y分量作为初始照度分量对其进行自适应伽玛校正和双边滤波处理,提高初始照度分量亮度的同时实现对图像的降噪和对细节的增强,接着依据Retinex模型得到增强图像。将增强后的图像再次转换到YCbCr色彩空间,对Y分量进行多尺度细节增强后转换到RGB色彩空间,作为最终的增强结果输出。实验结果表明,将在FPGA上部署所提出的低照度图像增强算法和在MATLAB上进行算法仿真后的输出图像进行比较,两者的相似度指标SSIM接近1,肉眼很难分辨出两者的差别;在时钟频率为200 MHz时,处理一幅分辨率为1280×720的图像仅需约21 ms;将所提出的算法部署在国产某型号的FPGA上时资源占用率较低,功耗为3.357 W,满足低功耗要求,具有较大的实用意义和工程应用价值。 展开更多
关键词 图像增强 FPGA 自适应伽玛校正 双边滤波 多尺度细节增强
在线阅读 下载PDF
基于改进Wallace树的Posit乘法单元优化
15
作者 高志勇 王磊 +2 位作者 刘博文 英津瑞 王盼龙 《计算机工程》 北大核心 2026年第3期276-286,共11页
Posit格式作为一种新的浮点数表示方法,虽然在动态范围和舍入误差处理上相比IEEE 754浮点格式具有显著优势,但其硬件实现尤其是尾数乘法器的设计存在挑战。为此,通过增加特定的计数器、重新设计部分积求和阶段计数器布局以及改进最终求... Posit格式作为一种新的浮点数表示方法,虽然在动态范围和舍入误差处理上相比IEEE 754浮点格式具有显著优势,但其硬件实现尤其是尾数乘法器的设计存在挑战。为此,通过增加特定的计数器、重新设计部分积求和阶段计数器布局以及改进最终求和阶段使用的加法器,提出一种名为3L-Wallace树的改进Wallace树算法,以减少部分积求和的阶段数,降低硬件资源消耗和整体延迟。随后,基于3L-Wallace树对Posit乘法单元进行了优化。此外,还引入模块化设计方法,将大位宽乘法器划分为更易于实现的小模块,简化了设计过程并减小了实现难度。同时,设计一种动态选择算法,根据运行时尾数位宽动态选择合适位宽的乘法器,避免硬件资源浪费。实验结果显示,3L-Wallace树算法硬件资源消耗相较于传统方法平均减少约9.5%,功率平均降低约8.1%,时延平均降低约10.4%,整体表现优于传统方法,特别是在大位宽乘法器的实现上表现突出。 展开更多
关键词 Posit格式 WALLACE树 乘法单元 尾数乘法器 计数器 现场可编程门阵列
在线阅读 下载PDF
欧盟对中亚国家教育外交:基于政策演进的实践行动
16
作者 王正青 熊彦皓 《比较教育研究》 北大核心 2026年第2期40-50,共11页
教育外交作为公共外交的形式之一,具有增进民心相通和影响青年价值观等价值。作为一体化程度最高的区域性国际组织,欧盟基于地缘政治考量,持续调整对中亚国家的教育外交政策,经历初步接触、主动参与、拓展推进和调整转型四个阶段。欧盟... 教育外交作为公共外交的形式之一,具有增进民心相通和影响青年价值观等价值。作为一体化程度最高的区域性国际组织,欧盟基于地缘政治考量,持续调整对中亚国家的教育外交政策,经历初步接触、主动参与、拓展推进和调整转型四个阶段。欧盟在实践中形成教育机构互联、业内人员互访、教学资源互享和援助项目互赢四条行动路径,推动与中亚国家的全方位合作,逐渐建立引领发展走向的统筹协商机制、确保日常运作的组织完善机制、推动政策落地的项目载体机制、夯实实施基础的资金保障机制,以及检验实践效果的质量评估机制。欧盟对中亚教育外交强化了欧盟在教育合作与价值观传播层面的影响力,为中亚青年一代提供了更多教育选择。 展开更多
关键词 欧盟 中亚国家 教育外交 欧盟价值观 伊拉斯谟+计划
原文传递
适用于轻量级客户端的多方隐私集合求交协议
17
作者 杨乐 何慧阳 +2 位作者 尤玮婧 张佰韬 林璟锵 《信息网络安全》 北大核心 2026年第2期251-262,共12页
随着隐私保护需求的增长,多方隐私集合求交(MP-PSI)协议作为一种关键的隐私计算技术,在多个领域受到广泛关注。然而,在计算资源受限的环境中,现有的MP-PSI协议往往面临客户端计算负担较重的问题,限制了其在实际应用中的可行性。为解决... 随着隐私保护需求的增长,多方隐私集合求交(MP-PSI)协议作为一种关键的隐私计算技术,在多个领域受到广泛关注。然而,在计算资源受限的环境中,现有的MP-PSI协议往往面临客户端计算负担较重的问题,限制了其在实际应用中的可行性。为解决这一问题,文章提出一种基于布隆过滤器和同态加密的轻量级客户端MP-PSI协议。该协议通过引入不经意可编程伪随机函数,将大部分计算任务从客户端转移到服务器,从而显著降低了客户端的计算开销并充分利用了服务器的计算资源。实验结果表明,该协议在客户端计算时间和服务器计算效率方面均优于现有方案。协议在半诚实模型中可抵抗至多n-1个参与方合谋攻击,可确保诚实参与方的隐私。该协议为资源受限环境下的隐私保护问题提供了新的解决方案。 展开更多
关键词 多方隐私集合求交 轻量级客户端 布隆过滤器 不经意可编程伪随机函数
在线阅读 下载PDF
基于FPGA的相位噪声补偿光频域反射仪实时处理技术
18
作者 刘向阳 樊昕昱 何祖源 《半导体光电》 北大核心 2026年第1期164-171,共8页
针对相位噪声补偿光频域反射仪(PNC-OFDR)测量速度慢、解调效率低,难以满足实时性要求,文章提出一种基于现场可编程门阵列(FPGA)的实时处理系统。该系统通过低通滤波与降采样简化相位噪声补偿计算,显著降低数据处理量;并采用多路信号复... 针对相位噪声补偿光频域反射仪(PNC-OFDR)测量速度慢、解调效率低,难以满足实时性要求,文章提出一种基于现场可编程门阵列(FPGA)的实时处理系统。该系统通过低通滤波与降采样简化相位噪声补偿计算,显著降低数据处理量;并采用多路信号复用的二维傅里叶变换结构,实现对长序列的高效频域分析。实验结果表明,该系统完成了11阶相位噪声补偿,在27 km测量距离内实现了2.5 cm空间分辨率,且FPGA处理延时仅为8.13 ms,低于硬件系统的10 ms的扫频周期,从而实现了PNC-OFDR的实时解调。 展开更多
关键词 光频域反射仪 相位噪声补偿光频域反射仪 可编辑门阵列 并行计算
原文传递
基于PLC和组态软件的人防工程环境在线监测方法研究
19
作者 马强 田林锋 陈仲浩 《科技资讯》 2026年第6期186-189,共4页
针对现有人防工程环境监测方法存在画面清晰度低、数据反馈时延高的问题,开展基于可编程逻辑控制器(Programmable Logic Controller,PLC)和组态软件的人防工程环境在线监测方法研究。通过构建分布式视频采集网络与多传感器融合架构,结合... 针对现有人防工程环境监测方法存在画面清晰度低、数据反馈时延高的问题,开展基于可编程逻辑控制器(Programmable Logic Controller,PLC)和组态软件的人防工程环境在线监测方法研究。通过构建分布式视频采集网络与多传感器融合架构,结合PLC的工业级抗干扰能力和组态软件的可视化调度,该方法实现对环境参数实时采集、智能分析与联动控制;利用运动目标检测算法和矩阵主机协同策略,提升异常事件预警效率。实验证明,该方法具备更高清晰度,并且数据反馈时延显著降低,能够满足复杂环境下的高可靠性监测需求。 展开更多
关键词 可编程逻辑控制器 组态软件 在线监测 人防工程
在线阅读 下载PDF
一种动态精准的Flash型FPGA内核电源控制技术
20
作者 马金龙 潘乐乐 +2 位作者 韦文勋 江少祥 于宗光 《半导体技术》 北大核心 2026年第3期263-269,共7页
为满足Flash型现场可编程门阵列(FPGA)在多工作模式下内核电源供电的安全性与可靠性需求,设计并实现了一种Flash型FPGA内核电源控制逻辑电路。该电路利用Flash器件的非易失特性集成状态记忆模块,精准识别FPGA的5种工作状态。通过动态控... 为满足Flash型现场可编程门阵列(FPGA)在多工作模式下内核电源供电的安全性与可靠性需求,设计并实现了一种Flash型FPGA内核电源控制逻辑电路。该电路利用Flash器件的非易失特性集成状态记忆模块,精准识别FPGA的5种工作状态。通过动态控制JD7节点电平,实现了内核电源的精准管理与电气隔离:在非用户模式下将JD7置为电源电压V_(CC),以消除信号冲突风险;在用户模式下切换为GND,建立完整的电源回路。电路在一款60万门规模的Flash型FPGA中集成验证,测试结果表明,在55~125℃范围内及±5%电源电压波动条件下,全片擦除后静态电流低至1 mA,用户模式下功能正确。本研究为高可靠Flash型FPGA提供了一种有效的内核电源管理解决方案,显著提升了芯片的鲁棒性。 展开更多
关键词 Flash型现场可编程门阵列(FPGA) 内核电源供电 电源控制电路 非易失存储 高可靠性
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部