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

无数据

分类

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

语言

全部英语(281)中文(简体)(12)英语(2)

格式

全部PDF文档 PDF(278)PPT文档 PPT(17)
 
本次搜索耗时 0.065 秒,为您找到相关结果约 295 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 Finding Bugs using Path-Sensitive Static Analysis

    Finding Bugs using Path-Sensitive Static Analysis Gábor Horváth Gabor.Horvath@microsoft.com @XazaxHunWelcome to CppCon 2021! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord the latest announcements Take our survey https://aka.ms/cppconAgenda • Intro to path-sensitive static analysis • Path-sensitive checks in MSVC • A look under the hood • Upcoming features • Lessons Documentation in The Era of Concepts and Ranges – Sy Brand & Christopher Di Bella (Google) • Static Analysis and Program Safety in C+ +: Making it Real – Sunny Chatterjee • In-memory and Persistent
    0 码力 | 35 页 | 14.13 MB | 6 月前
    3
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    numCols_z>, Layout_z, Accessor_z> z) { static_assert(x.static_extent(0) == dynamic_extent || z.static_extent(0) == dynamic_extent || x.static_extent(0) == z.static_ext ... using size_type = std:: optimized for column-major matricesWhich layout should we use? Our BLAS-like interface specifies one row stride, and elements are assumed to be contiguous in each each row, so the column stride is always should we use? BLAS specifies one row stride, and elements are contiguous in each each row, so the column stride is always 1. Sound like we should use std::layout_stride, right? 24 Wrong! std::layout_stride
    0 码力 | 75 页 | 1.04 MB | 6 月前
    3
  • pdf文档 Spanny 2: Rise of std::mdspan

    elements (memory locality) static dimensions std::vector> matrix; com/griswaldbrooks/spanny2 motivations template struct static_matrix { T& operator()(std::size_t i, std::size_t j) { return data_[i*M + j]; } private: indices to storage locations data = row major<3, 3> = column major<3, 3> = 0 1 2 3 4 5 6 7 8 0 1 2 3 4 5 6 7 8 0 3 6 1 4 7 2 5 8github.com/griswaldbrooks/spanny2
    0 码力 | 117 页 | 2.02 MB | 6 月前
    3
  • pdf文档 C++20 镶 SQL

    copy and paste both ways from and interactive SQL terminalAnnotations u Columns u /*:type*/ u The column name is immediately to the left of the comment u Parameters u /*:name:type*/ Type annotation C++ for fields and parameters template struct meta_structs_from_query { static constexpr auto ts = parse_type_specs(); using fields_type = typename meta_struct_from_type_specs< struct type_specs { auto operator<=>(const type_specs &) const = default; type_spec data[N]; static constexpr std::size_t size() { return N; } constexpr auto &operator[](std::size_t i) const { return
    0 码力 | 46 页 | 775.02 KB | 6 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    using T = typename V::value_type; T x { }; T::static_function(); // ... };  With C++20: [](const vector& vec) { T x { }; T::static_function(); // ... };29 Templated Lambda Expressions ❌73 constinit  Static initialization order fiasco  Variables with static storage and dynamic initializers  bugs due to undefined order of dynamic initializations  ❌  Static variables with constant  Represents information about a specific location in a source code  line, column, file_name, function_name  Construct one using source_location::current()  Example: void LogInfo(string_view
    0 码力 | 85 页 | 512.18 KB | 6 月前
    3
  • pdf文档 Modern C++ Error Handling

    return month_names[month-1]; }Correct Construction byclass Month { int month; public: static bool is_valid(int month) { return month >= 1 && month <= 12; } Month(int month) month) { return month_names[month.value()-1]; }class Month { int month; public: static bool is_valid(int month) { return month >= 1 && month <= 12; } Month(int month) {}", ex.what()); } }struct unchecked{}; class Month { int month; public: static bool is_valid(int month) { return month >= 1 && month <= 12; } Month(int month)
    0 码力 | 66 页 | 36.65 MB | 6 月前
    3
  • pdf文档 《深入浅出MFC》2/e

    Single-Threaded(static) libc.lib 898,826 Multithreaded(static) libcmt.lib 951,142 Multithreaded DLL msvcrt.lib 5,510,000 Debug Single-Threaded(static) libcd.lib 2,374,542 Debug Multithreaded(static)libcmtd /ML Single-Threaded(static) /MT Multithreaded(static) /MD Multithreaded DLL(dynamic import library) /MLd Debug Single-Threaded(static) /MTd Debug Multithreaded(static) /MDd Debug Multithreaded message, UINT wParam, LONG lParam) { DWORD ThreadID[5]; static DWORD ThreadArg[5] = {HIGHEST_THREAD, // 0x00 ABOVE_AVE_THREAD
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 07 深入浅出访存优化

    aligned_alloc 实现 的。 案例:临时创建的数组 • 临时创建的数组,每次调用 func 都会重 复内存分配一次(进入一次内核态),非 常浪费时间。 解决:手动池化 • 声明为 static 变量,这样第二次进入 func 的时候还是 同一个数组,不需要重复分配内存。 thread_local 表示 如有多个线程,每个线程保留一个 tmp 对象的副本, 防止多线程调用 func Intel Xeon CPU was up to 29 X faster. • By using Morton ordering as an alternative to row-major or column-major data storage, significant speedups can be achieved on the Intel Xeon Phi coprocessor or Intel
    0 码力 | 147 页 | 18.88 MB | 1 年前
    3
  • pdf文档 Conan 1.10 Documentation

    to a default value in the recipe. For example, one package can define that its default linkage is static, and this is the linkage that should be used if consumers don’t specify otherwise. Note: You can we can modify the previous example to use dynamic linkage instead of the default one, which was static, by editing the conanfile.txt: [requires] Poco/1.9.0@pocoproject/stable [generators] cmake (continues copying the resulting executables to your bin folder, or for copying assets, images, sounds, test static files, etc. Conan is a generic solution for package management, not only (but focused in) for C/C++
    0 码力 | 479 页 | 3.09 MB | 1 年前
    3
  • pdf文档 Conan 1.11 Documentation

    to a default value in the recipe. For example, one package can define that its default linkage is static, and this is the linkage that should be used if consumers don’t specify otherwise. Note: You can we can modify the previous example to use dynamic linkage instead of the default one, which was static, by editing the conanfile.txt: [requires] Poco/1.9.0@pocoproject/stable [generators] cmake (continues copying the resulting executables to your bin folder, or for copying assets, images, sounds, test static files, etc. Conan is a generic solution for package management, not only (but focused in) for C/C++
    0 码力 | 490 页 | 4.05 MB | 1 年前
    3
共 295 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 30
前往
页
相关搜索词
FindingBugsusingPathSensitiveStaticAnalysisIsstdmdspanZerooverheadAbstractionOleksandrBakirovCppConSpannyRiseofC++20SQLAnAlmostCompleteOverviewModernErrorHandling深入深入浅出MFC高性性能高性能并行编程优化课件07Conan1.10Documentation1.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩