书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 1526 个相关结果.
  • SIMD 支持

    SIMD 支持 SIMD 支持 VecElement{T} 类型是为了构建 SIMD 运算符的库。实际使用中要求使用 llvmcall 。类型按下文定义: struct VecElement { T } value :: T end 它有特别的编译规则:当 T 是初始位类型,并且元组长度属于集合 {2-6,8-10,1...
  • 12.3 更多的一些事情

    12.3 更多的一些事情 12.3 更多的一些事情 在编译器生成的代码里面,我们可以发现在i初始化之后,循环体并不会被执行,转而是先检查i的条件,在这之后才开始执行循环体。这么做是正确的,因为,如果循环条件在一开始就不满足,那么循环体是不应当被执行的。比如,在下面的例子中,就可能出现这个情况: for ( i = 0 ; i < total_...
  • 2.3 What Julia Aims to Accom..

    375 2023-01-05 《Julia Data Science》
    2.3 What Julia Aims to Accomplish? 2.3.1 Julia Versus Other Programming Languages 2.3.2 The Two-Language Problem 2.3.3 Multiple Dispatch 2.3 What Julia Aims to Accomplish? N...
  • 其他

    1689 2020-06-11 《Go语言中文文档》
    1. 其他 1. 其他 将这些库放在此处是因为其他类别似乎都不适合。 anagent - 具有依赖项注入功能的简约,可插入Golang evloop / timer处理程序。 antch - 一个快速,强大且可扩展的Web爬网和抓取框架。 archiver - 用于制作和提取.zip和.tar.gz档案的库和命令。 autofla...
  • 18.3 结构体tm

    18.3 结构体tm 18.3.1 linux 18.3.2 ARM+优化Keil+thumb模式 18.3.3 ARM+优化Xcode(LLVM)+thumb-2模式 18.3 结构体tm 18.3.1 linux 在Linux下,我们看看time.h中的tm结构体是什么样子的: #include <stdio.h> #incl...
  • 18.3 结构体tm

    18.3 结构体tm 18.3.1 linux 18.3.2 ARM+优化Keil+thumb模式 18.3.3 ARM+优化Xcode(LLVM)+thumb-2模式 18.3 结构体tm 18.3.1 linux 在Linux下,我们看看time.h中的tm结构体是什么样子的: #include <stdio.h> #incl...
  • 5.11.1 RetDec

    5.11.1 RetDec RetDec 简介 安装 入门 r2pipe decompiler 参考资料 5.11.1 RetDec RetDec 简介 安装 使用方法 r2pipe decompiler 参考资料 前面介绍过 IDA Pro,其 F5 已经具有巨强大的反编译能力了,但这本书一直到现在,由于本人的某种执念,都是...
  • Scudo Hardened Allocator

    917 2020-03-21 《LLVM 10 Reference》
    Scudo Hardened Allocator Introduction Design Allocator Chunk Header Delayed Freelist Randomness Usage Library Clang Options Error Types Scudo Hardened Allocator In...
  • Getting started

    Getting started Crystal version Crystal help Hello Crystal Getting started Hi and welcome to Crystal’s Reference Book! First, let’s make sure to install the compiler so tha...