首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 453 毫秒
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.
基因芯片的图像分析软件是集成算法与应用的高复杂性软件,在开发中不可能由单一程序员完成,因此模块化分工编程是这种复杂软件开发的必由之路.在基因图像分析软件中采用一种模块化设计的实现过程,即通过COM组件,跨语言、跨平台地实现软件的模块化,并且利用聚合技术实现了组件级继承,可充分实现科研软件的升级和功能递延.  相似文献   

11.
Abstract This paper describes an approach to the design of interactive multimedia materials being developed in a European Community project. The developmental process is seen as a dialogue between technologists and teachers. This dialogue is often problematic because of the differences in training, experience and culture between them. Conditions needed for fruitful dialogue are described and the generic model for learning design used in the project is explained.  相似文献   

12.
European Community policy and the market   总被引:1,自引:0,他引:1  
Abstract This paper starts with some reflections on the policy considerations and priorities which are shaping European Commission (EC) research programmes. Then it attempts to position the current projects which seek to capitalise on information and communications technologies for learning in relation to these priorities and the apparent realities of the marketplace. It concludes that while there are grounds to be optimistic about the contribution EC programmes can make to the efficiency and standard of education and training, they are still too technology driven.  相似文献   

13.
融合集成方法已经广泛应用在模式识别领域,然而一些基分类器实时性能稳定性较差,导致多分类器融合性能差,针对上述问题本文提出了一种新的基于多分类器的子融合集成分类器系统。该方法考虑在度量层融合层次之上通过对各类基多分类器进行动态选择,票数最多的类别作为融合系统中对特征向量识别的类别,构成一种新的自适应子融合集成分类器方法。实验表明,该方法比传统的分类器以及分类融合方法识别准确率明显更高,具有更好的鲁棒性。  相似文献   

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

15.
Development of software intensive systems (systems) in practice involves a series of self-contained phases for the lifecycle of a system. Semantic and temporal gaps, which occur among phases and among developer disciplines within and across phases, hinder the ongoing development of a system because of the interdependencies among phases and among disciplines. Such gaps are magnified among systems that are developed at different times by different development teams, which may limit reuse of artifacts of systems development and interoperability among the systems. This article discusses such gaps and a systems development process for avoiding them.  相似文献   

16.
蒙古语言是中国蒙古族使用的通用语言,由于蒙古文区别于其他文字的书写方式和其自身变形机制等特点,在很多通用的文字处理引擎中都不被支持。在嵌入式产品开发与应用领域中Linux加QTE已经成为流行方式。该文给出了一种在QTE环境上实现基于标准Unicode的蒙古文点阵显示和变形算法, 并自定义了支持蒙古文的QTE组件,扩展了QTE功能,为在Linux加QTE方式的嵌入式体系结构中处理蒙古文提供了一种解决方法。  相似文献   

17.
This paper presents control charts models and the necessary simulation software for the location of economic values of the control parameters. The simulation program is written in FORTRAN, requires only 10K of main storage, and can run on most mini and micro computers. Two models are presented - one describes the process when it is operating at full capacity and the other when the process is operating under capacity. The models allow the product quality to deteriorate to a further level before an existing out-of-control state is detected, and they can also be used in situations where no prior knowledge exists of the out-of-control causes and the resulting proportion defectives.  相似文献   

18.
自然界的绝大部分信号都是以模拟的形式存在,因此模拟信号的采集转换存储在数字时代十分关键。文章讨论了在雷达信号处理领域基于AD9626的AD采集存储卡的设计原理、硬件结构和程序设计与芯片配置等问题,为今后相关领域的研究提供了可参考的方案。  相似文献   

19.
Going through a few examples of robot artists who are recognized worldwide, we try to analyze the deepest meaning of what is called “robot art” and the related art field definition. We also try to highlight its well-marked borders, such as kinetic sculptures, kinetic art, cyber art, and cyberpunk. A brief excursion into the importance of the context, the message, and its semiotics is also provided, case by case, together with a few hints on the history of this discipline in the light of an artistic perspective. Therefore, the aim of this article is to try to summarize the main characteristics that might classify robot art as a unique and innovative discipline, and to track down some of the principles by which a robotic artifact can or cannot be considered an art piece in terms of social, cultural, and strictly artistic interest. This work was presented in part at the 13th International Symposium on Artificial Life and Robotics, Oita, Japan, January 31–February 2, 2008  相似文献   

20.
Jacob Palme 《Software》1979,9(9):741-747
The COM teleconferencing system was designed to be easy to use for both beginners and people with much computer experience. A number of design choices in organizing the human-computer interface were considered very carefully. These design problems are not unique for teleconferencing applications, but will appear in many other developments of human-computer interfaces for non-computer specialists. This report discusses naming conventions, menu format, user commands, help facility and the treatment of ‘type ahead’ from the users.  相似文献   

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

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