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

无数据

分类

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

语言

全部英语(108)中文(简体)(8)中文(繁体)(1)

格式

全部PDF文档 PDF(115)PPT文档 PPT(2)
 
本次搜索耗时 0.115 秒,为您找到相关结果约 117 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 From Your First Line of Code to Your Largest Repo: How Visual Studio Code Can Help You Develop More Efficiently

    Microsoft Developer Division Team name Microsoft Confidential How Visual Studio Code can help you develop more efficiently in C++ From your First Line of Code to your Largest Repo:Microsoft C++ Meet the for rich multi-language support – Python, C++, C#, Typescript... Its free! Works on many OS – develop on Mac, Linux, Windows,... Remote Development solutions – WSL, tunneling, SSH, ... Code completion Hello again, WorldMicrosoft C++ IDE or Code Editor (VS Code, Visual Studio) What you’ll need to develop in C++ Want to learn more? Check out the "Back to the Basics" session: “Getting Started with C++”
    0 码力 | 31 页 | 2.76 MB | 6 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    of “anonymous functions”, which are in almost all modern programming languages (such as Python, Swift, etc). It has become commonplace, and the emergence of rvalue references has solved the problem of foo(char*) is called From the output we can see that NULL is different from 0 and nullptr. So, develop the habit of using nullptr directly. In addition, in the above code, we used decltype and std::is_same Pointers and Memory Management 5.1 RAII and Reference Counting Programmers who understand Objective-C/Swift/JavaScript should know the concept of refer- ence counting. The reference count is counted to prevent
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 Cooperative C++ Evolution

    seamlessly call any JS code. Swift: Bidirectional (Swift calls ObjC, ObjC calls Swift), ObjC-friendly object and lifetime models (ObjC ARC + modules designed for Swift), automatic bridging header generation generation, tool support to view ObjC as if written in Swift. Roslyn next-gen C# compiler: Strict compatibility requirements, adhered to rigorously via compat tests. Compatible with JavaScript Cooperates seamlessly call any JS code. Swift: Bidirectional (Swift calls ObjC, ObjC calls Swift), ObjC-friendly object and lifetime models (ObjC ARC + modules designed for Swift), automatic bridging header generation
    0 码力 | 85 页 | 5.73 MB | 6 月前
    3
  • pdf文档 Hello 算法 1.0.0b1 C++版

    ‧ 全书采用动画图解,结构化地讲解数据结构与算法知识,内容清晰易懂、学习曲线平滑; ‧ 算法源代码皆可一键运行,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Zig 等语言; ‧ 鼓励读者在章节讨论区互帮互助、共同进步,提问与评论一般能在两日内得到回复; 0.1.1. 读者对象 如果您是「算法初学者」,完全没有接触过算法,或者已经有少量刷题,对数据结构与算法有朦胧的理解,在 C# 环境 1. 下载并安装 .Net 6.0 ; 2. 在 VSCode 的插件市场中搜索 c# ,安装 c# 。 12.1.8. Swift 环境 1. 下载并安装 Swift; 2. 在 VSCode 的插件市场中搜索 swift,安装 Swift for Visual Studio Code。 12.1.9. Rust 环境 1. 下载并安装 Rust; 2. 在 VSCode
    0 码力 | 187 页 | 14.71 MB | 1 年前
    3
  • pdf文档 Hello 算法 1.0.0b2 C++版

    ‧ 全书采用动画图解,结构化地讲解数据结构与算法知识,内容清晰易懂、学习曲线平滑; ‧ 算法源代码皆可一键运行,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Zig 等语言; ‧ 鼓励读者在章节讨论区互帮互助、共同进步,提问与评论一般能在两日内得到回复; 0.1.1. 读者对象 如果您是「算法初学者」,完全没有接触过算法,或者已经有少量刷题,对数据结构与算法有朦胧的理解,在 C# 环境 1. 下载并安装 .Net 6.0 ; 2. 在 VSCode 的插件市场中搜索 c# ,安装 c# 。 12.1.8. Swift 环境 1. 下载并安装 Swift; 2. 在 VSCode 的插件市场中搜索 swift,安装 Swift for Visual Studio Code。 12.1.9. Rust 环境 1. 下载并安装 Rust; 2. 在 VSCode
    0 码力 | 197 页 | 15.72 MB | 1 年前
    3
  • ppt文档 Making Libraries Consumable for Non-C++ Developers

    2002, 2005 JVM – Java Native Access (JNA) – 2007 Go – cgo – permit C in the .go source file – 2009 Swift – share a runtime and be like C – 2014There is no one approach. Make it suck less by recognizing Reference counted - C++ – std::shared_ptr - Python - Objective-C (manual or automatic – see ARC) - Swift - COM – AddRef()/Release() - Non-Reference counted - .NET - JVM - JavaScript Manual memory management
    0 码力 | 29 页 | 1.21 MB | 6 月前
    3
  • pdf文档 Conan 1.37 Documentation

    open-source, and it works in all platforms: Windows, Linux, OSX, FreeBSD, Solaris, etc. and can be used to develop for all targets including embedded, mobile (iOS, Android), bare metal. It also integrates with all be any string; it does not have to be a number, so, for example, it could indicate if this is a “develop” or “master” version. Packages can be overwritten, so it is also OK to have packages like “nightly” removed from Conan’s default configuration soon. We strongly encourage users to use conancenter and swift to the official package references without user/channel (zlib/1.2.11@conan/stable -> zlib/1.2.11)
    0 码力 | 793 页 | 6.98 MB | 1 年前
    3
  • pdf文档 Conan 1.38 Documentation

    open-source, and it works in all platforms: Windows, Linux, OSX, FreeBSD, Solaris, etc. and can be used to develop for all targets including embedded, mobile (iOS, Android), bare metal. It also integrates with all be any string; it does not have to be a number, so, for example, it could indicate if this is a “develop” or “master” version. Packages can be overwritten, so it is also OK to have packages like “nightly” removed from Conan’s default configuration soon. We strongly encourage users to use conancenter and swift to the official package references without user/channel (zlib/1.2.11@conan/stable -> zlib/1.2.11)
    0 码力 | 809 页 | 7.02 MB | 1 年前
    3
  • pdf文档 Conan 1.39 Documentation

    open-source, and it works in all platforms: Windows, Linux, OSX, FreeBSD, Solaris, etc. and can be used to develop for all targets including embedded, mobile (iOS, Android), bare metal. It also integrates with all be any string; it does not have to be a number, so, for example, it could indicate if this is a “develop” or “master” version. Packages can be overwritten, so it is also OK to have packages like “nightly” removed from Conan’s default configuration soon. We strongly encourage users to use conancenter and swift to the official package references without user/channel (zlib/1.2.11@conan/stable -> zlib/1.2.11)
    0 码力 | 819 页 | 7.05 MB | 1 年前
    3
  • pdf文档 Conan 1.40 Documentation

    open-source, and it works in all platforms: Windows, Linux, OSX, FreeBSD, Solaris, etc. and can be used to develop for all targets including embedded, mobile (iOS, Android), bare metal. It also integrates with all be any string; it does not have to be a number, so, for example, it could indicate if this is a “develop” or “master” version. Packages can be overwritten, so it is also OK to have packages like “nightly” contains packages that are no longer maintained. We strongly encourage users to use conan- center and swift to the official package references without user/channel (zlib/1.2.11@conan/stable -> zlib/1.2.11)
    0 码力 | 823 页 | 7.06 MB | 1 年前
    3
共 117 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
FromYourFirstLineofCodetoLargestRepoHowVisualStudioCanHelpYouDevelopMoreEfficientlyinC++ModernTutorial11141720OntheFlyCooperativeEvolutionHello算法1.00b10b2MakingLibrariesConsumableforNonDevelopersConan1.37Documentation1.381.391.40
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩