期刊文献+
共找到17,961篇文章
< 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
基于PMAC数控车床装调与维修实验台的硬件设计
9
作者 张志红 《消费电子》 2025年第6期194-196,共3页
本文研究开放式数控系统的数控车床装调与维修实验台的设计。在硬件设计阶段,采用了PMAC+IPC的数控系统设计形式,并选择了电气驱动部件,交流伺服电机和与之相适应的伺服驱动器,构成了其硬件与PMAC运动控制器的连接。
关键词 开放式数控系统 pmac 运动控制器 数控维修
在线阅读 下载PDF
Machine learning-encoded multiscale modelling and Bayesian optimization framework to design programmable metamaterials
10
作者 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
11
作者 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
中国高科技产业发展的“自然道路”及劳动者境遇
12
作者 贾文娟 《浙江社会科学》 北大核心 2026年第2期41-53,156,共14页
各国的高科技产业发展与劳动者境遇,均深植于其独特的社会经济发展历史与政治经济背景,呈现本土特质。中国高科技产业在因地制宜、循序渐进的逻辑下,因循“自然道路”发展,具有包容性、均衡性、技术密集性等特征,并面对着过度使用劳动... 各国的高科技产业发展与劳动者境遇,均深植于其独特的社会经济发展历史与政治经济背景,呈现本土特质。中国高科技产业在因地制宜、循序渐进的逻辑下,因循“自然道路”发展,具有包容性、均衡性、技术密集性等特征,并面对着过度使用劳动力与产业内卷两大挑战。在这种情况下,大型数智科技企业形成了纵向一体化的“大厂”生产体制,其具有劳动强度高、优绩主义盛行、弱劳动关系化等特征,并在产业周期的不同阶段对劳动者境遇产生了迥异影响。着眼产业发展与劳动者境遇改善的良性循环,我国仍需从优化劳动法规、提升教育方式入手,对“自然道路”进行扬长补短。 展开更多
关键词 自然道路 高科技产业 程序员 生产体制
在线阅读 下载PDF
SRv6技术在数据转发平面的应用与挑战综述
13
作者 马东超 赵肖河 +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
欧洲血液联盟血液机构全血供应实施计划实用指引的主要内容与启示
14
作者 郭永建 王鸿捷 《中国输血杂志》 2026年第3期408-412,共5页
全血含人体生理比例的血液成分,是严重出血患者首选血液复苏液体。其制备与供应和临床使用更为便捷,安全有效,具有血液使用量和相关费用降低的优势。近年来越来越多的国家和地区开始实施全血输注项目。国家卫生健康委新近印发的《突发... 全血含人体生理比例的血液成分,是严重出血患者首选血液复苏液体。其制备与供应和临床使用更为便捷,安全有效,具有血液使用量和相关费用降低的优势。近年来越来越多的国家和地区开始实施全血输注项目。国家卫生健康委新近印发的《突发事件创伤伤员医疗救治规范(2025年版)》将全血作为创伤早期输血的首选。建立全血供应优先保障工作机制已成为我国血站当前的重要工作任务。本文介绍了《欧洲血液联盟血液机构全血供应实施计划实用指引》的结构化指导和建议,希望对我国全血供应优先保障工作机制的建立有所启示和助益。 展开更多
关键词 全血 供应 计划 指引 血液机构
原文传递
基于FPGA的低照度图像增强算法的研究与实现
15
作者 肖剑 李志斌 +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乘法单元优化
16
作者 高志勇 王磊 +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
欧盟对中亚国家教育外交:基于政策演进的实践行动
17
作者 王正青 熊彦皓 《比较教育研究》 北大核心 2026年第2期40-50,共11页
教育外交作为公共外交的形式之一,具有增进民心相通和影响青年价值观等价值。作为一体化程度最高的区域性国际组织,欧盟基于地缘政治考量,持续调整对中亚国家的教育外交政策,经历初步接触、主动参与、拓展推进和调整转型四个阶段。欧盟... 教育外交作为公共外交的形式之一,具有增进民心相通和影响青年价值观等价值。作为一体化程度最高的区域性国际组织,欧盟基于地缘政治考量,持续调整对中亚国家的教育外交政策,经历初步接触、主动参与、拓展推进和调整转型四个阶段。欧盟在实践中形成教育机构互联、业内人员互访、教学资源互享和援助项目互赢四条行动路径,推动与中亚国家的全方位合作,逐渐建立引领发展走向的统筹协商机制、确保日常运作的组织完善机制、推动政策落地的项目载体机制、夯实实施基础的资金保障机制,以及检验实践效果的质量评估机制。欧盟对中亚教育外交强化了欧盟在教育合作与价值观传播层面的影响力,为中亚青年一代提供了更多教育选择。 展开更多
关键词 欧盟 中亚国家 教育外交 欧盟价值观 伊拉斯谟+计划
原文传递
基于PMAC的并行双CPU开放式数控系统 被引量:23
18
作者 王春 温圣 +1 位作者 关慧贞 王永青 《制造技术与机床》 CSCD 北大核心 2001年第3期15-17,共3页
提出了一种以 PMAC运动控制器为控制系统核心、工业控制机为系统支撑单元的双 CPU开放式数控系统。介绍了该系统的功能、硬件和软件设计方法。实践证明,基于 PMAC的数控系统完全可以实现人机接口的定制和实时控制部件的参... 提出了一种以 PMAC运动控制器为控制系统核心、工业控制机为系统支撑单元的双 CPU开放式数控系统。介绍了该系统的功能、硬件和软件设计方法。实践证明,基于 PMAC的数控系统完全可以实现人机接口的定制和实时控制部件的参数化。 展开更多
关键词 pmac 双CPU 数控系统 壁板铣床
在线阅读 下载PDF
基于PMAC的六轴纤维缠绕机开发及应用 被引量:11
19
作者 韩振宇 孟庆鑫 +2 位作者 路华 富宏亚 王永章 《哈尔滨工业大学学报》 EI CAS CSCD 北大核心 2007年第11期1799-1802,共4页
以工控机和PMAC运动控制器为基础构建了六轴纤维缠绕机的控制系统.参照开放式数控体系结构,采用面向对象技术开发了缠绕机的系统软件.并将六轴缠绕机应用到了压力容器的五坐标缠绕和三通管的缠绕中.偏航坐标的引入解决了压力容器缠绕时... 以工控机和PMAC运动控制器为基础构建了六轴纤维缠绕机的控制系统.参照开放式数控体系结构,采用面向对象技术开发了缠绕机的系统软件.并将六轴缠绕机应用到了压力容器的五坐标缠绕和三通管的缠绕中.偏航坐标的引入解决了压力容器缠绕时在封头段的纤维束扭曲和过度堆积问题.升降坐标的引入使得三通管支管的纤维缠绕成型成为可能. 展开更多
关键词 纤维缠绕 pmac 三通管
在线阅读 下载PDF
基于PMAC运动控制器的开放式数控系统 被引量:14
20
作者 白建华 刘恒娟 范剑 《机电工程》 CAS 2004年第4期16-19,共4页
讨论了开放式CNC的概念,介绍了一种以PMAC运动控制器为核心,工业PC为系统支撑,运行在Windows平台下的开放式数控系统,并阐述该系统的硬件结构和软件设计。实践证明,该系统完全能满足现代数控机床对开放式数控系统的要求。
关键词 开放式数控系统 pmac 运动控制器 数控程序 数控机床 硬件结构
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部