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

无数据

分类

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

语言

全部英语(190)中文(简体)(9)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(196)PPT文档 PPT(5)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 201 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Can't we just synthesize std::tuple_element from get?

    Can’t we just synthesize std::tuple_element from get? Jonathan Müller — @foonathanAdding structured bindings support to a custom tuple-like type template struct my_tuple { … }; Jonathan Jonathan Müller — @foonathan Can’t we just synthesize std::tuple_element from get? CppCon 2024-09-18 1Adding structured bindings support to a custom tuple-like type template struct my_tuple get(Tuple&& t) -> decltype(auto) { … } Jonathan Müller — @foonathan Can’t we just synthesize std::tuple_element from get? CppCon 2024-09-18 1Adding structured bindings support to a custom tuple-like type template
    0 码力 | 31 页 | 282.80 KB | 6 月前
    3
  • pdf文档 GraphBLAS: Building a C++ Matrix API for Graph Algorithms

    predefined types: GrB_PLUS_BOOL, GrB_PLUS_INT8, GrB_PLUS_UINT8, GrB_PLUS_INT16, GrB_PLUS_UINT16, GrB_PLUS_INT32, GrB_PLUS_UINT32, GrB_PLUS_INT64, GrB_PLUS_UINT64, GrB_PLUS_FP32, GrB_PLUS_FP64. - There are predefined types: GrB_PLUS_BOOL, GrB_PLUS_INT8, GrB_PLUS_UINT8, GrB_PLUS_INT16, GrB_PLUS_UINT16, GrB_PLUS_INT32, GrB_PLUS_UINT32, GrB_PLUS_INT64, GrB_PLUS_UINT64, GrB_PLUS_FP32, GrB_PLUS_FP64. - There are predefined types: GrB_PLUS_BOOL, GrB_PLUS_INT8, GrB_PLUS_UINT8, GrB_PLUS_INT16, GrB_PLUS_UINT16, GrB_PLUS_INT32, GrB_PLUS_UINT32, GrB_PLUS_INT64, GrB_PLUS_UINT64, GrB_PLUS_FP32, GrB_PLUS_FP64. - There are
    0 码力 | 172 页 | 7.40 MB | 6 月前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    | views::transform([](auto element) { auto [a, b] = element; return a * b; }); return reduce(par_unseq, z, 0, std::plus()); }Outline - Background (Ranges views::transform([](auto element) { auto [a, b] = element; return a * b; }); return reduce(par_unseq, z.begin(), z.end(), T(0), std::plus()); }Dot Product views::transform([](auto element) { auto [a, b] = element; return a * b; }); return reduce(par_unseq, z.begin(), z.end(), T(0), std::plus()); }Standard C++
    0 码力 | 127 页 | 2.06 MB | 6 月前
    3
  • pdf文档 Back to Basics: Lambdas

    Werterion std::cout << "vodd elems: "<< num << '\n' Jifind position of first element with odd value (retums iterator): auto Pos = std::find_if(coll.begin(),coll.end() , jlrange isodd) on the fy) return elem 8 2 1 std: :cout << "vodd elems: "<< num << Na JWind position of first element with odd value: auto Pos = std::find_if(coll.begin() ,coll.end() , jlrange (int elem) 1 Jicriterion Werterion std: :cout << "vodd elems: "<< num << Na Jind position of first element with odd value: auto Pos = std::find_if(coll.begin(),coll.end() , Jirange isodad) ,
    0 码力 | 17 页 | 935.72 KB | 6 月前
    3
  • pdf文档 Designing a Slimmer Vector of Variants

    and each element is potentially a different size. How do we know where element N is? — Beyond this, each element is also potentially a different type! How do we know what type element N is? 17© std::vector vec {false, 1, 2.0, "three"}; vec[3] = "one plus two"; std::cout << std::get(vec[3]) << std::endl; } // => one plus two 46© 2024 Bloomberg Finance L.P. All rights reserved vv::vector; int main() { vector vec {false, 1, 2.0, "three"}; vec[3] = "one plus two"; std::cout << std::get(vec[3]) << std::endl; } // => three 49© 2024 Bloomberg
    0 码力 | 64 页 | 1.98 MB | 6 月前
    3
  • pdf文档 C++26 Preview

    T> constexpr auto first_plus_last(T... values) -> T...[0] { return T...[0](values...[0] + values...[sizeof...(values)-1]); } 1 2 3 4 5 6 int main() { 7 //first_plus_last(); // ill formed 8 static_assert(first_plus_last(1, 2, 10) == 11); 9 } 10 24previously meta-programming complex code and slow compiles P2662 Pack indexing // syntax is name-of-a-pack ... [constant-expression] template T> constexpr auto first_plus_last(T... values) -> T...[0] { return T...[0](values...[0] + values...[sizeof...(values)-1]); } 1 2 3 4 5 6 int main() { 7 //first_plus_last(); // ill formed 8
    0 码力 | 118 页 | 2.02 MB | 6 月前
    3
  • pdf文档 Design Patterns: Facts and Misconceptions

    numbers{ 1, 2, 3, 4, 5, 6, 7 }; std::accumulate( begin(numbers), end(numbers), 0 , std::plus<>{} ); Wait a second: Isn’t this the Command design pattern? 🤔An Example from the Standard Library numbers{ 1, 2, 3, 4, 5, 6, 7 }; std::accumulate( begin(numbers), end(numbers), 0 , std::plus<>{} );51The GoF’s Explanation 52 The Command Design Pattern ”Encapsulate a request as an object something should be done ➜ Strategy design patternCommand vs. Strategy 54 What should I do with each element? ➜ Command design pattern std::vector numbers{ 1, 2, 3, 4, 5, 6, 7 }; std::for_each( begin(numbers)
    0 码力 | 88 页 | 17.31 MB | 6 月前
    3
  • pdf文档 Application of C++ in Computational Cancer Modeling

    //... } 0 0.1 0 0 0 0 0.2 0 0 0 0 0 2 0.5 0 3 transition_rates 5 0 1 0 population element-wise multiplication weights 0 0.2 2 0 0 0.5 0 0 0 0 0 0 0 0 0 0 2 0.5 0 0Sample a position ForwardIt last, T init ); The generalized sum of init and the elements of [first, last) over std::plus<>(). cppreference.comParallel STL algorithm (average population) 15 // compute average population ForwardIt last, T init ); The generalized sum of init and the elements of [first, last) over std::plus<>(). Specify the execution policy of parallel algorithms cppreference.comParallel STL algorithm
    0 码力 | 47 页 | 1.14 MB | 6 月前
    0.03
  • pdf文档 Linear Algebra with The Eigen Cpp Library

    (2009) • Blaze (2012) • Expression template-based libraries • Include the usual BLAS functionality plus decompositions and solvers • For more information on Blaze • CppCon 2016 talk by Klaus Iglberger org/dox/group__TutorialMatrixClass.html• The ∗ operator conveniently implements the matrix product • Not element-by-element multiplication using Eigen::MatrixXd; MatrixXd A { {1.0, 2.0, 3.0}, {1.5, 2.5 from a t-distribution using and the std::generate algorithm • And then apply std::max_element to find the maximum random value in the result #include #include // . .
    0 码力 | 35 页 | 1.10 MB | 6 月前
    3
  • pdf文档 Structure and Interpretation of Computer Programs

    C++17 Structured Bindings C++17 CTADauto solution2(auto v) { using namespace std::ranges; nth_element(v, std::begin(v) + 2, std::greater{}); transform(std::cbegin(v), std::cbegin(v) + 2, 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 std::ranges; nth_element(v, std::begin(v) + 2 rv::chunk(2) | rv::transform([](auto rng) { return 1.0 / (rng[0] * rng[1]); }) | hs::accumulate(0.0, std::plus{})) * 8; }auto leibniz_pi_approximation(int n) { return (rv::iota(0, n) | rv::transform([](auto
    0 码力 | 136 页 | 7.35 MB | 6 月前
    3
共 201 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 21
前往
页
相关搜索词
CanwejustsynthesizestdtupleelementfromgetGraphBLASBuildingC++MatrixAPIforGraphAlgorithmsDistributedRangesModelDataStructuresandViewsBacktoBasicsLambdasDesigningSlimmerVectorofVariants26PreviewDesignPatternsFactsMisconceptionsApplicationComputationalCancerModelingLinearAlgebrawithTheEigenCppLibraryStructureInterpretationComputerPrograms
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩