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

无数据

分类

全部后端开发(111)C++(111)Conan(60)

语言

全部英语(109)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(111)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 111 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Scientific Unit Testing

    Scientific Unit Testing Dave Steffen, Ph.D. Software Lead in Physics which is relevant dsteffen@scitec.com www.scitec.com 1If I have seen further than others, it is by standing upon the shoulders Limit tests to the code in question 26Reproducibility (handling nondeterministic results) Most scientific experiments have measurement error or noise. Interference from the environment: noisy signals correct Unit tests attempt to show !C Confidence in C tracks thoroughness of tests A.K.A "The Scientific Method" 42Acknowledgements Kris Jusiak, Quantlab Financial Check out his C++20 macro-free unit
    0 码力 | 45 页 | 1.91 MB | 6 月前
    3
  • pdf文档 Modern C++ for Parallelism in High Performance Computing

    Poster submission: Modern C++ for Parallelism in High Performance Computing Victor Eijkhout CppCon 2024 Introduction This poster reports on ‘D2D’, a benchmark that explores elegance of expression and and perfor- mance in the context of a High Performance Computing ‘mini-application’. The same code has been implemented using a number of different approaches to parallelism. Implementations are discussed discussed with performance results. Relevance C++ is making inroads into HPC / Scientific Computing, a field traditionally dominated by C and Fortran. With all the developments in modern C++ such as range
    0 码力 | 3 页 | 91.16 KB | 6 月前
    3
  • pdf文档 Symbolic Calculus for High-Performance Computing: From Scratch Using C++23

    Constraints Architecture Substitution Construction Conclusion Symbolic Calculus for High-Performance Computing from Scratch using C++23 Vincent Reverdy Laboratoire d’Annecy de Physique des Particules, France Symbolic Computation, Joël Falcou and Vincent Reverdy, CppCon 2019 Hypothesis This is the Scientific Computing Track so you all know about optimization, performance, parallelism, . . . What this talk is not about Complicated maths (you are smart people, you can do it yourself) High-performance computing (you all know about it + see the 2019 talk for that) Benchmarks, assembly, and optimization (see
    0 码力 | 70 页 | 1.80 MB | 6 月前
    3
  • pdf文档 Khronos APIs for Heterogeneous Compute and Safety: SYCL and SYCL SC

    from developing across multiple architectures ▪ Develop with open standards for accelerator computing ▪ Standards and industry defined libraries For Software Developers For Processor Developers ▪ optimized toolchain Free and based on open standards“this work supports the productivity of scientific application developers and users through performance portability of applications between Aurora nliber@anl.govWHO AM I? ▪ Argonne National Laboratory ▪ Computer Scientist ▪ Argonne Leadership Computing Facility ▪ C++, SYCL, Kokkos ▪ Aurora ▪ WG21 - ISO C++ Committee ▪ Vice Chair, Library Evolution
    0 码力 | 82 页 | 3.35 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    and electronic components (SOTIF) ● Chair of UL4600 Object Tracking ● RISC-V Datacenter/Cloud Computing Chair ● http://wongmichael.com/about ● C++11 book in Chinese: https://www.amazon.cn/dp/B00ETOV2OQ powerful supercomputers in the world 34 Nevin “:-)” Liber nliber@anl.gov ● Advanced Leadership Computing Facility (ALCF) ○ Computer Scientist ○ Kokkos (SYCL/DPC++ backend) ○ Vice Chair WG21 Library Former host WG21 (C++) & WG14 (C) meetings This presentation was supported by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of two U.S. Department of Energy organizations
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 High-Performance Numerical Integration in the Age of C++26

    DedicationIntroduction Firsts steps Context Theoretical foundations Outline of an implementation Conclusion Computing the evolution of the Universe 0.00 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 10.00 11.00 12 the implementation of this kind of expression templates: Symbolic Calculus for High-Performance Computing from Scratch using C++23, V. Reverdy, CppCon2023 CppCon - Vincent Reverdy - September 20th, 2024 Outlooks Toward a computer algebra system for C++ By combining last year strategies for symbolic computing and ode solvers so that we can have a nice syntax: solve [{ gpu }]( derivative (y, t) = a ∗ H0
    0 码力 | 57 页 | 4.14 MB | 6 月前
    3
  • pdf文档 Mastering C++ Modules

    Kitware Overview / Built on open source Computer Vision Data and Analytics Scientific Computing Medical Computing Software Solutions6 Where did CMake come from? • Kitware was the lead engineering
    0 码力 | 77 页 | 9.07 MB | 6 月前
    3
  • pdf文档 Whats in a Name? Whats a Name in? - Walter E. Brown - CppCon 2020

    Lectured internationally as a software consultant and commercial trainer. � Retired from the Scientific Computing Division at Fermilab, specializing in C++ programming and in-house consulting. • Not dead 10 Copyright © 2020 by W alter E. Brown. All rights reserved. The following narration is by computing pioneer and Turing Award recipient Sir Maurice Wilkes (1913−2010) 10 So how do we program
    0 码力 | 7 页 | 4.37 MB | 6 月前
    3
  • pdf文档 Spanny 2: Rise of std::mdspan

    https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0009r9.html Damien Lebrun-Grandie Scientific Computing Track Chairgithub.com/griswaldbrooks/spanny2 motivations don’t we already have multidimensional .begin(), unique_vertices.end()}; }() computing unique coordinates at construction storing them as state 67github.com/griswaldbrooks/spanny2 layout_vertices
    0 码力 | 117 页 | 2.02 MB | 6 月前
    3
  • pdf文档 min max and More

    Lectured internationally as a software consultant and commercial trainer. � Retired from the Scientific Computing Division at Fermilab, specializing in C++ programming and in-house consulting. • Not dead
    0 码力 | 8 页 | 2.48 MB | 6 月前
    3
共 111 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
ScientificUnitTestingModernC++forParallelisminHighPerformanceComputingSymbolicCalculusFromScratchUsing23KhronosAPIsHeterogeneousComputeandSafetySYCLSCwith2020NumericalIntegrationtheAgeof26MasteringModulesWhatsNameWalterBrownCppConSpannyRisestdmdspanminmaxMore
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩