书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 651 个相关结果.
  • Libraries and Tools

    1105 2020-10-11 《etcd v2 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...
  • Know Well More than Two Programming Languages

    Know Well More than Two Programming Languages Know Well More than Two Programming Languages The psychology of programming people have known for a long time now that programming...
  • 1.9 本书结构

    1.9 本书结构 1.9 本书结构 第1章,介绍并行算法和软件开发的相关原理。其中包括并发、线程和不同粒度的并行化的原理。 第2章,介绍一些支持OpenCL的硬件处理器,包括CPU、GPU和APU。还有不同的指令,比如SIMD和VLIW。该章也会涉及多核处理器的原理,以及面向吞吐量的系统,当然也有更加高级的异构架构。 第3章,开始介绍OpenCL,...
  • Wiki: markdown, chat subsite, event source

    Wiki: markdown, chat subsite, event source Subsite: data Subsite: handlers Subsite: widget Master site: data Master site: instances Master site: wiki handlers Master site: r...
  • Thrift

    Communication Service protocol Thrift rpc interface introduction rpc interface IDL file path target file path Communication Service protocol Thrift rpc interface introduc...
  • 模块 Module

    1548 2018-05-12 《HASKELL 趣学指南》
    模块 (Modules) 装载模块 Data.List Data.Char Data.Map Data.Set 建立自己的模块 模块 (Modules) 装载模块 Haskell 中的模块是含有一组相关的函数,型别和型别类的组合。而 Haskell 进程的本质便是从主模块中引用其它模块并调用其中的函数来执行操作。这样可以把代码分成...
  • 相关工具

    相关工具 客户端和开发库 Geth 以太坊钱包 IDE 网站资源 相关工具 客户端和开发库 以太坊客户端可用于接入以太坊网络,进行账户管理、交易、挖矿、智能合约等各方面操作。 以太坊社区现在提供了多种语言实现的客户端和开发库,支持标准的 JSON-RPC 协议。用户可根据自己熟悉的开发语言进行选择。 go-ethereum :Go 语...
  • 7. 用链式方法重现idxmax

    7. 用链式方法重现idxmax # 和前面一样,只选出数值列 In [ 76 ]: college = pd . read_csv ( 'data/college.csv' , index_col = 'INSTNM' ) cols = [ 'MD_EARN_WNE_P10' , 'GRAD_DEB...
  • 相关工具

    相关工具 客户端和开发库 Geth 以太坊钱包 IDE 网站资源 相关工具 客户端和开发库 以太坊客户端可用于接入以太坊网络,进行账户管理、交易、挖矿、智能合约等各方面操作。 以太坊社区现在提供了多种语言实现的客户端和开发库,支持标准的 JSON-RPC 协议。用户可根据自己熟悉的开发语言进行选择。 go-ethereum :Go 语...
  • Interesting Functions

    Interesting Functions Function Definition Currying Interesting Functions Function Definition Lambdas are clearly a simple and powerful way of defining functions. But the sy...