首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到19条相似文献,搜索用时 125 毫秒
1.
Webservices作为新一代的基于web的网络信息交换技术的逐步应用。为异构测试系统数据交换提供了新的途径。文章介绍了Webservices,NET等相关技术在LabVIEW中的应用情况。描述了如何利用微软的.NET技术在LabVIEW中应用WebServices。实现基于web的网络间异类系统之间的数据交换,并以具体例子演示如何在LabVIEW中实现Web Services应用。  相似文献   

2.
基于Web Services与XML的CAPP与PDM数据集成接口的研究   总被引:1,自引:0,他引:1  
分析了CAPP与PDM集成的必要性及集成的要点,针对CAPP与PDM数据集成的特点提出一种基于Web Services与XML的数据集成接口设计.应用XML作为中间格式实现CAPP与PDM的数据交换,构建基于Web Services平台的接口集成框架,实现了CAPP与PDM的信息集成.  相似文献   

3.
为实现协同商务链中企业内部或企业之间的信息共享和数据集成,提出了利用Web services构建协同商务信息平台系统.在讨论Web Services的体系架构和基本特征的基础上,从盟主企业、成员企业以及客户三角色详细描述了作为服务请求者、服务提供者以及服务消费者在协同商务信息系统体系架构中的主要功能.结合汽车行业,构建了基于Web Services的协同商务信息系统,描述了协同商务系统的信息功能,实现共享与优化配置企业内部以及企业之间信息与资源.  相似文献   

4.
江帆 《硅谷》2008,(18):125-126
Web Services,简称Web服务,是当今软件界最炙手可热的技术,以其平台无关性、语言独立性的优点,解决了分布式软件开发中,异源应用程序的集成这个大问题.从长远来看,Web Services技术将是软件界最重要的技术.先介绍Web Services的关键技术,然后设计并实现基于Web Services的教学实训平台系统.  相似文献   

5.
介绍SOA的概念、特征、优点等,较为深入讨论SOA的实现技术Web Services及在.NET平台上的创建、发布和客户端调用过程。其次,通过对高校试题库的需求分析,提出基于SOA的高校试题库系统的系统架构和分层设计。  相似文献   

6.
基于.NET的Web应用框架技术属于当今B/S应用开发领域的研究热点,应用框架提供了通用服务,在此基础上可以建立Web应用系统,从而提高软件设计的重用性和系统的可扩充性,以缩短大型应用软件系统的开发周期,提高开发质量。本文从开发技术、设计模式、层次结构等方面并结合实例分析探讨如何设计一个基于.NET平台的Web应用框架。  相似文献   

7.
Web Services可以将应用程序转换为网络应用程序,本文先简单介绍了XML和Web Service技术,然后着重讨论了基于Web Service的系统集成技术的特点和优势,以及通过开发实例介绍了基于Web Service的系统集成技术在B2B业务平台实现中的应用。  相似文献   

8.
周凌翱  车金庆 《硅谷》2010,(21):66-66
微软推出的基于ASP.NET的Web应用开发技术,使得Web应用的开发更加简单和快捷。介绍在开发毕业上岗实习管理系统过程中,对ASP.NET技术的实际应用情况,描述其在系统开发中的有效应用方式和途径。  相似文献   

9.
破碎设备网络化在线状态监测与故障诊断系统   总被引:2,自引:0,他引:2  
王润芹 《中国测试技术》2006,32(3):110-112,125
应用虚拟仪器技术进行破碎设备在线监测与故障诊断,并用网络技术实现数据的网络传输和远程监测.利用NI公司提供的G web Server实现系统监测显示面板的网页发布,利用Datasocket技术快速实现监测数据的网络传输.LabVIEW和网络技术的结合可以方便客户获取检测图像和检测结果.本系统在对破碎设备主要性能参数(如破碎机水平轴扭矩,振动,速度,间隙,温度,压力,流量等)的在线检测和远程故障诊断上均取得了较好的效果.  相似文献   

10.
基于Web的ERP主生产计划系统的设计与实现   总被引:3,自引:0,他引:3  
通过应用.NET平台及数据库技术,设计并开发了基于Web的实用于中小型企业的企业资源计划系统的主生产计划子系统,实现了系统的基础数据录入、主生产计划的计划过程及信息查询功能.  相似文献   

11.
CGM格式是石油技术开放标准协会POSC(Petrotechnical Open Standards Consortium)所采纳的一项行业标准,是我国石油勘探(E&P)领域广泛应用的一种图形文件。依照现代组件技术开发原则,通过对CGM标准的研究分析,论述了一种基于VS.NET和Camac.NET的CGM文件解析技术。这种解析方式提供了灵活的CGM解析组件,具有更强的集成能力、跨平台能力以及Web服务应用功能,大大方便了有关软件的集成利用。  相似文献   

12.
The emergence of exception handling (EH) mechanisms in modern programming languages made available a different way of communicating errors between procedures. For years, programmers trusted in correct documentation of error codes returned by procedures to correctly handle erroneous situations. Now, they have to focus on the documentation of exceptions for the same effect. But to what extent can exception documentation be trusted? Moreover, is there enough documentation for exceptions? And in what way do these questions relate to the discussion on checked against unchecked exceptions? For a given set of Microsoft .NET applications, code and documentation were thoroughly parsed and compared. This showed that exception documentation tends to be scarce. In particular, it showed that 90% of exceptions are undocumented. Furthermore, programmers were demonstrated to be keener to document exceptions they explicitly throw while typically leaving exceptions resulting from method calls undocumented. This conclusion lead to another question: how do programmers use the EH mechanisms available in modern programming languages? More than 16 different .NET applications were examined in order to provide an answer. The major conclusion of this work is that exceptions are not being correctly used as an error-handling mechanism. These results contribute to the assessment of the effectiveness of the unchecked exceptions approach.  相似文献   

13.
针对数据库和XML文件不同数据源类型及数据的不同访问机制对.NET Web应用程序性能测试的影响进行分析,通过ACT测试工具得出了实例系统的性能测试数据,说明数据访问对.NET Web应用程序性能测试影响的主要因素.  相似文献   

14.
面向中小型燃气具行业产品数据管理系统的研究与实现   总被引:1,自引:0,他引:1  
分析了中小型燃气具企业特点,结合广东某燃气具公司存在的实际问题,探讨了在中小型燃气具企业建设和实施产品数据管理系统的方法;论文利用ASP.NET技术和SQL技术开发了基于Web的产品数据管理系统,给出了系统的结构设计方案、采用的关键技术和主要功能实现。系统实施后,规范了其物料流程,实现了基于网络的产品数据管理。系统具有适度柔性,易于推广。  相似文献   

15.
Hug  Sven E.  Ochsner  Michael  Brändle  Martin P. 《Scientometrics》2017,110(1):371-383

In this article, we compare publication and citation coverage of the new Microsoft Academic with all other major sources for bibliometric data: Google Scholar, Scopus, and the Web of Science, using a sample of 145 academics in five broad disciplinary areas: Life Sciences, Sciences, Engineering, Social Sciences, and Humanities. When using the more conservative linked citation counts for Microsoft Academic, this data-source provides higher citation counts than both Scopus and the Web of Science for Engineering, the Social Sciences, and the Humanities, whereas citation counts for the Life Sciences and the Sciences are fairly similar across these three databases. Google Scholar still reports the highest citation counts for all disciplines. When using the more liberal estimated citation counts for Microsoft Academic, its average citations counts are higher than both Scopus and the Web of Science for all disciplines. For the Life Sciences, Microsoft Academic estimated citation counts are higher even than Google Scholar counts, whereas for the Sciences they are almost identical. For Engineering, Microsoft Academic estimated citation counts are 14% lower than Google Scholar citation counts, whereas for the Social Sciences this is 23%. Only for the Humanities are they substantially (69%) lower than Google Scholar citations counts. Overall, this first large-scale comparative study suggests that the new incarnation of Microsoft Academic presents us with an excellent alternative for citation analysis. We therefore conclude that the Microsoft Academic Phoenix is undeniably growing wings; it might be ready to fly off and start its adult life in the field of research evaluation soon.

  相似文献   

16.
针对由Co De Sys Soft Motion控制的六自由度工业机器人,设计了一种基于OPC标准协议和Web技术的工业机器人3D(三维)虚拟动态监控系统。基于.NET平台的Windows窗体应用程序框架和My SQL数据库,采用C#语言设计了工业机器人监控客户端程序;通过Co De Sys OPC服务器配置工业机器人各关节角和运动状态为数据项,采用Web GL技术和three.js框架建立了六自由度工业机器人Web3D模型,基于机器人运动学设计了工业机器人3D动态网页。实现了工业机器人关节角和状态数据传输和存储,以及基于Web的工业机器人3D虚拟动态监控功能。  相似文献   

17.
Struts是一个广泛应用的基于MVC模式的Web应用程序框架.文章简要介绍了Struts框架基本构成和工作原理及其优缺点,然后结合一个Web应用实例,具体阐述了Struts实现MVC模式Web应用的过程.  相似文献   

18.
动画精灵与中文语音合成关键技术的研究   总被引:1,自引:0,他引:1  
研究了Microsoft的“动画精灵”与“中文语音合成”的关键技术,调用自编的VC 动态链接库,用Sendmessage向VB通讯,并开发了MFC类库的多线程功能,实现了多媒体教学系统中的中文语音合成技术。  相似文献   

19.
Inertial sensor technology trends   总被引:16,自引:0,他引:16  
This paper presents an overview of how inertial sensor technology is applied in current applications and how it is expected to be applied in nearand far-term applications. The ongoing trends in inertial sensor technology development are discussed, namely interferometric fiber-optic gyros, micro-mechanical gyros and accelerometers, and micro-optical sensors. Micromechanical sensors and improved fiber-optic gyros are expected to replace many of the current systems using ring laser gyroscopes or mechanical sensors. The successful introduction of the new technologies is primarily driven by cost and cost projections for systems using these new technologies are presented. Externally aiding the inertial navigation system (INS) with the global positioning system (GPS) has opened up the ability to navigate a wide variety of new large-volume applications, such as guided artillery shells. These new applications are driving the need for extremely low-cost, batch-producible sensors  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号