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

无数据

分类

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

语言

全部英语(172)中文(简体)(2)英语(1)

格式

全部PDF文档 PDF(172)PPT文档 PPT(3)
 
本次搜索耗时 0.072 秒,为您找到相关结果约 175 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 How to Build Your First C++ Automated Refactoring Tool - CppCon 2023

    9Proprietary + Confidential Large Scale Refactorings & Automated Refactoring Tools 10 10Refactoring Tool Use Cases 02 11Proprietary + Confidential Consistent Code Formatting 12 12Proprietary + Confidential
    0 码力 | 83 页 | 6.03 MB | 6 月前
    3
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    Documentation goes out of date - What about pre-built dependencies?What if we had a tool that could simply tell us?A nice tool would… - Assess real-time safety - Detect a wide range of violations - …even cpp:2:5: note: declaration cannot be inferred 'nonblocking' because it has no definition in this translation unit 2 | int defined_elsewhere(); Inference - Different TU ❌Re-declaration // third_party.h Disabling each tool 5. Using each tool outside of LLVM ContrastAgenda 1. Run time vs compile time 2. False negatives and false positives 3. Cost 4. Disabling each tool 5. Using each tool outside of
    0 码力 | 153 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    In this talk I'll tell you about C++ AoT compiler, JiTs for dynamic language, JiTs for binary translation, and dive back 20, 30, 40, 50, 60 years, way back into compiler history and read wonderful academic “just-in-time” compilation (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind “just-in-time” compilation (JiT) techniques since the 1960s. Broadly, JiT compilation includes any translation performed dynamically, after a program has started execution. We examine the motivation behind
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Back to Basics: The Abstract Machine

    Bob Steagall K E W B C O M P U T I N G Characteristics of the Abstract Machine • Implementation • Tool(s) to verify a program on the abstract machine and generate an executable image (compiler, linker) Bob Steagall K E W B C O M P U T I N G Characteristics of the Abstract Machine • Implementation • Tool(s) to verify a program on the abstract machine and generate an executable image (compiler, linker) Bob Steagall K E W B C O M P U T I N G Characteristics of the Abstract Machine • Implementation • Tool(s) to verify a program on the abstract machine and generate an executable image (compiler, linker)
    0 码力 | 91 页 | 538.90 KB | 6 月前
    3
  • pdf文档 Code Analysis++

    implementation so farCompiler vs Analyzer – Language & Compiler Stand-alone analyzer Core tool – hard to update Side tool – any adopted by the team is ok Code base might requires specific compiler versions ● Lifetimes in 2021.2 PVS-Studio: ● Value Range AnalysisData Flow Analysis: CTU – Cross Translation Unit (CTU) Analysis: https://clang.llvm.org/docs/analyzer/user-docs/CrossTranslationUnit.html Guidelines ● Clang-Tidy ● Domain-specifiс analysis tools: ○ MISRA/AUTOSAR, Clazy (Qt), Unreal Header Tool (UE), …MISRA – Certification stage Development stage Must have Good to have High costs Low costs
    0 码力 | 61 页 | 2.70 MB | 6 月前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    are included in many translation units, the compiler does the same job repeatedly ○ Downsides w.r.t. the preprocessor ● Using import introduces a dependency order between translation units ○ The BMI for ● New constraints: ○ No circular dependencies between imports (no cycles in the graph) ○ Build tool should be able to re-order dependencies based on the scanning resultsDependency scanning Compilers BMIs generated locally, increasing compatibility ○ Same compiler and compiler version as the translation units doing the importing ○ Module interface units are visible and exist on the local filesystem
    0 码力 | 76 页 | 2.09 MB | 6 月前
    3
  • pdf文档 《深入浅出MFC》2/e

    不敢直接买啰,总是必須到书局翻翻看,确定一下內容,才可能考虑。 vii 台北市Jedi Your books is already 100 times better than any translation on the market. I won't think of to get a Chinese computer book unless you wrote it or translated RBJ .OBJ .OBJ .DEF CvtRes .LIB C runtime, DLL Import, .LIB C runtime, DLL Import, .EXE .EXE tool text file binary file 图 1- 1 一个32位Wi ndows SDK 程序的开发流程 曾经有的程序,现已不需要 5 Win32 程序开发流程 Windows Registration 2. Persistent Object Data Format 3. Mapping of Windows Handles to Objects 4. C++ Template Tool 6. Message Maps 7. Debugging Trace Options 8. MFC OLE Support 11. Using MFC as Part of a DLL
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 Fast and small C++

    requires the prior consent of the author. This applies in particular to duplication, processing, translation and storage and processing in electronic systems. The reproduction of common names, trade names With C++ Insights (https://cppinsights.io), Andreas has created an internationally rec- ognized tool that enables users to look behind the scenes of C++ and thus under- stand constructs even better
    0 码力 | 17 页 | 790.91 KB | 6 月前
    3
  • pdf文档 Back to Basics: Object-Oriented Programming

    requires the prior consent of the author. This applies in particular to duplication, processing, translation and storage and processing in electronic systems. The reproduction of common names, trade names With C++ Insights (https://cppinsights.io), Andreas has created an internationally rec- ognized tool that enables users to look behind the scenes of C++ and thus under- stand constructs even better
    0 码力 | 20 页 | 1.04 MB | 6 月前
    3
  • pdf文档 Conan 1.56 Documentation

    packages to install dev tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 10.3 Tool requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . onwards, there is a commitment to stability, with the goal of not breaking user space while evolving the tool and the platform. This means: • Moving forward to following minor versions 1.1, 1.2, ..., 1.X should stars in Github and counts with contributions of nearly 200 different users (this is just the client tool). • Many other users contribute recipes for ConanCenter via the https://github.com/conan-io/conan-center-index
    0 码力 | 963 页 | 7.67 MB | 1 年前
    3
共 175 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
HowtoBuildYourFirstC++AutomatedRefactoringToolCppCon2023LLVMRealtimeSafetyRevolutionToolsforModernMissionCriticalSystemsJustinTimeCompilationBastien2020BackBasicsTheAbstractMachineCodeAnalysis++20ModulesPackagingandBinaryRedistributionStory深入深入浅出MFCFastsmallObjectOrientedProgrammingConan1.56Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩