期刊文献+
共找到95,689篇文章
< 1 2 250 >
每页显示 20 50 100
基于ASP.NET Core MVC框架的智慧检查预约系统的构建与应用 认领 引用
1
作者 蒋琳 张中天 +4 位作者 周天平 殷鹏宇 陈照丹 杨依叶 陈江 《中国医学装备》 2026年第4期96-102,共7页
目的:设计基于ASP.NET Core MVC框架与大语言模型的智慧检查预约系统,通过智能化技术重构医疗资源调度范式,实现医学技术检查资源的最优配置与患者就医体验的显著改善。方法:智慧检查预约系统采用前后端分离架构实现业务解耦,结合依赖... 目的:设计基于ASP.NET Core MVC框架与大语言模型的智慧检查预约系统,通过智能化技术重构医疗资源调度范式,实现医学技术检查资源的最优配置与患者就医体验的显著改善。方法:智慧检查预约系统采用前后端分离架构实现业务解耦,结合依赖注入容器实现组件化开发,利用面向切面编程(AOP)处理日志、事务等横切关注点,集成大语言模型和可视化数据驾驶舱,实现医学技术检查需求与医疗资源的智能匹配与动态调度。选取北京安贞医院2023年8月至12月系统应用前采用传统预约模式采集的597000例检查预约记录,以及2024年8月至12月系统应用后采用智慧检查预约模式采集的624881例检查预约记录。记录智慧检查预约系统上线后每月运行情况,并比较两种预约模式下医院运营指标的差异性。结果:智慧检查预约模式下,预约率从62.60%提升至80.92%;改约率则从15%逐步降至11%。智慧检查预约模式的日均预约量显著高于传统预约模式,差异有统计学意义(t=34.55,P<0.05),效应量Cohen's d=3.53;平均预约完成时间显著少于传统预约模式,差异有统计学意义(t=48.08,P<0.05),效应量Cohen's d=6.67;改约率显著低于传统预约模式(t=3.89,P<0.05),效应量Cohen's d=0.76。结论:智慧检查预约系统有效提升了医疗资源分配的合理性和科学性,为智慧医院检查预约服务提供了技术支撑。 展开更多
关键词 ASP.NET Core MVC框架 大语言模型 智慧检查预约系统 医疗资源分配
暂未订购 下载PDF
基于ASP.NET Core的企业岗位竞聘投票与综合考评系统设计 认领 引用 被引量:1
2
作者 唐毅 陆媚 《现代信息科技》 2025年第14期113-117,共5页
随着管理理念的持续深化,众多企业愈发重视关键岗位的聘用管理与考核工作。然而,岗位数量的逐步增加以及考核指标的日益细化,暴露出传统线下竞聘与考评模式暴露出人手不足、效率低下的弊端,给企业人力资源部门带来巨大挑战。因此,文章... 随着管理理念的持续深化,众多企业愈发重视关键岗位的聘用管理与考核工作。然而,岗位数量的逐步增加以及考核指标的日益细化,暴露出传统线下竞聘与考评模式暴露出人手不足、效率低下的弊端,给企业人力资源部门带来巨大挑战。因此,文章提出一种基于ASP.NET Core的数字化解决方案。该方案以线上流程取代传统纸质流程,借助数字化技术实现数据的快速精准分析与统计,在显著提升数据处理速度与准确性的同时增强流程透明度,使竞聘和考评全程更加公开透明。方案实施后,不仅有效解决了原有难题,还大幅提升了工作效率和管理水平。 展开更多
关键词 ASP.NET Core 岗位竞聘投票 岗位综合考评 无纸化 系统设计
暂未订购 下载PDF
基于ASP.NET CORE的工作量统计核算 系统设计与实现 认领 引用
3
作者 姚世明 陈敏 《价值工程》 2020年第26期188-189,共2页
基于ASP.NET CORE的工作量统计核算系统,前端运用了web前端技术进行了设计和美化,后端运用过了ASP.NET CORE MVC技术,数据存储则采用了开源的mysql数据库。所开发的工作量统计核算系统,完全实现了,在线统计、核算等功能。
关键词 ASP.NET CORE 工作量统计 MVC
暂未订购 下载PDF
基于ASP.Net Core的工作日志上传系统的设计 认领 引用 被引量:5
4
作者 王建祥 《信息记录材料》 2021年第9期12-17,共6页
ASP.Net Core MVC技术近几年被广泛应用于智能制造MES、控制、监控领域。本设计工作日志上传系统是利用ASP.Net Core MVC的优势,实现的功能是:在Oracle Linux 7.6服务器上发布应用程序,在任意接入服务器网内的PC上通过浏览器注册登录后... ASP.Net Core MVC技术近几年被广泛应用于智能制造MES、控制、监控领域。本设计工作日志上传系统是利用ASP.Net Core MVC的优势,实现的功能是:在Oracle Linux 7.6服务器上发布应用程序,在任意接入服务器网内的PC上通过浏览器注册登录后添加当日工作日志的功能。本设计使用ASP.Net Core MVC技术,基于内置依赖注入与接口的程序设计,结构清晰,应用发布跨平台,用户可将应用发布到Linux或Windows平台。 展开更多
关键词 ASP.Net Core MVC 内置依赖注入与接口技术 跨平台 Linux
暂未订购 下载PDF
基于ASP.NET Core的审批工作流模块的设计与实现 认领 引用 被引量:1
5
作者 唐毅 陆媚 覃敬波 《电脑知识与技术》 2023年第6期43-46,共4页
随着企业信息化的发展和社会对企业合规的不断重视,不少企业的业务系统急需引入一套技术工具来提高审批效率,同时避免出现审批流程不规范的问题。审批工作流是一种常见的工作流,在企业管理和运转中引入审批工作流是财务规范化、制度规... 随着企业信息化的发展和社会对企业合规的不断重视,不少企业的业务系统急需引入一套技术工具来提高审批效率,同时避免出现审批流程不规范的问题。审批工作流是一种常见的工作流,在企业管理和运转中引入审批工作流是财务规范化、制度规范化、企业合规化的重要环节。该文介绍了一种基于ASP.NET Core技术,适用于一般小型企业的审批工作流模块的设计与实现。 展开更多
关键词 ASP.NET Core 审批工作流 业务系统 企业合规 设计与实现
暂未订购 下载PDF
基于ASP.NET Core和Vue的地质资料共享系统的设计与实现 认领 引用 被引量:2
6
作者 李成武 夏同云 《价值工程》 2022年第5期156-159,共4页
本文通过对ASP.NET Core WebAPI、Vue ElementUI技术框架的介绍,结合地质资料馆对馆藏地质资料的共享管理的需求的分析,设计并实现了前后端分离的地质资料在线共享管理系统,借助信息化技术让地质资料发挥更大的社会价值。
关键词 地质资料 ASP.NET Core Vue 信息系统
暂未订购 下载PDF
基于Angular和ASP.NET Core技术的数据采集系统的设计与实现 认领 引用 被引量:2
7
作者 张俊杰 《信息与电脑》 2023年第6期155-160,共6页
针对国家电网有限公司(以下简称国网公司)提出的实时采集工厂生产数据需求,论述一个基于Angular和ASP.NET Core的数据采集系统的设计与实现。深入探讨开发过程中所使用的软件构架以及通信方法,设计分析数据采集系统的各项功能和数据种类... 针对国家电网有限公司(以下简称国网公司)提出的实时采集工厂生产数据需求,论述一个基于Angular和ASP.NET Core的数据采集系统的设计与实现。深入探讨开发过程中所使用的软件构架以及通信方法,设计分析数据采集系统的各项功能和数据种类,建立合适的高效软件框架体系,最后给出关键设计和系统实现。该系统的成功运行能够表明,结合Angular和ASP.NET Core技术,并利用Visual Studio模板能够创建复杂并且高效的系统,且设计系统具有良好的稳定性及易维护性。 展开更多
关键词 Angular ASP.NET Core MySQL 数据采集系统
暂未订购 下载PDF
基于ASP.Net Core的前后端分离网络安全检查信息管理平台设计 认领 引用 被引量:1
8
作者 武霖 《中国有线电视》 2022年第5期35-40,共6页
广播电视网络安全检查是一项覆盖地域广、参与人数多,要求做到数据录入规范、统计结果准确的工作。从技术架构、数据架构和应用架构等3个层面,提出一种网络安全检查信息管理平台的设计方案,可覆盖广播电视网络安全检查工作的全流程,规... 广播电视网络安全检查是一项覆盖地域广、参与人数多,要求做到数据录入规范、统计结果准确的工作。从技术架构、数据架构和应用架构等3个层面,提出一种网络安全检查信息管理平台的设计方案,可覆盖广播电视网络安全检查工作的全流程,规范任务分发、数据录入、报告撰写等环节,显著提高检查工作的效率。 展开更多
关键词 Net Core 网络安全检查 前后端分离
暂未订购 下载PDF
Core germplasm construction of tea plant populations based on genome-wide SNP and catechins in Shaanxi Province,China 认领 引用 被引量:1
9
作者 Xinyu Wang Xiufeng Li +13 位作者 Dan Chen Jingwen Gao Shuangqian Hao He Zhang Ziyan Zhao Mengwei Shen Huirui Chen Fuqiang Qi Keyi Zhang Haozhe Zhou Yanjun Xi Jie Zhou Youben Yu Qingshan Xu 《Journal of Integrative Agriculture》 SCIE CAS CSCD 2026年第5期1927-1938,共12页
Genetic diversity is crucial to genetic research and crop breeding,and core collections are important resources for capturing this diversity.Recently,the core germplasm of tea plants was constructed mainly based on ph... Genetic diversity is crucial to genetic research and crop breeding,and core collections are important resources for capturing this diversity.Recently,the core germplasm of tea plants was constructed mainly based on phenotypic data or molecular markers;however,the effective construction of core germplasm resources for plant breeding programs requires consideration of multiple aspects.In this study,we collected 320 tea germplasm resources and analyzed their singlenucleotide polymorphisms(SNPs) and metabolite data.Abundant genetic diversity in tea plants was inferred from the mean values of observed heterozygosity(Ho=0.340),expected heterozygosity(He=0.327),minor allele frequency(MAF=0.229),and polymorphic information content(PIC=0.268),based on the data from 2,118,060 high-quality SNP markers.A mean genetic diversity index(H') value of 1.902 suggested significant metabolic variation.The 320 tea samples were categorized into six groups based on phylogenetic analysis,reflecting the influence of geographical origins on genetic diversity.Based on the genetic and metabolic data,a preliminary core collection of 106 accessions was developed to effectively represent most of the original panel's molecular,metabolic,population,and regional diversity.Genome-wide association studies of the core panel successfully replicated the marker-trait associations found in the original panel.This study contributes to the conservation and management of tea plant germplasm. 展开更多
关键词 tea plant core collection genetic diversity SNPs catechin index
暂未订购 下载PDF
The Agentic-AI Core:An AI-Empowered,Mission-Oriented Core Network for Next-Generation Mobile Telecommunications 认领 引用 被引量:1
10
作者 Xu Li Weisen Shi +3 位作者 Hang Zhang Chenghui Peng Shaoyun Wu Wen Tong 《Engineering》 SCIE EI CSCD 2026年第1期104-119,共16页
While the complexity of fifth-generation wireless networks is being widely commented upon,there is great anticipation for the arrival of the sixth generation(6G),with its enriched capabilities and features.It can easi... While the complexity of fifth-generation wireless networks is being widely commented upon,there is great anticipation for the arrival of the sixth generation(6G),with its enriched capabilities and features.It can easily be imagined that,without proper design,the enrichment of 6G will further increase system complexity.To address this issue,we propose the Agentic-AI Core(A-Core),an artificial intelligence(AI)-empowered,mission-oriented core network architecture for next-generation mobile telecommunications.In A-Core,network capabilities can be added and updated on the fly and further programmed into missions for enabling and offering diverse services to customers.These missions are created and executed by autonomous network agents according to the customer's intent,which may be expressed in natural language.The agents resolve intents from customers into workflows of network capabilities by leveraging a large-scale network AI model and follow the workflows to execute the mission.As an open,agile system architecture,A-Core holds promise for accelerating innovation and greatly reducing standard release times.The advantages of A-Core are demonstrated through two use cases. 展开更多
关键词 Sixth generation Core network Generative artificial intelligence Artificial intelligence agent
暂未订购 下载PDF
Investigation on interfacial reaction and wettability between 4777DS1 superalloy and ceramic core 认领 引用
11
作者 Qiong-yuan Zhang Qiang Yang +5 位作者 A-tao Yang Ying-xin Wang Jian He Yan Shang Yu Fang Qing-yan Xu 《China Foundry》 SCIE EI CAS CSCD 2026年第2期205-214,共10页
Low reactivity and appropriate wettability between molten superalloys and ceramic materials are crucial for the production of high-quality superalloy castings.The sessile-drop experiment was employed to systematically... Low reactivity and appropriate wettability between molten superalloys and ceramic materials are crucial for the production of high-quality superalloy castings.The sessile-drop experiment was employed to systematically investigate the interfacial reaction and wettability between the 4777DS1 superalloy and SiO2-based ceramic core at various temperatures(1,480℃,1,500℃,1,520℃,and 1,550℃).The wetting behavior and interfacial reaction products at different temperatures were analyzed by scanning electron microscopy(SEM),energy dispersive spectroscopy(EDS),and X-ray diffraction(XRD).The interfacial reaction process and products were discussed,and the thermodynamic behavior and interfacial reaction mechanisms were elucidated.The results demonstrate that the wetting behavior and interfacial reaction between the 4777DS1 alloy and the ceramic core are significantly influenced by temperature.The wettability angle exhibits a trend of initial decrease followed by an increase with rising temperature,reaching a maximum of 139°at 1,480℃,indicating poorer wettability of the 4777DS1 superalloy with the ceramic core and better casting properties at this specific temperature.The most intense interfacial reaction occurs at 1,520℃,resulting in the formation of the main interfacial reaction products such as Al2O3,SiO2,and HfO2.Additionally,some crystal-like products rich in Si and Hf distribute on the reaction layer. 展开更多
关键词 4777DS1 superalloy ceramic core wettability interfacial reaction
暂未订购 下载PDF
Developing a core outcome set for clinical research on Chinese medicine dampness syndrome 认领 引用
12
作者 Xing-ying Qiu Qi Tang +4 位作者 Ting Cheng Wen-cong Cao Bing-qing Liu Ze-huai Wen Geng Li 《Journal of Integrative Medicine》 SCIE CAS CSCD 2026年第2期201-209,共9页
Objective:This study develops a core outcome set(COS)for clinical research concerning Chinese medicine(CM)dampness syndrome(COS-CMDS)that might improve heterogeneity of outcomes,reporting,and inadequate attention to t... Objective:This study develops a core outcome set(COS)for clinical research concerning Chinese medicine(CM)dampness syndrome(COS-CMDS)that might improve heterogeneity of outcomes,reporting,and inadequate attention to the CM characteristic outcomes in clinical research on CM dampness syndrome.Methods:An initial outcome pool was constructed based on a systematic review of clinical studies related to CM dampness,registered trials,and semi-structured interviews with patients and healthcare professionals.Various stakeholders were invited to participate in a 2-round Delphi survey to scrutinize the important outcomes.A consensus meeting was held to determine the final COS-CMDS.Results:We identified 1904 studies and 73 registered trials in the systematic review.Six patients and seven healthcare professionals were invited to participate in a semi-structured interview.Then,541 outcomes were extracted,of which 397 were physicochemical.After combining certain outcomes(especially the physicochemical outcomes)and excluding those with weak relevance by discussion,26 outcomes were included in round 1 of the Delphi survey.Round 1 was completed by 82.89%of participants,and 22 outcomes were carried on to round 2.Round 2 was completed by 92.06%of participants,and 14 outcomes achieved consensus for inclusion in the COS.Nineteen stakeholders attended the consensus meeting,voted,and discussed the final COS.It included evaluation of dampness syndrome,CM syndrome assessment,effective response,validated laboratory outcomes of CM dampness syndrome,and adverse events.Conclusion:The COS-CMDS provides a reference for the selection and reporting of outcomes in clinical research concerning CM dampness syndrome,embodying the characteristics of CM. 展开更多
关键词 Chinese medicine Dampness syndrome Core outcome set Outcome Effectiveness evaluation
暂未订购 下载PDF
Correction:Confining Li+Solvation in Core-Shell Metal-Organic Frameworks for Stable Lithium Metal Batteries at 100℃ 认领 引用
13
作者 Minh Hai Nguyen Jeongmin Shin +3 位作者 Mee‑Ree Kim Quan Van Nguyen Jin-Hyeok Cha Sangbaek Park 《Nano-Micro Letters》 SCIE EI CAS CSCD 2026年第8期659-662,共4页
Correction to:Nano-Micro Lett.(2026)18:135 http://gffzzd3cc09b8251d45dfs0pb6ocpn6bok6px9.ffgz.tsg.suse.edu.cn/10.1007/s40820-025-01988-7 Following publication of the original article[1],the authors noticed that Fig.2 was published with an incorrect panel order,which d... Correction to:Nano-Micro Lett.(2026)18:135 http://gffzzd3cc09b8251d45dfs0pb6ocpn6bok6px9.ffgz.tsg.suse.edu.cn/10.1007/s40820-025-01988-7 Following publication of the original article[1],the authors noticed that Fig.2 was published with an incorrect panel order,which does not reflect the final intended version approved during the proof stage.As a result,the panel sequence in Fig.2 is inconsistent with the figure caption and manuscript text.This issue is limited strictly to the order and labeling of the figure panels.The experimental data,scientific interpretation,results,and conclusions of the paper remain completely unchanged. 展开更多
关键词 temperature lithium metal batteries solvation metal organic frameworks core shell structures stability
暂未订购 下载PDF
Prediction on sulfur content in hot metal during KR stirring desulfurization process using coupled three-dimensional flow and unreacted core model 认领 引用
14
作者 Wei Chen Yan-Yu Zhao Li-Feng Zhang 《Journal of Iron and Steel Research International》 SCIE EI CSCD 2026年第5期213-223,共11页
The three-dimensional multiphase flow and the unreacted core desulfurization kinetic model were coupled to predict the sulfur content in hot metal during the Kanbara reactor(KR)stirring process.The effect of the impel... The three-dimensional multiphase flow and the unreacted core desulfurization kinetic model were coupled to predict the sulfur content in hot metal during the Kanbara reactor(KR)stirring process.The effect of the impeller rotation speed,initial sulfur content,desulfurizer diameter,and desulfurizer addition on the variation of the sulfur content and desulfurization rate was revealed.The accuracy of the current model was validated through industrial trials involving sampling and measurement of the sulfur content in hot metal.Results indicated that the speed of the hot metal and the vortex distribution were primary factors determining the dispersion degree of the desulfurizer and the desulfurization rate.The variation of the average sulfur content during the KR process essentially followed an exponential distribution.The desulfurization rate constant increased with the higher rotation speed,higher desulfurizer addition,and lower desulfurizer diameter.However,the initial sulfur content in the hot metal hardly affects the desulfurization rate constant.A formula for predicting the variation of the sulfur content with the initial sulfur content,impeller rotation speed,desulfurizer diameter,total mass of desulfurizers,total mass of hot metal,and desulfurization time was proposed to provide theoretical guidance for the actual production. 展开更多
关键词 Desulfurization Multiphase flow Unreacted core model Numerical simulation stirring
暂未订购 下载PDF
Manufacturing novel Fe-based nanocrystalline powders with high saturation magnetization and low core loss by gas atomization 认领 引用
15
作者 Yanqiu Li Ling Zhang +4 位作者 Xingjie Jia Yaqiang Dong Aina He Jiawei Li Baogen Shen 《Journal of Materials Science & Technology》 SCIE EI CAS CSCD 2026年第1期182-189,共8页
Fe-based nanocrystalline powders are ideal soft magnetic materials for matching the wide bandgap semiconductors.Previously developed Fe-based nanocrystalline alloys are difficult to produce high-quality precursor powd... Fe-based nanocrystalline powders are ideal soft magnetic materials for matching the wide bandgap semiconductors.Previously developed Fe-based nanocrystalline alloys are difficult to produce high-quality precursor powder by gas atomization due to their poor amorphous forming ability,and their following nanocrystallizations also require high temperatures or heating rates.In present work,we invented novel high-performance Fe-based nanocrystalline powders that can be directly manufactured by gas atomization without annealing.The as-atomized Fe73.3Si12B13Cu1.7nanocrystalline powders exhibit fine α-Fe(Si)crystals with an average size of 15.1 nm and high saturation magnetization(Ms)of 156.2 emu/g.The Fe73.3Si12B13Cu1.7soft magnetic powder cores annealed at 480℃for 60 min process high effective permeability of 35.9 and low core losses(50 mT/100 kHz)of 310.1 mW/cm3.These outstanding magnetic properties and good processability make the developed Fe73.3Si12B13Cu1.7nanocrystalline powders highly promising for high-performance inductors and transformers. 展开更多
关键词 Fe-based nanocrystalline alloys High Cu content Gas atomization Saturation magnetization Core loss
暂未订购 下载PDF
Core-shell structured CoFe-PBA@NiFe-LDH as efficient electrocatalysts for oxygen evolution reaction 认领 引用
16
作者 Guang-Long Wang Jun-Hui Cao +7 位作者 Shu-Sen Hou Yu Zhang Hu Zhou Chun Ouyang Long-Feng Lin Yan-Xin Qiao Yi-Shan Jiang Qi-Chao Zhang 《Journal of Iron and Steel Research International》 SCIE EI CSCD 2026年第7期158-167,共10页
NiFe-based layered double hydroxide(NiFe-LDH)nanosheets were hydrothermally anchored onto the surface of CoFe-based Prussian blue analogue(CoFe-PBA)nanocubes,resulting in the formation of core-shell-structured CoFe-PB... NiFe-based layered double hydroxide(NiFe-LDH)nanosheets were hydrothermally anchored onto the surface of CoFe-based Prussian blue analogue(CoFe-PBA)nanocubes,resulting in the formation of core-shell-structured CoFe-PBA@NiFe-LDH.Electrochemical characterizations revealed that this material exhibits exceptional oxygen evolution reaction(OER)activity coupled with remarkable long-term stability in alkaline media.The optimized CoFe-PBA@NiFe-LDH catalyst achieves a low OER overpotential of 287 mV to reach a current density of 10 mA cm−2,accompanied by a favorable Tafel slope of 77 mV dec−1.Notably,the catalyst can maintain the initial catalytic activity even after 18 h of continuous operation,with its morphology and crystalline structure remaining well-preserved.The superb electrocatalytic performance is fundamentally attributed to the synergistic core-shell architecture,where the uniform decoration of NiFe-LDH nanosheets on CoFe-PBA nanocubes maximizes the exposure of abundant and highly accessible active sites while facilitating the mass transport of reactive intermediates. 展开更多
关键词 Oxygen evolution reaction Electrocatalyst Core–shell structure Prussian blue analogue Layered double hydroxide
暂未订购 下载PDF
CoSe2@MoS2core-shell nanocubes as highly efficient electrocatalysts for acidic and alkaline hydrogen evolution 认领 引用
17
作者 Jun-Hui Cao Guang-Long Wang +6 位作者 Shu-Sen Hou Hu Zhou Chun Ouyang Long-Feng Lin Yan-Xin Qiao Yi-Shan Jiang Qi-Chao Zhang 《Journal of Iron and Steel Research International》 SCIE EI CSCD 2026年第6期56-67,共12页
CoCo-Prussian blue analogue nanocubes were firstly synthesized via a co-precipitation method and subsequently converted into CoSe2nanocubes through a high-temperature selenization.The core-shell-structured CoSe2... CoCo-Prussian blue analogue nanocubes were firstly synthesized via a co-precipitation method and subsequently converted into CoSe2nanocubes through a high-temperature selenization.The core-shell-structured CoSe2@MoS2electrocatalyst was then fabricated via a hydrothermal process.The resulting material exhibits outstanding hydrogen evolution reaction performances in both acidic and alkaline electrolytes,achieving overpotentials of 229 and 247 mV at the current density of 10 mA cm-2,respectively,with the corresponding Tafel slopes of 79 and 115 mV dec-1.Notably,the CoSe2@MoS2catalyst maintains a high catalytic activity after extended cycles.The enhanced catalytic activity and durability are primarily ascribed to the core-shell architecture,wherein MoS2nanosheets uniformly anchored on the surface of CoSe2nanocubes effectively suppress the self-agglomeration of MoS2nanosheets,thus providing abundant active sites. 展开更多
关键词 Electrocatalyst Hydrogen evolution CoSe2 MoS2 Core−shell structure
暂未订购 下载PDF
Design and characterization of dual D-shaped no-core fiber based SPR sensor for refractive index and temperature measurement 认领 引用
18
作者 Yinggang LIU Rui LI +2 位作者 Fei LI Xinyi XU Rui ZHOU 《Optoelectronics Letters》 EI 2026年第3期154-159,共6页
To address the issue of temperature cross-sensitivity in refractive index(RI)measurement,a fiber-optic surface plasmon resonance(SPR)sensor based on dual D-shaped no-core fiber(NCF)is proposed and designed.The sensor ... To address the issue of temperature cross-sensitivity in refractive index(RI)measurement,a fiber-optic surface plasmon resonance(SPR)sensor based on dual D-shaped no-core fiber(NCF)is proposed and designed.The sensor mainly consists of D-shaped NCF,Ag/Fe2O3composite film,and polydimethylsiloxane(PDMS),where the silver and Fe2O3are successively coated on both D-shaped surfaces of NCF to generate SPR and enhance the oxidation resistance.The layer of PDMS coated on one D-shaped surface acts as a tunable ambient medium sensing the temperature variation and affecting the transmission spectrum of the sensor.Since the surface plasmon waves are excited in the two D-shaped surfaces with different films,the two RI and temperature-dependent spectral resonance peaks with different wavelengths will be produced.Research results demonstrate that the two peaks'wavelengths have different responses to the variations of ambient RI and temperature.In the RI range of 1.36–1.376 and temperature range of 10–100℃,the RI and temperature sensitivities reach 5000 nm/RIU and-0.546 nm/℃,respectively.With the sensitivity coefficient matrix,simultaneous measurement of RI and temperature can be realized,and the corresponding accuracy is superior to 0.4×10-5RIU and 0.037℃. 展开更多
关键词 polydimethylsiloxane SPR sensor temperature measurement enhance oxidation resistancethe temperature cross sensitivity generate spr dual D shaped no core fiber Ag Fe O composite film
暂未订购 下载PDF
Perspective:A head-to-toe view on athletic locomotion with an emphasis on assessing core stability 认领 引用
19
作者 Erika Zemkova 《Sports Medicine and Health Science》 CAS CSCD 2026年第4期474-478,共5页
Although much research has been devoted to gait analysis while walking or running,a surprising gap in knowledge is its relationship with upper body function,particularly core stability.The methods used to train and as... Although much research has been devoted to gait analysis while walking or running,a surprising gap in knowledge is its relationship with upper body function,particularly core stability.The methods used to train and assess athletic locomotion are mainly focused on the lower limbs,while the upper body is often overlooked.Yet,proper body alignment from feet to head is essential for applying maximum force to the ground,thereby moving faster and more efficiently.It is believed that the core,which connects the upper and lower body,should be strong.The training of many athletes is therefore aimed at developing core muscle strength.However,for most of them,rigid core musculature associated with reduced spinal mobility may not be beneficial.Instead,core strength should be developed to the extent that allows race walkers and runners to optimize their performance.Accordingly,methods reflecting the functional nature of core strength,along with measures of postural alignment and lateral lumbopelvic stability,should be used to assess training effectiveness.To this end,a comprehensive head-to-toe approach to the assessment of athletic locomotion is recommended.Special emphasis should be placed on the role of postural and core stability in walking and running gait. 展开更多
关键词 Athletes Core strength Postural alignment Running and walking gait Trunk rotational mobility
暂未订购 下载PDF
基于ASP.NET的陪诊微信小程序支付问题研究与实现 认领 引用
20
作者 马传志 《电脑编程技巧与维护》 2026年第4期41-42,85,共2页
设计并实现了基于ASP.NET的陪诊微信小程序,主要探讨了支付业务模块的实现方案。系统后台运用ASP.NET框架,将微信小程序作为前端进行原生开发,后台数据库采用Microsoft SQL Server。研究详细讨论了支付流程中的重要部分,解决了支付过程... 设计并实现了基于ASP.NET的陪诊微信小程序,主要探讨了支付业务模块的实现方案。系统后台运用ASP.NET框架,将微信小程序作为前端进行原生开发,后台数据库采用Microsoft SQL Server。研究详细讨论了支付流程中的重要部分,解决了支付过程中的相关核心问题,对系统架构和功能模块的具体划分进行了分析,对数据表进行了实际设计,编写了系统核心代码。同时,对所设计系统的不足进行了讨论,为问题的解决和优化提供了方向。 展开更多
关键词 陪诊 微信小程序 微信支付 ASP.NET框架
暂未订购 下载PDF
上一页 1 2 250 下一页 到第
在线咨询 使用帮助 返回顶部 意见反馈