有奖纠错
| 划词

Assembly language programming, low level data structures, introduction to operating systems, and compilers.Processor microarchitecture, microprogramming, pipelining.

汇编语言程序设计,低层数据结构,操作论和编译器。

评价该例句:好评差评指正

In Pascal the plethora of declarable data structures induces a specialization within functions that inhibits and penalizes casual cooperation.

表的简单结构和自然可用性反应到函数里,就使它们具有了一种奇异的普适性。

评价该例句:好评差评指正

Software design is actually a multistep process that focuses on three distinct attributes of the program: data structure, software architecture, and pro-caesural detail.

的生命周期范例在软件 工程中是最早也是应用得最广泛的。

评价该例句:好评差评指正

Key features include : Recovery from corrupt VTOC or OLT table, Recovery from damaged cylinder group, Recovery from damage caused to data structures by FSCK.

复苏,腐败vtoc或肝移植表,恢复的气缸组,恢复造成害的数据结构由fsck 。

评价该例句:好评差评指正

In software engineering, the degree of complication of a system or system component, determined by such factors as the number and intricacy of interfaces, the number and intricacy of conditional branches, the degree of nesting, the types of data structures, and other system characteristics.

在软件工程中,组成部分的复杂程度由下述因素确定:接口的数量和错综程度、条件转移的数量和错综程度、嵌套的深度、数据结构的类型以及其它一些特性。

评价该例句:好评差评指正

用户正在搜索


kharif, Khark, Kharkov, kharsulfan, khasaba, khat, Khatag, khawiasis, khaya, khayal,

相似单词


3G, 401(K), a,

声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

两分钟论文

A descriptor is a specialized representation for doing useful tasks on images and other data structures.

描述符是对图像或是其他数据结构做有用处理的一种专门的表述

评价该例句:好评差评指正
两分钟论文

So the question immediately arises: what kind of data structure should be used for the output?

应该在输出中采用哪种数据结构

评价该例句:好评差评指正
科技 Crash Course

But, the struct data structure can be used for building more complicated data structures that avoid these restrictions.

但是,struct 数据结构可用于构建更复杂的数据结构,从而避免这些限制。

评价该例句:好评差评指正
TED演讲(视频版) 2020年4月合

In China and Singapore the data structure for doing this is highly centralized.

在中国和新加坡,这样做的数据结构中的。

评价该例句:好评差评指正
电子英语

A data structure that is used for intertask synchronization. Semaphores are usually provided by the operating system.

用于进程间同步的数据结构。信号灯常常由操作系统提

评价该例句:好评差评指正
JS-Party(Full Stack JS)

And Git, even though it is ironically based on immutable data structures, works more like the latter.

而 Git 虽然讽刺的是基于不可变数据结构,却更像后者那样工作。

评价该例句:好评差评指正
JS-Party(Full Stack JS)

And with code, well, developers have to think about all their data structures and allocating memory correctly.

而对于代者则需精心考虑其所有数据结构,并确保内存分配得当。

评价该例句:好评差评指正
科技 Crash Course

Using this struct, we can create a linked list, which is a flexible data structure that can store many nodes.

使用这个结构,我们可以创建一个链表,它是一种灵活的数据结构,可以存储很多节点。

评价该例句:好评差评指正
科技 Crash Course

For data that links arbitrarily, that include things like loops, we can use a graph data structure instead.

对于任意链接的数据,包括循环之类的东西,我们可以改用图数据结构

评价该例句:好评差评指正
科技 Crash Course

These different data structures have properties that are useful for particular computations.

这些不同的数据结构具有对特定计算有用的属性。

评价该例句:好评差评指正
科技 Crash Course

So that's a whirlwind overview of pretty much all of the fundamental data structures used in computer science.

所以这是对几乎所有计算机科学中使用的基本数据结构的快速概述。

评价该例句:好评差评指正
科技 Crash Course

Fortunately, most programming languages come with libraries packed full of ready-made data structures.

幸运的是,大多数编程语言都带有充满现成数据结构的库

评价该例句:好评差评指正
科技 Crash Course

Over the past few episodes, we've been building up our understanding of computer science fundamentals, such as functions, algorithms and data structures.

在过去的几中,我们一直在加深对计算机科学基础知识的理解,例如函数、算法和数据结构。

评价该例句:好评差评指正
科技 Crash Course

Arrays are extremely versatile data structures, used all the time, and so there are many functions that can handle them to do useful things.

数组是极其通用的数据结构,一直在使用,因此有许多函数可以处理它们来做有用的事情。

评价该例句:好评差评指正
科技 Crash Course

But you could just as easily have trees with three, four or any number of children by modifying the data structure accordingly.

但是通过相应地修改数据结构,你可以很容易地拥有三个、四个或任意数量的孩子的树。

评价该例句:好评差评指正
科技 Crash Course

Now we can create variables that aren't just single numbers, but are compound data structures, able to store several pieces of data at once.

现在我们可以创建不仅仅是单个数字的变量,而是复合数据结构,能够一次存储多个数据。

评价该例句:好评差评指正
VOA常速英语_美洲

UAP or airborne objects that when encountered cannot be immediately identified, however it is the department's contention that by combining appropriately structured collected data with rigorous scientific analysis.

当遇到无法立即识别的UAP或空中物体时,然而,该部门的论点是,通过将适当结构的收数据与严格的科学分析相结合。

评价该例句:好评差评指正
科技 Crash Course

In our example, nodes can have up to two children, and for that reason, this particular data structure is called a binary tree.

在我们的示例中,节点最多可以有两个子节点,因此,这种特殊的数据结构称为二叉树。

评价该例句:好评差评指正
科技 Crash Course

Owing to this flexibility, many more-complex data structures are built on top of linked lists The most famous and universal are queues and stacks.

由于这种灵活性,许多更复杂的数据结构都建立在链表之上,最著名和最普遍的是队列和堆栈。

评价该例句:好评差评指正
用文章内化雅思核心词汇

Key Characteristics of Current AI Technology Data-Driven: Modern AI systems are fundamentally based on their ability to process and analyze large-scale datasets, extracting valuable insights from complex data structures.

当前人工智能技术数据驱动的关键特征: 现代人工智能系统从根本上基于其处理和分析大规模数据的能力, 从复杂的数据结构中提取有价值的见解

评价该例句:好评差评指正
加载更多

用户正在搜索


khoums, Khowar, khozaschet, Khrushchev, Khrushchevism, khud, Khurramshahr, khurta, khuskhus, Khuzistan,

相似单词


3G, 401(K), a,
  • 微信二维码

    关注我们的微信

  • 手机客户端二维码

    下载手机客户端

赞助商链接