积分充值
 首页
前端开发
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(74)

语言

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

格式

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

    templates to existing code • Part II: Overload resolution and ADL • Part III: Conditions at compile time pre C++20 • Part IV: Conditions at compile time using C++20 (and beyond…) • Part V: Advanced methods for Error). • We will get an error if we try to call a function with no viable candidates.PART III: CONDITIONS AT COMPILE TIME PRE C++20 18: • type_traits are part of library. • Verified type trait (since C++20): • A constexpr function. • Identifies a situation. 19 PART III: CONDITIONS AT COMPILE TIME PRE C++20: overview • Classes: • Queries • Helper classes (is constant)
    0 码力 | 50 页 | 2.59 MB | 6 月前
    3
  • pdf文档 Behavioral Modeling in HW/SW Co-design Using C++ Coroutines

    locking mechanisms are designed for shared resources • They don’t handle waiting for combinatorial conditions well • Could use a scoped lock or latch/barrier, but need application of DeMorgan’s theorem mutex … std::scoped_lock joint_lock(lock[1], lock[2]); // Simple enough … // Now let’s lock on 10 conditions std::scoped_lock wide_lock(lock[0], lock[1], lock[2], lock[3], lock[4], lock[5], lock[6], lock[7] List conditions = {cond0, … , condN}; … // Variatic Argument Approach co_await concurrencpp::when_all(cond0, cond1, cond2); … // Iterator approach co_await concurrencpp::when_all(conditions.begin, conditions
    0 码力 | 44 页 | 584.69 KB | 6 月前
    3
  • pdf文档 COMPOSABLE C++

    useful pattern because it allows us to compose structure directly without conditions in the handling code without conditions in the handling code.. We We don't have a dichotomy don't have a dichotomy have don't have to put to put conditions conditions in the calling code. in the calling code.HERE'S THE LEARNING HERE'S THE LEARNING No raw conditions No raw conditions.. A A raw condition raw condition (For the rest of it.) I suggest watching that talk again. (For the rest of it.)NO RAW CONDITIONS NO RAW CONDITIONS Put another way - Put another way - We should strive to put We should strive to put
    0 码力 | 124 页 | 8.28 MB | 6 月前
    3
  • pdf文档 Back to Basics: Debugging Techniques

    under a well-defined set of conditions • In contrast, a non-deterministic defect is a defect that changes its symptoms from run-to-run under a well-defined set of conditions 8CppCon 2021 – Back to Basics: serious error (program termination or C++ exception) if the predicate is false • Verify pre-conditions/post-conditions before/after calling a function • Verify class invariants (e.g., in a self_test() member Delivering the Fix • Create documentation for posterity • How the defect was noticed • The conditions under which the defect occurred – the context • Steps necessary to reproduce the defect – the
    0 码力 | 44 页 | 470.68 KB | 6 月前
    3
  • pdf文档 A Multithreaded, Transaction-Based Locking Strategy for Containers

    a Container • Sometimes a container must be shared between threads • We desire to avoid race conditions during writes • Assume elements are themselves unsynchronized – i.e., susceptible to races • Containers 3Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Sharing a Container – Avoiding Race Conditions • If all threads are readers… • No locking is required • If the number of reads is much larger Containers 4Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Sharing a Container – Avoiding Race Conditions • What about the case where all operations are writes… -- and -- • Each element E to be updated
    0 码力 | 142 页 | 474.78 KB | 6 月前
    3
  • pdf文档 Design and Implementation of Highly Scalable Quantifiable Data Structures in C++

    Implementation of Quantifiable Stack/Queue Live Demonstration Overview Motivation Correctness (Safety) Conditions Motivating Examples, Drivers for Change Quantifiability Definition Vector Space System Model Measurement Design and Implementation of Quantifiable Stack/Queue Live Demonstration Correctness Conditions A correctness condition defines correct behavior for a multiprocessor program. ▶ Serializability programmed), while secondary principles such as timing, order and arguments are modifiers on them. "The conditions defined in secondary principles cannot be known without the first, whereas the reverse is not true
    0 码力 | 51 页 | 4.08 MB | 6 月前
    3
  • pdf文档 Scientific Unit Testing

    behaviors follow suit, the observable behavior is correct! A bug that cannot be observed under any conditions is not a bug Repeat this to yourself a few times 13Modern Philosophy of Science: Science would 18Basic lab procedure: weighing a sample Zero the scale with the container to duplicate the exact conditions of the experiment. 19Basic lab procedure: weighing a sample Only after calibrating our equipment network latency Y Cue test framework to allow X + Y seconds Adapt test parameters to current test conditions Example: Client must connect to server within X seconds Measure the unwanted environmental effects
    0 码力 | 45 页 | 1.91 MB | 6 月前
    3
  • pdf文档 Vectorizing a CFD Code With std::simd Supplemented by Transparent Loading and Storing

    Compute( SIMD_UNIVERSAL_ACCESS(point, .GetVelocity(j))); } }); }Extended Features: Handling of Conditions My assumption: time for all vector lanes == time for one vector lane → compute all vector lanes stdx::all_of(mask)) where(!mask, twoF) = MaskedLog(mask, zeta) / f; }Extended Features: Handling of Conditions simd_access::where_expression for reflection support 39 Olaf Krzikalla, DLR SP, 2024-09-17 simd_access::where; where(mask_, d) = s; }); return *this; } };Extended Features: Handling of Conditions 40 Olaf Krzikalla, DLR SP, 2024-09-17 template T LogMean(const T &val1, const T
    0 码力 | 58 页 | 2.68 MB | 6 月前
    3
  • pdf文档 Better Code: Contracts

    • Don't use exceptions for control flow • Only use exceptions for exceptional / unexpected conditions 82© 2023 Adobe. All Rights Reserved. A short rant about (our misunderstanding of) exceptions • Don't use exceptions for control flow • Only use exceptions for exceptional / unexpected conditions The key to power with exceptions is focusing on contracts and invariants, not control flow • • Don't use exceptions for control flow • Only use exceptions for exceptional / unexpected conditions The key to power with exceptions is focusing on contracts and invariants, not control flow •
    0 码力 | 204 页 | 4.46 MB | 6 月前
    3
  • pdf文档 BehaviorTree.CPP: Task Planning for Robots and Virtual Agents

    The leaves of the tree are the Actions. I.e. the user-defined code that should be executed. ● Conditions are Actions that are considered atomic and don’t have side effects. ● Nodes can only return SUCCESS the number associated with RED Pre and Post conditions in Nodes Preconditions: ● skipIf ● successIf ● failureIf ● while Postconditions: ● onSuccess onHalted ● post Scripts executed before the tick() Scripts executed after the tick()Pre and Post conditions in Nodes Reactive
    0 码力 | 59 页 | 7.97 MB | 6 月前
    3
共 111 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
EXPLORATIONOFC++20METAPROCRAMMINGBehavioralModelinginHWSWCodesignUsingCoroutinesCOMPOSABLEBacktoBasicsDebuggingTechniquesMultithreadedTransactionBasedLockingStrategyforContainersDesignandImplementationofHighlyScalableQuantifiableDataStructuresScientificUnitTestingVectorizingCFDCodeWithstdsimdSupplementedbyTransparentLoadingStoringBetterContractsBehaviorTreeCPPTaskPlanningRobotsVirtualAgents
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩