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

无数据

分类

全部后端开发(21)综合其他(10)Julia(10)Blender(10)前端开发(3)系统运维(2)Linux(2)Rust(2)Java(1)Python(1)

语言

全部中文(繁体)(36)

格式

全部PDF文档 PDF(36)
 
本次搜索耗时 0.398 秒,为您找到相关结果约 36 个.
  • 全部
  • 后端开发
  • 综合其他
  • Julia
  • Blender
  • 前端开发
  • 系统运维
  • Linux
  • Rust
  • Java
  • Python
  • 全部
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Hello 算法 1.2.0 繁体中文 Swift 版

    === File: array.swift === /* 在陣列中查詢指定元素 */ func find(nums: [Int], target: Int) -> Int { for i in nums.indices { if nums[i] == target { return i } } return -1 } 7. 擴容陣列 在複雜的系統環境中,程式難以保證陣列之後的記憶 } 5. 查詢節點 走訪鏈結串列,查詢其中值為 target 的節點,輸出該節點在鏈結串列中的索引。此過程也屬於線性查詢。程 式碼如下所示: // === File: linked_list.swift === /* 在鏈結串列中查詢值為 target 的首個節點 */ func find(head: ListNode, target: Int) -> Int { var head: head: ListNode? = head var index = 0 while head != nil { if head?.val == target { return index } head = head?.next index += 1 } return -1 } 第 4 章 陣列與鏈結串列 www.hello‑algo.com 77 4.2.2 陣列 vs. 鏈結串列
    0 码力 | 379 页 | 18.79 MB | 10 月前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    contents between two areas with Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must to any node border. Snap Target Which part to snap onto the target. Snap closest point onto target. Snap center onto target. Snap median onto target. Snap active onto target. Auto-Offset When you drop Controls Transform Orientations Orientations Pivot Point Pivot Types Snapping Snap Element Snap Target Additional Snap Options Proportional Editing Controls Object Mode 編輯模式 範例 Mode: Panel: Shortcut:
    0 码力 | 3966 页 | 203.00 MB | 1 年前
    3
  • pdf文档 Blender v3.4 参考手册(繁体中文版)

    of two areas by pressing Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must the selected object in the Target field is a mesh or a lattice, an additional field is displayed where a vertex group can be selected. Bone If the selected object in the Target field is an armature, an the above. Snap Target Which part of the selected nodes to snap: Snap closest point onto target. Snap center of selected nodes onto target. Snap median of selected nodes onto target. Snap active node
    0 码力 | 4469 页 | 258.38 MB | 1 年前
    3
  • pdf文档 Blender v3.3 参考手册(繁体中文版)

    of two areas by pressing Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must the selected object in the Target field is a mesh or a lattice, an additional field is displayed where a vertex group can be selected. Bone If the selected object in the Target field is an armature, an the above. Snap Target Which part of the selected nodes to snap: Snap closest point onto target. Snap center of selected nodes onto target. Snap median of selected nodes onto target. Snap active node
    0 码力 | 4464 页 | 259.55 MB | 1 年前
    3
  • pdf文档 Blender v3.2 参考手册(繁体中文版)

    of two areas by pressing Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must to any node border. Snap Target Which part to snap onto the target. Snap closest point onto target. Snap center onto target. Snap median onto target. Snap active onto target. Auto-Offset When you drop the transformed element. By toggling the button that appears to the right of the snap target menu (see below), target objects will be considered as a whole when determining the volume center. Edge Center
    0 码力 | 4355 页 | 255.63 MB | 1 年前
    3
  • pdf文档 Blender v3.1 参考手册(繁体中文版)

    contents between two areas with Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must to any node border. Snap Target Which part to snap onto the target. Snap closest point onto target. Snap center onto target. Snap median onto target. Snap active onto target. Auto-Offset When you drop the transformed element. By toggling the button that appears to the right of the snap target menu (see below), target objects will be considered as a whole when determining the volume center. Edge Center
    0 码力 | 4393 页 | 256.31 MB | 1 年前
    3
  • pdf文档 Blender v3.0 参考手册(繁体中文版)

    contents between two areas with Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must to any node border. Snap Target Which part to snap onto the target. Snap closest point onto target. Snap center onto target. Snap median onto target. Snap active onto target. Auto-Offset When you drop the transformed element. By toggling the button that appears to the right of the snap target menu (see below), target objects will be considered as a whole when determining the volume center. Edge Center
    0 码力 | 4215 页 | 227.19 MB | 1 年前
    3
  • pdf文档 Blender v4.0 参考手册(繁体中文版)

    of two areas by pressing Ctrl-LMB on one of the corners of the initial area, dragging towards the target area, and releasing the mouse there. The two areas do not need to be side-by-side, though they must the selected object in the Target field is a mesh or a lattice, an additional field is displayed where a vertex group can be selected. Bone If the selected object in the Target field is an armature, an Combination of the above. Snap Target Which part of the selected nodes to snap: Closest: Snap closest point onto target. Center: Snap center of selected nodes onto target. Median: Snap median of selected
    0 码力 | 5220 页 | 303.08 MB | 1 年前
    3
  • pdf文档 Hello 算法 1.2.0 繁体中文 C# 版

    File: array.cs === /* 在陣列中查詢指定元素 */ int Find(int[] nums, int target) { for (int i = 0; i < nums.Length; i++) { if (nums[i] == target) return i; } return -1; } 7. 擴容陣列 在複雜的系統環境中,程式難以保證陣列之後的記憶 } 5. 查詢節點 走訪鏈結串列,查詢其中值為 target 的節點,輸出該節點在鏈結串列中的索引。此過程也屬於線性查詢。程 式碼如下所示: // === File: linked_list.cs === /* 在鏈結串列中查詢值為 target 的首個節點 */ int Find(ListNode? head, int target) { int index = 0; while while (head != null) { if (head.val == target) return index; head = head.next; index++; } return -1; } 4.2.2 陣列 vs. 鏈結串列 表 4‑1 總結了陣列和鏈結串列的各項特點並對比了操作效率。由於它們採用兩種相反的儲存策略,因此各種 性質和操作效率也呈現對立的特點。 表 4‑1
    0 码力 | 379 页 | 18.79 MB | 10 月前
    3
  • pdf文档 Hello 算法 1.2.0 繁体中文 Dart 版

    array.dart === /* 在陣列中查詢指定元素 */ int find(List nums, int target) { for (var i = 0; i < nums.length; i++) { if (nums[i] == target) return i; } return -1; } 7. 擴容陣列 在複雜的系統環境中,程式難以保證陣列之後的記憶體 } 5. 查詢節點 走訪鏈結串列,查詢其中值為 target 的節點,輸出該節點在鏈結串列中的索引。此過程也屬於線性查詢。程 式碼如下所示: // === File: linked_list.dart === /* 在鏈結串列中查詢值為 target 的首個節點 */ int find(ListNode? head, int target) { int index = 0; while while (head != null) { if (head.val == target) { return index; } head = head.next; index++; } return -1; } 4.2.2 陣列 vs. 鏈結串列 表 4‑1 總結了陣列和鏈結串列的各項特點並對比了操作效率。由於它們採用兩種相反的儲存策略,因此各種 性質和操作效率也呈現對立的特點。
    0 码力 | 378 页 | 18.77 MB | 10 月前
    3
共 36 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
Hello算法1.2繁体中文繁体中文SwiftBlenderv292参考手册参考手册v3v4C#Dart
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩