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

无数据

分类

全部后端开发(1321)Python(442)综合其他(413)Java(298)Weblate(272)Spring(245)云计算&大数据(228)数据库(193)C++(144)VirtualBox(113)

语言

全部英语(1915)中文(简体)(228)中文(繁体)(22)日语(18)法语(15)韩语(15)德语(14)西班牙语(13)俄语(12)英语(7)

格式

全部PDF文档 PDF(1692)其他文档 其他(566)DOC文档 DOC(6)PPT文档 PPT(4)
 
本次搜索耗时 0.170 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Weblate
  • Spring
  • 云计算&大数据
  • 数据库
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 韩语
  • 德语
  • 西班牙语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Neighborhoods Banding Together: Reasoning Globally about Programs

    CppCon, September 2020 Neighborhoods Banding Together Reasoning Globally about Programs Lisa LippincottThe code here is written in a fantasy C++, with extensions supporting local reasoning.void foo()
    0 码力 | 49 页 | 1.03 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    cpp) files individually ● Here is an example of separate compilation and linking together the object files (.o) together to build our final executable. 58(Quick Detour) Taking a deeper look (1/2) ● you want to expose to a user. 60Functions How might we group related functions together? 61Grouping Functions Together (1/3) ● At some point you’ll want to collect related files into a single source source file -- that is probably a good idea! ○ So at the least, we can group files together in one file ● A C-like strategy is to add a uniform prefix to each function name. ○ That is possibly reasonable
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    file=forfeasibility.html 30 • Physically (on the atomic scale) transistors are packed very tightly together • Heat becomes a problem • Energy consumption increases • (i.e. Dennard Scaling)Dennard Scaling file=forfeasibility.html 31 • Physically (on the atomic scale) transistors are packed very tightly together • Heat becomes a problem • Energy consumption increases • (i.e. Dennard Scaling) So the hardware file=forfeasibility.html 32 • Physically (on the atomic scale) transistors are packed very tightly together • Heat becomes a problem • Energy consumption increases • (i.e. Dennard Scaling) So the hardware
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 Blender v4.1 Manual

    calculating camera motion and stabilizing video footage. Video Editing Video Editing: For sequencing together media into one video. Save and Override The workspaces are saved in the blend-file. When you open sharp change of direction. Aligned Free Handles: The two handles of the curve point are locked together to always point in exactly opposite directions. This results in a curve that is always smooth at this page Frame Node The Frame node is useful for organizing nodes by collecting related nodes together in a common area. Frames are useful when a node setup becomes large and confusing yet the re-usability
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • pdf文档 Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.4)

    10 Grouping message 1 SEQUENCE DIAGRAM 1.10 Grouping message It is possible to group messages together using the following keywords: • alt/else • opt • loop • par • break • critical • group, followed separators: @startuml class Foo1 { You can use several lines .. as you want and group == things together. __ You can have as many groups as you want -- End of class } class User { .. Simple Getter .. Help on layout Sometimes, the default layout is not perfect... You can use together keyword to group some classes together : the layout engine will try to group them (as if they were in the same package)
    0 码力 | 167 页 | 1.83 MB | 1 年前
    3
  • pdf文档 Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.3)

    10 Grouping message 1 SEQUENCE DIAGRAM 1.10 Grouping message It is possible to group messages together using the following keywords: • alt/else • opt • loop • par • break • critical • group, followed separators: @startuml class Foo1 { You can use several lines .. as you want and group == things together. __ You can have as many groups as you want -- End of class } class User { .. Simple Getter .. Help on layout Sometimes, the default layout is not perfect... You can use together keyword to group some classes together : the layout engine will try to group them (as if they were in the same package)
    0 码力 | 159 页 | 1.73 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.1 Language Reference Guide

    message 5 Alice -> Bob : message 6 @enduml 1.10 Grouping message It is possible to group messages together using the following keywords: • alt/else PlantUML Language Reference Guide (1.2019.1) 7 / 147 separators: @startuml class Foo1 { You can use several lines .. as you want and group == things together. __ You can have as many groups as you want -- End of class } class User { .. Simple Getter Help on layout Sometimes, the default layout is not perfect... You can use together keyword to group some classes together : the layout engine will try to group them (as if they were in the same package)
    0 码力 | 148 页 | 1.85 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.2 Language Reference Guide

    10 Grouping message 1 SEQUENCE DIAGRAM 1.10 Grouping message It is possible to group messages together using the following keywords: • alt/else • opt • loop • par • break • critical • group, followed separators: @startuml class Foo1 { You can use several lines .. as you want and group == things together. __ You can have as many groups as you want -- End of class } class User { .. Simple Getter .. Help on layout Sometimes, the default layout is not perfect... You can use together keyword to group some classes together : the layout engine will try to group them (as if they were in the same package)
    0 码力 | 160 页 | 1.73 MB | 1 年前
    3
  • pdf文档 Blender v4.0 Manual

    calculating camera motion and stabilizing video footage. Video Editing Video Editing: For sequencing together media into one video. Save and Override The workspaces are saved in the blend-file. When you open sharp change of direction. Aligned Free Handles: The two handles of the curve point are locked together to always point in exactly opposite directions. This results in a curve that is always smooth at Link/Append. Frame Node The Frame node is useful for organizing nodes by collecting related nodes together in a common area. Frames are useful when a node setup becomes large and confusing yet the re-usability
    0 码力 | 5195 页 | 301.54 MB | 1 年前
    3
  • pdf文档 Blender v4.0 参考手册(繁体中文版)

    calculating camera motion and stabilizing video footage. Video Editing Video Editing: For sequencing together media into one video. Save and Override The workspaces are saved in the blend-file. When you open sharp change of direction. Aligned Free Handles: The two handles of the curve point are locked together to always point in exactly opposite directions. This results in a curve that is always smooth at Link/Append. Frame Node The Frame node is useful for organizing nodes by collecting related nodes together in a common area. Frames are useful when a node setup becomes large and confusing yet the re-usability
    0 码力 | 5220 页 | 303.08 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
NeighborhoodsBandingTogetherReasoningGloballyaboutProgramsBackToBasicsFunctionstoConcurrencyBlenderv4ManualDrawingUMLwithPlantUMLLanguageReferenceGuideVersion1.2019参考手册参考手册繁体中文繁体中文
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩