积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(142)C++(116)Python(15)Django(13)云计算&大数据(12)VirtualBox(11)Julia(10)系统运维(7)网络与安全(5)综合其他(4)

语言

全部英语(148)中文(繁体)(10)中文(简体)(5)英语(2)fj(1)日语(1)zh(1)

格式

全部PDF文档 PDF(151)PPT文档 PPT(7)其他文档 其他(7)DOC文档 DOC(3)
 
本次搜索耗时 0.161 秒,为您找到相关结果约 168 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Django
  • 云计算&大数据
  • VirtualBox
  • Julia
  • 系统运维
  • 网络与安全
  • 综合其他
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • fj
  • 日语
  • zh
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Composing Ancient Mathematical Knowledge Into Powerful Bit-fiddling

    Composing Ancient Mathematical Knowledge Into Powerful Bit-fiddling techniques Jamie Pond -- CppCon 2024TLDW; New insights from Ancient Egyptian Multiplication gives us the freedom of synthesising iterationCount ← number of bits in type T result ← 0 while true do if most significant bit of multiplier is 1 then result ← result + multiplicand end if iterationCount lots of bit manipulation, but these operations are very cheap! ● Superscalar CPUs do speculative, out of order, parallel instruction execution via multiple execution units. ● Adding 8 8-bit ints takes
    0 码力 | 73 页 | 947.99 KB | 5 月前
    3
  • pdf文档 Template Metaprogramming: Type Traits

    beginner oriented: shallow depth, slow current 3Intended Audience • Beginner/Intermediate • Gentle entry: swimming pool to river • Part 1 is beginner oriented: shallow depth, slow current • Not necessarily Beginner/Intermediate • Gentle entry: swimming pool to river • Part 1 is beginner oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming Beginner/Intermediate • Gentle entry: swimming pool to river • Part 1 is beginner oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming
    0 码力 | 403 页 | 5.30 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    45 3.1.1 Mac OS X guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 3.1.2 64-bit guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 3.2 Emulated hardware guest services on Linux . . . . . . . . . . . . . 165 9.4.2 Guest graphics and mouse driver setup in depth . . . . . . . . . . . . . 165 9.5 CPU hot-plugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 220 12.5.1 Older Solaris 10 releases crash in 64-bit mode . . . . . . . . . . . . . . 220 12.5.2 Solaris 8 5/01 and earlier may crash on startup . . .
    0 码力 | 380 页 | 3.79 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    44 3.1.1 Mac OS X guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 3.1.2 64-bit guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 3.2 Emulated hardware guest services on Linux . . . . . . . . . . . . . 157 9.4.2 Guest graphics and mouse driver setup in depth . . . . . . . . . . . . . 157 9.5 CPU hot-plugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209 12.5.1 Older Solaris 10 releases hang in 64-bit mode . . . . . . . . . . . . . . 209 12.6 Windows hosts . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 348 页 | 5.93 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 User Manual

    47 3.1.1 Mac OS X guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.1.2 64-bit guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.2 Unattended guest installation guest services on Linux . . . . . . . . . . . . . 200 9.4.2 Guest graphics and mouse driver setup in depth . . . . . . . . . . . . . 200 9.5 CPU hot-plugging . . . . . . . . . . . . . . . . . . . . . . . record bluescreen information from Windows guests . . . . . . 266 12.3.6 PCnet driver failure in 32-bit Windows Server 2003 guests . . . . . . . 267 12.3.7 No networking in Windows Vista guests . . . .
    0 码力 | 387 页 | 4.27 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 User Manual

    47 3.1.1 Mac OS X guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.1.2 64-bit guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.2 Unattended guest installation guest services on Linux . . . . . . . . . . . . . 199 9.4.2 Guest graphics and mouse driver setup in depth . . . . . . . . . . . . . 199 9.5 CPU hot-plugging . . . . . . . . . . . . . . . . . . . . . . . record bluescreen information from Windows guests . . . . . . 265 12.3.6 PCnet driver failure in 32-bit Windows Server 2003 guests . . . . . . . 266 12.3.7 No networking in Windows Vista guests . . . .
    0 码力 | 380 页 | 4.23 MB | 5 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    scope • zone name is inferred (enclosing function name) • zone color is automatic (per-thread and depth) 22 thread timeline zone statistics Tracy Zoning 101 int foo() { ZoneScoped; ... ... } } • ZoneScopedN • only 1 zone per scope • zone color is automatic (per-thread and depth) • you name it! (must be persistent string literal)• ZoneScoped[N]C • only 1 zone per scope • you the host application (e.g., a plugin)• ZoneScopedS(depth) • captures callstack • adds some overhead • useful for code exploration • max callstack depth: ~60 • (enables selective sampling profiling) • ZoneScoped[N|C|S]
    0 码力 | 85 页 | 6.51 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    42 3.1.1 Mac OS X Server guests . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 3.1.2 64-bit guests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 3.2 Emulated hardware guest services on Linux . . . . . . . . . . . . . 148 9.4.2 Guest graphics and mouse driver setup in depth . . . . . . . . . . . . . 148 9.5 CPU hot-plugging . . . . . . . . . . . . . . . . . . . . . . . for understanding the following chapters of this documentation), it helps to acquaint oneself with a bit of crucial terminology, especially the following terms: Host operating system (host OS). This is the
    0 码力 | 310 页 | 4.87 MB | 5 月前
    3
  • pdf文档 C++ Exceptions for Smaller Firmware

    I2C Device I2C Device A simplified Introduction to I2C SDA SCL SDA SCL SDA SCL ADDRESS (7-bit) Byte 0 STA NACK/ ACK W/R ACK Byte 1 ACK NACK Wanna Learn More? i2c-bus.org 23 STOPPossible I2C I2C Errors 24 ⚠ 󰢃 ADDR NACK Device Not Present IO ERROR Unexpected Bus State ADDRESS (7-bit) Byte 0 STA NACK/ ACK W/R ACK Byte 1 ACK NACK STOPLet's consider an I2C I/O expander 25 output_pin output_pin cleanup) 123 Note: Instructions are in 8-bit segments Limit is 7 bytes 3 bytes typicallyARM Personality Data: Unwind Instructions SU16 = Short Personality with 16-bit scopes (always 4-bytes) Personality
    0 码力 | 237 页 | 6.74 MB | 5 月前
    3
  • pdf文档 julia 1.13.0 DEV

    disable_sigint reenable_sigint begin begin...end denotes a block of code. If you already know Julia a bit, you might want to peek ahead at Performance Tips and Workflow Tips, or check out the comprehensive update mechanism for Juliaup with this installation method. The 64 bit version of the MSI installer can be downloaded from here and the 32 bit version from here. By default the install will be a per-user literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 The Julia internal
    0 码力 | 2058 页 | 7.45 MB | 3 月前
    3
共 168 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
ComposingAncientMathematicalKnowledgeIntoPowerfulBitfiddlingTemplateMetaprogrammingTypeTraitsOracleVMVirtualBox4.336UserManual4.2325.24012TracyProfilerYouDonWanttoMiss4.1C++ExceptionsforSmallerFirmwarejulia1.13DEV
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩