• I thought I might do an occasional series on easily confounded concepts in programming language design.

    可以编程语言设计一些容易困惑概念一个系列

    youdao

  • In this series, we present several new programming model elements that address these goals.

    系列中,我们介绍实现这些目标一些新的编程模型元素

    youdao

  • It extends the SOA programming model concepts introduced in previous articles of this series.

    对本系列前一篇文章介绍SOA编程模型进行了扩展

    youdao

  • If you've been reading along with this series from the beginning, you should agree by now that CSP is a programming paradigm worth investigating and the JCSP library a worthy addition to your toolkit.

    如果开始一直阅读这个系列,那么到了现在,您应当同意CSP一个值得研究编程范式,而jcsp值得添加工具包中。

    youdao

  • In this second part of the series, we'll offer a more detailed discussion of TCF, focusing almost entirely on the framework's programming model.

    一系列文章第二部分中,我们详细讨论T CF,并几乎完全聚焦框架编程模型

    youdao

  • Compared to the middleware proxy approach described in a previous article of this series, implementing the EJB proxy approach is a basic programming exercise.

    系列以前文章所述中间件代理方法相比实现EJB代理方法只是基本编程做法。

    youdao

  • This series explores the subject of functional programming but isn't solely about functional programming languages.

    系列文章将介绍函数编程相关主题内容不仅限于函数式编程语言。

    youdao

  • Further articles in this series explore some of the part types comprising the SOA programming model in more detail.

    系列后续文章更加详细的介绍了SOA编程模型部件类型

    youdao

  • Part 1 of this series provided a brief introduction to the SCA programming model and its evolution through standardization.

    系列文章第1部分简要介绍SCA编程模型及其标准化演化

    youdao

  • Parallel programming has its own special place in computing; Part 2 of this series examines parallel programming platforms and examples.

    并行编程计算自己特殊地位系列文章的第 2部分将介绍并行编程平台给出几个例子。

    youdao

  • SAX treats an XML document as a series of parsing events, and basically allows a procedural programming style.

    SAXXML文档视为一系列解析事件而且它基本上允许过程性编程风格

    youdao

  • Previous articles in this series introduced some of the container data types in the Python programming language, including the tuple, the string, and the list (see Resources).

    系列前面的文章介绍了Python编程语言中的一些容器数据类型包括tuplestringlist(参见参考资料)。

    youdao

  • Future articles in this series go in depth into programming the Cell BE and extracting every ounce of speed that you can from the SPEs.

    系列后续文章将深入介绍CellBE编程以及如何充分利用SPE获得的一点速度

    youdao

  • Read the previous installments in the "Network programming with the Twisted framework" series.

    请阅读使用t wisted框架进行网络编程系列文章的其他部分

    youdao

  • C-based programming languages have a for loop, but it's designed to perform a series of operations a specific number of times.

    基于C编程语言具有for循环,设计目的是对一系列操作执行特定次数。

    youdao

  • Now that you have Linux and the Cell be SDK fully installed, the rest of this series will be about programming and using it.

    现在已经完全安装好LinuxCellBE SD K了,系列文章接下来部分关于它的编程使用的。

    youdao

  • Throughout the series, we showed you how to get up and running by covering the basic concepts, namely the programming model, business objects, interfaces, components, and references.

    这些系列文章中,我们通过介绍基本概念(编程模型业务对象接口组件引用),向说明如何启动运行WebSphere Integration Developer。

    youdao

  • This series assumes very little prior Ajax programming knowledge and walks you through various Ajax-related technologies.

    系列不要求预先知道多少Ajax编程知识并且描述了各种与 Ajax 相关的技术

    youdao

  • In this installment of the 5 things series, I introduce some of the subtler aspects of multithreaded programming with synchronized methods, volatile variables, and atomic classes.

    5件事系列中,将通过同步方法volatile变量原子介绍多线程编程一些更隐晦方面

    youdao

  • In Part 1 of this series, we touched upon the different programming interfaces that DB2 Connect provides and the drivers that implement these interfaces.

    系列第1部分中,我们初步地谈到DB 2Connect提供不同编程接口以及实现这些接口的驱动程序。

    youdao

  • We will describe these new features in more detail in a future article series on the WebSphere Portal V 6.0 programming model.

    我们以后WebSpherePortalV 6.0编程模型系列文章详细介绍这些功能

    youdao

  • Part 2 of this series examines in more detail how to program Scheme macros and how they can make your large-scale programming tasks significantly easier.

    系列文章第 2部分详细介绍如何编写Scheme以及如何使用这些宏来极大地简化大型编程任务

    youdao

  • Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve.

    ProjectEuler一个具有挑战性的不仅仅需要具备数学能力的“数学/计算机编程问题集合。

    youdao

  • This article series has primarily explained the programming model and extensions provided for portlets running on WebSphere Application Server.

    系列文章首先说明了WebSphereApplicationServer运行Portlet提供编程模型扩展

    youdao

  • The next article in this series explains the programming steps necessary to extend Lotus Sametime Connect and is intended for programmers with Eclipse plug-in development experience.

    系列下一文章面向具有Eclips编程经验的开发人员,说明扩展LotusSametime Connect 功能所需的编程步骤

    youdao

  • In this last part of the series on the WebSpherer portal V5.1.0.1 programming model, we covered some of the more advanced portal API's that fall under the System programming Interface (SPI) category.

    关于WebSphererPortalV5.1.0.1编程模型系列文章最后一部分部分中,我们介绍了一些属于SystemProgrammingInterface (SPI)类别高级门户API

    youdao

  • Computerworld is undertaking a series of investigations into the most widely-used programming languages.

    计算机世界》正在就使用广泛的一些程序设计语言进行一系列调查

    youdao

  • The Ensure class is analogous to JUnit or TestNG's Assert type; however, it adds a series of methods that facilitate a more readable API (this is often called literate programming).

    Ensure类似JUnitTestNGAssert类型但是增加了一系列方法提供更具可读性的API被称作文学编程)。

    youdao

  • My objective in writing this series of lessons is to make it possible for people who have no previous programming experience to learn programming fundamentals using Alice.

    编写一系列教程目的没有编程基础的通过使用Alice弄明白编程技术的原理

    youdao

  • My objective in writing this series of lessons is to make it possible for people who have no previous programming experience to learn programming fundamentals using Alice.

    编写一系列教程目的没有编程基础的通过使用Alice弄明白编程技术的原理

    youdao

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

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

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