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

无数据

分类

全部后端开发(101)C++(101)Conan(66)

语言

全部英语(101)

格式

全部PDF文档 PDF(100)PPT文档 PPT(1)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 101 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rethinking Task Based Concurrency and Parallelism for Low Latency C++

    An array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought Logic(Data) Execute Logic(Data) Thread Thread Pool Thread ThreadThread Thread Thread Back Front The Signal Tree: ● Lock Free with most operations also wait free ○ Allows MT traversal without locks and therefore An array of Work Contracts (each with their own logic and, if needed, data, queue, etc) ○ A Signal Tree (which has as many leaf nodes as there are work contracts in the group) ● Threads are brought
    0 码力 | 142 页 | 2.80 MB | 6 月前
    3
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    template 7 constexpr auto signal(auto ...) -> void { 8 handled = true; 9 } 10 }; 11 12 } 13 template <> 14 template 7 constexpr auto signal(auto ...) -> void { 8 handled = true; 9 } 10 }; 11 12 } 13 template <> 14 template constexpr auto signal(auto ...) -> void { handled = true; } }; } 1 2 template
    0 码力 | 106 页 | 26.36 MB | 6 月前
    3
  • pdf文档 Quickly Testing Qt Desktop Applications With Approval Tests

    Basic steps: – Arrange – Act – Assert33 Arrange: Set up Widget TEST_CASE("GoToLineTool emits signal when Go button clicked") { // -------------------------------------------------------- // Arrange &GoToLineTool::activated) Qt Signal = “special method for announcing changes” Qt Slot = “special method for responding to changes”36 Arrange: Listen to activate() signal // Enable tracking of one signal // New-style &GoToLineTool::activated); REQUIRE(activatedSpy.isValid()); // Qt4-style code //QSignalSpy activatedSpy(&widget, SIGNAL(activated(int))); //REQUIRE(activatedSpy.isValid());37 Act: Generate user events 1 7 // -----
    0 码力 | 77 页 | 6.96 MB | 6 月前
    3
  • pdf文档 Powered by AI: A Cambrian Explosion for C++ Software Development Tools

    /test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation (threadid=281474842450080, signo=signo@entry=6 /test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation (threadid=281474842450080, signo=signo@entry=6 /test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation (threadid=281474842450080, signo=signo@entry=6
    0 码力 | 128 页 | 23.40 MB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    done_as_optional(sender) → sender … commutes the done signal into a nullopt. done_as_error(sender, error) → sender … commutes the done signal into an error.19 SENDER/RECEIVER CONTROL FLOW20 BASIC The cancellation “exception” is “caught” by applying a sender adaptor that translates the done signal into a value or an error before awaiting the sender; e.g., with: • std::execution::done_as_optional() inline std::atomic pending_{nullptr}; static BOOL WINAPI consoleHandler(DWORD signal) { if (signal == CTRL_C_EVENT) { if (auto* pending = pending_.exchange(nullptr)) pending->complete();
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • pdf文档 Six Impossible Things

    So during this initialization lap something happened which apparently caused the steering control signal to go to NaN and subsequently the steering locked to the maximum value to the right.NaNNaNNaNNaN expected {1, 1, 3, 4, 5, 9}; bogosort(actual.begin(), actual.end()); assert(actual == expected);std::signal(SIGALRM, [](int) {assert(false);}); alarm(???); std::vector actual {3, 1, 4, 1, 5, 9}; const std::vector expected {1, 1, 3, 4, 5, 9}; bogosort(actual.begin(), actual.end()); assert(actual == expected);std::signal(SIGALRM, [](int) {assert(false);}); alarm(ENDOFTIME); std::vector actual {3, 1, 4, 1, 5, 9}; const
    0 码力 | 144 页 | 6.47 MB | 6 月前
    3
  • pdf文档 Writing Python Bindings for C++ Libraries: Easy-to-use Performance

    1682563242000000000: 7 items - trade_size:5 - price:4086.2 - trade_size:5 - price:4086.7 - signal:1.2 - order_size:1 - price:4086.7Software design with pybindingsBasic thought process ● Define reader.getIdName(item.id) # int => string ... some logic print("average signal change is " + str(sum_sig_change_by_trade_size / count))Some analysis code if id_name == "trade_size": cur_trade_size += item.value() if id_name == "signal": if last_px != 0: sig_change = abs(item.value() - last_px)
    0 码力 | 118 页 | 2.18 MB | 6 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    handling std::cout << divide(4, 2) << "\n"; // std::cout << divide(1, 0); // Program terminated with signal: SIGFPE // Exceptions try { std::cout << divide_try(1, 0); } catch (std::exception const& handling std::cout << divide(4, 2) << "\n"; // std::cout << divide(1, 0); // Program terminated with signal: SIGFPE // Exceptions try { std::cout << divide_try(1, 0); } catch (std::exception const& handling std::cout << divide(4, 2) << "\n"; // std::cout << divide(1, 0); // Program terminated with signal: SIGFPE // Exceptions try { std::cout << divide_try(1, 0); } catch (std::exception const&
    0 码力 | 200 页 | 1.77 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    cppreference.com/w/cpp/language/storage_duration#Static_local_variablesCondition Variables A way to signal an event between 2 or more threads 93Condition Variables (1/4) ● Perhaps a stranger thing when update our result (i.e., do our work), and then change notified. At the end, we notify_one() to signal to our reporter that the reporter thread no longer needs to waitCondition Variables (4/4) ● Perhaps from forgetting to ‘unlock’ a lock (Uses RAII to release lock) ● condition_variable ○ A way to ‘signal’ between multiple threads when work is done ● std::atomic ○ Useful for primitive types we want
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 Back to Basics: Lambda Expressions

    CsString ■ support for UTF-8 and UTF-16, extensible to other encodings ○ CsSignal ■ thread aware signal / slot library ○ CsLibGuarded ■ library for managing access to data shared between threadsLambda standalone C++ library for rendering graphics on the GPU ● CsSignal Library ○ standalone thread aware signal/slot library ● CsString Library ○ standalone unicode aware string library ● CsLibGuarded ○ standalone
    0 码力 | 48 页 | 175.89 KB | 6 月前
    3
共 101 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
RethinkingTaskBasedConcurrencyandParallelismforLowLatencyC++SenderPatternstoWrangleinEmbeddedDevicesQuicklyTestingQtDesktopApplicationsWithApprovalTestsPoweredbyAICambrianExplosionSoftwareDevelopmentToolsWorkingwithAsynchronyGenericallyTourofExecutorsSixImpossibleThingsWritingPythonBindingsLibrariesEasyusePerformanceLeveragingFunctionalApproachMoreTestableMaintainableROSCodeBackBasicsLambdaExpressions
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩