书栈网 · BookStack 本次搜索耗时 0.064 秒,为您找到 650 个相关结果.
  • 对象变体

    对象变体 对象变体 在需要简单变体类型的某些情况下,对象层次结构通常有点臃肿。对象变体是通过枚举类型标记和区分,以便运行时更加灵活,可参照在其他语言中能找到的如 sum类型 和 代数数据类型(ADTs) 的概念。 一个例子: # 这是一个如何在 Nim 中建模抽象语法树的示例 type NodeKind = enum ...
  • 过程

    过程 过程 大多数编程语言中称之为 methods:idx “方法”或 functions:idx “函数”,在 Nim 中则称为 procedures:idx “过程”。 过程声明由标识符、零个或多个形参、返回值类型和代码块组成,形参声明为由逗号或分号分隔的标识符列表。形参由 : typename 给出一个类型。 该类型适用于紧接其之前的所有参数,...
  • GDNative 是什么?

    GDNative 是什么? 前言 GDNative 与 C++ 模块的区别 GDNative 的优势 C++ 模块的优势 支持的语言 版本兼容性 GDNative 是什么? 前言 GDNative 是 Godot 专有的技术,可以让引擎在运行时与原生共享库 交互。你可以通过它来执行原生代码,无需和引擎一同编译。 备注 GDNativ...
  • Distinct type

    602 2020-10-18 《Nim v1.4 Manual》
    Distinct type Modelling currencies Avoiding SQL injection attacks Distinct type A distinct type is new type derived from a base type that is incompatible with its base type....
  • strformat

    fmt vs. & Formatting strings Formatting floats Expressions Debugging strings Implementation details Standard format specifiers for strings, integers and floats Limitations ...
  • parseutils

    Types Procs Iterators Source Edit This module contains helpers for parsing tokens, numbers, integers, floats, identifiers, etc. To unpack raw bytes look at the streams ...
  • 一行代码就能解决的算法题

    一行代码就能解决的算法题 一、Nim 游戏 二、石头游戏 三、电灯开关问题 一行代码就能解决的算法题 下文是我在 LeetCode 刷题过程中总结的三道有趣的「脑筋急转弯」题目,可以使用算法编程解决,但只要稍加思考,就能找到规律,直接想出答案。 一、Nim 游戏 游戏规则是这样的:你和你的朋友面前有一堆石子,你们轮流拿,一次至少拿一颗,最...
  • Libraries and tools

    1411 2020-10-11 《etcd v3.3.12 document》
    Tools etcdctl - A command line client for etcd etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2 etcd-dump - Command line utility for du...
  • Libraries and tools

    1456 2020-10-11 《etcd v3.3.13 document》
    Tools etcdctl - A command line client for etcd etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2 etcd-dump - Command line utility for du...
  • Libraries and tools

    1753 2019-09-06 《etcd v3.4.0 document》
    Tools etcdctl - A command line client for etcd etcd-backup - A powerful command line utility for dumping/restoring etcd - Supports v2 etcd-dump - Command line utility for du...