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

无数据

分类

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

语言

全部英语(88)中文(简体)(2)

格式

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

    memory. ○ In C++, we have these available, and they are known as ‘mutexes’ ● A mutex, allows ‘mutual exclusion’ to a block of code. ○ Thus, the operation is ‘atomic’ in the sense that only 1 operation me! 77std::mutex and mutual exclusion (1/4) ● So what our lock is doing is providing access to only one thread at a time (mutually exclusive access). 78std::mutex and mutual exclusion (2/4) ● So want one thread at a time to enter and modify the shared state in the program. 79std::mutex and mutual exclusion (3/4) ● So what our lock is doing is providing access to only one thread at a time (mutually
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 Better Code: Contracts

    communicating components whose interaction is based on precisely defined specifications of the mutual obligations — contracts.” —Building bug-free O-O software: An Introduction to Design by Contract™ communicating components whose interaction is based on precisely defined specifications of the mutual obligations — contracts.” —Building bug-free O-O software: An Introduction to Design by Contract™ communicating components whose interaction is based on precisely defined specifications of the mutual obligations — contracts.” —Building bug-free O-O software: An Introduction to Design by Contract™
    0 码力 | 204 页 | 4.46 MB | 6 月前
    3
  • pdf文档 COMPOSABLE C++

    formulated as recursive calculations. Interesting variations often include mutual recursion. Interesting variations often include mutual recursion. The most common inhibitor of recursive beauty is mixed up
    0 码力 | 124 页 | 8.28 MB | 6 月前
    3
  • pdf文档 The Beauty and Power of Primitive C++

    Relatively simple structures (“Flat” structures) called “flats” • No pointers • use offsets • No mutual references • Field types • Char, various integers, various reals/floats • Optional, variant, array
    0 码力 | 53 页 | 1.03 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    mtx.unlock(); // Now go! threadB.join(); printf("Hello again from A\n"); 15 mutex is a mutual exclusion mechanism. I like to compare it to a coffeeshop bathroom key. When Alice holds the
    0 码力 | 58 页 | 333.56 KB | 6 月前
    3
  • pdf文档 C++26 Preview

    81synchronization mechanism for linked data structures frequently read, but seldom updated not provide mutual exclusion user to schedule specified actions P2545 Read-Copy Update 82single-writer multi-reader
    0 码力 | 118 页 | 2.02 MB | 6 月前
    3
  • pdf文档 Concurrency

    durable_goods, long_term_debts);CppCon 2023 74 David Olsen - Back to Basics: Concurrency MUTEXES MUTual EXclusion Most basic form of synchronization Only one thread at a time can lock or acquire the
    0 码力 | 160 页 | 2.91 MB | 6 月前
    3
  • pdf文档 《深入浅出MFC》2/e

    的程序代码的「执行事实」。系统也是以一个特定的数据结构(Thread Database,TDB)记 录执行线程的所有相关资料,包括执行线程区域储存空间(Thread Local Storage,TLS)、讯 息队列、handle 表格、地址空间(Memory Context )等等等。 最初,进程是以一个执行线程(称为主执行线程,primary thread)做为开始。如果需要,行 程可以 TerminateThread 结束某个执行线程 TlsAlloc 配置一个TLS(Thread Local Storage) TlsFree 释放一个TLS(Thread Local Storage) TlsGetValue 取得某个TLS(Thread Local Storage)的内容 TlsSetValue 设定某个TLS(Thread Local Storage)的内容 WaitForInputIdle Windows 系统提供四种同步化机制,帮助程序进行这种工作: 1. Critical Section(关键区域) 2. Semaphore(号志) 3. Event(事件) 4. Mutex(Mutual Exclusive,互斥器) MFC 也提供了四个对应的类别: 一想到本书的厚度,我就打消介绍同步机制的念头了。你可以在许多Visual C++ 或MFC 程序设计书籍中得到这个主题的知识。
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    prev* data frame* instr* keep drop TLS magic* process_fileWalking the stack CPU ret* prev* frame* ret* prev* data ret* prev* data frame* instr* keep drop TLS magic* process_fileWalking the stack data ret* prev* data frame* instr* keep drop TLS magic* process_fileWalking the stack CPU ret* prev* ret* prev* data frame* instr* drop TLS magic* keep frame*Walking the stack CPU ret* ret* prev* ret* prev* data frame* instr* drop TLS magic* keep frame*Walking the stack CPU ret* prev* ret* prev* data frame* instr* drop TLS magic* keep ? inject…thunk frame*Walking the stack
    0 码力 | 131 页 | 907.41 KB | 6 月前
    3
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    ELc97ELc114ELc116EEEEESF_JiEEEJN6things3$_ 1EEEENSN_6detail7wrapperINSC_9_when_all6senderIXtlS4_tlS7_tlS8_Lc119ELc104ELc101ELc110ELc95ELc9 7ELc108ELc108EEEEEJNS16_10sub_senderINSW_IXtlNS3_ILm8EEEtlNS6 18_INSW_IXtlS19_tlS1A_tlS1B_Lc106ELc117ELc115ELc116ELc4 5ELc97ELc49EEEEESF_JiEEELm1EEENS18_INSM_IXtlNS3_ILm5EEEtlNS6_IcLm5EEEtlA5_cLc116ELc104ELc101ELc 110EEEEESF_NSW_IXtlS19_tlS1A_tlS1B_Lc106ELc117EL 0EEEELm2EEEEEEEEEEJNS11_3$_2EEEENSC_15_start_detached8receiverINS1S_8op_stateINS2_5cts_tIXtlS4_ tlS7_tlS8_Lc109ELc121ELc95ELc99ELc104ELc97ELc105ELc110EEEEEEENSG_6senderIXtlSJ_tlSK_tlSL_Lc114E Lc101ELc
    0 码力 | 106 页 | 26.36 MB | 6 月前
    3
共 90 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
BacktoBasicsConcurrencyBetterCodeContractsCOMPOSABLEC++TheBeautyandPowerofPrimitive26Preview深入深入浅出MFCHowMetaMadeDebuggingAsyncEasierwithCoroutinesSendersSenderPatternsWrangleinEmbeddedDevices
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩