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

无数据

分类

全部后端开发(101)C++(101)Conan(68)

语言

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

格式

全部PDF文档 PDF(98)PPT文档 PPT(2)TXT文档 TXT(1)
 
本次搜索耗时 0.013 秒,为您找到相关结果约 101 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Building Effective Embedded Systems: Architectural Best Practices

    illustration⊡ Operating Systems ⊡ Threads ⊡ Layer Separation ⊡ Network Problems ⊡ External Interfaces ⊡ Simulators ⊡ Logs ⊡ Monitoring⊡ Operating Systems ⊡ Threads ⊡ Layer Separation ⊡ Network Problems ⊡ operating system for complex systems with soft real-time requirements⊡ Operating Systems ⊡ Threads ⊡ Layer Separation ⊡ Network Problems ⊡ External Interfaces ⊡ Simulators ⊡ Logs ⊡ MonitoringMine⊡ Collects Threads ⊡ Layer Separation ⊡ Network Problems ⊡ External Interfaces ⊡ Simulators ⊡ Logs ⊡ MonitoringEmbedded Software Separate the logic layer from the hardware layerSeparate the logic layer from the
    0 码力 | 241 页 | 2.28 MB | 6 月前
    3
  • pdf文档 Linear Algebra Coming to Standard C++

    What are the responsibilities of a “linear algebra library”? • Layer -1: Fundamentals • Multidimensional arrays & iteration • Layer 0: Performance primitives • Vector: dot, norm, vector sum, plane update • Layer 1: Low-level math problems • Linear systems 𝐴𝑥 = 𝑏 (& determinants, etc.) • Least-squares problems min 𝑥 𝐴𝑥 − 𝑏 2 • Eigenvalue & singular value problems 𝐴𝑥 = 𝜆𝑥 • Layer 2: Higher-level What are the responsibilities of a “linear algebra library”? • Layer -1: Fundamentals • Multidimensional arrays & iteration • Layer 0: Performance primitives • Vector: dot, norm, vector sum, plane
    0 码力 | 46 页 | 2.95 MB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    low- power implementation. The surrounding software layer gives x86 programs the impression that they are running on x86 hardware. The software layer is called Code Morphing software because it dynamically low- power implementation. The surrounding software layer gives x86 programs the impression that they are running on x86 hardware. The software layer is called Code Morphing software because it dynamically low- power implementation. The surrounding software layer gives x86 programs the impression that they are running on x86 hardware. The software layer is called Code Morphing software because it dynamically
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    encompassing essential classes such as Value, Layer, and MLP (Multi-Layer Perceptron). The library in- cludes examples demonstrating its usage, such as a simplemulti-layer perceptron (MLP) and a computer vision also implements back- propagation to 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 construction and training of complex network architectures. MLP Class: The MLP class represents a multi-layer percep- tron, composed of multiple layers. It supports the training of models using backpropagation
    0 码力 | 3 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Behavior-driven Tests for Microservices-based Algo Trading System

    into CI so algo behaviors are regressed for any dependent code change. ● Natural language layer: Tests are written in natural language so they are easy to read and write, even for non-technical non-technical staff. Discussion : The test framework includes two layers: ● A controller layer: This layer provides a set of APIs (interfaces) to interact with the microservice system. It sets up components, a mocked message channel, and mocked dependencies. ● A BDD layer: Using cpp-cucumber (open source), this layer maps natural language to C++ APIs at run time, allowing for rapid test
    0 码力 | 1 页 | 65.24 KB | 6 月前
    3
  • ppt文档 Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit

    templates • Use the ArcGIS toolkit to use already existing UI componentsTime aware layer • We will be using a feature layer that include hurricane data as features • Each feature has a specific start time on the map • The JSON of the feature layer includes all the necessary information for the time slider - Start and end dates, time interval, etc. - Feature layer URLArcGIS Runtime for Qt - SDK • The manually or animate the time extent on GeoView - It initializes all required values using data from the layer - You can customize several UI elementsResources • ArcGIS Runtime API for Qt - https://developers
    0 码力 | 10 页 | 734.09 KB | 6 月前
    3
  • pdf文档 THE NETWORKINGTS FROM SCRATCH: IO Objects

    asynchronous operations enables the layered construction of operations whose power increases with each layer Templates & named type requirements decouple composed asynchronous operations from concrete types std::net::ip::tcp::socket std::net::steady_timer Possibilities: EFVI-based multicast socket Database access layer Printer spool 7async_event template struct basic_async_event handler which is then passed to a lower layer for storage Since there is no lower layer we can no longer foist the responsibility for storage onto the next layer 9Completion Handler Storage Options Since
    0 码力 | 35 页 | 900.82 KB | 6 月前
    3
  • text文档 SVG Test Document

    inkscape:window-width="2560" showgrid="false" inkscape:document-rotation="0" inkscape:current-layer="layer1" inkscape:document-units="mm" inkscape:cy="471.3062" inkscape:cx="415.03112" 0 码力 | 5 页 | 11.74 KB | 6 月前
    3
  • pdf文档 Back to Basics: The Factory Pattern

    programmer knows at ‘compile-time’ what object should be created. What we would like, is to have a layer of abstraction, or someway to create objects at run-time to reflect the dynamic nature of some C++ Notice we only now have 1 collection (std::vector) to store our types ■ (Due to our abstraction layer for IGameObject) 56Usage in Main Loop (2/3) ● Here’s the creation of our two different object Notice we only now have 1 collection (std::vector) to store our types ■ (Due to our abstraction layer for IGameObject) ○ Additionally notice the ‘main game loop’ is simplified ■ We only have to
    0 码力 | 93 页 | 3.92 MB | 6 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    the value is double-wrapped. And And join join collapses the double layer to one layer again. collapses the double layer to one layer again. fmap :: (a -> b) -> m a -> m b join :: m (m a) -> m a f ::
    0 码力 | 141 页 | 11.33 MB | 6 月前
    3
共 101 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
BuildingEffectiveEmbeddedSystemsArchitecturalBestPracticesLinearAlgebraComingtoStandardC++JustinTimeCompilationBastienCppCon2020micrograd++500lineMachineLearningLibraryBehaviordrivenTestsforMicroservicesbasedAlgoTradingSystemVisualizeEnabledDatausingArcGISQtandToolkitTHENETWORKINGTSFROMSCRATCHIOObjectsSVGTestDocumentBackBasicsTheFactoryPatternApplicativeForgottenFunctional
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩