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

无数据

分类

全部后端开发(1519)综合其他(386)C++(380)Java(364)Python(344)Spring(312)Weblate(302)数据库(222)云计算&大数据(219)VirtualBox(113)

语言

全部英语(1973)中文(简体)(412)中文(繁体)(34)俄语(11)西班牙语(10)日语(10)法语(9)韩语(9)德语(8)英语(8)

格式

全部PDF文档 PDF(1881)其他文档 其他(515)TXT文档 TXT(66)PPT文档 PPT(33)DOC文档 DOC(2)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • C++
  • Java
  • Python
  • Spring
  • Weblate
  • 数据库
  • 云计算&大数据
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 俄语
  • 西班牙语
  • 日语
  • 法语
  • 韩语
  • 德语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Custom Views for the Rest of Us

    1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 GravitationalBody = requires(T const t) { { t.GetMass() } -> std::floating_point; { t.GetLocation() } -> std::same_as; { t.GetVelocity() } -> std::same_as; }; template concept concept GravitationalRange = GravitationalBody<std::ranges::range_value_t>; 1 2 3 4 5 6 7 8 9 10 78910def GetForceOnBody(this_body, all_bodies): all_forces = list() for other_body in all_bodies:
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 Limitations and Problems in std::function and Similar

    Limitations and Problems in std::function and similar constructs Amandeep Chawla | Sr. Computer Scientist II amandeep@adobe.com | adchawla@gmail.com Image by Bruno Tornielli© 2024 Adobe. All Rights whose type we can control. ▪ std::function© 2024 Adobe. All Rights Reserved. Adobe Confidential. Task Based Mechanism© 2024 Adobe. All Rights Reserved. Adobe Confidential. std::function ▪ Is a class template template ▪ It is a general-purpose polymorphic function wrapper ▪ Instances of std::function can store, copy, and invoke any CopyConstructible Callable target ▪ Uses type-erasure under the hood to gain
    0 码力 | 62 页 | 3.57 MB | 6 月前
    3
  • pdf文档 Spanny 2: Rise of std::mdspan

    https://github.com/kokkos/mdspangithub.com/griswaldbrooks/spanny2 goals ● deeper understanding of std::mdspan layouts and accessors ● how to write custom layouts and accessors ● dispel common misconceptions memory accessor ● improving memory access using asynchronicity 4 ● motivations for std::mdspan ● review std::mdspan declarationgithub.com/griswaldbrooks/spanny2 how ● layouts and their requirements memory accessor ● improving memory access using asynchronicity 5 ● motivations for std::mdspan ● review std::mdspan declarationgithub.com/griswaldbrooks/spanny2 how ● layouts and their requirements
    0 码力 | 117 页 | 2.02 MB | 6 月前
    3
  • pdf文档 jsc::chunk_evenly Range Adaptor for Distributing Work Across Tasks

    Slice me jsc: :chunk_evenl Mateusz Zych, lvo Kabadshow Julich Supercomputing Centre, Research Centre Julich, Germany (0) How to chunk a sequence? > Different range adaptors dividing a range into into subranges available: std: :Views: :chunk(chunk_size) std: :Views: :chunk_by(Predicate) std::Views::SpPlLit(dqelimiter) ve [LS Le LT LS LIALBIC index 3456789140 1 12 chunk size =5 1121s1aslsl7lsls work across taskSs chunk count = 5 @xe9 昌 xxe9 回回 回回日回 chunk size =5 remainder 回回 chunk count = 5 由remainder 5 quotient chunk size quotient GD chunk by size [0.5][67]
    0 码力 | 1 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    Other names and brands may be claimed as the property of others.Human Readable Disclaimer - The views in this talk are mine, not necessarily those of my employer. - This is a speculative, academic-style auto z = views::zip(x, y) | views::transform([](auto element) { auto [a, b] = element; return a * b; }); return reduce(par_unseq, z, 0, std::plus()); Distributed Data Structures) - Distributed Ranges (Concepts) - Implementation (Algorithms and views) - Complex Data Structures (Dense and sparse matrices) - Lessons learnedOutline - Background
    0 码力 | 127 页 | 2.06 MB | 6 月前
    3
  • pdf文档 A Long Journey of Changing std::sort Implementation at Scale

    elements std::sort, std::stable_sort, ranges::sort, etc std::sort(begin, end); std::ranges::sort(cont); 4REMINDERS Sorting is the ordering of elements std::sort, std::stable_sort std::stable_sort, ranges::sort, etc std::sort(begin, end, comp); std::ranges::sort(cont, comp); 5QUICKSORT 6QUICKSORT Quick sort 6.1QUICKSORT Quick sort Take any element 6.2QUICKSORT __quick_sort_loop(first, last); 4 } 5 9Quick sort (STL version) 10STANDARD LIBRARY EVOLVED FROM STL 11STD::SORT 12STD::SORT 12.1Quicksort's worst case is Just pick the worst element 13GCC libstdc++ template
    0 码力 | 182 页 | 7.65 MB | 6 月前
    3
  • ppt文档 Bringing Existing Code to CUDA Using constexpr and std::pmr

    Allocation // cpu std::vector x(N); std::vector y(N); // … // gpu // ??? // ??? // … 15 |• Added in C++17: • std::pmr::memory_resource • std::pmr::polymorphic_allocator • std::pmr::vector std::pmr::vector • std::pmr::monotonic_buffer_resource • … std::pmr 16 |// gpu unified_memory_resource mem; std::pmr::vector x(N, &mem); std::pmr::vector y(N, &mem); // … Memory Allocation 17 |struct rce : std::pmr::memory_resource { void* do_allocate(std::size_t, std::size_t); void do_deallocate( void* p, std::size_t, std::size_t); bool do_is_equal( const std::pmr::memory_resource&
    0 码力 | 51 页 | 3.68 MB | 6 月前
    3
  • pdf文档 Vectorizing a CFD Code With std::simd Supplemented by Transparent Loading and Storing

    Center (DLR) Institute of Software Methods for Product Virtualization VECTORIZING A CFD CODE WITH STD::SIMD SUPPLEMENTED BY (ALMOST) TRANSPARENT LOADING AND STORINGMotivation: The Origin of the Talk deduction to load and store std::simd and scalar variables ▪ syntactically equalize scalar and vectorized code The talk: ▪ share experience with vectorization using std::simd ▪ introduce the SIMD_ACCESS once → Single Instruction Multiple Data (SIMD) For more details Matthias Kretz‘ Cppcon talk about std::simd: https://youtu.be/LAJ_hywLtMA 4 Olaf Krzikalla, DLR SP, 2024-09-17 𝑥1 𝑥2 𝑥3 𝑥4 + −∗
    0 码力 | 58 页 | 2.68 MB | 6 月前
    3
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    Is std::mdspan a Zero-overhead Abstraction? Oleksandr Bacherikov Snap IncWhat is std::mdspan? It’s a view over a multi-dimensional array. It’s designed primarily to be used as a function parameter to C++ If the matrices are contiguous in memory, then we can treat them as ranges and simply use std::transform {-5, 5, -3, 1, 4, 0} + { 3, 2, 1, 3, -5, 4} = {-2, 7, -2, 4, -1, 4} 4*r8], xmm0 15Vectorization is great for performance, not great for slideware.clang16.0.4 -O1 -std=c++20 push rbx test rdi, rdi je .LBB0_6 mov rax, qword ptr [rsp + 24]
    0 码力 | 75 页 | 1.04 MB | 6 月前
    3
  • 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 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 { … }; template <std::size_t I, typename Tuple> requires instance_ofstd::remove_cvref_t> auto get(Tuple&& t) -> decltype(auto) { … } Jonathan Müller — @foonathan Can’t we just synthesize std::tuple_element from get? CppCon 2024-09-18
    0 码力 | 31 页 | 282.80 KB | 6 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CustomViewsfortheRestofUsLimitationsandProblemsinstdfunctionSimilarSpannyRisemdspanjscchunkevenlyRangeAdaptorDistributingWorkAcrossTasksDistributedRangesModelBuildingDataStructuresAlgorithmsLongJourneyChangingsortImplementationatScaleBringingExistingCodetoCUDAUsingconstexprpmrVectorizingCFDWithsimdSupplementedbyTransparentLoadingStoringIsZerooverheadAbstractionOleksandrBakirovCppConCanwejustsynthesizetupleelementfromget
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩