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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(186)PPT文档 PPT(1)
 
本次搜索耗时 0.052 秒,为您找到相关结果约 187 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Plug-in Based Software Architecture for Robotics

    Outline ● What is plugin architecture? ● Why use plugin architecture? ● Designing a simplified plugin architecture ● Library used in robotics to implement plugin based system ○ Pluginlib ● Case study study for plugin architecture - MoveIt ● Limitations ● Summary 2Introduction •Abi Sivaraman •Robotics Engineer at PickNik Robotics •I work with robotic arms •MoveIt Maintainer 3What is plugin plugin architecture? Software Design Pattern that allows for developers to add functionality to a larger system without having to alter the source code of the system itself. Plug-ins are self-contained
    0 码力 | 75 页 | 2.40 MB | 6 月前
    3
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    embedded software • Started using C++ in 1995 • First cross-platform project in 1994Cross-Platform Architecture Goals • Take advantage of all platforms • Focus on the compiler • Minimize boilerplate and unnecessary requiring implementations that differ depending upon the target machine architecture. • Features may be hardware: CPU architecture, SIMD instruction set, DMA controller, GPIO module, etc. • Features
    0 码力 | 75 页 | 581.83 KB | 6 月前
    3
  • pdf文档 Leveraging the Power of C++ for Efficient Machine Learning on Embedded Devices

    and then use that knowledge to make predictions ◮ Applications: ◮ Computer vision ◮ Medicine ◮ Search engines 6 / 50Embedded devices ◮ Computing devices designed to perform specific tasks within larger paradigm in which an algorithm learns from labeled data to make predictions 11 / 50Neural network (NN) 13 / 50Convolutional neural network (CNN) ◮ Efficient in image classification ◮ A convolutional layer can 50Software dependencies ◮ TensorFlow Lite ◮ OpenCV 16 / 50MobileNet pre-trained model ◮ CNN architecture created by Google ◮ Trained on 1000 classes ◮ Accepts 224x224-pixel images, with 3 color channels
    0 码力 | 51 页 | 1.78 MB | 6 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    What we do at Snap with C++ 2 Neural style transfer Face tracking Full body tracking Cloth simulation Ray tracing Wrist trackingThank you, Serhii Huralnik and Eduardo Madrid!! 3Section 0. Introduction V ABI Procedure Call Standard for the Arm® 64-bit Architecture armv8-a clang 18.1.0 -O2 -std=c++20 x86-64 (AMD64) System V ABI AMD64 Architecture Processor Supplement x86-64 gcc 14.2 -O2 -std=c++20 System V ABI Procedure Call Standard for the Arm® Architecture armv7-a clang 11.0.1 -O2 -std=c++20 x86 (IA-32) System V ABI Intel386 Architecture Processor Supplement x86-64 gcc 14.2 -O2 -std=c++20
    0 码力 | 158 页 | 2.46 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    Programming Benchmark triSYCL 360k download s 17Sensor Data Training Data Trained Networks Neural Network Training C++ Application Code SYCL in Embedded Systems, Automotive, and AI Compilation and Test Algorithm Today’s Supercomputing Development Workflow needs knowledge of system architecture and tools that control data Optimize Algorithm 2021 Three Pillars of Science Problem 2021
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    devices, phone, etc, do not have access to GPU. To bridge that gap, micrograd++ let’s any user train a neural network in C++ and ship that to any edge device. II. RELEVANCE The development of micrograd++ is linking process. B. Key Features and Functionalities • Neural Networks: micrograd++ provides comprehensive support for creating and training neural networks. The library includes classes for defining layers propagate gradients through the graph. Layer Class: The Layer class represents a single layer in a neural network, composed of multiple neurons. It supports forward propagation and gradient computation,
    0 码力 | 3 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Data Is All You Need for Fusion

    &bias, &stride_arg, &output}; }A Library of Data Dependencies Elementwise Ops Linear Algebra Neural Nets Database Trees 77Subset Decomposition 78 x: 0, y: 0, len_x:2, len_y:2Subset Decomposition Data-Structures to Fern 88A Library of Data Dependencies & Data Structures Elementwise Ops Linear Algebra Neural Nets Database Trees 89 x: 0, y: 0, len_x:2, len_y:2Write a Pipeline Lightweight Fusion of
    0 码力 | 151 页 | 9.90 MB | 6 月前
    3
  • pdf文档 Composing Ancient Mathematical Knowledge Into Powerful Bit-fiddling

    Angeles - I write a lot of different types of code - Lots of C++ in our audio engine - C++ in neural inference code - Some Swift for our iOS - Some Typescript - Plus a bunch more… - MSc Computer
    0 码力 | 73 页 | 947.99 KB | 6 月前
    3
  • pdf文档 Conan 1.20 Documentation

    2 Decentralized package manager Conan is a decentralized package manager with a client-server architecture. This means that clients can fetch packages from, as well as upload packages to, different servers and compiler version, or the computer architecture. If the package is built again from the same sources but with different settings, (e.g. for a different architecture), a new, different binary will be generated application relies on the Poco libraries. Let’s look for it in the Conan Center remote: $ conan search Poco --remote=conan-center Existing package recipes: (continues on next page) 11 Conan Documentation
    0 码力 | 611 页 | 4.89 MB | 1 年前
    3
  • pdf文档 Conan 1.19 Documentation

    2 Decentralized package manager Conan is a decentralized package manager with a client-server architecture. This means that clients can fetch packages from, as well as upload packages to, different servers and compiler version, or the computer architecture. If the package is built again from the same sources but with different settings, (e.g. for a different architecture), a new, different binary will be generated application relies on the Poco libraries. Let’s look for it in the Conan Center remote: $ conan search Poco --remote=conan-center Existing package recipes: (continues on next page) 11 Conan Documentation
    0 码力 | 609 页 | 4.88 MB | 1 年前
    3
共 187 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
PluginBasedSoftwareArchitectureforRoboticsHighPerformanceCrossPlatformC++20InnovationsLeveragingthePowerofEfficientMachineLearningonEmbeddedDevicesHiddenOverheadFunctionAPIHeterogeneousModernwithSYCL2020micrograd++500lineLibraryDataIsAllYouNeedFusionComposingAncientMathematicalKnowledgeIntoPowerfulBitfiddlingConan1.20Documentation1.19
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩