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

无数据

分类

全部后端开发(129)C++(129)Conan(73)

语言

全部英语(113)中文(简体)(15)中文(繁体)(1)

格式

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

    RACE ? auto assets = list_all_assets(); auto liabilities = list_all_liabilities(); currency_t net_worth; currency_t durable_goods; currency_t long_term_debts; std::thread goods_thread{[&durable_goods calculate_long_term_debts(liabilities); }}; net_worth = calculate_net_worth(assets, liabilities); goods_thread.join(); debts_thread.join(); create_report(net_worth, durable_goods, long_term_debts); RACE ? auto assets = list_all_assets(); auto liabilities = list_all_liabilities(); currency_t net_worth; currency_t durable_goods; currency_t long_term_debts; std::thread goods_thread{[&durable_goods
    0 码力 | 160 页 | 2.91 MB | 6 月前
    3
  • ppt文档 Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!

    12 Daniel Anderson -- danielanderson.net Daniel Anderson Assistant Teaching Professor @ CMU danielanderson.net3 Daniel Anderson -- danielanderson.net What we’ll learn today • How shared_ptr is shared_ptr Things we won’t cover • Alias pointers, weak pointers4 Daniel Anderson -- danielanderson.net What we’ll learn today • How shared_ptr is implemented under the hood • Atomics and concurrency Daniel Anderson -- danielanderson.net Why is this important?6 Daniel Anderson -- danielanderson.net Why is this important?7 Daniel Anderson -- danielanderson.net Why is this important?8 Daniel
    0 码力 | 45 页 | 5.12 MB | 6 月前
    3
  • pdf文档 Back To Basics: The Rule of Five

    Copyright © 2023 Andre Kostur net> About Me 2Copyright © 2023 Andre Kostur net> Agenda ● Background ● Core Guidelines ● What is the Rule of Five ● Compiler provided functions Kostur net> C++ is a Value-Based Language 4Copyright © 2023 Andre Kostur net> C++ has a lot to think about 5Copyright © 2023 Andre Kostur net> C++ Core Guidelines Kostur net> Guideline C.21 is “The Rule of Five” 7Copyright © 2023 Andre Kostur net> Simple String 8Copyright © 2023 Andre Kostur net> Simple String - Constructor
    0 码力 | 42 页 | 623.10 KB | 6 月前
    3
  • pdf文档 When Lock-Free Still Isn't Enough: An Introduction to Wait-Free Programming and Concurrency Techniques

    12 Daniel Anderson Assistant Teaching Professor @ CMU danielanderson.net Daniel Anderson -- danielanderson.net3 What we’ll learn today • Very quick review of concurrency and lock-free programming danielanderson.net4 Our motivating problem • Required by std::weak_ptr::lock • Also, very useful for atomic memory management / concurrent data structures Daniel Anderson -- danielanderson.net struct “sticky counter” (it gets stuck at zero)5 Our first implementation Daniel Anderson -- danielanderson.net struct Counter { bool increment_if_not_zero() { if (counter > 0) { counter++;
    0 码力 | 33 页 | 817.96 KB | 6 月前
    3
  • pdf文档 THE NETWORKINGTS FROM SCRATCH: IO Objects

    asynchronous functionality within the framework of the Networking TS Examples: std::net::ip::tcp::socket std::net::steady_timer Possibilities: EFVI-based multicast socket Database access layer Printer decltype(auto) async_wait(CompletionToken&& token); }; using async_event = basic_async_eventnet::io_context:: executor_type>; 8Completion Handler Storage Asynchronous operations must store the auto ex = std::net::get_associated_executor(h, ex_); pendings_.emplace_back([h = std::forward(h), ex = std::move(ex)]() mutable { auto alloc = std::net::get_associated_allocator(h);
    0 码力 | 35 页 | 900.82 KB | 6 月前
    3
  • ppt文档 Making Libraries Consumable for Non-C++ Developers

    Who am I? Still at Microsoft, now on the .NET Core runtime team. • https://github.com/dotnet/runtimeWhat is interoperability? Enabling two or more disparate entities to work together. Don’t touch it Simplified Wrapper and Interface Generator (SWIG) – 1996 JVM – Java Native Interface (JNI) – 1997 .NET – Platform Invoke (P/Invoke), COM interop, C++/CLI – 2002, 2005 JVM – Java Native Access (JNA) – 2007 (manual or automatic – see ARC) - Swift - COM – AddRef()/Release() - Non-Reference counted - .NET - JVM - JavaScript Manual memory management is rarely advocated for anymore.Memory model – Manual
    0 码力 | 29 页 | 1.21 MB | 6 月前
    3
  • pdf文档 Conan 2.0 Documentation

    Calling source() in /Users/ruben/.conan2/p/zlib0f4e45286ecd1/s/src zlib/1.3: Sources for ['https://zlib.net/fossils/zlib-1.3.tar.gz', 'https://github.com/ ˓→madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz'] artifacts (default=9) core.net.http:cacert_path: Path containing a custom Cacert file core.net.http:clean_system_proxy: If defined, the proxies system env-vars will be␣ ˓→discarded core.net.http:client_cert: Path cert (and key) core.net.http:max_retries: Maximum number of connection retries (requests library) core.net.http:no_proxy_match: List of urls to skip from proxies configuration core.net.http:proxies: Dictionary
    0 码力 | 652 页 | 4.00 MB | 1 年前
    3
  • pdf文档 Cooperative C++ Evolution

    g., JavaScript, C++, Objective-C) C++ examples CCured*, CFlat*, CNatural**, Cyclone**, D*, .NET*, Rust*… — C++11/14/17/20/23 Dart* ES 4, Python 3 TypeScript Swift ES 2-10 (except 4) C99/11/17 JavaScript, C++, Objective-C) C++ examples CCured*, CFlat*, CNatural**, Cyclone**, D*, VB.NET*, Rust*… — C++11/14/17/20/23 Dart* ES 4, Python 3 TypeScript Swift ES 2-10 (except 4) C99/11/17 JavaScript, C++, Objective-C) C++ examples CCured*, CFlat*, CNatural**, Cyclone**, D*, VB.NET*, Rust*… — C++11/14/17/20/23 Dart* ES 4, Python 3 TypeScript Swift ES 2-10 (except 4) C99/11/17
    0 码力 | 85 页 | 5.73 MB | 6 月前
    3
  • pdf文档 Conan 2.1 Documentation

    Calling source() in /Users/ruben/.conan2/p/zlib0f4e45286ecd1/s/src zlib/1.3: Sources for ['https://zlib.net/fossils/zlib-1.3.tar.gz', 'https://github.com/ ˓→madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz'] artifacts (default=9) core.net.http:cacert_path: Path containing a custom Cacert file core.net.http:clean_system_proxy: If defined, the proxies system env-vars will be␣ ˓→discarded core.net.http:client_cert: Path cert (and key) core.net.http:max_retries: Maximum number of connection retries (requests library) core.net.http:no_proxy_match: List of urls to skip from proxies configuration core.net.http:proxies: Dictionary
    0 码力 | 694 页 | 4.13 MB | 1 年前
    3
  • pdf文档 Conan 2.10 Documentation

    Calling source() in /Users/ruben/.conan2/p/zlib0f4e45286ecd1/s/src zlib/1.3: Sources for ['https://zlib.net/fossils/zlib-1.3.tar.gz', 'https://github.com/ ˓→madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz'] artifacts (default=9) core.net.http:cacert_path: Path containing a custom Cacert file core.net.http:clean_system_proxy: If defined, the proxies system env-vars will be␣ ˓→discarded core.net.http:client_cert: Path cert (and key) core.net.http:max_retries: Maximum number of connection retries (requests library) core.net.http:no_proxy_match: List of urls to skip from proxies configuration core.net.http:proxies: Dictionary
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
共 129 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
ConcurrencyLockFreeAtomicSharedPointersWithoutSplitReferenceCountItCanBeDoneBackToBasicsTheRuleofFiveWhenStillIsnEnoughAnIntroductiontoWaitProgrammingandTechniquesTHENETWORKINGTSFROMSCRATCHIOObjectsMakingLibrariesConsumableforNonC++DevelopersConan2.0DocumentationCooperativeEvolution2.12.10
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩