About 73,200 results
Open links in new tab
  1. 什么是 C 语言里的 void, void* 和 void** - 知乎

     C 语言里的 void,void* 和 void** 代表着不同的概念,分别涉及数据类型的定义、泛型指针的使用、以及多级指针的复杂性。 1. 什么是 void? void 是 C 语言中的一种特殊类型,表示“无类型”或“无返回 …

  2. Void

    The open source AI code editor. Void is an open source AI IDE. Write code with the best AI tools, use any model, and retain full control over your data.

  3. C 语言中 void* 详解及应用 - 菜鸟教程

    void 在英文中作为名词的解释为 “空虚、空间、空隙”,而在 C 语言中,void 被翻译为“无类型”,相应的void * 为“无类型指针”。 void 似乎只有“注释”和限制程序的作用,当然,这里的“注释”不是为我们人提 …

  4. void - 搜索 词典

    1. If any man make a vow to the Lord, or bind himself by an oath: he shall not make his word void but shall fulfill all that he promised. 若 人 向上 主 许愿, 或 发誓 戒 绝 什 麽, 他 不可 食言, 应 全 照 口 …

  5. Download Void.

    Try the beta edition of Void, or check out the source on GitHub.

  6. void(计算机语言关键字)_百度百科

    中文翻译为“无类型”。 常用在程序编写中对定义函数的参数类型、返回值、函数中指针类型进行声明。 void的字面意思是“无类型”,void *则为“无类型指针”,void *可以指向任何类型的数据。

  7. VOID中文 (简体)翻译:剑桥词典

    They tried to describe their attempts to fill the void left by their son's death. 他们竭力想要描述他们曾如何试图填补儿子死后留下的空虚感。

  8. VoidZero | The Javascript Tooling company

    // ecosystem How we made the Angular Compiler faster using AI // updates Tales from the Void: March 2026 Recap // updates Tales from the Void: March Launch Week Recap // announcements …

  9. void(英语单词)_百度百科

    void,英语单词,主要用作为形容词、名词、动词。 作形容词时意为“不合法的,无效的”,作名词时意为“空间,空白,空虚;空虚感,失落感”,作动词时意为“使无效,使作废;排泄”等。

  10. C/C++中void用法总结_void在c++中的用法-CSDN博客

    Nov 23, 2015 · 1、void的基本解释: void 的字面意思是“无类型”,void* 则为“无类型指针”,void *可以指向任何类型的数据。 void几乎只有“注释”和限制程序的作用,定义一个void变量没有意义,不妨试着 …