• 非线性数据结构图模型设计某市导游咨询程序给出了其核心函数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.

    youdao

  • 如,算法带动了金融市场上大量的交易,自动驾驶汽车在城市的街道上随处可见,而我们的智能手机可随时将一种语言翻译成另一种语言

    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.

    youdao

  • 通过电极植入大脑安装上面记录神经元放电活动然后通过一种算法,把这个活动翻译成计算机语言

    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.

    youdao

  • 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.

    youdao

  • 电脑可以容易地计算论点通过简单算法但是不能这样做论点英语翻译成另一种形式语言

    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.

    youdao

  • 正如本文演示的那样,理解XSLT工作模型使开发语言有效配合的算法成为可能。

    As this article illustrates, understanding the XSLT working model makes it possible to develop algorithms that work well with the language.

    youdao

  • 并行编程并非仅仅是个新的程序库或是新的语言特性而是全新设计编程方式通常需要使用新的算法

    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.

    youdao

  • 演示了如何PHP作为实现语言开发实现简单线性回归算法核心部分

    I also demonstrated how to develop and implement the heart of a simple linear regression algorithm using PHP as the implementation language.

    youdao

  • 掌握反向传播算法后,可以来看我们识别源代码样本语言难题

    With the back-propagation algorithm in hand, we can turn to our puzzle of identifying the language of source code samples.

    youdao

  • 最终我们选择复杂算法因为类似语言其他地方类型推断行为

    Eventually we chose the complex algorithm because it is more similar to the behavior of type inference elsewhere in the language.

    youdao

  • 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.

    youdao

  • 正因为如此我们选择了不同方法算法处理两种语言的差别。

    As such, the methodology and algorithms we chose for handling these cases are different between the two languages.

    youdao

  • 使用新的算法编写引入了新的映射语言

    It has been written with new algorithms and introduces a new mapping language.

    youdao

  • 映射语言算法一起提供了一种高度灵活有效且系统分解XML文档方法

    The mapping language and algorithms together provide a highly flexible, efficient, and methodical way of decomposing XML documents.

    youdao

  • 意味着他们能够承担系统关键方面设计甚至是某种程序设计语言表现一个关键算法

    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.

    youdao

  • 其他语言算法可能更好更愿意采用这种方式。

    Other languages and algorithms might be better, but this one has worked for me for some time.

    youdao

  • 其他编程语言中的阵列一样,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.

    youdao

  • 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.

    youdao

  • 它们成为将要导致基于并行有效利用新的计算范型算法语言架构基础

    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.

    youdao

  • 喜欢他们没有自己算法进行语言检测。

    I didn't like that they don't have their own unique algorithm to detect languages.

    youdao

  • 开始介绍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.

    youdao

  • 高级语言编程时,需要考虑特定处理器细节只用关心算法应用

    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.

    youdao

  • 如果所需转换大量使用此类算法采用通用语言可能使用XSL更好

    If the needed transformations make heavy use of such algorithms, a general-purpose language is likely to be a better choice than XSL.

    youdao

  • 为了比较语言人们通常两种语言编写同一个算法特殊情况下这样并不公平

    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.

    youdao

  • 没错算法可以描述出编程任务然后可以任选几百编程语言中的一种来把任务实现出来——你可以使用数百乐器中的任意一种演奏出一个特定的曲调是一个道理。

    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.

    youdao

  • 带注释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.

    youdao

  • 这些语言写出代码需要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.

    youdao

  • Scilab数学算法语言一般计算机程序员陌生

    Scilab is a kind of mathematical algorithm language, but it will also seem familiar to the average computer programmer.

    youdao

  • 但是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.

    youdao

  • 但是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.

    youdao

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

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

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