积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(305)Julia(87)Python(63)Java(49)ActiveMQ(31)C++(30)Django(30)区块链(26)Conan(23)Celery(22)

语言

全部英语(266)中文(简体)(15)法语(12)中文(繁体)(10)西班牙语(1)

格式

全部PDF文档 PDF(254)其他文档 其他(49)PPT文档 PPT(2)
 
本次搜索耗时 0.049 秒,为您找到相关结果约 305 个.
  • 全部
  • 后端开发
  • Julia
  • Python
  • Java
  • ActiveMQ
  • C++
  • Django
  • 区块链
  • Conan
  • Celery
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 中文(繁体)
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Reusable Code & Reusable Data Structures

    }; 1 2 3 4 5 6 7 8 9 10 11 50RUNTIME POLYMORPHISM using bi = boost::intrusive; class dialog_widget : bi::list_base_hook<bi::link_mode<bi::auto_unlink>> { dialog_widget(dialog& parent) { parent dialog { bi::list widgets; }; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 51RUNTIME POLYMORPHISM using bi = boost::intrusive; class dialog_widget : bi::list_base_hook<bi::link_mode<bi::auto_unlink>> dialog { bi::list widgets; }; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 using bi = boost::intrusive; class dialog_widget : bi::list_base_hook<bi::link_mode<bi::auto_unlink>> { }; bi::list
    0 码力 | 132 页 | 14.20 MB | 5 月前
    3
  • pdf文档 The Idris Tutorial Version 0.9.18

    data Binary : Nat -> Type where bEnd : Binary Z bO : Binary n -> Binary (n + n) bI : Binary n -> Binary (S (n + n)) bO and bI take a binary number as an argument and effectively shift it one bit left, adding (n:Nat) -> Binary n natToBin Z = bEnd natToBin (S k) with (parity k) natToBin (S (j + j)) | even = bI (natToBin j) natToBin (S (S (j + j))) | odd ?= bO (natToBin (S j)) The problem with the odd case need a Show instance for Binary n: instance Show (Binary n) where show (bO x) = show x ++ "0" show (bI x) = show x ++ "1" show bEnd = "" 48 Chapter 10. Provisional Definitions CHAPTER 11 Interactive
    0 码力 | 69 页 | 316.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.11

    data Binary : Nat -> Type where BEnd : Binary Z BO : Binary n -> Binary (n + n) BI : Binary n -> Binary (S (n + n)) BO and BI take a binary number as an argument and effectively shift it one bit left, adding (n:Nat) -> Binary n natToBin Z = BEnd natToBin (S k) with (parity k) natToBin (S (j + j)) | Even = BI (natToBin j) natToBin (S (S (j + j))) | Odd ?= BO (natToBin (S j)) The problem with the Odd case need a Show implementation for Binary n: Show (Binary n) where show (BO x) = show x ++ "0" show (BI x) = show x ++ "1" show BEnd = "" 50 Chapter 11. Provisional Definitions CHAPTER 12 Interactive
    0 码力 | 71 页 | 314.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.20.1

    data Binary : Nat -> Type where BEnd : Binary Z BO : Binary n -> Binary (n + n) BI : Binary n -> Binary (S (n + n)) BO and BI take a binary number as an argument and effectively shift it one bit left, adding (n:Nat) -> Binary n natToBin Z = BEnd natToBin (S k) with (parity k) natToBin (S (j + j)) | Even = BI (natToBin j) natToBin (S (S (j + j))) | Odd ?= BO (natToBin (S j)) The problem with the Odd case need a Show instance for Binary n: instance Show (Binary n) where show (BO x) = show x ++ "0" show (BI x) = show x ++ "1" show BEnd = "" 50 Chapter 11. Provisional Definitions CHAPTER 12 Interactive
    0 码力 | 71 页 | 316.18 KB | 1 年前
    3
  • pdf文档 Guía Práctica de RISC-V: El Atlas de una Arquitectura Abierta Primera Edición, 1.0.5

    Carga los datos retornados en elementos secuenciales del registro vector destino. Load indexado tam- bién es llamado gather y store in- dexado también se llama scatter. Utilizamos arreglos dispersos como (La Figura 5.7 en la página 60, Capítulo 5), el cual explicaremos paso a paso. La V en RISC-V tam- bién es por vec- tor. Los arquitectos de RISC-V tenían mucha experiencia positiva con arquitecturas vectorizadas Thread-Local Storage: Almacenamiento local del thread. Í n d i c e ABI, véase también application bi- nary interface ABI de RISC-V, véase Application Binary Interface de RISC-V, 44 Add, 20, 129 immediate
    0 码力 | 217 页 | 29.97 MB | 1 年前
    3
  • pdf文档 尝试用RUST写教学操作系统

    用RUST写操作系统: 2018年春季操作系统课 http://os.cs.tsinghua.edu.cn/oscourse/OS2018spring/projects#A.2Bi.2F56C4u.2Bi6FbnpqMkAli6Q- 9 用RUST写操作系统: 2018年秋季操作系统专题训练课 http://os.cs.tsinghua.edu.cn/oscourse/OsTrain2018#rustos
    0 码力 | 23 页 | 1.53 MB | 1 年前
    3
  • pdf文档 Go vs. GoPlus(Go+)

    数据科学的原始时期:数学软件时代 • SQL (1973) • SAS (1976) • MATLAB (1984) • Excel (1985) • Limited Domains (有限领域) ,比如 BI (Business Intelligence) • Limited Data (有限数据规模) • 数据科学不是基础设施,而是数学应用软件 • 全能力:统计/预测/洞察/规划/决策/… 数据科学的基建时期:大数据的兴起 • 迭代的是 y=F(x) 中的 F 预测 • 和大数据并不是互相取代的关系,而是能力加强 数据科学的大爆发时期:DT 时代 • 从前 -Limited Domains (有限领域): 比如 BI (Business Intelligence) -Limited Data (有限数据规模): 比如 Excel、Matlab • 未来 -Full Domains (全领域): 智能应用 (Intelligent
    0 码力 | 54 页 | 1.82 MB | 1 年前
    3
  • pdf文档 High-Performance Numerical Integration in the Age of C++26

    ˜b1 ˜b2 ˜b3 . . . ˜bs−1 ˜bs ˜yn+1 = yn + h s � i=1 ˜biki en+1 = ˜yn+1 − yn+1 = h s � i=1 (˜bi − bi)ki (error estimate) CppCon - Vincent Reverdy - September 20th, 2024 - Aurora, Colorado, USA 34 CC0
    0 码力 | 57 页 | 4.14 MB | 5 月前
    3
  • pdf文档 Kotlin language specification Version 1.9-rfc+0.1

    at i on s , i . e . , K ot l i n /J VM , K ot l i n /J S an d K ot l i n /Nat i v e . C o m pa t i bi l i t y K ot l i n Lan gu age S p e c i fi c at i on i s s t i l l i n p r ogr e s s an d h as e x et er M o d i fi er } m o d i fi e r : ( cl a s s M o d i fi er | m em ber M o d i fi er | vi s i bi l i t y M o d i fi er | f u n ct i o n M o d i fi er | p r o p - er t y M o d i fi er | i n h er i e d s t o u s e a p ar am e t e r i z e d t y p e i n a t y p e - s af e w ay , t h e y m ay u s e bi va r i a n t t y p e ar gu m e n t ⋆, w h i c h i s r ou gh l y e q u i v al e n t t o a c om b i n
    0 码力 | 310 页 | 1.39 MB | 1 年前
    3
  • pdf文档 MuPDF 1.22.0 Documentation

    b) • op_rg(r, g, b) • op_K(c, m, y, k) • op_k(c, m, y, k) Shadings, images and XObjects • op_BI(image, colorspace) • op_sh(name, shade) API not settled, arguments may change in the future. • op_Do_image(name no longer requires a mask flag. The image already knows if it is a mask. • pdf_processor.op_BI() The op_BI callback is now passed an additional colorspace resource name. 170 Chapter 7. Changes CHAPTER
    0 码力 | 175 页 | 698.87 KB | 7 月前
    3
共 305 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
ReusableCodeDataStructuresTheIdrisTutorialVersion0.9180.1120.1GuPrcticadeRISCElAtlasunaArquitecturaAbiertaPrimeraEdici1.0尝试RUST教学操作系统操作系统GovsGoPlusHighPerformanceNumericalIntegrationintheAgeofC++26Kotlinlanguagespecification1.9rfc0.1MuPDF1.22Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩