Interconnection of programming function is carried out on a matrix board.
各种编程功能之间相互衔接在矩阵板上进行。
They are VB toolbox extended, can greatly enhance the VB programming function.
它们是VB工具箱的扩充,能够大大增强VB的编程功能。
The development of the sub-program has expanded the programming function of CNC system.
该子程序的开发扩展了数控系统的编程功能。
Each card presents a user interface to a single programming function using browser-based forms.
每个卡片使用基于浏览器的表单呈现单个编程功能的用户界面。
As product model databases become more complete and standardized, the CNC programming function will become more automated.
随着产品模型数据库变得更完善和更标准化,CNC编程或动将变得自动化的程度更高。
The advanced CNC system generally provides macro programming function, which is available to improve the process programming efficiency.
中高档数控机床一般都提供用户宏程序功能,正确恰当地使用宏程序,可以极大地提高编程效率。
How to use programming function of nc machine tool and simplify programming and calculation are discussed by analyzing some typical parts in nc process.
通过分析一些典型零件的数控加工,就如何灵活运用数控机床的编程功能以及如何简化编程计算作了一定的探索。
Meanwhile, through application of the idea of soft PLC, the online programming function of the protective logic, together with graphic interface, is added to this platform.
同时,将软plc技术应用于通用软件平台的设计中,使之具有保护逻辑在线编程的功能和图形化的开发界面。
By comparison with analogue AC servo system, some remarkable features of digital AC servo system, such op programming function, system stability and system performance are described.
通过与模拟交流伺服系统的比较,说明了全数字交流伺服系统可编程能力强、系统稳定性好、系统性能提高等特点。
Because of its simple programming function, it is not necessary to change the outer hardware lining which could change the control requirement of the system to improve system's flexibility.
由于它简单易行的可编程序功能,无须改变系统的外部硬件接线,便能改变系统的控制要求,使系统的柔性大大提高。
Has analyzed SIMOTION the D435 controller programming method, summarized the controller merit, like the lower price, the structure compact, the programming function is more formidable than and so on.
分析了SIMOTIOND435控制器的编程方法,总结了控制器的优点,如性价比高、结构紧凑、编程功能强大等。
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.
例如,可以在概述中描述函数调用,稍后在章节的编程示例中再次出现。
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是函数式编程语言中高阶函数的一个例子。
应用推荐