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

无数据

分类

全部后端开发(107)C++(107)Conan(74)综合其他(1)Krita(1)

语言

全部英语(108)

格式

全部PDF文档 PDF(106)PPT文档 PPT(1)其他文档 其他(1)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 108 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 综合其他
  • Krita
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++26 for C++14 Developers: STL-Preview

    C++26 for C++14 Developers: STL-Preview Author Tony Lee Reply-To cosgenio@gmail.com 1. Introduction Since the introduction of modern C++ in 2011, the language has seen rely on C++14 or C++17, with minimal adoption of C++20 or later1. This paper introduces stl-preview2, a library that backports most of the latest STL features (including those from C++26) to C++14 (but expected. It has been tested on various compilers including GCC, Clang, MSVC, Emscripten, and NDK with C++14 or later. Besides the extensive implementations, stl-preview is compatible with the existing STL
    0 码力 | 3 页 | 129.06 KB | 6 月前
    3
  • pdf文档 Structure and Interpretation of Computer Programs

    = e; } return std::pair{a, b}; }); return a * a + b * b; } C++20 Concepts C++14 Function Deduced Return Type C++14 Generic Lambdas C++17 Structured Bindings C++17 CTADauto solution2(auto }); return std::accumulate(std::begin(v), std::begin(v) + 2, 0, std::plus{}); }C++20 Concepts C++14 Function Deduced Return Type C++17 CTAD C++20 Ranges auto solution3(auto v) { using namespace (map fib (enumerate-interval 0 n)))))C++20 Ranges C++20 Concepts C++14 Generic Lambdas C++14 Function Deduced Return Type C++14 Generic Lambdas C++20 Concepts1. Generate odd numbers 2. Group
    0 码力 | 136 页 | 7.35 MB | 6 月前
    3
  • pdf文档 Back to Basics: Lambdas

    josuttis | eckstei err 1下rcommunication C++14: Named Generic Lambdas /idefine a generic lambda object: auto twice = [] (const autog x) { return Cr+ Lambdas Generic Lambdas (since C++14) "Generic Lambdas =- Call arguments may have a generic type , auto, const autog,… =- Not possible Cr+ Lambdas C++14: Generic Lambdas *。Lambdas for generic parameter types =- Using auto =- Defines function template
    0 码力 | 17 页 | 935.72 KB | 6 月前
    3
  • pdf文档 Back to Basics: Lambda Expressions

    return ++x; }; 20Lambda Expressions ● Capture Clause ○ C++11 ■ capture by value or reference ○ C++14 ■ generalized capture was added 21Lambda Expressions ● Capture Clause ○ generalized capture ■ evaluated 22Lambda Expressions ● Capture Clause ○ C++11 ■ [this] ■ captures this pointer by value ○ C++14 ■ [self = *this] ■ capture *this object by value, initializes a new variable ○ C++17 ■ [*this] declarations for the arguments passed to the closure ■ default parameters were not permitted ○ C++14 ■ parameters can have a data type of auto (generic lambda) ■ default parameters are supported auto
    0 码力 | 48 页 | 175.89 KB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    From the advent of C++98 to the official finalization of C++11, it has continued to stay relevant. C++14/17 is an important complement and optimization for C++11, and C++20 brings this language to the door fibonacci(const int n) { return n == 1 || n == 2 ? 1 : fibonacci(n-1) + fibonacci(n-2); } Starting with C++14, the constexpr function can use simple statements such as local variables, loops, and branches internally typename U> auto add2(T x, U y) -> decltype(x+y){ return x + y; } The good news is that from C++14 it is possible to directly derive the return value of a normal function, so the following way becomes
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 Au Units

    Example features C++20 Concepts Non-type template parameters C++17 Fold expressions constexpr if C++14 More permissive constexpr auto return type C++11 Primitive constexpr Variadic templates static_assert Example features C++20 Concepts Non-type template parameters C++17 Fold expressions constexpr if C++14 More permissive constexpr auto return type C++11 Primitive constexpr Variadic templates static_assert Example features C++20 Concepts Non-type template parameters C++17 Fold expressions constexpr if C++14 More permissive constexpr auto return type C++11 Primitive constexpr Variadic templates static_assert
    0 码力 | 191 页 | 22.37 MB | 6 月前
    3
  • pdf文档 cppcon 2021 safety guidelines for C parallel and concurrency

    standards Coding Standard C++ Versions Autosar C++14 Misra C++03 (working to C++17) High Integrity CPP C++11 JSF C++03 C++ CG C++11/14/17/20/latest CERT C++ C++14 Pedigree Coding Standard Number of Rules waiting Fixed gaps in memory model , Improved atomic flags, Repair memory model C++11: lambda C++14: generic lambda C++17: , progress guarantees, TOE, execution policies C++20: atomic_ref Future even miss a few C++17 features • MISRA parallel will also be in stages • C++11 atomics, async .mm • C++14 shared lock • C++17 parallel algo, futures, (still need more deep dive) unseq, • C++20 latches barriers
    0 码力 | 52 页 | 3.14 MB | 6 月前
    3
  • pdf文档 Secrets of C++ Scripting Bindings

    projects 2016 - C++Now “Why and How to Add Scripting” 2011-2017 - Ported ChaiScript from Boost  C++11  C++14  C++17 7 . 6Copyright Jason Turner @le�icus emptycrate.com/idocpp Why This Talk? 2010-2023 - projects 2016 - C++Now “Why and How to Add Scripting” 2011-2017 - Ported ChaiScript from Boost  C++11  C++14  C++17 2019-2023 - Pondered making a newer constexpr friendly embedded scripting engine 7 . 6Copyright projects 2016 - C++Now “Why and How to Add Scripting” 2011-2017 - Ported ChaiScript from Boost  C++11  C++14  C++17 2019-2023 - Pondered making a newer constexpr friendly embedded scripting engine 2023 - Created
    0 码力 | 177 页 | 1.65 MB | 6 月前
    3
  • pdf文档 Finding Your Codebases C++ Roots

    - Finding Your Codebases C++ RootsMacro Timeline (general history) ANSI C Pre C++11 C++11 C++14 C++17 C++20 C++23 28 of 45 CppCon 2023 - Finding Your Codebases C++ RootsANSI C • Header blocks your own container 31 of 45 CppCon 2023 - Finding Your Codebases C++ RootsEarly Modern C++ (C++11 & C++14) • Start of Modern C++ • Smart pointer overuse • Scoped Enums • Move semantics • Change from Rule
    0 码力 | 45 页 | 1.35 MB | 6 月前
    3
  • pdf文档 From Functions to Coroutines

    template struct PowMeta{ static int const value = 1; };Pure Function ▪ constexpr Function (C++14) constexpr int powConstexpr(int m, int n) { int r = 1; for(int k = 1; k <= n; ++k) r *= m; return is not bound to an identifier. ▪ Steps in the evolution of lambdas ▪ C++11: Lambda expressions ▪ C++14: Generic lambda expressions ▪ C++20: Template parameters for lambda expressions ▪ Implementation:
    0 码力 | 29 页 | 510.47 KB | 6 月前
    3
共 108 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
C++26for14DevelopersSTLPreviewStructureandInterpretationofComputerProgramsBacktoBasicsLambdasLambdaExpressionsModernTutorial111720OntheFlyAuUnitscppcon2021safetyguidelinesparallelconcurrencySecretsScriptingBindingsFindingYourCodebasesRootsFromFunctionsCoroutines
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩