有奖纠错
| 划词

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.

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

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

用户正在搜索


benzeneazo-naphthylamine, benzeneazophenol, benzenediazonium, benzene-disulfo-chloride, benzenehydrasinonaphthalene, benzenesulfinyl, benzenesulfonamide, benzenesulfonyl, benzenesulphonate, benzenetetrabromide,

相似单词


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.

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

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

用户正在搜索


benzhexol, benzhydrazide, benzhydrol, benzhydryl, benzhydrylcellulose, benzhydrylidene, benzidine, benzidinetransformation, benzil, Benzilan,

相似单词


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

    关注我们的微信

  • 手机客户端二维码

    下载手机客户端

赞助商链接