首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 93 毫秒
1.
将智能规划方法引入到软件工程中的界面设计与开发领域,提出了一种基于智能规划的界面自动生成方法。应用该方法进行界面设计,可以较好地实现界面设计与代码实现的分离,降低程序的耦合度,并且可以明确界面间的逻辑关系,使开发者可以不用通过手动编程来实现界面先后调用的逻辑顺序。实践证明,该方法可以大大降低界面开发者的工作强度,缩短软件开发周期,节约开发成本。  相似文献   

2.
基于组件的控制系统计算机辅助分析与设计系统   总被引:1,自引:1,他引:1  
文章介绍了基于组件的软件开发方法的概念、特点与开发过程;设计了控制系统计算机辅助分析与设计系统的功能和基于组件的系统结构;讨论了以MATLAB作为基础计算平台,以Delphi作为界面开发环境的关键实现技术;给出了实现结果。开发实践表明:采用基于组件的软件开发方法,系统结构简洁,具有开放性,编程简单,效率高。  相似文献   

3.
面向用户体验的手持移动设备软件界面设计   总被引:6,自引:0,他引:6  
为进一步探索手持移动设备中的界面设计问题,提出面向用户体验的界面设计方法.通过对用户体验设计进行分析,提出界面提供者与界面接受者之间的映射模型;将界面分为显性要素和隐性要素,并建立界面隐性要素的显性化设计模型.针对全新的软件设计,通过知识在需求分析、开发设计和设计测试之间的传递与转化,构建了面向用户体验的界面设计过程模型.以"奥运伴我行"手机电视的软件开发为例,让用户参与设计全过程,采用设计人类学方法进行了用户研究和需求分析,通过迭代设计完成了原型设计、测试评估和开发设计,建立了系统原型并完成了可用性测试评估,验证了面向用户体验的界面设计理论体系.  相似文献   

4.
本文讨论了交互设计在软件界面中的作用,并通过对交互设计与界面设计之间的关系、软件界面特点等概念的探讨,说明了交互设计师在软件界面设计中的任务和其应该发挥的作用,指出了软件界面发展的方向以及将交互设计引入软件界面设计的意义。  相似文献   

5.
当前软件开发中数据库建表和数据录入界面不能有效适应变化的需求.所建的表和所设计的界面只能适应特定的需求,很少考虑到同一领域内需求的相似性及系统对需求变化的适应性等,从而造成了大量的重复劳动和资源耗费,而且可靠性差、难以维护.文中在数据库设计理论和软件复用理论的指导下,针对以上问题提出了表结构的复用和界面设计的思想.表结构的复用和自动界面设计让本构件在广度和深度上都有了长足拓展,具有对变化需求的包容性和自适应性.而数据维护和界面设计构件正是其功能实现的内部支持,它不仅为开发人员提供了良好的编程接口,而且高级用户可在此构件上动态地改变表结构和数据录入界面,从而在用户需求变更时,系统有快速响应的能力,且使数据库在作微小改动的情况下能应用于不同的信息系统中.  相似文献   

6.
当前软件开发中数据库建表和数据录入界面不能有效适应变化的需求。所建的表和所设计的界面只能适应特定的需求,很少考虑到同一领域内需求的相似性及系统对需求变化的适应性等,从而造成了大量的重复劳动和资源耗费,而且可靠性差、难以维护。文中在数据库设计理论和软件复用理论的指导下,针对以上问题提出了表结构的复用和界面设计的思想。表结构的复用和自动界面设计让本构件在广度和深度上都有了长足拓展,具有对变化需求的包容性和自适应性。而数据维护和界面设计构件正是其功能实现的内部支持,它不仅为开发人员提供了良好的编程接口,而且高级用户可在此构件上动态地改变表结构和数据录入界面,从而在用户需求变更时,系统有快速响应的能力,且使数据库在作微小改动的情况下能应用于不同的信息系统中。  相似文献   

7.
梁伟晟  李磊 《计算机科学》2007,34(5):260-262
用户界面设计是业务应用系统设计的重要组成部分,验证界面设计正确性与设计用户界面同样重要。界面关系的非直观性和动态性使得界面设计的验证并不容易。以初始界面开始得到最终界面的过程可以看作是规划问题。为此,我们引入情景演算来解决界面设计的验证问题。我们在经典情景演算中引入界面检验机制,用带检验机制的情景演算来表达界面的规划,在规划过程中实现界面设计的验证,最终通过规划结果判断界面设计的正确性。  相似文献   

8.
在Java语言程序设计中会涉及图形用户界面的设计,而在界面设计中通常要引发某些界面事件,程序就要进行事件处理.该文对有关Java中的事件处理的方法、事件机制、接口及编程进行研究,为更好地帮助或促进编程者学习如何编写事件处理过程.  相似文献   

9.
将XML技术应用到图形用户界面描述中,给出了一种新的图形用户界面开发方法。通过运用Spring依赖注入特性,将界面组件各属性的设置由Spring配置文件完成,通过调用Java Swing组件库,从而产生基于Java Swing组件的图形用户界面。结论表明,将该方法应用于信息管理系统的开发中,能够降低界面设计编程工作量,并在一定程度上提高软件的开发效率和可维护能力。  相似文献   

10.
为解决传统工厂物流管理系统设计所存在的问题,如:界面不够美观并难以满足一些特殊需求等,介绍了应用微软新一代界面开发技术WPF对工厂物流管理系统进行界面设计.系统采用适用于WPF编程模式的架构MVVM,并通过此项技术实现了工厂物流管理系统界面新颖设计.和传统界面设计技术相比,通过WPF设计的界面,不但可以使用户得到更好的...  相似文献   

11.
《计算机科学》2007,34(4):148-148
Recent years have seen rapid advances in various grid-related technologies, middleware, and applications. The GCC conference has become one of the largest scientific events worldwide in grid and cooperative computing. The 6th international conference on grid and cooperative computing (GCC2007) Sponsored by China Computer Federation (CCF),Institute of Computing Technology, Chinese Academy of Sciences (ICT) and Xinjiang University ,and in Cooperation with IEEE Computer Soceity ,is to be held from August 16 to 18, 2007 in Urumchi, Xinjiang, China.  相似文献   

12.
为了设计一种具有低成本、低功耗、易操作、功能强且可靠性高的煤矿井下安全分站,针对煤矿安全生产实际,文章提出了采用MCS-51系列单片机为核心、具有CAN总线通信接口的煤矿井下安全监控分站的设计方案;首先给出煤矿井下安全监控分站的整体构架设计,然后着重阐述模拟量输入信号处理系统的设计过程,最后说明单片机最小系统及其键盘、显示、报警、通信等各个组成部分的设计;为验证设计方案的可行性与有效性,使用Proteus软件对设计内容进行仿真验证,设计的煤矿井下安全监控分站具有瓦斯、温度等模拟量参数超标报警功能和电机开停、风门开闭等开关量指示功能;仿真结果表明:设计的煤矿井下安全监控分站具有一定的实际应用价值.  相似文献   

13.
本文分析了法律数据库的结构和特点,介绍了采用面向对象设计方法和超文本数据库技术开发和实现法律信息库系统将作为重要网络资源之一为不同用户进行法律咨询服务。  相似文献   

14.
In modern service-oriented architectures, database access is done by a special type of services, the so-called data access services (DAS). Though, particularly in data-intensive applications, using and developing DAS are very common today, the link between the DAS and their implementation, e.g. a layer of data access objects (DAOs) encapsulating the database queries, still is not sufficiently elaborated, yet. As a result, as the number of DAS grows, finding the desired DAS for reuse and/or associated documentation can become an impossible task. In this paper we focus on bridging this gap between the DAS and their implementation by presenting a view-based, model-driven data access architecture (VMDA) managing models of the DAS, DAOs and database queries in a queryable manner. Our models support tailored views of different stakeholders and are scalable with all types of DAS implementations. In this paper we show that our view-based and model driven architecture approach can enhance software development productivity and maintainability by improving DAS documentation. Moreover, our VMDA opens a wide range of applications such as evaluating DAS usage for DAS performance optimization. Furthermore, we provide tool support and illustrate the applicability of our VMDA in a large-scale case study. Finally, we quantitatively prove that our approach performs with acceptable response times.  相似文献   

15.
16.
17.
正SCIENCE CHINA Information Sciences(Sci China Inf Sci),cosponsored by the Chinese Academy of Sciences and the National Natural Science Foundation of China,and published by Science China Press,is committed to publishing highquality,original results of both basic and applied research in all areas of information sciences,including computer science and technology;systems science,control science and engineering(published in Issues with odd numbers);information and communication engineering;electronic science and technology(published in Issues with even numbers).Sci China Inf Sci is published monthly in both print and electronic forms.It is indexed by Academic OneFile,Astrophysics Data System(ADS),CSA,Cabells,Current Contents/Engineering,Computing and Technology,DBLP,Digital Mathematics Registry,Earthquake Engineering Abstracts,Engineering Index,Engineered Materials Abstracts,Gale,Google,INSPEC,Journal Citation Reports/Science Edition,Mathematical Reviews,OCLC,ProQuest,SCOPUS,Science Citation Index Expanded,Summon by Serial Solutions,VINITI,Zentralblatt MATH.  相似文献   

18.
正Erratum to:J Zhejiang Univ-Sci C(ComputElectron)2014 15(7):551-563doi:10.1631/jzus.C1300320The original version of this article unfortunately contained mistakes.Algorithm 6 should be as follows:Algorithm 6 FGKFCM-F clustering Input:(1)X={x_1,x_2,…,x_N},,x_iR~d,i=1,2,…,N,the dataset;(2)C,1C≤N,the number of clusters;(3)ε0,the stopping criterion;  相似文献   

19.
20.
《Information & Management》2016,53(6):787-802
Discrepant technological events or situations that entail a problem, a misunderstanding or a difficulty with the Information Technology (IT) being employed, are common in the workplace, and can lead to frustration and avoidance behaviors. Little is known, however, about how individuals cope with these events. This paper examines these events by using a multi-method pragmatic approach informed by coping theory. The results of two studies – a critical incident study and an experiment – serve to build and test, respectively, a theoretical model that posits that individuals use a variety of strategies when dealing with these events: they experience negative emotions, make external attributions, and adopt engagement coping strategies directed at solving the event, eventually switching to a disengagement coping strategy when they feel they have no control over the situation. Furthermore, users’ efforts may result in ‘accidental’ learning as they try to overcome the discrepant IT events through engagement coping. The paper ends with a discussion of the results in light of existing literature, future opportunities for research, and implications for practice.  相似文献   

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

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