This paper sets forward a new, simple, and direct approach to solving the linear maximum function programming.
本文提出了一种求解线性最大值函数规划的简捷方法。
Such software system design, the software structure and function programming, the multimedia data creation and integration have been studied.
其主要研究内容包括:软件总体方案设计、软件框架结构的实现、多媒体素材的制作与合成。
According to human scale multifunctional module dominated by the demands of the function programming, Meanwhile the flowchart of the software for a detailed description.
根据多功能人体秤主控模块所要求实现的功能进行编程,同时对软件的流程图进行了详细的叙述。
Function objects are an important part of generic programming because they allow abstraction not only over the types of objects, but also over the operations that are being performed.
函数对象是一个重要的普通程序的一部分,因为他们允许抽象比类型对象还要多,而且比它正在执行的操作还要多。
Programming him to function in real human Spaces will be frightfully more challenging.
为其编程,令他在真实的人类社会中运行,将是极具挑战性的。
This article describes some potential problems due to non-reentrancy of the function in parallel and concurrent programming.
本文描述了在并行和并发程序设计中函数的不可重入性导致的一些潜在问题。
For those of you who are new to computer programming, here's a simple definition of recursion: recursion occurs when a function calls itself directly or indirectly.
对刚开始接触计算机编程的人而言,这里有递归的一个简单定义:当函数直接或者间接调用自己时,则发生了递归。
The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.
进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数。
For example, a function call might be described in an overview and then later in the chapter in a programming example.
例如,可以在概述中描述函数调用,稍后在章节的编程示例中再次出现。
Each card presents a user interface to a single programming function using browser-based forms.
每个卡片使用基于浏览器的表单呈现单个编程功能的用户界面。
The innermost level consisted of lower level practices such as pair programming; coding standards; unit and function testing; refactoring; simple design; and the 40-hour week.
最内层的级别包括比较底层的实践,比如结对编程、编码标准、单元测试和功能测试、重构、简单设计,以及每周工作40小时。
At the core of functional programming is the function, just as classes are the primary abstraction in object-oriented languages.
函数式编程的核心是函数,就像面向对象语言的主要抽象方法是类。
Reusable components are simply pre-built pieces of programming code designed to do a specific function.
可重用组件只不过是针对特定功能而设计的、预建的程序代码块。
EJB 3.0 provides a simple programming model without compromising function.
EJB 3.0在不影响功能的情况下提供了简单的编程模型。
The port type can be compared to a function library or module in a traditional programming language.
Port类型可以同一个函数库或者由传统编程语言编写的模块来比较。
For example, suppose you wanted to create a CommentBlock function that was passed a string and formatted it into an appropriate comment block for various programming languages.
例如,假设您希望创建一个CommentBlock函数,它将接收一个字符串并针对不同的编程语言将其格式化为相应的注释块。
I'll focus on Solr's function queries because they are the easiest to use and require no programming to leverage, but they can easily be used in or ported to Lucene.
我将关注Solr的函数查询,因为它们是最容易使用的并且不需要编程。可以在Lucene中轻松地使用它们,或者轻松地将它们移植到Lucene。
Scala regards a method with the equals sign before the body as a function definition and a function always returns a value in functional programming.
Scala把主体之前的部分包含等于号作为函数定义,而一个函数在函数式编程中永远都有返回值。
A perfect way to see the benefits of the functional programming style, and how this works within Erlang, is to look at the Fibonacci function.
要想了解函数编程风格的好处以及它在Erlang中的实现方式,最好的方法是了解fibonacci函数。
If you're familiar with socket programming, you might be looking for gethostbyname and other such calls, which are used to perform the host-lookup function.
如果熟悉套接字编程,那么您可能会寻找gethostbyname和其他类似的调用,这些调用都可以用来执行主机查找功能。
In this... abomination, "she waved at the screen," passing a NULL pointer is a programming error, as the documentation for the function clearly states.
在这里,“她(译注:指guru)面对屏幕挥了挥手,”传入一个空指针是一个编程错误,就像这个程序的文档写的那样。
The function format-attrs is probably more an example of generic recursive programming in Scheme than it is specific to SSAX.
函数format -attrs可能更多表现了Scheme中一般的递归编程,而不仅仅局限于SSAX。
PHP's array_filter is an example of what is know in functional programming as a higher-order function.
php的array _ filter是函数式编程语言中高阶函数的一个例子。
Routing is a function associated with the network layer (layer 3) in the standard model of network programming, the Open Systems Interconnection (OSI) model.
在开放系统互连osi模型中,路由是网络层(第三层)的功能。
Listing 6 shows a function defined in your custom programming language.
清单6给出一个用定制编程语言编写的函数。
This is the operating semantic that all remote procedure call (RPC) mechanism implement since this is the standard function-call semantic in procedural and object-oriented programming languages.
这是所有的远程过程调用(rpc)机制实现的操作语义,因为它是在过程性编程语言和面向对象的编程语言中的标准函数调用语义。
From your chosen programming language, you just supply the data type and the name of the function to be called on the remote server.
对于编程语言来说,只需要提供数据类型和需要在远程服务器上调用的函数名称即可。
Many gateway technologies support some form of intermediary filter or handler programming model to enable custom enhancements to function.
许多网关技术支持某些形式的中间件过滤器或处理器程序设计模型,以实现自定义增强功能。
If you are familiar with the basics of object-oriented programming, you will know that when an object is instantiated, the class constructor function is automatically called.
如果您对面向对象编程语言基本原理比较熟悉,您就知道当一个对象被实例化时,类构造函数被自动调用。
When learning computer programming, I found it helpful to look at a function like a pencil sharpener. A parameter was a dull pencil, inside processes sharpened and returned a sharp pencil.
我在学编程时,常把程序比作卷笔刀,而把参数比作钝铅笔,经过处理我们就得到尖铅笔了。
应用推荐