• 实现四相步进电机启动停止控制反转控制

    To achieve the four-phase stepper motor to start, stop control, reversing control.

    youdao

  • 电机驱动部分采用专门的驱动芯片实现反转控制

    The motor drive part is used in specialized drive chip to achieve positive control.

    youdao

  • 一个使用反转控制(IOC)模式进行配置示例,因此自然适合方面

    This is an example of using the Inversion of Control (IOC) pattern for configuration and is a natural fit with aspects.

    youdao

  • 工厂抽象工厂类能够用做依赖框架但是已经专门的框架,称为反转控制容器

    Factories and Abstract Factories can be used as dependency frameworks, but there are specialized frameworks for that, known as Inversion of Control Container.

    youdao

  • 反转控制依赖注入怎样联系呢?之前的文章他两的解释有些相同点

    So how does inversion of control relate to dependency injection? At first glance the concepts above and my examples in the previous article have little in common.

    youdao

  • 使用直接AcegiJSF标签保护反转控制IOCbean

    Using inversion-of-control (IOC) beans that are secured by Acegi directly in JSF tags

    youdao

  • 缓冲寄存器环形分配器、控制逻辑转控制门组成进电机控制计算机软件替代

    The step motor controller composed of buffer register, the circular allotter, the control logic, the positive run and back run control circuits is replaced by computer software.

    youdao

  • 由缓冲寄存器环形分配器、控制逻辑转控制门组成的步进电机控制器则用计算机软件替代。

    Buffer register, circular allotter, control logic, positive run and back run control circuits are replaced by computer software.

    youdao

  • 系统中,用计算机软件替代缓冲寄存器、环形分配器控制逻辑转控制组成的步进电机控制

    In this system, computer software was used to replace stepping motor controller which consisted of buffer, annular allotter, control logic and control doors of clockwise and counterclockwise running.

    youdao

  • Geronimo围绕使用反转控制(Inversionof Control,IoC)技术高度解耦服务组件架构设计的。

    Geronimo is designed around an architecture that USES Inversion of Control (IoC) techniques to decouple services and components to a high degree.

    youdao

  • 发现控制反转这个术语包含面广

    I find the term Inversion of Control too all-encompassing.

    youdao

  • 经验来看,一旦一次重构变得实现版本以及修改绑定一样简单,那么控制反转价值变得更加明显了。

    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.

    youdao

  • 控制反转模式(称作依赖性介入)基本概念创建对象但是描述创建它们方式

    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.

    youdao

  • NK控制反转仅仅一种思想各种依赖注入(无论有无框架)都取决设计软件是否抱有控制反转目的

    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.

    youdao

  • 听说过控制反转依赖注入几乎可以互换使用

    You hear both Inversion of Control and dependency injection used almost interchangeably.

    youdao

  • NK:只有项目中的所有开发人员都使用控制反转参与其中,算得上成功正如所说完全心态问题。

    NK: Inversion of control is something that all of the developers on a project have to buy into and participate in to be successfullike I said, it's really a different mindset.

    youdao

  • IOC(控制反转)减少耦合度主要策略

    IOC (inversion of control) is a key strategy for reducing coupling.

    youdao

  • 可测试模式控制反转分离表现

    Testability patterns: Inversion of Control, Separated Presentation

    youdao

  • DS组件需要OSGi接口这样,它可以其他控制反转模式(spring)里模拟测试使用

    Ds components needs no OSGi interfaces, and as such, can be mocked for testing or used in other inversion of control patterns like Spring.

    youdao

  • 黑客使用Unicode控制字符0x202e (rlo)反转文件名中的特定部分使Windows看到文件名变成了另外一个样子。

    Hackers use Unicode control characters 0x202e (RLO) to reverse parts of a special file name, which changes the look of the file name in Windows Explorer.

    youdao

  • 控制反转(IoC)依赖项注入(DI)两种引起极大关注模式(参见参考资料)。

    Inversion of Control (IoC) and Dependency Injection (DI) are patterns that draw a lot of attention (see Resources).

    youdao

  • 这个系列前一中,介绍了Spring框架的7个模块包括Spring AOP控制反转(IOC)容器

    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.

    youdao

  • Swiz的核心是个简单控制反转框架

    At his core, Swiz is a simple inversion of control framework.

    youdao

  • 功能方面Seam框架胜于JSF基本控制反转 (IOC)容器

    The Seam framework far outclasses JSF's basic inversion of control (IOC) container in terms of functionality.

    youdao

  • 这个由两部分构成系列中,讨论DI概念(叫做控制反转IoC),然后演示ApacheGeronimo中的实现方式

    In this two-part article series, I discuss the concepts of di (also known as Inversion of Control, or IoC), then demonstrate how it's implemented in Apache Geronimo.

    youdao

  • Castle首先以控制反转(IoC)容器开始大概记得好像2003到2004之间

    Castle started as home for the Inversion of Control container I had in my mind for like an year, between 2003 and 2004.

    youdao

  • SpringIOC实现使用依赖性注入有效地控制应用程序代码反转 Spring 容器。

    Spring's IOC implementation uses dependency injection to effectively "invert control" from your application code to the Spring container.

    youdao

  • 内心建立控制反转编写软件思想,使得进行单元测试更加容易因为可以替换真实实现而在测试进行模拟。

    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.

    youdao

  • 内心建立控制反转编写软件思想,使得进行单元测试更加容易因为可以替换真实实现而在测试进行模拟。

    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.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定