The inversion control of chaotic oscillators is investigated in this paper.
本文研究了控制混沌振动的逆系统控制。
This paper presents a dynamic inversion control method for high Angle - of - attack flight.
提出了一种飞机大仰角飞行的动态逆模糊集成控制方法。
The networks are trained by the fast BP algorithm via fuzzy variables decision, and training samples are provided by the dynamic inversion control results.
网络的训练利用改进的BP算法,将因子模糊化快速进行。样本点数据则由利用动态逆控制所得到的结果来提供。
An electric shock and various life-saving automatic pressure instrument which mainly comprises an air transmission device and a motor start-stop and positive inversion control circuit;
一种触电及各类生命抢救自动气压仪,主要由空气输送装置以及电机启停及 正反转控制电路组成;
This paper introduces a new inversion control circuit based on 80c196mc microcontroller for thyristor medium frequency power supply. Meanwhile the hardware and software designs are also provided.
针对晶闸管中频电源的核心——逆变电路,提出了一种基于80c 196MC单片机的控制电路,给出了其构思的硬件和软件设计。
An inverted type movable body which can keep inversion control stably even in occurrence of abnormality in its inverted state while it moves, and a control method of the inverted type movable body.
提供一种即使在移动体的移动过程中倒立状态发生异常也能够稳定地继续倒立控制的倒立型移动体、以及倒立型移动体的控制方法。
In my experience, once that "big refactoring" becomes as simple as implementing the new version and altering your bindings, the value of inversion of control starts to become more apparent.
以我的经验来看,一旦一次大的重构变得与实现新版本,以及修改绑定一样简单,那么控制反转的价值就变得更加明显了。
Writing your software with inversion of control in mind also makes unit testing much, much easier, because you can swap out real implementations for mocks in your tests.
在内心建立用控制反转编写软件的思想,会使得进行单元测试更加容易,因为你可以替换真实实现而在测试中进行模拟。
The easiest way to understand inversion of control is to see it in action.
理解控制反转最简单的方式就是看它的实际应用。
NK: inversion of control is a mindset, and dependency injection of any kind (with or without a framework) relies on your software being designed with the goals of inversion of control in mind.
NK:控制反转仅仅是一种思想,各种依赖注入(无论有无框架)都取决你设计的软件是否抱有控制反转的目的。
This has changed with.net 3.0, where dependency injection and inversion of control containers are specifically called for.
这种情况到了。NET 3.0有所改变,依赖注入与控制反转都是一种特定的要求。
NK: Inversion of control is something that all of the developers on a project have to buy into and participate in to be successful — like I said, it's really a different mindset.
NK:只有项目中的所有开发人员都使用控制反转,并参与其中,才算得上是成功。正如我所说,这完全是心态问题。
Learn about additional techniques, such as adding manageability and inversion of control, to provide complex and dynamic component relationships, helping both users and system administrators.
了解一些附加的技术,如添加可管理性和反向控制,以便提供复杂的和动态的组件关系,从而为用户和系统管理员提供帮助。
IOC (inversion of control) is a key strategy for reducing coupling.
IOC(控制反转)是减少耦合度的主要策略。
Resource injection, also known as dependency injection, is a specific form of inversion of control.
资源注入,也叫做关系注入,是控制转化的一种特定形式。
The Apache Geronimo project provides a model for this technique with its support for dependency injection and inversion of control.
ApacheGeronimo项目通过依赖关系注入和反向控制的支持,为这种技术提供了一种模型。
Ds components needs no OSGi interfaces, and as such, can be mocked for testing or used in other inversion of control patterns like Spring.
DS组件不需要OSGi接口,这样,它可以在其他控制反转模式(如spring)里被模拟来测试或使用。
In the previous installment of this series, I introduced the seven modules of the Spring framework, including Spring AOP and the inversion of control (IOC) container.
在这个系列的前一期中,我介绍了Spring框架的7个模块,包括SpringAOP和控制反转(IOC)容器。
At his core, Swiz is a simple inversion of control framework.
Swiz的核心是个简单的控制反转框架。
The Seam framework far outclasses JSF's basic inversion of control (IOC) container in terms of functionality.
在功能方面,Seam框架远胜于JSF的基本控制反转 (IOC)容器。
The latter is an implementation of the well-known inversion of control (IOC) pattern and can be used to tie in delegate objects.
后者是著名的控制反转(inversionof control,IOC)模式的一种实现,可用于连接委托对象。
I find the term Inversion of Control too all-encompassing.
我发现控制反转这个术语的包含面太广。
You hear both Inversion of Control and dependency injection used almost interchangeably.
您听说过控制反转和依赖注入几乎可以互换使用。
Factories and Abstract Factories can be used as dependency frameworks, but there are specialized frameworks for that, known as Inversion of Control Container.
工厂类和抽象工厂类能够被用做依赖框架,但是已经有了专门的框架,被称为反转控制容器。
The basic concept of the Inversion of Control pattern (also known as dependency injection) is that you do not create your objects but describe how they should be created.
控制反转模式(也称作依赖性介入)的基本概念是:不创建对象,但是描述创建它们的方式。
This is an example of using the Inversion of Control (IOC) pattern for configuration and is a natural fit with aspects.
这是一个使用反转控制(IOC)模式进行配置的示例,因此很自然地适合方面。
Dependency Inversion or Inversion of Control are better know terms referring to the way in which the dependencies are realized.
依赖倒置或者倒置控制,在依赖关系实现方式里面更加知名。
The centralization of workflow logic into the abstract superclass is an example of inversion of control.
使工作流的逻辑集中到抽象类是控制反转的例子。
Spring can help you solve this problem by providing an Inversion of Control (IoC) infrastructure, allowing you to inject connection management implementation in dependant code.
Spring可以帮助您解决这个问题,它提供了反向控制(Inversionof Control,IoC)基础设施,允许在依赖代码中注入连接管理实现。
Testability patterns: Inversion of Control, Separated Presentation
可测试模式:控制反转、分离表现
应用推荐