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

无数据

分类

全部后端开发(748)Python(267)Java(247)Spring(243)云计算&大数据(119)Julia(87)VirtualBox(84)综合其他(62)Jupyter(62)Scrapy(62)

语言

全部英语(949)中文(繁体)(21)中文(简体)(19)英语(4)日语(3)韩语(3)德语(1)西班牙语(1)法语(1)意大利语(1)

格式

全部PDF文档 PDF(773)其他文档 其他(229)PPT文档 PPT(3)
 
本次搜索耗时 0.182 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • 云计算&大数据
  • Julia
  • VirtualBox
  • 综合其他
  • Jupyter
  • Scrapy
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • 日语
  • 韩语
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++ Under the Hood

    C++ Under the Hood: (Internal Class Mechanisms) I find it much easier to use something correctly, if I can understand what it is doing inside and why. We are going to talk about internal C++ class mechanisms: simplification 4 C++ Under the Hood: (Internal Class Mechanisms)C++ Under the Hood – The Onion 56 C++ Under the Hood – The Onion7 C++ Under the Hood – The Onion8 C++ Under the Hood – The Onion (abused inheritance Person C++ Under the Hood – Inheritance vs. Aggregation / Composite 9C++ Under the Hood – Inheritance & Construction 10C++ Under the Hood – Inheritance Hierarchy 11C++ Under the Hood – __v_table_ptr 1213
    0 码力 | 168 页 | 13.55 MB | 5 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    Probing methods include: ○ Linear Probing. ○ Quadratic Probing. ○ Double Hashing. ○ Robin Hood Hashing.Open Addressing Hash Maps ● Simplest implementation only require a contiguous block of memory include: ○ Linear Probing. ○ Quadratic Probing. ○ Double Hashing. ○ Robin Hood Hashing.Linear Probed Robin Hood Hashing 0 0 0 0 0 0 0 0 0 PSL PSL - Probe Sequence Length X X X X steps 5 and 6 until an empty bucket( bucket with default PSL value) is found.Linear Probed Robin Hood Hashing 0 0 0 0 0 0 0 0 0 PSL PSL - Probe Sequence Length X X X X X X X X Core
    0 码力 | 196 页 | 3.03 MB | 5 月前
    3
  • pdf文档 Effective Ranges: A tutorial for using C++2X ranges

    for: <- 3 square <- 3 even <- 6 5 . 7Types in a view chain - under the hood Types in a view chain - under the hood //typename magic template constexpr std::string_view type_name() { data() + 49, p.find(';', 49) - 49); } 5 . 8Types in a view chain - under the hood Types in a view chain - under the hood vector vs{"hello", " ", "ranges", "!"}; cout << type_name()
    0 码力 | 56 页 | 15.30 MB | 5 月前
    3
  • pdf文档 The Go Handbook

    in Go. There’s lots of different widely used tools that use this programming language under the hood. This handbook will introduce you to this language. 2. Getting started with Go Here are a few things the gofmt command line tool which we can use to format Go programs. VS Code uses that under the hood to format Go source files. This is very interesting and innovative because formatting and issues used directly in Go, but instead we use slices (more on them later). Slices use arrays under the hood, so it’s still necessary to know how they work. You can access an item in the array with the square
    0 码力 | 44 页 | 4.30 MB | 1 年前
    3
  • pdf文档 SQLite Development with Zumero

    has "z$" prefixed to the Zumero table name. Zumero tables vs. reg- ular SQLite tables 6 Under the hood, each Zumero table stores its rows in a regular SQLite table of the same name, prefixed with z$. For password exist. It describes how and where the username/password pair is to be validated. Under the hood, the scheme is a JSON string. The "scheme_type" key must always be present, and it must contain a creates a properly-formed ACL table: Security 21 SELECT zumero_define_acl_table('main'); Under the hood, this function executes a CREATE VIRTUAL TABLE statement which is somewhat more complicated than the
    0 码力 | 57 页 | 199.89 KB | 1 年前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    2. Some simple examples, intro to senders 3. The lifecycle of an async operation 4. Under the hood of a concurrent operation 5. Implementing a simple algorithm 6. Senders and coroutines Part 2: set_done(receiver) void; concept operation_state: start(operation_state) void;24 Under the hood of a concurrent operation25 ALL OF THESE SENDERS IMPLEMENT CONNECT ex::sender auto work = examples, intro to senders 3. The lifecycle of an async operation with sender/receiver 4. Under the hood of a composite concurrent operation 5. Implementing a simple algorithm: then() 6. Senders and coroutines55
    0 码力 | 121 页 | 7.73 MB | 5 月前
    3
  • ppt文档 Finding Bugs using Path-Sensitive Static Analysis

    ms/cppconAgenda • Intro to path-sensitive static analysis • Path-sensitive checks in MSVC • A look under the hood • Upcoming features • Lessons learned2012 2014 2015 2016 2017 2018 2019 2019/2020 2020 2021 safety analysis • Ownership analysis • Lifetime analysis (preview) • more to come…Looking under the hood • Representing the store • Solving constraints • Guiding the analysis • Immutable data structures
    0 码力 | 35 页 | 14.13 MB | 5 月前
    3
  • pdf文档 Kotlin 1.4 language features

    interface Alien { fun speak() = "Wubba lubba dub dub" } class BirdPerson : Alien Under the hood: DefaultImpls public interface Alien { String speak(); public static final class DefaultImpls public String speak() { return Alien.DefaultImpls.speak(this); } } Under the hood: DefaultImpls Default methods in Kotlin 1.2+ interface Alien { @JvmDefault fun speak()
    0 码力 | 69 页 | 3.29 MB | 1 年前
    3
  • pdf文档 websockets Documentation Release 9.0

    pings, or any other behavior required by the specification. websockets handles all this under the hood so you don’t have to. 1.1.9 One more thing. . . websockets provides an interactive client: $ python WebSocket protocol is symmetrical, except for low-level details that websockets manages under the hood. The same methods are available on client connections created with connect and on server connections intended at maintainers. It may also be useful for users who wish to understand what happens under the hood. Warning: Internals described in this document may change at any time. Backwards compatibility is
    0 码力 | 81 页 | 352.88 KB | 1 年前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    Anderson -- danielanderson.net What we’ll learn today • How shared_ptr is implemented under the hood • Atomics and concurrency patterns • How existing atomic are implemented (the split Anderson -- danielanderson.net What we’ll learn today • How shared_ptr is implemented under the hood • Atomics and concurrency patterns • How existing atomic are implemented (the split
    0 码力 | 45 页 | 5.12 MB | 5 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
C++UndertheHoodDataStructuresThatMakeVideoGamesGoRoundEffectiveRangestutorialforusing2XrangesTheHandbookSQLSQLiteDevelopmentwithZumeroWorkingAsynchronyGenericallyTourofExecutorsFindingBugsPathSensitiveStaticAnalysisKotlin1.4languagefeatureswebsocketsDocumentationRelease9.0LockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDone
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩