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

无数据

分类

全部后端开发(127)C++(127)Conan(74)

语言

全部英语(116)中文(简体)(10)中文(繁体)(1)

格式

全部PDF文档 PDF(125)PPT文档 PPT(2)
 
本次搜索耗时 0.042 秒,为您找到相关结果约 127 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics Casting

    (B*)pa; double d = *(double*)(pb); return (int)d; }struct tree { bool has_leaves = true;}; struct car {int model_year = 1982; }; void prune(tree* t) { t->has_leaves = false; } void drive(const car* c ) } int main() { const tree oak; car mustang; drive(&mustang); //normal function call prune((tree*)&oak); //pruning a const tree drive((car*)&oak); // driving a tree prune((tree*)&mustang); // pruning float drive((car*)&f); // driving a float return 0; }struct tree { bool has_leaves = true;}; struct car {int model_year = 1982; }; void prune(tree* t) { t->has_leaves = false; } void drive(const car* c )
    0 码力 | 117 页 | 1.57 MB | 6 月前
    3
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought to Execute Logic(Data) Thread Thread Pool Thread ThreadThread Thread Thread Back Front The Signal Tree: ● Lock Free with most operations also wait free ○ Allows MT traversal without locks and therefore array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought to
    0 码力 | 142 页 | 2.80 MB | 6 月前
    3
  • pdf文档 Data Structures That Make Video Games Go Round

    ● Recursively subdivided into 8 spaces.● Our level starts of as the root node. ● A node in the tree can represent a game entity or a quadrant itself. ● Any time a quadrant has more than 4 entities How to construct a quadtree for a level?● Our level starts of as the root node. ● A node in the tree can represent a game entity or a quadrant itself. ● Any time a quadrant has more than 4 entities How to construct a quadtree for a level?● Our level starts of as the root node. ● A node in the tree can represent a game entity or a quadrant itself. ● Any time a quadrant has more than 4 entities
    0 码力 | 196 页 | 3.03 MB | 6 月前
    3
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    ● I love C++, and I learnt a lot thanks to CPPCon videos!How did I end up developing a Behavior Tree Library?Behavior Trees in the Game Industry Used for instance in the Unreal EngineThe role of Behavior ● The “tick” is the signal that we propagate from the root to the leaves. ● The leaves of the tree are the Actions. I.e. the user-defined code that should be executed. ● Conditions are Actions that Composability 3. ReusabilityNodes and Trees These are your reusable Tree Nodes, written in C++ This is your specific Behavior Tree, written in XMLC++ Nodes implementation class ApproachEnemy : public
    0 码力 | 59 页 | 7.97 MB | 6 月前
    3
  • pdf文档 COMPOSABLE C++

    lengths in a rose tree. Consider how to sum the lengths in a rose tree. template struct rose_tree : varianttree>> { using varianttree>>::variant; };HIERARCHICAL mixed with the operation. The traversal is mixed with the operation. auto total_length(const rose_tree& t) -> int { return visit( overloaded{ [] (const string& leaf) -> int { return "where": reduce_tree reduce_tree embodies the traversal. embodies the traversal. template auto reduce_tree(const rose_tree& t, TInit i
    0 码力 | 124 页 | 8.28 MB | 6 月前
    3
  • pdf文档 Compile-Time Compression and Resource Generation with C++20

    compression Output struct: Mapping of Key -> bit stream location/length Compressed bitstream Hu�man tree encoded into array Lookup -> iterator over compressed data 10 . 1/ enum class Key { String_1, String_2 build a tree bottom up from least used to most used Bit pattern assigned by walking down the tree Most common symbols have shortest bit pattern 10 . 5/ "this is an example of a hu�man tree" https://en frequency table Build Hu�man tree Build char -> bitstream cache Build encoded bit stream Build index -> bit position / string length lookup Package Hu�man tree to array Combine Hu�man tree, bit stream and index
    0 码力 | 59 页 | 1.86 MB | 6 月前
    3
  • pdf文档 Hello 算法 1.1.0 C++ 版

    res; } 观察以上代码,我们在函数内递归调用了两个函数,这意味着从一个调用产生了两个调用分支。如图 2‑6 所 示,这样不断递归调用下去,最终将产生一棵层数为 ? 的递归树(recursion tree)。 图 2‑6 斐波那契数列的递归树 从本质上看,递归体现了“将问题分解为更小子问题”的思维范式,这种分治策略至关重要。 ‧ 从算法角度看,搜索、排序、回溯、分治、动态规划等许多重要算法策略直接或间接地应用了这种思维 Abstract 参天大树充满生命力,根深叶茂,分枝扶疏。 它为我们展现了数据分治的生动形态。 第 7 章 树 hello‑algo.com 138 7.1 二叉树 二叉树(binary tree)是一种非线性数据结构,代表“祖先”与“后代”之间的派生关系,体现了“一分为二” 的分治逻辑。与链表类似,二叉树的基本单元是节点,每个节点包含值、左子节点引用和右子节点引用。 /* 二叉树节点结构体 义为“经过的节点的数量”。在这种情况下,高度和深度都需要加 1 。 7.1.2 二叉树基本操作 1. 初始化二叉树 与链表类似,首先初始化节点,然后构建引用(指针)。 // === File: binary_tree.cpp === /* 初始化二叉树 */ // 初始化节点 TreeNode* n1 = new TreeNode(1); TreeNode* n2 = new TreeNode(2);
    0 码力 | 379 页 | 18.47 MB | 1 年前
    3
  • pdf文档 Hello 算法 1.0.0 C++版

    } 观察以上代码,我们在函数内递归调用了两个函数,这意味着从一个调用产生了两个调用分支。如图 2‑6 所 示,这样不断递归调用下去,最终将产生一棵层数为 ? 的「递归树 recursion tree」。 图 2‑6 斐波那契数列的递归树 从本质上看,递归体现了“将问题分解为更小子问题”的思维范式,这种分治策略至关重要。 ‧ 从算法角度看,搜索、排序、回溯、分治、动态规划等许多重要算法策略直接或间接地应用了这种思维 章 树 � 参天大树充满生命力,根深叶茂,分枝扶疏。 它为我们展现了数据分治的生动形态。 第 7 章 树 hello‑algo.com 138 7.1 二叉树 「二叉树 binary tree」是一种非线性数据结构,代表“祖先”与“后代”之间的派生关系,体现了“一分为二” 的分治逻辑。与链表类似,二叉树的基本单元是节点,每个节点包含值、左子节点引用和右子节点引用。 /* 二叉树节点结构体 会将其定义为“经过的节点的数量”。在这种情况下,高度和深度都需要加 1 。 7.1.2 二叉树基本操作 1. 初始化二叉树 与链表类似,首先初始化节点,然后构建引用(指针)。 // === File: binary_tree.cpp === /* 初始化二叉树 */ // 初始化节点 TreeNode* n1 = new TreeNode(1); TreeNode* n2 = new TreeNode(2);
    0 码力 | 378 页 | 17.59 MB | 1 年前
    3
  • pdf文档 Hello 算法 1.2.0 简体中文 C++ 版

    res; } 观察以上代码,我们在函数内递归调用了两个函数,这意味着从一个调用产生了两个调用分支。如图 2‑6 所 示,这样不断递归调用下去,最终将产生一棵层数为 ? 的递归树(recursion tree)。 图 2‑6 斐波那契数列的递归树 从本质上看,递归体现了“将问题分解为更小子问题”的思维范式,这种分治策略至关重要。 ‧ 从算法角度看,搜索、排序、回溯、分治、动态规划等许多重要算法策略直接或间接地应用了这种思维 Abstract 参天大树充满生命力,根深叶茂,分枝扶疏。 它为我们展现了数据分治的生动形态。 第 7 章 树 www.hello‑algo.com 138 7.1 二叉树 二叉树(binary tree)是一种非线性数据结构,代表“祖先”与“后代”之间的派生关系,体现了“一分为二” 的分治逻辑。与链表类似,二叉树的基本单元是节点,每个节点包含值、左子节点引用和右子节点引用。 /* 二叉树节点结构体 义为“经过的节点的数量”。在这种情况下,高度和深度都需要加 1 。 7.1.2 二叉树基本操作 1. 初始化二叉树 与链表类似,首先初始化节点,然后构建引用(指针)。 // === File: binary_tree.cpp === /* 初始化二叉树 */ // 初始化节点 TreeNode* n1 = new TreeNode(1); TreeNode* n2 = new TreeNode(2);
    0 码力 | 379 页 | 18.48 MB | 10 月前
    3
  • pdf文档 Hello 算法 1.0.0b1 C++版

    希函数增加了计算 量。 ‧ 在工业界中,Java 的 HashMap 采用链式地址、Python 的 Dict 采用开放寻址。 91 7. 树 7.1. 二叉树 「二叉树 Binary Tree」是一种非线性数据结构,代表着祖先与后代之间的派生关系,体现着“一分为二”的分 治逻辑。类似于链表,二叉树也是以结点为单位存储的,结点包含「值」和两个「指针」。 /* 链表结点结构体 */ struct 定义为“走过结点的数量”,此时高度或深度都需要 + 1 。 7.1.2. 二叉树基本操作 初始化二叉树。与链表类似,先初始化结点,再构建引用指向(即指针)。 // === File: binary_tree.cpp === /* 初始化二叉树 */ // 初始化结点 7. 树 hello‑algo.com 93 TreeNode* n1 = new TreeNode(1); TreeNode* n2->right = n5; 插入与删除结点。与链表类似,插入与删除结点都可以通过修改指针实现。 Figure 7‑3. 在二叉树中插入与删除结点 // === File: binary_tree.cpp === /* 插入与删除结点 */ TreeNode* P = new TreeNode(0); // 在 n1 -> n2 中间插入结点 P n1->left = P; P->left
    0 码力 | 187 页 | 14.71 MB | 1 年前
    3
共 127 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
BacktoBasicsCastingRethinkingTaskBasedConcurrencyandParallelismforLowLatencyC++DataStructuresThatMakeVideoGamesGoRoundBehaviorTreeCPPPlanningRobotsVirtualAgentsCOMPOSABLECompileTimeCompressionResourceGenerationwith20Hello算法1.11.01.2简体中文简体中文0b1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩