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

无数据

分类

全部后端开发(41)Julia(18)Python(11)Rust(10)数据库(5)TiDB(5)C++(2)

语言

全部英语(28)中文(繁体)(11)中文(简体)(2)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(46)
 
本次搜索耗时 0.262 秒,为您找到相关结果约 46 个.
  • 全部
  • 后端开发
  • Julia
  • Python
  • Rust
  • 数据库
  • TiDB
  • C++
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Comprehensive Rust(English) 202412

    48 9.2 Exclusive References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 9.3 Slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 9.4 Strings . array is part of its type, which means that [u8; 3] and [u8; 4] are considered two different types. Slices, which have a size determined at runtime, are covered later. • Try accessing an out-of-bounds array minutes. It contains: Slide Duration Shared References 10 minutes Exclusive References 10 minutes Slices 10 minutes Strings 10 minutes Exercise: Geometry 15 minutes 9.1 Shared References A reference provides
    0 码力 | 382 页 | 1.00 MB | 11 月前
    3
  • pdf文档 2021-11-22 - Rust CTCFT - Rust for Linux

    Padding: current solution, punting to developer /// Specifies that a type is safely writable to byte slices. /// /// This means that we don't read undefined values (which leads to UB) in preparation for writing byte slice. It also ensures that no potentially sensitive information is leaked into the /// byte slices. /// /// # Safety /// /// A type must not include padding bytes and must be fully initialised to current solution /// Specifies that a type is safely readable from byte slices. /// /// Not all types can be safely read from byte slices; examples from ///
    0 码力 | 53 页 | 332.50 KB | 9 月前
    3
  • pdf文档 Comprehensive Rust(Español) 202412

    49 9.2 Referencias exclusivas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 9.3 Slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 9.4 Cadenas de _parte de su tipo), lo que significa que [u8; 3] y [u8; 4] se consideran dos tipos diferentes. Los slices, que tienen un tamaño determinado al tiempo de ejecución, serán discutidos mas tarde. • Prueba a Contiene: Diapositiva Duración Enums compartidas 10 minutos Referencias exclusivas 10 minutos Slices: &[T] 10 minutos Cadenas de texto (Strings) 10 minutos Ejercicio: geometría 15 minutos 9.1 Enums
    0 码力 | 389 页 | 1.04 MB | 11 月前
    3
  • pdf文档 Comprehensive Rust(Português do Brasil) 202412

    49 9.2 Referências Exclusivas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 9.3 Slices (Fatias) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 9.4 Strings . parte do seu tipo, o que significa que [u8; 3] e [u8; 4] são considerados dois tipos diferentes. Slices (fatias), que têm um tamanho determinado em tempo de execução, são abordados mais tarde. • Tente contains: Slide Duration Referências Compartilhadas 10 minutes Referências Exclusivas 10 minutes Slices: &[T] 10 minutes Strings 10 minutes Exercício: Geometria 15 minutes 9.1 Referências Compartilhadas
    0 码力 | 389 页 | 1.05 MB | 11 月前
    3
  • pdf文档 julia 1.10.10

    operations . . . . . . . . . . . . . . . . . . . . . . . . . 434 34.16 Consider using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 34.17 Copying data is not always bad using the type SubString. More simply, using the @views macro on a block of code converts all string slices into substrings. For example: julia> str = "long string" "long string" julia> substr = SubString(str "long" julia> typeof(substr) SubString{String} julia> @views typeof(str[1:4]) # @views converts slices to SubStrings SubString{String} Several standard functions like chop, chomp or strip return a SubString
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    operations . . . . . . . . . . . . . . . . . . . . . . . . . 434 34.16 Consider using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 34.17 Copying data is not always bad using the type SubString. More simply, using the @views macro on a block of code converts all string slices into substrings. For example: julia> str = "long string" "long string" julia> substr = SubString(str "long" julia> typeof(substr) SubString{String} julia> @views typeof(str[1:4]) # @views converts slices to SubStrings SubString{String} Several standard functions like chop, chomp or strip return a SubString
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.11.4

    certain intermediate broadcasts . . . . . . . . . . . . . . . . . 464 35.18 Consider using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465 35.19 Copying data is not always bad using the type SubString. More simply, using the @views macro on a block of code converts all string slices into substrings. For example: julia> str = "long string" "long string" julia> substr = SubString(str "long" julia> typeof(substr) SubString{String} julia> @views typeof(str[1:4]) # @views converts slices to SubStrings SubString{String} Several standard functions like chop, chomp or strip return a SubString
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    certain intermediate broadcasts . . . . . . . . . . . . . . . . . 464 35.18 Consider using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465 35.19 Copying data is not always bad using the type SubString. More simply, using the @views macro on a block of code converts all string slices into substrings. For example: julia> str = "long string" "long string" julia> substr = SubString(str "long" julia> typeof(substr) SubString{String} julia> @views typeof(str[1:4]) # @views converts slices to SubStrings SubString{String} Several standard functions like chop, chomp or strip return a SubString
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.6 Release Notes

    certain intermediate broadcasts . . . . . . . . . . . . . . . . . 464 35.18 Consider using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465 35.19 Copying data is not always bad using the type SubString. More simply, using the @views macro on a block of code converts all string slices into substrings. For example: julia> str = "long string" "long string" julia> substr = SubString(str "long" julia> typeof(substr) SubString{String} julia> @views typeof(str[1:4]) # @views converts slices to SubStrings SubString{String} Several standard functions like chop, chomp or strip return a SubString
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    array is part of its type, which means that [u8; 3] and [u8; 4] are considered two different types. Slices, which have a size determined at runtime, are covered later. • 请尝试访问出界数组元素。系统会在运行时检查数组访问。Rust 通常会通过优化消除这些检查,以 segment should take about 55 minutes. It contains: Slide Duration 共享引用 10 minutes 独占引用 10 minutes Slices: &[T] 10 minutes 字符串 10 minutes 练习:几何图形 15 minutes 9.1 共享引用 引用提供了一种可以访问另一个值但无需对该值负责的方式,也被称为“借用”。共享引用处于只读状态, (&[i32]) no longer mentions the array length. This allows us to perform computation on slices of different sizes. • Slices always borrow from another object. In this example, a has to remain 'alive' (in scope)
    0 码力 | 359 页 | 1.33 MB | 11 月前
    3
共 46 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
ComprehensiveRustEnglish20241220211122CTCFTforLinuxEspaolPortugudoBrasiljulia1.1010Julia1.11DocumentationReleaseNotes简体中文简体中文
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩