书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 3743 个相关结果.
  • Simplify Modifier

    70 2024-06-27 《Blender 4.1 Manual》
    Simplify Modifier Options Influence Example Simplify Modifier The Simplify modifier allows you to reduce the amount of points in the strokes. The goal of this modifier is red...
  • CIFAR-10 tutorial

    Alex’s CIFAR-10 tutorial, Caffe style Prepare the Dataset The Model Training and Testing the “Quick” Model Why train on a GPU? Alex’s CIFAR-10 tutorial, Caffe style Alex Kr...
  • TypeScript 2.3

    Generators and Iteration for ES5/ES3 Iterators Generators New --downlevelIteration Async Iteration Async iterators Async Generators The for-await-of Statement Caveats Ge...
  • TypeScript 2.3

    Generators and Iteration for ES5/ES3 Iterators Generators New --downlevelIteration Async Iteration Async iterators Async Generators The for-await-of Statement Caveats Ge...
  • 迭代图计算处理

    迭代图处理 以顶点为中心的迭代 配置以顶点为中心的迭代 分散 - 收集迭代 配置Scatter-Gather迭代 收集 - 应用迭代 配置Gather-Sum-Apply迭代 迭代抽象比较 迭代图处理 Gelly利用Flink的高效迭代 算子来支持大规模迭代图处理。 目前,我们提供了以顶点为中心,分散 - 聚集和聚合 - 求 - 应用模...
  • HSCAN

    HSCAN Introduction and Use Case(s) Syntax Parameter Explanations Return Values Code Examples Best Practices Common Mistakes FAQs How do I know when I’ve finished scanning? ...
  • Horner’s method

    Horner’s Method References Horner’s Method In mathematics, Horner’s method (or Horner’s scheme) is an algorithm for polynomial evaluation. With this method, it is possible to ...
  • 5.8 Continue Statements

    5.8 Continue Statements 5.8 Continue Statements A ‘continue’ statement is required to be nested, directly or indirectly (but not crossing function boundaries), within an iterat...
  • Simplify Modifier

    55 2024-08-11 《Blender 4.2 Manual》
    Simplify Modifier Options Influence Example Simplify Modifier The Simplify modifier allows you to reduce the amount of points in the strokes. The goal of this modifier is red...
  • 微基准测试须知

    微基准测试须知 Java基准测试需要注意的几个点: JMH比较典型的应用场景有: 定制运行参数 DolphinScheduler-MicroBench 介绍 微基准测试须知 所有的优化必须建立在数据印证的基础上,拒绝盲目优化。基于此,我们提供了MicroBench模块。 MicroBench模块是基于OpenJDK JMH构件的(HotSpo...