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

无数据

分类

全部后端开发(384)C++(255)Python(77)Julia(18)系统运维(16)云计算&大数据(16)Conda(16)综合其他(14)Django(13)VirtualBox(11)

语言

全部英语(357)中文(简体)(54)中文(繁体)(21)zh(4)英语(3)中文(简体)(2)西班牙语(1)日语(1)韩语(1)

格式

全部PDF文档 PDF(420)PPT文档 PPT(11)其他文档 其他(11)DOC文档 DOC(5)TXT文档 TXT(2)
 
本次搜索耗时 0.265 秒,为您找到相关结果约 449 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • 系统运维
  • 云计算&大数据
  • Conda
  • 综合其他
  • Django
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 英语
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • DOC文档 DOC
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Class Layout

    Class Layout Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 1 Class Layout Steve Dewhurst Semantics Consulting, Inc. www.stevedewhurst.com 1 Copyright © 2020 by Stephen C. Dewhurst and Daniel Daniel Saks C++ Classes  Only non-static data declarations in a class definition add anything to the size of class objects. class HR { public: ~~~ void terminator(Salary *, Hourly *, Temp *); private: Stephen C. Dewhurst and Daniel Saks 1 7Class Layout Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 2 sizeof(Class Object)  sizeof applied to the HR class yields the same result as sizeof applied
    0 码力 | 51 页 | 461.37 KB | 6 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 8.10 Queue —A synchronized queue class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 8.11 weakref —弱引用 . . . . . . . . . . . . . . 196 8.12 UserDict —Class wrapper for dictionary objects . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 8.13 UserList —Class wrapper for list objects . . . . . . . . . . . . . . . . . . . 201 8.14 UserString —Class wrapper for string objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 8.15 types —Names for built-in types . . . . . . . . . . . . .
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 8.10 Queue —A synchronized queue class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 8.11 weakref —弱引用 . . . . . . . . . . . . . . 196 8.12 UserDict —Class wrapper for dictionary objects . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 8.13 UserList —Class wrapper for list objects . . . . . . . . . . . . . . . . . . . 201 8.14 UserString —Class wrapper for string objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 8.15 types —Names for built-in types . . . . . . . . . . . . .
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 8.10 Queue —A synchronized queue class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 8.11 weakref —弱引用 . . . . . . . . . . . . . . 196 8.12 UserDict —Class wrapper for dictionary objects . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 8.13 UserList —Class wrapper for list objects . . . . . . . . . . . . . . . . . . . 201 8.14 UserString —Class wrapper for string objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 8.15 types —Names for built-in types . . . . . . . . . . . . .
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Template Metaprogramming: Type Traits

    10Metafunctions 11Metafunctions • A metafunction is not a function but a class/struct 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not part of the language and have have no formal language support 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not part of the language and have no formal language support • They exist as idiomatic use of existing language features 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not part of the language and have no formal language support • They
    0 码力 | 403 页 | 5.30 MB | 6 月前
    3
  • pdf文档 Whats in a Name? Whats a Name in? - Walter E. Brown - CppCon 2020

    W alter E. Brown. All rights reserved. The beginning of wisdom is to call things by their right names. — Confucius (paraphrase) The power of the name is the most elementary of all. — David Eddings 2008 5 The topic is names, but … • We won’t today discuss choosing names — others have already done that during past conferences. • Rather, we’ll talk about processing names … • As handled by our Walter E. Brown. All rights reserved. 2 Caveats about the “scope” of this talk • The topic of C++ names is so intricate that no single one-hour talk would be enough to cover it in full. • To make maGers
    0 码力 | 7 页 | 4.37 MB | 6 月前
    3
  • pdf文档 Conda 24.7.x Documentation

    anything you like. However, multiple packages may create script files, so be sure to use descriptive names that are not used by other packages. One popular option is to give the script a name in the form installed will likely determine the outcome, which may be undesirable. If the two packages have different names, or if you're building variants of packages and need to line up other software in the stack, we recommend available to install, in your terminal window, run: conda search python This lists all packages whose names contain the text python. To list only the packages whose full name is exactly python, add the --full-name
    0 码力 | 808 页 | 4.97 MB | 8 月前
    3
  • pdf文档 Conda 25.1.x Documentation

    anything you like. However, multiple packages may create script files, so be sure to use descriptive names that are not used by other packages. One popular option is to give the script a name in the form installed will likely determine the outcome, which may be undesirable. If the two packages have different names, or if you're building variants of packages and need to line up other software in the stack, we recommend available to install, in your terminal window, run: conda search python This lists all packages whose names contain the text python. To list only the packages whose full name is exactly python, add the --full-name
    0 码力 | 822 页 | 5.20 MB | 8 月前
    3
  • pdf文档 Conda 24.11.x Documentation

    anything you like. However, multiple packages may create script files, so be sure to use descriptive names that are not used by other packages. One popular option is to give the script a name in the form installed will likely determine the outcome, which may be undesirable. If the two packages have different names, or if you're building variants of packages and need to line up other software in the stack, we recommend available to install, in your terminal window, run: conda search python This lists all packages whose names contain the text python. To list only the packages whose full name is exactly python, add the --full-name
    0 码力 | 818 页 | 5.21 MB | 8 月前
    3
  • pdf文档 Conda 23.7.x Documentation

    the introduction of the .conda file format. Note: In conda 4.7 and later, you cannot use package names that end in “.conda” as they conflict with the .conda file format for packages. Using packages • metapackages function as a tool to help achieve mutual exclusivity among packages with different names. Let's look at some examples for how to use mutex metapackages to build NumPy against different BLAS chosen. Neither MKL nor its dependencies are mutually exclusive (meaning they do not have similar names and different version/build-string). This pathway may lead to some ambiguity and solutions with mixed
    0 码力 | 795 页 | 4.91 MB | 8 月前
    3
共 449 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 45
前往
页
相关搜索词
ClassLayoutPython标准参考指南2.718TemplateMetaprogrammingTypeTraitsWhatsinNameWalterBrownCppCon2020Conda24.7Documentation25.124.1123.7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩