期刊文献+
共找到122,754篇文章
< 1 2 250 >
每页显示 20 50 100
ASP.Net Web程序设计课程全流程智慧教学模式研究
1
作者 钟梁 刘平 王嵩 《数字通信世界》 2026年第2期109-111,共3页
本文聚焦全流程智慧教学模式的构建与实施,阐述智慧教学在促进能力生长、实现个性化学习、深化理论实践融合方面的独特价值。在此基础上,提出以学习者为中心、数据驱动决策、线上线下融合、全过程评价反馈的模式构建逻辑,并详细展开课... 本文聚焦全流程智慧教学模式的构建与实施,阐述智慧教学在促进能力生长、实现个性化学习、深化理论实践融合方面的独特价值。在此基础上,提出以学习者为中心、数据驱动决策、线上线下融合、全过程评价反馈的模式构建逻辑,并详细展开课前资源推送与自主探究、课中问题导向与协作创新、课后能力拓展与个性辅导的实践路径,为Web开发人才培养提供新范式。 展开更多
关键词 asp.net Web程序设计 智慧教学模式 全流程教学 混合式学习 教学改革
在线阅读 下载PDF
基于ASP.NET与深度学习的医学图像分割系统设计与实现
2
作者 陈少洁 陈荣征 《现代信息科技》 2026年第2期79-83,共5页
针对深度学习模型与传统Web信息系统集成中的工程难题,文章设计并实现了一个松耦合、高可用的医学图像分割信息管理系统。系统采用B/S架构,前端基于ASP.NET框架开发用户界面与业务逻辑,后端通过RESTful API调用独立部署的Mask R-CNN模... 针对深度学习模型与传统Web信息系统集成中的工程难题,文章设计并实现了一个松耦合、高可用的医学图像分割信息管理系统。系统采用B/S架构,前端基于ASP.NET框架开发用户界面与业务逻辑,后端通过RESTful API调用独立部署的Mask R-CNN模型服务,完成图像分割任务;采用SQL Server数据库进行数据管理,并设计了异步任务处理机制。成功构建了一个集用户管理、病人信息管理、图像上传及异步分割任务调度于一体的管理系统。测试验证了该系统架构在功能、性能及异构服务通信方面的有效性。该研究为解决深度学习模型在医疗信息系统中的工程化集成问题提供了可行方案,所设计的松耦合架构具有良好的实用性与扩展性。 展开更多
关键词 信息管理系统 系统集成 asp.net Mask R-CNN B/S架构
在线阅读 下载PDF
基于综合性实例驱动的ASP.NET(C#)教学模式构建与应用
3
作者 彭芳策 《电脑知识与技术》 2026年第3期150-153,共4页
针对当前ASP.NET(C#)教学中理论与实践脱节、学生综合实训能力培养不足等问题,本研究构建并实践运用综合性实例驱动的教学模式。该模式以涵盖多知识点、贴近真实应用的Web综合项目为核心载体,通过项目驱动、任务分解、协作学习等方法组... 针对当前ASP.NET(C#)教学中理论与实践脱节、学生综合实训能力培养不足等问题,本研究构建并实践运用综合性实例驱动的教学模式。该模式以涵盖多知识点、贴近真实应用的Web综合项目为核心载体,通过项目驱动、任务分解、协作学习等方法组织教学,并融合人工智能(AI)技术赋能教学全过程。研究旨在破解传统教学的碎片化困境,系统性培养学生的工程实践能力与创新思维,形成闭环式的人才培养新机制。 展开更多
关键词 asp.net(C#) 教学模式 综合性实例 项目驱动
在线阅读 下载PDF
基于ASP.NET的学生管理系统的设计与实现
4
作者 邹珺 《办公自动化》 2025年第15期99-101,共3页
随着科技的日新月异,教务工作管理要逐步信息化,使用计算机强大的计算与统计功能来管理学校的学生与教师也变得日渐重要。学生管理系统基于ASP.NET,使用Entity Framework进行数据库数据的访问,包含学生管理、课程管理、成绩管理和教师... 随着科技的日新月异,教务工作管理要逐步信息化,使用计算机强大的计算与统计功能来管理学校的学生与教师也变得日渐重要。学生管理系统基于ASP.NET,使用Entity Framework进行数据库数据的访问,包含学生管理、课程管理、成绩管理和教师管理功能,提供当前学生的学生总览,学生课程成绩、所学习课程的分配、教师信息一览表、教师当前所授课程信息等教务工作的管理。通过该系统,学生和教师可方便、轻松地进入系统管理自己的信息,也便于更好地服务于学校教务管理系统。 展开更多
关键词 学生管理系统 asp.net Entity Framework 数据 教务
在线阅读 下载PDF
ASP.NET项目中Excel数据导入导出应用研究
5
作者 陈印 邓林 《内江科技》 2025年第8期49-50,115,共3页
Excel文档是ASP.NET项目中最常用的数据导入导出载体。分析比较了.NET框架中访问Excel文档最常见的几种技术,提出了一种基于Closed XML+ADO.NET技术实现ASP.NET项目中Excel数据导入导出的解决方案,并通过项目案例进行了论证。1背景在ASP... Excel文档是ASP.NET项目中最常用的数据导入导出载体。分析比较了.NET框架中访问Excel文档最常见的几种技术,提出了一种基于Closed XML+ADO.NET技术实现ASP.NET项目中Excel数据导入导出的解决方案,并通过项目案例进行了论证。1背景在ASP.NET项目中,用户往往需要将项目数据库数据导出为Excel文件分析或分享,或使用Excel文件将外部数据批量、快速导入到项目数据库中存储。如何访问Excel文件、如何访问服务器数据库是此类需求中需要解决的首要问题。 展开更多
关键词 Excel数据导入导出 asp.net项目 ADO.net
在线阅读 下载PDF
基于ASP-SERes2Net的说话人识别算法 被引量:1
6
作者 令晓明 陈鸿雁 +1 位作者 张小玉 张真 《北京工业大学学报》 CAS 北大核心 2025年第1期42-50,共9页
为提升说话人识别的特征提取能力,解决在噪声环境下识别率低的问题,提出一种基于残差网络的说话人识别算法——ASP-SERes2Net。首先,采用梅尔语谱图作为神经网络的输入;其次,改进Res2Net网络的残差块,并且在每个残差块后引入压缩激活(sq... 为提升说话人识别的特征提取能力,解决在噪声环境下识别率低的问题,提出一种基于残差网络的说话人识别算法——ASP-SERes2Net。首先,采用梅尔语谱图作为神经网络的输入;其次,改进Res2Net网络的残差块,并且在每个残差块后引入压缩激活(squeeze-and-excitation,SE)注意力模块;然后,用注意力统计池化(attention statistics pooling,ASP)代替原来的平均池化;最后,采用附加角裕度的Softmax(additive angular margin Softmax,AAM-Softmax)对说话人身份进行分类。通过实验,将ASP-SERes2Net算法与时延神经网络(time delay neural network,TDNN)、ResNet34和Res2Net进行对比,ASP-SERes2Net算法的最小检测代价函数(minimum detection cost function,MinDCF)值为0.0401,等误率(equal error rate,EER)为0.52%,明显优于其他3个模型。结果表明,ASP-SERes2Net算法性能更优,适合应用于噪声环境下的说话人识别。 展开更多
关键词 说话人识别 梅尔语谱图 Res2net 压缩激活(squeeze-and-excitation SE)注意力模块 注意力统计池化(attention statistics pooling asp) 附加角裕度的Softmax(additive angular margin Softmax AAM-Softmax)
在线阅读 下载PDF
基于ASP.NET Core的企业岗位竞聘投票与综合考评系统设计 被引量:1
7
作者 唐毅 陆媚 《现代信息科技》 2025年第14期113-117,共5页
随着管理理念的持续深化,众多企业愈发重视关键岗位的聘用管理与考核工作。然而,岗位数量的逐步增加以及考核指标的日益细化,暴露出传统线下竞聘与考评模式暴露出人手不足、效率低下的弊端,给企业人力资源部门带来巨大挑战。因此,文章... 随着管理理念的持续深化,众多企业愈发重视关键岗位的聘用管理与考核工作。然而,岗位数量的逐步增加以及考核指标的日益细化,暴露出传统线下竞聘与考评模式暴露出人手不足、效率低下的弊端,给企业人力资源部门带来巨大挑战。因此,文章提出一种基于ASP.NET Core的数字化解决方案。该方案以线上流程取代传统纸质流程,借助数字化技术实现数据的快速精准分析与统计,在显著提升数据处理速度与准确性的同时增强流程透明度,使竞聘和考评全程更加公开透明。方案实施后,不仅有效解决了原有难题,还大幅提升了工作效率和管理水平。 展开更多
关键词 asp.net Core 岗位竞聘投票 岗位综合考评 无纸化 系统设计
在线阅读 下载PDF
Application of Full Disease Course Management via Internet Platform in Rehabilitation Management of Patients with Depression
8
作者 Yuqing Yao Minyan Yu 《Journal of Clinical and Nursing Research》 2025年第4期240-246,共7页
Objective:To observe the application effect of full disease course management via an internet platform in the rehabilitation management of patients with depression.Methods:Eighty patients with depression meeting the i... Objective:To observe the application effect of full disease course management via an internet platform in the rehabilitation management of patients with depression.Methods:Eighty patients with depression meeting the inclusion criteria were selected as the study subjects and randomly divided into an experimental group and a control group,with 40 patients in each group.The control group was followed up every 4 weeks for 12 weeks after discharge.The experimental group underwent full disease course management via an internet platform for 12 weeks after discharge.The quality-of-life scores,depression scores,medication compliance,insight and treatment attitude questionnaire scores,and self-efficacy scores were compared between the two groups.Results:After 12 weeks of follow-up,the experimental group had higher quality-of-life scores,lower depression scores,higher medication compliance,higher insight and treatment attitude scores,and higher self-efficacy scores than the control group(P<0.05).Conclusion:Full disease course management via an internet platform has a positive impact on the quality of life,medication compliance,self-efficacy,and disease stability of discharged patients with depression. 展开更多
关键词 INTERnet Full disease course management DEPRESSION
暂未订购
Leica ASP300S全自动组织脱水机加压失败故障排除
9
作者 尚杰 周文艳 +1 位作者 苏蔚 狄文玉 《医疗卫生装备》 2026年第1期117-120,共4页
介绍了Leica ASP300S全自动组织脱水机在日常工作中出现的加压失败故障(故障代码652),分析了故障产生的原因并对脱水程序设置和换液方法进行了改进,提出了具体的排除方法,为同行维修类似故障提供了参考。
关键词 Leica asp300S全自动组织脱水机 加压失败 故障排除
在线阅读 下载PDF
基于ASP.NET MVC的高职院校网站的设计与实现
10
作者 支易 《软件》 2025年第6期149-151,共3页
本文基于ASP.NET MVC框架,针对高职院校网站的功能需求,提出了一套完整的网站设计与实现方案。首先,分析了高职院校网站的功能需求和用户角色,确定了网站的基本架构;其次,详细介绍了基于ASP.NET MVC框架的网站设计方法,包括系统架构、... 本文基于ASP.NET MVC框架,针对高职院校网站的功能需求,提出了一套完整的网站设计与实现方案。首先,分析了高职院校网站的功能需求和用户角色,确定了网站的基本架构;其次,详细介绍了基于ASP.NET MVC框架的网站设计方法,包括系统架构、数据库设计以及安全性设计;最后,设计实现了网站的前台、后台管理功能,并对移动端进行了适配、网站测试与部署,确保网站稳定性和可用性。 展开更多
关键词 asp.net MVC 高职院校 网站设计
在线阅读 下载PDF
基于ASP.NET MVC的在线房屋租赁管理平台研究
11
作者 王琦 王俊伟 《电脑知识与技术》 2025年第23期38-40,共3页
针对传统房屋租赁数据管理在应对日益增长的数据处理与分析需求时所暴露的局限性,该研究设计并构建了一套基于ASP.NET MVC的在线房屋租赁管理平台。该平台运用了对象关系映射(ORM)框架EntityFramework与控制反转(IoC)容器AutoFac,构建... 针对传统房屋租赁数据管理在应对日益增长的数据处理与分析需求时所暴露的局限性,该研究设计并构建了一套基于ASP.NET MVC的在线房屋租赁管理平台。该平台运用了对象关系映射(ORM)框架EntityFramework与控制反转(IoC)容器AutoFac,构建了基于接口的多层应用程序架构,并结合MUI、HUI等前端技术,优化了在线房源展示、用户交互及后台管理等核心功能,从而显著提升了房屋租赁数据管理的效率、信息服务的质量以及用户体验的便捷性。 展开更多
关键词 asp.net MVC 房屋租赁管理 IOC ORM
在线阅读 下载PDF
Meetings and Courses
12
作者 Shui-Ying Lei 《Hepatobiliary & Pancreatic Diseases International》 2026年第1期I0009-I0010,共2页
Announcements for this section should be submitted in the correct format at least 3 months before the required date of publication.This list is provided as a service to readers;inclusion does not imply endorsement by ... Announcements for this section should be submitted in the correct format at least 3 months before the required date of publication.This list is provided as a service to readers;inclusion does not imply endorsement by the Hepatobiliary&Pancreatic Diseases International. 展开更多
关键词 courseS MONTHS service PUBLICATION FORMAT meetings SUBMISSION ANNOUNCEMENTS
暂未订购
ASP.NET框架在教学信息管理系统中的应用
13
作者 李琼 赵静 《无线互联科技》 2025年第6期82-85,共4页
每年都会有大批外国留学生来我国高校进修学习,为进一步提升教务管理效率,提高教师的教学水平,学院计划开发一套教学信息管理系统,实现对留学生汉语课程教学的信息化管理。文章通过对某大学汉语学院教学信息管理系统的设计与实施,讨论AS... 每年都会有大批外国留学生来我国高校进修学习,为进一步提升教务管理效率,提高教师的教学水平,学院计划开发一套教学信息管理系统,实现对留学生汉语课程教学的信息化管理。文章通过对某大学汉语学院教学信息管理系统的设计与实施,讨论ASP.NET框架在教学信息管理系统中的具体应用。 展开更多
关键词 教学信息管理系统 asp.net框架 世界协调时间 进程同步
在线阅读 下载PDF
Discussion on Application of AI Image Generation in Undergraduate Landscape Architecture Courses
14
作者 Yu MENG 《Asian Agricultural Research》 2026年第2期35-36,41,共3页
With the rapid development of image-generative AI (artificial intelligence) technology, its application in undergraduate Landscape Architecture education has demonstrated significant potential. Based on this, the pres... With the rapid development of image-generative AI (artificial intelligence) technology, its application in undergraduate Landscape Architecture education has demonstrated significant potential. Based on this, the present study explores the implications of integrating image-generative AI into Landscape Architecture courses from three perspectives: stimulating students creative design potential, expanding approaches to form and concept generation, and enhancing the visualization of spatial scenes. Furthermore, it discusses application strategies from three dimensions: AI-assisted conceptual generation, human-machine collaboration for design refinement, and optimization of scheme presentation and evaluation. This paper aims to provide relevant educators with insights and references. 展开更多
关键词 AI image generation Landscape Architecture courses Application strategy
在线阅读 下载PDF
CourseAgent:An AI Agent for End-to-end Course Generation of Software Programming
15
作者 Wen Huang Liu Chen +1 位作者 Haoran Sun Shaoning Zeng 《计算机教育》 2026年第3期230-241,共12页
With the rise of AI-assisted education,many instructors and engineers seek to deliver high-quality programming courses online.However,crafting effective programming lectures remains a challenge,particularly for instru... With the rise of AI-assisted education,many instructors and engineers seek to deliver high-quality programming courses online.However,crafting effective programming lectures remains a challenge,particularly for instructors lacking pedagogical training or multilingual fluency.We present CourseAgent,a prompt-driven framework that leverages large language models(LLMs)to automatically generate Python tutorials,structured lecture scripts,and accompanying audio narrations.CourseAgent accepts raw code as input and transforms it into segmented,well-commented code blocks,adapting content to different difficulty levels and languages via prompt customization.Our system supports multilingual instruction(e.g.,Chinese,English),fine-grained control of pedagogical depth,and auto-generation of lecture videos.We evaluate the output generated by CourseAgent using real student feedback and feedback from in-service teachers,alongside automated assessments from LLMs.These evaluations demonstrate that the materials produced by CourseAgent are coherent,pedagogically sound,and comparable in quality to those created by experienced instructors.CourseAgent lowers the barrier to quality programming education and shows promise for scalable,personalized,and language-adaptive content generation. 展开更多
关键词 Large language models Educational agents Automated course generation
在线阅读 下载PDF
Design and Exploration of Intelligent Software Testing Course
16
作者 Depeng Gao Rui Wu +1 位作者 Shihan Xiao Shuxi Chen 《计算机教育》 2026年第3期47-53,共7页
With the rapid development of artificial intelligence,the intelligence level of software is increasingly improving.Intelligent software,which is widely applied in crucial fields such as autonomous driving,intelligent ... With the rapid development of artificial intelligence,the intelligence level of software is increasingly improving.Intelligent software,which is widely applied in crucial fields such as autonomous driving,intelligent customer service,and medical diagnosis,is constructed based on complex technologies like machine learning and deep learning.Its uncertain behavior and data dependence pose unprecedented challenges to software testing.However,existing software testing courses mainly focus on conventional contents and are unable to meet the requirements of intelligent software testing.Therefore,this work deeply analyzed the relevant technologies of intelligent software testing,including reliability evaluation indicator system,neuron coverage,and test case generation.It also systematically designed an intelligent software testing course,covering teaching objectives,teaching content,teaching methods,and a teaching case.Verified by the practical teaching in four classes,this course has achieved remarkable results,providing practical experience for the reform of software testing courses. 展开更多
关键词 Intelligent software testing Intelligent software Software testing course design
在线阅读 下载PDF
Application and Practice of RPA Technology in FinTech Field-University-enterprise Cooperation Course Construction for Software Engineering Characteristic Talents Cultivation
17
作者 Yixian Liu Jun Guo +2 位作者 Hongjuan Liu Dongming Chen Zhiliang Zhu 《计算机教育》 2026年第3期109-118,共10页
In response to the Ministry of Education’s requirements for building distinctive model software schools,Software College of Northeastern University and Shenzhen Kingdom Technology Co.,Ltd.jointly developed the specia... In response to the Ministry of Education’s requirements for building distinctive model software schools,Software College of Northeastern University and Shenzhen Kingdom Technology Co.,Ltd.jointly developed the specialized course“Application and Practice of RPA Technology in FinTech”.Addressing pain points in financial digital transformation,the course integrates robotic process automation(RPA)principles,financial domain knowledge,and RPA platform practice into a“technology-scenario-capability”trinity teaching system.Through 64 credit hours of integrated theory and practice,it covers RPA fundamentals,financial applications,RPA operations(including core skills like Web/desktop automation),and AI integration,cultivating students’ability to design and implement automated financial workflows.It innovatively features a RPA simulation platform,30+financial case studies,and modular task resources,creating a“teacher-machine-student”interactive model.Practice demonstrates the course effectively enhances students’integration of technical application and business acumen,providing a scalable paradigm for cultivating interdisciplinary FinTech talent. 展开更多
关键词 RPA technology FinTech field Characteristic talents cultivation University-enterprise cooperation course construction
在线阅读 下载PDF
Overexpression of the inwardly rectifying potassium channel Kir4.1 or Kir4.1 Tyr^(9)Asp in Müller cells exerts neuroprotective effects in an experimental glaucoma model 被引量:1
18
作者 Fang Li Zhen Li +6 位作者 Shuying Li Hong Zhou Yunhui Guo Yongchen Wang Bo Lei Yanying Miao Zhongfeng Wang 《Neural Regeneration Research》 2026年第4期1628-1640,共13页
Downregulation of the inwardly rectifying potassium channel Kir4.1 is a key step for inducing retinal Müller cell activation and interaction with other glial cells,which is involved in retinal ganglion cell apopt... Downregulation of the inwardly rectifying potassium channel Kir4.1 is a key step for inducing retinal Müller cell activation and interaction with other glial cells,which is involved in retinal ganglion cell apoptosis in glaucoma.Modulation of Kir4.1 expression in Müller cells may therefore be a potential strategy for attenuating retinal ganglion cell damage in glaucoma.In this study,we identified seven predicted phosphorylation sites in Kir4.1 and constructed lentiviral expression systems expressing Kir4.1 mutated at each site to prevent phosphorylation.Following this,we treated Müller glial cells in vitro and in vivo with the m Glu R I agonist DHPG to induce Kir4.1 or Kir4.1 Tyr^(9)Asp overexpression.We found that both Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression inhibited activation of Müller glial cells.Subsequently,we established a rat model of chronic ocular hypertension by injecting microbeads into the anterior chamber and overexpressed Kir4.1 or Kir4.1 Tyr^(9)Asp in the eye,and observed similar results in Müller cells in vivo as those seen in vitro.Both Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression inhibited Müller cell activation,regulated the balance of Bax/Bcl-2,and reduced the m RNA and protein levels of pro-inflammatory factors,including interleukin-1βand tumor necrosis factor-α.Furthermore,we investigated the regulatory effects of Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression on the release of pro-inflammatory factors in a co-culture system of Müller glial cells and microglia.In this co-culture system,we observed elevated adenosine triphosphate concentrations in activated Müller cells,increased levels of translocator protein(a marker of microglial activation),and elevated interleukin-1βm RNA and protein levels in microglia induced by activated Müller cells.These changes could be reversed by Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression in Müller cells.Kir4.1 overexpression,but not Kir4.1 Tyr^(9)Asp overexpression,reduced the number of proliferative and migratory microglia induced by activated Müller cells.Collectively,these results suggest that the tyrosine residue at position nine in Kir4.1 may serve as a functional modulation site in the retina in an experimental model of glaucoma.Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression attenuated Müller cell activation,reduced ATP/P2X receptor–mediated interactions between glial cells,inhibited microglial activation,and decreased the synthesis and release of pro-inflammatory factors,consequently ameliorating retinal ganglion cell apoptosis in glaucoma. 展开更多
关键词 apoptosis chronic ocular hypertension glial cell activation Kir4.1 overexpression Kir4.1 Tyr^(9)asp mutation microglia Müller cells NEUROINFLAMMATION neuroprotection retinal ganglion cells
暂未订购
基于ASP.NET的预约型开放实验室管理系统 被引量:37
19
作者 张敏 蔡树才 +2 位作者 耿艳霞 曹广忠 黄文笑 《实验技术与管理》 CAS 2007年第7期73-76,共4页
分析了当前高校实验室管理的现状和存在的问题,指出具有预约功能的实验管理网站的建设是实验室真正走向开放的必要管理基础。以动态网页编程技术ASP.NET和数据库对象ADO.NET为具体实现手段,建立了“自动化专业预约型开放实验室管理... 分析了当前高校实验室管理的现状和存在的问题,指出具有预约功能的实验管理网站的建设是实验室真正走向开放的必要管理基础。以动态网页编程技术ASP.NET和数据库对象ADO.NET为具体实现手段,建立了“自动化专业预约型开放实验室管理系统”。该系统使实验室的开放管理科学化,仪器设备使用效能最大化,在社会生活的其他各方面也颇具借鉴性。 展开更多
关键词 开放性实验 实验室管理系统 asp.net ADO.net
在线阅读 下载PDF
ASP.NET——动态网页开发趋势 被引量:34
20
作者 张文增 赵冬斌 +1 位作者 孙振国 陈强 《计算机工程》 CAS CSCD 北大核心 2002年第3期7-9,共3页
以比较与旧版的差别为出发点,详细分析了程序的执行过程和程序接口,简要介绍了的新功能。最后ASP.NETASPASP.NETASP.NET给出文件上传和发送的程序实例。E-mailASP.
关键词 asp.net 文件上传 动态网页 电子邮件 计算机网络
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部