讨论了可重构飞控系统的故障可检测性、可重构性等基本概念。
The conception of failure detectability and reconfiguration are discussed for reconfigurable control system.
可重构性是智能化信息系统的基本特性,已受到人们的广泛重视。
It has been widely accepted that one of the most important characters of intelligent information system is reconstruction.
密码芯片的可重构性不仅可以提高安全性,而且可以提高芯片适应性。
The reconfiguration can improve not only the security but also the adaptability of the cipher chip.
为更好地应对迅速更新的市场需求,数控系统应具有良好的可重构性。
The system studied can not only offer non-real time NC services for many NC machines, but also has great reconfigurable ability.
信息系统的重构的基础是软件重构,本文讨论了信息系统的可重构性及重构方法。
The information system reconfiguration is based on software reconstruction. The paper discusses the reconfiguration of the information system and the way of doing it.
NET架构构建了系统四层体系结构,使其具有良好的柔性、可重构性和可扩展性。
Particularly, the 4-tier architecture is introduced based on the. NET framework, which makes the system have better flexibility and expansibility.
特别是采用了四层体系结构来构建系统,使其具有良好的柔性、可重构性和可扩展性。
Particularly, the system is made of 4-tier architecture, which makes the system have better flexibility, architecture and expansibility.
可重构性是企业管理系统复杂性和响应环境变化,以及同其它企业竞争与合作的核心能力。
Reconfigurability is the core competency for an enterprise to manage the system complexity and respond to external changes, and also the prerequisite to compete and cooperate with other enterprises.
本文我们利用带权核子图的可重构性证明了连通图是可重构的,从而证明了重构猜想为真。
In this paper, we use the reconstructibility of weighted nuclear subgraphs and it is proved that connected graphs are reconstructible.
下一代工厂布局模式应具有高柔性、模块化和易于可重构性,柔性设备布局适应市场的动态需求。
The next generation layouts should be flexible, modular and reconfigurable. Flexible facilities layout can satisfy dynamic market demand.
针对目前国内外星载系统软件可重构性较差的问题,提出了一种基于软件总线的星载系统软件结构。
This paper proposes a structure of on-board system software based on software bus, for the poor reconfiguration of on-board system software at home and board at present.
同时,采用了动态逻辑制造单元来实现虚拟企业间的动态联盟以及敏捷化智能MES 的可重构性。
Meanwhile, the dynamic logic manufacturing cell concept is adopted to implement the dynamic alliance of virtual enterprise and the reconfiguration of this MES.
针对目前国内外星载系统软件可重构性较差的问题,提出了一种基于软件总线的星载系统软件结构。
This paper proposes a structure of on-board system software based on software bus, for the poor reconfiguration of on-board system software at home and abroad at present.
传统的MES软件开发难度大,周期长,成本高,软件的可靠性差,系统的可重构性和可集成性差。
Traditional MES software causes great development difficulty, long developing period, high cost, low reliability as well as bad re-structuring and integration ability.
本文讨论了信息系统可重构性的内涵、软件重用与构件技术,在此基础上提出了可重构信息系统开发机制。
The paper discusses the connotation of system reconfigurability, the technologies of software reuse and component and then promotes the development mechanism of reconfigurable information...
采用将信号处理机划分为若干个模块的设计方法,使得研制周期短,系统可重构性好,对算法的适应性强。
By means of module division, we designed it in a short time and got the virtue of easy reconstruction and good adaptability to algorithm.
本文讨论了信息系统可重构性的内涵、软件重用与构件技术,在此基础上提出了可重构信息系统开发机制。
The paper discusses the connotation of system reconfigurability, the technologies of software reuse and component and then promotes the development mech...
采用将信号处理机划分为若干个模块的设计方法,使得研制周期短,系统可重构性好,对算法的适应性强。
Through module division of the signal processor the development period is shortened, and the processor is easy to be reconstructed and highly adaptable to algorithms.
分析结果表明,现有知识管理工具存在功能不完整、集成性不高、协同性不够以及可重构性差等几点不足。
The analysis showed that there were some deficiencies in present KM tools, the incompletion of functions, lower integration, inefficient cooperation, hard reconstruction.
为了使控制器具有良好的可扩展性及可重构性,采用了RFID读写模块与嵌入式网络控制平台分离设计的方法。
To acquire a flexible and re-configuration system structure, the paper adopts separate design method of RFID system and network control system.
在这种背景下,移动机器人的可扩展性、开放性以及可重构性研究就日益成为机器人研究和应用领域的热点之一。
Research on extendibility, open and reconfiguration of mobile robot is a hot spot now. A kind of mobile robot controlled under ARM9 with embedded Linux is developed.
在硬件设计上,主控系统、插补和补偿模块以及伺服模块通过CAN总线互连,实现嵌入式数控系统硬件的可重构性。
In the system, the main control module, the interpolation and compensation module and the servo module are attached with CAN bus, which achieves the reconfiguration of the hardware.
本文分析了常用对称密码算法DES、3des和AES的可重构性,利用流水线、并行处理和可重构技术,提出了一种可重构体系结构。
In this paper, based on the analysis about the reconfiguration of the DES, 3des and AES, we propose a reconfigurable architecture, which combines reconfiguration technology with pipeline, par.
作为对传统的点对点通讯的代替,网络控制系统的公共总线网络结构提供了更有效的可重构性,更好的资源利用率,减少了安装和维护成本。
As an alternative to traditional point-to-point communication, NCS offers more efficient reconfigurability, better resource utilization, and also reduces installation and maintenance cost.
在使代码变得更具可测试性的过程中,我们对前面一些有问题的代码进行了重构;这些代码不仅设计上有问题,功能上也有问题。
In the process of making code testable, we've refactored previously problematic code; not only problematic in it's design but in it's function.
我们还了解了这些代码的修改不仅能够提高代码的可测试性,也能够普遍改进代码的质量,以及提高重构代码的可重用性。
We also saw how making these changes to your code not only made the code more testable, but also improved the code quality in general and promoted code reuse in the refactored code sections.
这说明应该考虑对它进行重构,消除一定的复杂性,寻找可提取出的重复的模式。
That suggests that it is a good candidate for refactoring to remove some of the complexity and see if you can find some abstractable, repeating patterns.
这说明应该考虑对它进行重构,消除一定的复杂性,寻找可提取出的重复的模式。
That suggests that it is a good candidate for refactoring to remove some of the complexity and see if you can find some abstractable, repeating patterns.
应用推荐