以非线性数据结构图为模型,设计了某市导游咨询程序,并给出了其核心函数的类C语言算法。
Having nonlinear graph of data structure as model, this paper designs one city's tour-guide inquiring program and gives C alike algorithm of main program and key function.
例如,算法带动了金融市场上大量的交易,自动驾驶汽车在城市的街道上随处可见,而我们的智能手机可随时将一种语言翻译成另一种语言。
For example, algorithms carry out huge volumes of trading on our financial markets, self-driving cars are appearing on city streets, and our smartphones are translating from one language into another.
通过把一个电极植入大脑或安装在它上面,并记录神经元的放电活动,然后通过一种算法,把这个活动翻译成计算机语言。
An electrode is implanted in or sits on top of the brain, and records patterns of neurons firing; this pattern is then translated, via an algorithm, into computer language.
SQL在某种意义上来说是一种在程序中只描述感兴趣的数据的声明性语言,而不是为获得数据的算法。
SQL is a declarative language in the sense that only the data of interest is described in the program, not the algorithm for obtaining the data.
电脑可以很容易地计算论点,通过简单的算法,但是不能这样做,把一个论点从英语翻译成另一种形式语言。
A computer can compute arguments very easily by simple algorithms but it can't do is translate an argument in English to a formal language.
正如本文所演示的那样,理解XSLT工作模型使开发与该语言有效配合的算法成为可能。
As this article illustrates, understanding the XSLT working model makes it possible to develop algorithms that work well with the language.
并行编程并非仅仅是个新的程序库或是新的语言特性集,而是全新的设计与编程方式,通常需要使用新的算法。
Parallel programming is not just a new library or a new set of language features. It is a new way of designing and programming, and often requires new algorithms.
我还演示了如何用PHP作为实现语言来开发和实现简单线性回归算法的核心部分。
I also demonstrated how to develop and implement the heart of a simple linear regression algorithm using PHP as the implementation language.
在掌握了反向传播算法后,可以来看我们的识别源代码样本语言的难题。
With the back-propagation algorithm in hand, we can turn to our puzzle of identifying the language of source code samples.
最终我们选择了复杂算法,因为其更类似于语言中其他地方的类型推断行为。
Eventually we chose the complex algorithm because it is more similar to the behavior of type inference elsewhere in the language.
PHP将像其他应用程序一样使用这些算法之一来压缩文件,并获得任何其他语言或程序将获得的结果。
PHP uses one of these algorithms to compress files just like other applications and gets the same results any other language or program would. Let's go through an example.
正因为如此,我们选择了不同的方法和算法去处理两种语言间的差别。
As such, the methodology and algorithms we chose for handling these cases are different between the two languages.
它是使用新的算法编写的并引入了新的映射语言。
It has been written with new algorithms and introduces a new mapping language.
映射语言与算法一起提供了一种高度灵活、有效且系统的分解XML文档的方法。
The mapping language and algorithms together provide a highly flexible, efficient, and methodical way of decomposing XML documents.
这意味着他们能够承担系统的某一关键方面的设计,甚至是用某种程序设计语言表现一个关键的算法。
This might mean being able to undertake detailed design of a key aspect of the system, even to the point of being able to represent a critical algorithm in a programming language.
其他语言和算法可能更好,但我更愿意采用这种方式。
Other languages and algorithms might be better, but this one has worked for me for some time.
像其他编程语言中的阵列一样,在SQLPL中对算法编码,DB 2阵列可用作辅助数据结构。
Like arrays in other programming languages, DB2 arrays can be used as an auxiliary data structure when coding algorithms in SQL PL.
IBMXLC编译器是一个非常好的优化器,结果是 C算法的性能要比未经优化的汇编语言实现的性能好很多。
The IBM XL C compiler is a very good optimizer, and as a result, the C algorithm delivers superior results to a simple unoptimized assembly language implementation.
它们将成为将要导致基于并行的有效利用的新的计算范型的新算法、语言,和架构的基础。
They will also be the foundation for new algorithms, languages, and architectures that will lead to a new computing paradigm based upon the effective use of concurrency.
我不喜欢的是他们没有自己的算法进行语言检测。
I didn't like that they don't have their own unique algorithm to detect languages.
在开始介绍SPU汇编语言之前,先来看一个通过递归算法计算32 位数的阶乘的简单程序。
To begin looking at SPU assembly language, I will enter in a simple program for calculating the factorial of a 32-bit number using a recursive algorithm.
当在高级语言上编程时,不需要考虑特定处理器的细节,只用关心算法和应用。
When programming in a high-level language, it is possible to concentrate on algorithms and applications without worrying about the details of a particular processor.
如果所需的转换大量使用了此类算法,采用通用语言可能比使用XSL更好。
If the needed transformations make heavy use of such algorithms, a general-purpose language is likely to be a better choice than XSL.
为了比较两种语言,人们通常用两种语言编写同一个算法,但在特殊情况下,这样并不公平。
To compare two languages, one typically would write the same algorithm in the two languages, but in this particular case, it would not be fair.
没错,你用算法就可以描述出一个编程任务,然后可以任选几百种编程语言中的一种来把任务实现出来——这和你可以使用数百种乐器中的任意一种演奏出一个特定的曲调是一个道理。
Yes, you can describe a programming task algorithmically, and then implement it in any of hundreds of languages - just as you can play a given tune on any of hundreds of instruments.
带注释的XML模式分解是DB 2Viper中引入的一个新特性,是用新的算法和映射语言重新编写的特性。
Annotated XML schema decomposition is a new feature introduced in DB2 Viper. It has been written from scratch with new algorithms and mapping language.
用这些语言写出的代码需要比Scala更少的类型注解,因为Scala的类型推断算法得同时支持面向对象类型和函数式类型。
Code written in these languages require type annotations less often than in Scala, because Scala's type inference algorithm has to support object-oriented typing as well as functional typing.
Scilab是一种数学算法语言,但一般的计算机程序员对它也不陌生。
Scilab is a kind of mathematical algorithm language, but it will also seem familiar to the average computer programmer.
但是Dygest.net使用了自然语言处理算法,而非追踪不同信息源之间的链接。由多个来源整理出来的摘要让人读起来很舒服。
This one USES natural language processing algorithms instead of tracking links between sources, though, and the summaries from multiple sources are enjoyable to read.
但是Dygest.net使用了自然语言处理算法,而非追踪不同信息源之间的链接。由多个来源整理出来的摘要让人读起来很舒服。
This one USES natural language processing algorithms instead of tracking links between sources, though, and the summaries from multiple sources are enjoyable to read.
应用推荐