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

无数据

分类

全部后端开发(439)云计算&大数据(122)综合其他(121)VirtualBox(112)Python(94)C++(93)Julia(87)Weblate(76)数据库(62)系统运维(61)

语言

全部英语(684)中文(简体)(89)中文(繁体)(20)韩语(3)日语(2)葡萄牙语(2)西班牙语(1)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(666)其他文档 其他(135)PPT文档 PPT(5)
 
本次搜索耗时 0.048 秒,为您找到相关结果约 806 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • 综合其他
  • VirtualBox
  • Python
  • C++
  • Julia
  • Weblate
  • 数据库
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 日语
  • 葡萄牙语
  • 西班牙语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: Pointers

    2Back to Basics: Pointers Mike Shah, Ph.D. @MichaelShah | mshah.io | www.youtube.com/c/MikeShah 3:15 pm MDT, Mon. October 25 60 minutes | Introductory Audience 3Abstract Pointers are scary. Unfortunately Unfortunately that previous statement is what many beginners take away when first learning about pointers and the C++ language. In this talk, we will discuss the low level foundations of what a raw pointer examples of raw pointers for creating data structures, passing data into functions, dynamically allocated arrays, and function pointers. This portion will cover capabilities of raw pointers and syntax:
    0 码力 | 152 页 | 5.61 MB | 5 月前
    3
  • pdf文档 Back to Basics: Smart Pointers

    Smart Pointers Back to Basics Rainer Grimm Training, Coaching, and Technology Consulting www.ModernesCpp.netSmart Pointer A First Overview std::unique_ptr – Exclusive Ownership std::shared_ptr – Concurrency Function Arguments and Return ValuesOverview 4 Smart pointers automatically manage the lifetime of its resource. ▪ Smart Pointers ▪ Allocate und deallocate their resource in the constructor the lifetime of its resource. ▪ std::unique_ptr ▪ Is the replacement for the deprecated Smart Pointers std::auto_ptr std::unique_ptr doesn't support copy semantic ▪ Can be used in the containers and
    0 码力 | 30 页 | 625.43 KB | 5 月前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    does and what it is used for • You’ve heard of shared_ptr Things we won’t cover • Alias pointers, weak pointers4 Daniel Anderson -- danielanderson.net What we’ll learn today • How shared_ptr is implemented does and what it is used for • You’ve heard of shared_ptr Things we won’t cover • Alias pointers, weak pointers5 Daniel Anderson -- danielanderson.net Why is this important?6 Daniel Anderson -- _ptr>16 Daniel Anderson -- danielanderson.net std::atomic • Atomic shared pointers were introduced to answer the age-old question…17 Daniel Anderson -- danielanderson.net std
    0 码力 | 45 页 | 5.12 MB | 5 月前
    3
  • pdf文档 Delivering safe C++

    in-range (often a run-time check) • That • Implies range checking and elimination of dangling pointers (“memory safety”) • Is just what C++ requires • Is what most programmers have tried to ensure and safer argument passing Stroustrup - C++ safety -CppCon - October 2023 23 Problem: Too many pointers in interfacesLater (1988 – 2011) • Templates • Compile-time selection of implementations • C++20 to fiddle with arrays (and pointers) • Enable range checking • Algorithms • C++98: sort(begin(v),end(v)) • C++20: sort(v) • “smart pointers” (resource management pointers) • unique_ptr, shared_ptr
    0 码力 | 74 页 | 2.72 MB | 5 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    XOffsetDatastructure • X + Offset + Datastructure • Offset • Offset-based Pointers • Memcopyable // We use Offset-based pointers instead of raw pointers. This approach allows us to create data structures that are XOffsetDatastructure • X + Offset + Datastructure • Offset • Offset-based Pointers • Memcopyable // We use Offset-based pointers instead of raw pointers. This approach allows us to create data structures that are structure. • As shown in the diagram on the right, the lines connecting different elements represent Pointers and References, which is designed with Time and Space considerations. Fanchen Su, XOffsetDatastructure
    0 码力 | 111 页 | 3.03 MB | 5 月前
    3
  • pdf文档 The Zig Programming Language 0.12.0 Documentation

    mantissa) IEEE-754- 2008 binary128 bool bool true or false anyopaque void Used for type-erased pointers. void (none) Always the value void{} noreturn (none) the type of break , continue , return , unreachable undefined String Literals and Unicode Code Point Literals String literals are constant single-item Pointers to null-terminated byte arrays. The type of string literals encodes both the length, and the fact fact that they are null-terminated, and thus they can be coerced to both Slices and Null-Terminated Pointers. Dereferencing string literals converts them to Arrays. Because Zig source code is UTF-8 encoded
    0 码力 | 241 页 | 7.37 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.7.1 Documentation

    Optionals undefined String Literals and Character Literals String literals are single-item constant Pointers to null-terminated UTF-8 encoded byte arrays. The type of string literals encodes both the length that they are null- terminated, and thus they can be coerced to both Slices and Null-Terminated Pointers. Dereferencing string literals converts them to Arrays. Character literals have type comptime_int y += 1; ^ const applies to all of the bytes that the identifier immediately addresses. Pointers have their own const-ness. If you need a variable that you can modify, use the var keyword: test
    0 码力 | 225 页 | 5.74 MB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    Panic/Recover Go Type System §14. Go Type System Overview - a must read to master Go programming. §15. Pointers §16. Structs §17. Value Parts - to gain a deeper understanding into Go values. §18. Arrays, Slices reflection and polymorphism. §24. Type Embedding - type extension in the Go way. §25. Type-Unsafe Pointers §26. Generics - use and read composite types §27. Reflections - the reflect standard package. first-class citizens. polymorphism through interfaces. value boxing and reflection through interfaces. pointers. function closures. methods. deferred function calls. type embedding. type deduction. memory
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.6.0 Documentation

    Optionals undefined String Literals and Character Literals String literals are single-item constant Pointers to null-terminated UTF-8 encoded byte arrays. The type of string literals encodes both the length that they are null- terminated, and thus they can be coerced to both Slices and Null-Terminated Pointers. Dereferencing string literals converts them to Arrays. Character literals have type comptime_int y += 1; ^ const applies to all of the bytes that the identifier immediately addresses. Pointers have their own const-ness. If you need a variable that you can modify, use the var keyword: test
    0 码力 | 214 页 | 5.37 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.4.0 Documentation

    Literals Floating Point Operations Operators Table of Operators Precedence Arrays Vectors SIMD Pointers volatile Alignment allowzero Slices struct extern struct packed struct struct Naming enum extern Optional Type null Optional Pointers Casting Implicit Casts Implicit Cast: Stricter Qualification Implicit Cast: Integer and Float Widening Implicit Cast: Arrays and Pointers Implicit Cast: Optionals Implicit Zero Bit Types Implicit Cast: undefined Explicit Casts Peer Type Resolution Zero Bit Types void Pointers to Zero Bit Types comptime Introducing the Compile-Time Concept Compile-Time Parameters Compile-Time
    0 码力 | 207 页 | 5.29 MB | 1 年前
    3
共 806 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 81
前往
页
相关搜索词
BacktoBasicsPointersSmartLockFreeAtomicSharedWithoutSplitReferenceCountItCanBeDoneDeliveringsafeC++UsingModernBuildXOffsetDatastructurezig编程语言Go101Golangv121.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩