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

无数据

分类

全部后端开发(67)C++(67)

语言

全部英语(54)中文(简体)(12)英语(1)

格式

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

    Back to Basics Lambda Expressions Barbara Geller & Ansel Sermersheim CppCon September 2020Introduction ● Prologue ● History ● Function Pointer ● Function Object ● Definition of a Lambda Expression ● Capture Capture Clause ● Generalized Capture ● This ● Full Syntax as of C++20 ● What is the Big Deal ● Generic Lambda 2Prologue 3 ● Credentials ○ every library and application is open source ○ development using CsLibGuarded ■ library for managing access to data shared between threadsLambda Expressions ● History ○ lambda calculus is a branch of mathematics ■ introduced in the 1930’s to prove if “something” can be solved
    0 码力 | 48 页 | 175.89 KB | 6 月前
    3
  • pdf文档 Symbolic Calculus for High-Performance Computing: From Scratch Using C++23

    Introduction The lambda trick Comparison Binding Constraints Architecture Substitution Construction Conclusion Symbolic Calculus for High-Performance Computing from Scratch using C++23 Vincent Reverdy Domain DedicationIntroduction The lambda trick Comparison Binding Constraints Architecture Substitution Construction Conclusion Table of contents 1 Introduction 2 The lambda trick 3 Comparison 4 Binding Domain DedicationIntroduction The lambda trick Comparison Binding Constraints Architecture Substitution Construction Conclusion Introduction 1 Introduction 2 The lambda trick 3 Comparison 4 Binding
    0 码力 | 70 页 | 1.80 MB | 6 月前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    Explicit Object Parameters  if consteval  Multidimensional Subscript Operator  Attributes on Lambda-Expressions  Literal Suffix for size_t  auto(x): decay-copy in The Language  #elifdef, #elifndef Explicit Object Parameters  if consteval  Multidimensional Subscript Operator  Attributes on Lambda-Expressions  Literal Suffix for size_t  auto(x): decay-copy in The Language  #elifdef, #elifndef Explicit Object Parameters  Allows for recursive lambda expressions  this in a lambda accesses the object that contains the lambda, not the lambda instance itself!  With deducing this: auto fibonacci
    0 码力 | 105 页 | 759.96 KB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 03 现代 C++ 进阶:模板元编程

    类型编译一遍,从而允许编译器更好 地进行自动适配与优化。 函数式编程: lambda 表达式 • C++11 引入的 lambda 表达式允许我们 在函数体内创建一个函数,大大地方便了 函数式编程。 • 语法就是先一个空的 [] ,然后是参数列表 ,然后是 {} 包裹的函数体。 • 再也不用被迫添加一个全局函数了! lambda 表达式:返回类型 • lambda 表达式的返回类型写在参数列表 后面,用一个箭头 后面,用一个箭头 -> 表示。 lambda 表达式:自动推导返回类型 • 如果 lambda 表达式不通过 -> 指定类型 ,则和 -> auto 等价,自动根据函数体内 的 return 语句决定返回类型,如果没有 return 语句则相当于 -> void 。 lambda 表达式:捕获 main 中的变量 • lambda 函数体中,还可以使用定义他的 main 函数中的变量,只需要把方括号 函数可以引用定义位置所有的变量,这个 特性在函数式编程中称为闭包 (closure) 。 lambda 表达式:修改 main 中的变量 • [&] 不仅可以读取 main 中的变量,还可 以写入 main 中的变量,比如可以通过 counter++ 记录该函数被调用了多少次: lambda 表达式:传常引用避免拷贝开销 • 此外,最好把模板参数的 Func 声明为 Func const
    0 码力 | 82 页 | 12.15 MB | 1 年前
    3
  • pdf文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    unifex::task async_main<…>(span, auto&, auto&)::'lambda' at /home/cppcon/cppcon 7 : unifex::task async_main<…>(span, auto&, auto&)::'lambda' at /home/cppcon/cppcon 8 : unifex::task a unifex::task async_main<…>(span, auto&, auto&)::'lambda' at main.cpp:85 7 : unifex::task async_main<…>(span, auto&, auto&)::'lambda' at main.cpp:85 8 : unifex::task async_main<…>(span unifex::task async_main<…>(span, auto&, auto&)::'lambda' at main.cpp:85 7 : unifex::task async_main<…>(span, auto&, auto&)::'lambda' at main.cpp:85 8 : unifex::task async_main<…>(span
    0 码力 | 131 页 | 907.41 KB | 6 月前
    3
  • pdf文档 Extending and Simplifying C++: Thoughts on Pattern Matching using 'is' and 'as', and Can C++ be 10x Simpler & Safer?

    function (concepts & subsumption rules), you can add new overloads without touching old ones, • Lambda explicit template argument list is excellent! • Perfect forwarding may save you from writing multiple #define CPP2_FORCE_INLINE_LAMBDA [[msvc::forceinline]] #define CPP2_LAMBDA_NO_DISCARD #else #define CPP2_FORCE_INLINE __attribute__((always_inline)) #define CPP2_FORCE_INLINE_LAMBDA __attribute__((always_inline)) #define CPP2_LAMBDA_NO_DISCARD [[nodiscard]] #else #define CPP2_LAMBDA_NO_DISCARD #endif #elif defined(__GNUC__) #if __GNUC__ >= 9 #define CPP2_LAMBDA_NO_DISCARD [[nodiscard]] #else #define CPP2_LAMBDA_NO_DISCARD
    0 码力 | 108 页 | 5.08 MB | 6 月前
    3
  • pdf文档 DEDUCING this PATTERNS

    lookup (mostly) this is still a pointer, not a reference (you can be sad) the meaning of this inside a lambda is unchangedYOU ALREADY KNOW HOW THIS WILL WORK We o�en think of the "this" parameter as the implicit A few things to cover here: this inside the lambda recursive lambdaMORE ON LAMBDAS A few things to cover here: this inside the lambda recursive lambda deriving from lambdas, overload setsMORE ON LAMBDAS LAMBDAS A few things to cover here: this inside the lambda recursive lambda deriving from lambdas, overload sets caveatsMORE ON LAMBDAS We must use language a bit carefully to distinguish between:MORE
    0 码力 | 126 页 | 5.15 MB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    . . . . . . . . . . . . . . . . . . . . . 36 Chapter 03: Language Runtime Enhancements 37 3.1 Lambda Expression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 Generic Lambda . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 3.2 Function At the same time, a lot of enhancements have been made to the language runtime. The emergence of Lambda expressions has given C++ the “closure” feature of “anonymous functions”, which are in almost all
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 现代C++ 教程:高速上手C++11/14/17/20

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 第 3 章语言运行期的强化 34 3.1 Lambda 表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 基础 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 泛型 Lambda . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 3.2 函数对象包装器 门,所有这些新标准中扩充的特性,给 C++ 这门语言注入了新的活力。那些还在坚持使用传统 C++ (本书把 C++98 及其之前的 C++ 特性均称之为传统 C++)而未接触过现代 C++ 的 C++ 程序员在 见到诸如 Lambda 表达式这类全新特性时,甚至会流露出『学的不是同一门语言』的惊叹之情。 现代 C++ (本书中均指 C++11/14/17/20) 为传统 C++ 注入的大量特性使得整个 C++ 变得更加 像一门现代化的语言。现代
    0 码力 | 83 页 | 2.42 MB | 1 年前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    monads, declarative syntax ○ C++ has all the tools to implement functional programming, including lambda functions, std::function, std::optional, std::expected, and more What is Functional Programming monads, declarative syntax ○ C++ has all the tools to implement functional programming, including lambda functions, std::function, std::optional, std::expected, and more ○ Want to maximize use of these monads, declarative syntax ○ C++ has all the tools to implement functional programming, including lambda functions, std::function, std::optional, std::expected, and more ○ Want to maximize use of these
    0 码力 | 200 页 | 1.77 MB | 6 月前
    3
共 67 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
BacktoBasicsLambdaExpressionsSymbolicCalculusforHighPerformanceComputingFromScratchUsingC++23AnOverviewofAlmostAllNewandUpdatedFeatures高性性能高性能并行编程优化课件03HowMetaMadeDebuggingAsyncCodeEasierwithCoroutinesSendersExtendingSimplifyingThoughtsonPatternMatchingusingisasCanbe10xSimplerSaferDEDUCINGthisPATTERNSModernTutorial11141720OntheFly现代教程高速上手LeveragingFunctionalApproachMoreTestableMaintainableROS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩