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

无数据

分类

全部后端开发(1357)综合其他(398)Python(388)Java(340)Spring(273)Weblate(272)云计算&大数据(231)数据库(214)C++(169)VirtualBox(113)

语言

全部英语(1936)中文(简体)(278)中文(繁体)(36)日语(14)法语(13)韩语(12)德语(10)西班牙语(10)俄语(10)英语(7)

格式

全部PDF文档 PDF(1769)其他文档 其他(535)TXT文档 TXT(26)PPT文档 PPT(3)DOC文档 DOC(1)
 
本次搜索耗时 0.060 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Java
  • Spring
  • Weblate
  • 云计算&大数据
  • 数据库
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 韩语
  • 德语
  • 西班牙语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: The structure of a Program

    Back to Basics: The Structure of a Program Bob Steagall CppCon 2020 K E W B C O M P U T I N GCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Overview • The process of building a program • What rule (ODR) • Storage duration • ABIs and name-mangling • Linking and loading CppCon 2020 - The Structure of a Program 2Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Goals • Describe a few important CppCon 2020 - The Structure of a Program 3Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Building and Running a C++ Program • 50,000 ft view CppCon 2020 - The Structure of a Program 4 Input
    0 码力 | 64 页 | 390.34 KB | 5 月前
    3
  • pdf文档 Structure and Interpretation of Computer Programs

    0 码力 | 136 页 | 7.35 MB | 5 月前
    3
  • pdf文档 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22

    1 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 01 Structure of Scientific Papers Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Technology, WS 2020/21 Agenda  Data Management Group  Course Organization, Outline, and Projects  Structure of Scientific Papers  Paper Project Proposals 4 706.015 Introduction to Scientific Writing – and Overview Matthias Boehm, Graz University of Technology, WS 2020/21 Outline Lectures  01 Structure of Scientific Papers [Oct 28, 6.15pm, optional]  02 Scientific Reading and Writing [Nov 04, 6pm
    0 码力 | 36 页 | 1.12 MB | 1 年前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    form complex data structures. Fanchen Su, XOffsetDatastructure, CppCon 2024 11 Complex Data Structure1.2 Zero-Encoding & Zero-Decoding • Serialization without encoding: Data is stored and sent directly deserialization? • In computing, serialization (or serialisation) is the process of translating a data structure or object state into a format that can be stored (e.g. files in secondary storage devices, data deserialization? • In computing, serialization (or serialisation) is the process of translating a data structure or object state into a format that can be stored (e.g. files in secondary storage devices, data
    0 码力 | 111 页 | 3.03 MB | 5 月前
    3
  • pdf文档 The Swift Programming Language

    can use the abbreviated form anytime the value’s type is already known. Use struct to create a structure. Structures support many of the same behaviors as classes, including methods and initializers. 12 struct SimpleStructure: ExampleProtocol { 13 var simpleDescription: String = "A simple structure" 14 mutating func adjust() { 15 simpleDescription += " (adjusted)" 16 } 17 } the mutating keyword in the declaration of SimpleStructure to mark a method that modifies the structure. The declaration of SimpleClass doesn’t need any of its methods marked as mutating because methods
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language (Swift 5.7) - Apps Dissected

    against the switch cases. PDF conversion courtesy of www.appsdissected.com Use struct to create a structure. Structures support many of the same behaviors as classes, including methods and initializers. One struct SimpleStructure: ExampleProtocol { 13 var simpleDescription: String = "A simple structure" 14 mutating func adjust() { 15 simpleDescription += " (adjusted)" 16 } of the mutating keyword in the declaration of SimpleStructure to mark a method that modifies the structure. The declaration of SimpleClass doesn’t need any of its methods marked as mutating because methods
    0 码力 | 1040 页 | 10.90 MB | 1 年前
    3
  • pdf文档 Apache Unomi 1.x - Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 8.3.1. Structure definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 8.4.1. Structure definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 8.5.1. Structure definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 158 页 | 3.65 MB | 1 年前
    3
  • epub文档 phpMyAdmin Documentation release 4.7.0

    settings Generic settings Cookie authentication options Navigation panel setup Main panel Database structure Browse mode Editing mode Export and import settings Tabs display settings PDF Options Languages settings d + s - Go to database structure (Provided you are in database related page) d + f - Search database (Provided you are in database related page) t + s - Go to table structure (Provided you are in table so no other user should have rights to it). Zero configuration In many cases, this database structure can be automatically created and configured. This is called “Zero Configuration” mode and can be
    0 码力 | 217 页 | 409.13 KB | 1 年前
    3
  • epub文档 phpMyAdmin Documentation release 5.0.4

    settings Generic settings Cookie authentication options Navigation panel setup Main panel Database structure Browse mode Editing mode Export and import settings Tabs display settings PDF Options Languages settings d + s - Go to database structure (Provided you are in database related page) d + f - Search database (Provided you are in database related page) t + s - Go to table structure (Provided you are in table so no other user should have rights to it). Zero configuration In many cases, this database structure can be automatically created and configured. This is called “Zero Configuration” mode and can be
    0 码力 | 235 页 | 370.30 KB | 1 年前
    3
  • epub文档 phpMyAdmin Documentation Release 5.0.5-dev

    settings Generic settings Cookie authentication options Navigation panel setup Main panel Database structure Browse mode Editing mode Export and import settings Tabs display settings PDF Options Languages settings d + s - Go to database structure (Provided you are in database related page) d + f - Search database (Provided you are in database related page) t + s - Go to table structure (Provided you are in table so no other user should have rights to it). Zero configuration In many cases, this database structure can be automatically created and configured. This is called “Zero Configuration” mode and can be
    0 码力 | 235 页 | 370.31 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
BacktoBasicsThestructureofProgramStructureandInterpretationComputerPrograms01ScientificPapersIntroductionWritingWS202122UsingModernC++BuildXOffsetDatastructureSwiftProgrammingLanguage5.7AppsDissectedApacheUnomiDocumentationphpMyAdminrelease4.75.0Releasedev
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩