This needs to be a struct, not a class.
这需要是一个结构,而不是一个类。
单词 | struct |
释义 |
struct
英汉-汉英词典
abbr. 结构(=structure)
词组 | 习惯用语
您要查找的是不是:
struct n. 结构;结构体;创建构架数组 网络短语:Struct 结构; 结构体; 创建构架数组; 构体; struct couse 课程信息结构体 struct inode 索引节点对象 tag struct 卷标结构; 专属的卷标结构; Struct Members 结构成员 struct Student 其中有一个结构体;此中有一个构造体;体类型 struct SLink 定义链表结点类型 struct circle 定义圆 struct addr 通讯地址结构定义 Struct Text 结构文本
英语例句库
声明:以上例句、词性分类均由互联网资源自动生成,未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。
原声例句
Introduction to Unity DOTS This needs to be a struct, not a class. 这需要是一个结构,而不是一个类。 科技 Crash Course Groups of variables like these can be bundled together into a Struct. 像这样的变量组可以捆绑在一起成为一个结构。 科技 Crash Course Let's take a look at this struct that's called a " node" . 让我们来看看这个称为“节点”的结构。 Introduction to Unity DOTS First you create a separate struct that implements IJob, like this. 首先,您创建一个实现 IJob 的单独结构,如下所示。 Introduction to Unity DOTS We'll use this to initialize our struct and then give it the data it needs to do its work. 我们将使用它来初始化我们的结构,然后为其提供完成工作所需的数据。 DEFCON Collection The 680 bytes is important, because this struct here is exactly 680 bytes. 680 字节很重要,因为这里的这个结构正好是 680 字节。 Introduction to Unity DOTS Each struct implements the logic in the execute method, as we've already mentioned. 正如我们已经提到的,每个结构体都实现了执行方法中的逻辑。 科技 Crash Course We can even make arrays of structs that we define, which are automatically bundled together in memory. 我们甚至可以创建我们定义的结构数组,它们会自动捆绑在内存中。 DEFCON Collection It's basically just a C struct, a binary blob that is being thrown over a bulk endpoint to the device. 它基本上只是一个 C 结构,一个二进制 blob,通过批量端点被抛到设备上。 Apple 最新资讯 In Swift, we use both value and reference types, and while NSCoding supports classes, it doesn't work at all with structs or enums. 在 Swift 里,我们会用到值类型和引用类型虽然 NSCoding 支持 类(class)但它对结构(struct) 或者 枚举型(enum) 就无能为力了。
中文百科
结构 (计算机语言)在计算机中,结构(英语:Struct/record)是一种初级数据结构,结构中包含一到多个相同类型或不同类型的值或者变量,这些变量被称作结构的成员(member)或域(field)。成员可用结构的起始地址加偏移量标记。 在许多计算机语言中,都对结构有所定义:
英语百科
Record (computer science) 结构 (计算机语言)![]() In computer science, a record (also called struct or compound data) is a basic data structure. A record is a collection of fields, possibly of different data types, typically in fixed number and sequence. The fields of records may also be called elements, though these risk confusion with elements of a collection, or members, particularly in object-oriented programming. A tuple may or may not be considered a record, and vice versa, depending on conventions and the specific programming language. |
随便看 |
|
英汉双解词典包含3607232条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。