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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(109)PPT文档 PPT(1)
 
本次搜索耗时 0.018 秒,为您找到相关结果约 110 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 What Volatile Means (and Doesn't Mean)

    while ((USTAT0 & TBE) == 0) { } UTXBUF0 = c;  This looks like it should work.  However, an optimizer might cause this code to fail. 17 Overly-Aggressive Optimization  To see why optimization might ordinary object.  Its state should change only when the program acts on it.  Thus, the compiler’s optimizer might conclude that USTAT0’s value never changes. The compiler thinks this condition never changes Doesn't Mean) Copyright © 2024 by Ben Saks and Dan Saks 0-10 Overly-Aggressive Optimization  The optimizer can eliminate the second if-statement entirely: if ((USTAT0 & TBE) == 0) { for (;;) { } }
    0 码力 | 32 页 | 901.80 KB | 6 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    b); }; return fmap(l, lazy_call(foo, i), lazy_call(bar, i)); } 55Q: DOES THE OPTIMIZER SEE Q: DOES THE OPTIMIZER SEE THROUGH ALL THIS? THROUGH ALL THIS? A: Yes (at least in my experiments) A: Yes std::expected.. return fmap(l, lazy_call(foo, i), lazy_call(bar, i)); 63Q: DOES THE OPTIMIZER Q: DOES THE OPTIMIZER STILL STILL SEE SEE THROUGH ALL THIS? THROUGH ALL THIS? A: Again yes (at least in
    0 码力 | 141 页 | 11.33 MB | 6 月前
    3
  • pdf文档 Cooperative C++ Evolution

    Every C program is a C++ program (still mostly true) + any C++ code can seamlessly call any C + C optimizer+linker. TypeScript: Every JS program is a TS program + any TS code can seamlessly call any JS Every C program is a C++ program (still mostly true) + any C++ code can seamlessly call any C + C optimizer+linker. TypeScript: Every JS program is a TS program + any TS code can seamlessly call any JS Every C program is a C++ program (still mostly true) + any C++ code can seamlessly call any C + C optimizer+linker. TypeScript: Every JS program is a TS program + any TS code can seamlessly call any JS
    0 码力 | 85 页 | 5.73 MB | 6 月前
    3
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    Someday? ○ Windows support ○ Android/iOS support ○ Other architectures beyond Arm64 and x86_64Optimizer Compiler backend Linker Assembler Parser CodeGen LLVM IR LLVM IR Assembly Code Object Code 0000 2800 0080 1800 0000 ........(....... 803f 0000 0000 0000 0000 0000 0000 0000 .?..............Optimizer Compiler backend Linker Assembler Parser CodeGen LLVM IR LLVM IR Assembly Code Object Code
    0 码力 | 153 页 | 1.38 MB | 6 月前
    3
  • pdf文档 How to Build Your First C++ Automated Refactoring Tool - CppCon 2023

    ast_matchers::MatchFinder::MatchResult &Result) override; };Compilation in C++ 04 31 31Lexer Parser Optimizer Assembler Compilation in C++ Front End Back End 32 32a + b , <+>, <+> Lexer
    0 码力 | 83 页 | 6.03 MB | 6 月前
    3
  • pdf文档 Back to Basics: C++ Templates - Part 1

    copy and paste our implementation and changes types or values. ■ Depending on the compiler and optimizer, this can result in a larger binary. ■ Sometimes we overlook this, and people then refer to it
    0 码力 | 17 页 | 817.47 KB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    optimizes based on information about a program’s control flow during execution. The continuous optimizer itself executes in the background, as a separate low-priority thread which executes only during
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 deploying the networking TS

    0:11653 2021-10-06T04:01:26.490785365Z 10.244.0.119:42972 => 0.0.0.0:11653 request: {"version":"v1","query":"p 2021-10-06T04:01:26.721512358Z 10.244.0.119:42972 => 0.0.0.0:11653 accept: {"format":"application/json System interacts with outside world via WebSockets HTTP/REST Front-end selects back-end to handle query Front-end and back-end communicate with separate protocol Back-end implemented with Asio Queries serviced and server state to briefly desynchronize Consider following sequence of events 1. Server completes query processing 2. Client sends cancel 3. Client receives final chunk 4. Server receives cancel Similar
    0 码力 | 44 页 | 892.77 KB | 6 月前
    3
  • pdf文档 C++20 镶 SQL

    = customerid WHERE price > 5; id name item price discount_code 1 “John” “Hoodie” 10.0 “CppCon”Query for orders with input from user SELECT orders.id, name, item, price, discount_code FROM orders customer_id, arg<"price"> = 2000, arg<"item"> = "MacBook", ftsd::arg<"discount_code"> = "BIGSALE"});Query orders ftsd::prepared_statement< R"(SELECT orders.id /*:integer*/, name/*:text*/, item/*:text*/ customers ON customers.id = customerid WHERE price > ?/*:min_price:real*/;)" // > select_orders{sqldb};Query orders for (auto &row : select_orders.execute_rows({arg<"min_price"> = min_price})) { std::cout
    0 码力 | 46 页 | 775.02 KB | 6 月前
    3
  • pdf文档 Data Is All You Need for Fusion

    int64_t len1 = len; Array a_q = a.query(x0, len1); Array b_q = b.query(x0, len1); Array c_q = c.query(x0, len1); Array out_2_q = out_2.query(x0, len1); vadd(a_q, b_q, len, out_1_q); int64_t len1 = len; Array a_q = a.query(x0, len1); Array b_q = b.query(x0, len1); Array c_q = c.query(x0, len1); Array out_2_q = out_2.query(x0, len1); vadd(a_q, b_q, len, out_1_q); int64_t len1 = len; Array a_q = a.query(x0, len1); Array b_q = b.query(x0, len1); Array c_q = c.query(x0, len1); Array out_2_q = out_2.query(x0, len1); vadd(a_q, b_q, len, out_1_q);
    0 码力 | 151 页 | 9.90 MB | 6 月前
    3
共 110 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
WhatVolatileMeansandDoesnMeanApplicativeTheForgottenFunctionalPatternCooperativeC++EvolutionLLVMRealtimeSafetyRevolutionToolsforModernMissionCriticalSystemsHowtoBuildYourFirstAutomatedRefactoringToolCppCon2023BackBasicsTemplatesPartJustinTimeCompilationBastien2020deployingthenetworkingTS20SQLDataIsAllYouNeedFusion
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩