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

无数据

分类

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

语言

全部英语(159)中文(简体)(2)

格式

全部PDF文档 PDF(156)PPT文档 PPT(5)
 
本次搜索耗时 0.089 秒,为您找到相关结果约 161 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    micrograd++: A 500 line C++ Machine Learning Library Gautam Sharma Independent Researcher gautamsharma2813@gmail.com Abstract—micrograd++ is a pure C++ machine learning li- brary inspired by Andrej Karpathy’s
    0 码力 | 3 页 | 1.73 MB | 6 月前
    3
  • pdf文档 From Your First Line of Code to Your Largest Repo: How Visual Studio Code Can Help You Develop More Efficiently

    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 Speakers Sinem Akinci C++ Cross-platform and Configure IntelliSense, Run & Debug One-click Compiler Installation Preview: Command line install of GCC/Clang on Linux/Mac Machines IntelliSense configuration optionsMicrosoft
    0 码力 | 31 页 | 2.76 MB | 6 月前
    3
  • pdf文档 Changing Legacy Code: With Confidence

    made Testing Strategies time passes... User reports bug Unit test fails right after offending line committedTest Everything on every feature Write Automated tests and run them continuously Test ()(bool test, int line) { std::cout << (test ? "PASSED" : "FAILED) << " on line " << line; }; db.clear(); print_assert(INVALID_ID == page.GetNextAssetInList( 0_id, AT::All ).id, __LINE__ ); Asset a1(0_id); 0_id, AT::All ).id, __LINE__ ); print_assert(INVALID_ID == page.GetNextAssetInList(0_id, AT::Cat), __LINE__); print_assert(0_id == page.GetNextAssetInList(0_id, AT::Dog), __LINE__); for(AssetId i = 1_id;
    0 码力 | 114 页 | 982.54 KB | 6 月前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    Marking Unreachable Code  Assumptions  Named Universal Character Escapes  Trim Whitespace Before Line Splicing  C++23 Standard Library  String Formatting Improvements  Standard Library Modules Marking Unreachable Code  Assumptions  Named Universal Character Escapes  Trim Whitespace Before Line Splicing  C++23 Standard Library  String Formatting Improvements  Standard Library Modules Marking Unreachable Code  Assumptions  Named Universal Character Escapes  Trim Whitespace Before Line Splicing  C++23 Standard Library  String Formatting Improvements  Standard Library Modules
    0 码力 | 105 页 | 759.96 KB | 6 月前
    3
  • pdf文档 Conan 1.15 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 12.5 Compilers on command line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 12.6 Android Studio different applications in the image above are: • The Conan client: this is a console/terminal command line application, containing the heavy logic for package creation and consumption. Conan client has a local following minor versions 1.1, 1.2, ..., 1.X should never break existing recipes, packages or command line flows • If something is breaking, it will be considered a bug and reverted • Bug fixes will not
    0 码力 | 540 页 | 4.22 MB | 1 年前
    3
  • pdf文档 Conan 1.26 Documentation

    different applications in the image above are: • The Conan client: this is a console/terminal command-line application, containing the heavy logic for package creation and consumption. Conan client has a local following minor versions 1.1, 1.2, ..., 1.X should never break existing recipes, packages or command line flows • If something is breaking, it will be considered a bug and reverted • Bug fixes will not understand the installation process. When the conan install command runs, settings specified on the command line or taken from the defaults in /.conan/profiles/default file are applied. For example, the
    0 码力 | 669 页 | 5.51 MB | 1 年前
    3
  • pdf文档 Conan 1.16 Documentation

    different applications in the image above are: • The Conan client: this is a console/terminal command line application, containing the heavy logic for package creation and consumption. Conan client has a local following minor versions 1.1, 1.2, ..., 1.X should never break existing recipes, packages or command line flows • If something is breaking, it will be considered a bug and reverted • Bug fixes will not understand the installation process. When the conan install command runs, settings specified on the command line or taken from the defaults in /.conan/profiles/default file are applied. 14 Chapter 3.
    0 码力 | 545 页 | 4.34 MB | 1 年前
    3
  • pdf文档 Conan 1.14 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 12.5 Compilers on command line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 12.6 Android Studio different applications in the image above are: • The Conan client: this is a console/terminal command line application, containing the heavy logic for package creation and consumption. Conan client has a local following minor versions 1.1, 1.2, ..., 1.X should never break existing recipes, packages or command line flows • If something is breaking, it will be considered a bug and reverted • Bug fixes will not
    0 码力 | 528 页 | 4.17 MB | 1 年前
    3
  • pdf文档 Conan 1.7 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 11.5 Compilers on command line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 11.6 Android Studio different applications in the image above are: • The Conan client: this is a console/terminal command line application, containing the heavy logic for package creation and consumption. Conan client has a local following minor versions 1.1, 1.2, ..., 1.X should never break existing recipes, packages or command line flows • If something is breaking, it will be considered a bug and reverted • Bug fixes will not
    0 码力 | 433 页 | 2.95 MB | 1 年前
    3
  • pdf文档 Conan 1.3 Documentation

    Documentation Release 1.3.3 conan Jul 05, 2024 CONTENTS 1 Upgrading to conan 1.0 3 1.1 Command line changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 11.5 Compilers on command line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 11.6 Android Studio important changes here: 1.1 Command line changes There has been a few things that will break existing usage (compared to 0.30). Most of them are in command line arguments, so they are relatively easy
    0 码力 | 397 页 | 2.77 MB | 1 年前
    3
共 161 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
micrograd++500lineC++MachineLearningLibraryFromYourFirstLineofCodetoLargestRepoHowVisualStudioCanHelpYouDevelopMoreEfficientlyinChangingLegacyWithConfidence23AnOverviewAlmostAllNewandUpdatedFeaturesConan1.15Documentation1.261.161.141.71.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩