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

无数据

分类

全部后端开发(151)C++(124)Python(15)Django(13)云计算&大数据(13)系统运维(12)VirtualBox(11)Julia(10)网络与安全(7)数据库(5)

语言

全部英语(159)中文(简体)(10)中文(繁体)(10)英语(3)西班牙语(1)

格式

全部PDF文档 PDF(169)其他文档 其他(7)PPT文档 PPT(4)DOC文档 DOC(3)
 
本次搜索耗时 0.199 秒,为您找到相关结果约 183 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Django
  • 云计算&大数据
  • 系统运维
  • VirtualBox
  • Julia
  • 网络与安全
  • 数据库
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A Relaxed Guide to memory_order_relaxed

    Relaxed Guide to memory_order_relaxed Hans Boehm Paul E. McKenney Google Facebook CPPCON 2020std::atomic/std::atomic_ref and memory_order_relaxed ● C++ atomic operations simple threads-as-interleaving semantics ● by passing memory_order enum values to explicit atomic operations. ● In particular, memory_order_relaxed allows arbitrary visibility reordering with respect memory_order_relaxed? ● Just a load, just a store: Full control, excellent efficiency and scalability! ○ Assuming aligned machine-sized atomic objects, that is…What is Not to Like About memory_order_relaxed
    0 码力 | 32 页 | 278.53 KB | 5 月前
    3
  • pdf文档 min max and More

    seemingly simple algorithms such as max and min. • We will also discuss the use of operator < in other order-related algorithms, showing how easy it is to make mistakes when using the operator < primitive All rights reserved. 20 An important insight • Given two values a and b, in that order: � Unless we find a reason to the contrary, … � min should prefer to return a, and … � max should min return the same item: � When values a and b are in order, min should return a / max should return b; … � When values a and b are out of order, min should return b / max should return a. 21 Copyright
    0 码力 | 8 页 | 2.48 MB | 5 月前
    3
  • pdf文档 When Nanoseconds Matter: Ultrafast Trading Systems in C++

    execution (< 1μs) Low-latency strategy layer (1-10 μs)Order book deep dive “The order book is the heart of any trading system.” Larry Harris 12Order Book In a Nutshell 14 $92 $92 $95 50 $90 100 $85 price” at which you can sell is $92Order Book – Challenges 15 • Latency constraint for algorithmic trading ◦ Remember – it’s not just about being fast to send an order, but being fast to be accurate lowest price - Asks: from lowest to highest price $92 $92 $95 50 $90 100 $85 250 $95 50 $100 75Order Book – Properties 17 • Two ordered sequences - Bids: from highest to lowest price - Asks: from
    0 码力 | 123 页 | 5.89 MB | 5 月前
    3
  • pdf文档 Building bridges: Leveraging C++ and ROS for simulators, sensor data and algorithms

    achieving data determinism via: • Deterministic execution2 will always run computations in the same order. • Deterministic communication2 is when, for a message going from process A to process B, communication deterministic, the ROS application will be in free running mode and could have the impact that the order of messages coming from simulator bridge will not be the same sequence which triggers the running based Apex.Grace constructs related to determinism: 1. Executor management framework 2. Fixed-order execution coordinator based on executor Our proposal© 2023 Apex.AI, Inc. | All rights reserved.
    0 码力 | 38 页 | 2.17 MB | 5 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    functions and the avoidance of side effects ● Functional programming is identified by the use of higher order functions, pure functions, monads, declarative syntax What is Functional Programming?● A programming functions and the avoidance of side effects ● Functional programming is identified by the use of higher order functions, pure functions, monads, declarative syntax ○ C++ has all the tools to implement functional functions and the avoidance of side effects ● Functional programming is identified by the use of higher order functions, pure functions, monads, declarative syntax ○ C++ has all the tools to implement functional
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    template struct atomic_ref { T load(memory_order = memory_order::seq_cst) const noexcept; //... };} namespace sycl { template order DefaultOrder, memory_scope DefaultScope, access Space = access::address_space::generic_space> struct atomic_ref { T load(memory_order order = default_read_order, memory_scope scope = DefaultScope) const noexcept; //... };} ● std::atomic_ref template struct atomic_ref { T load(memory_order = memory_order::seq_cst) const noexcept; //... };} namespace sycl { template order DefaultOrder, memory_scope DefaultScope, access
    0 码力 | 114 页 | 7.94 MB | 5 月前
    3
  • pdf文档 julia 1.13.0 DEV

    Sorting Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1266 56.2 Order-Related Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1276 56.3 Sorting twice as it would be if the expression were written as v(1) < v(2) && v(2) <= v(3). However, the order of evaluations in a chained comparison is undefined. It is strongly recommended not to use expressions each element of an array A. 6.8 Operator Precedence and Associativity Julia applies the following order and associativity of operations, from highest precedence to lowest: For a complete list of every
    0 码力 | 2058 页 | 7.45 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 RC1

    Sorting Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1264 56.2 Order-Related Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1274 56.3 Sorting twice as it would be if the expression were written as v(1) < v(2) && v(2) <= v(3). However, the order of evaluations in a chained comparison is undefined. It is strongly recommended not to use expressions each element of an array A. 6.7 Operator Precedence and Associativity Julia applies the following order and associativity of operations, from highest precedence to lowest: Category Operators Associativity
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 Beta4

    Sorting Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1263 56.2 Order-Related Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1273 56.3 Sorting twice as it would be if the expression were written as v(1) < v(2) && v(2) <= v(3). However, the order of evaluations in a chained comparison is undefined. It is strongly recommended not to use expressions each element of an array A. 6.7 Operator Precedence and Associativity Julia applies the following order and associativity of operations, from highest precedence to lowest: Category Operators Associativity
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 Beta3

    Sorting Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1263 56.2 Order-Related Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1273 56.3 Sorting twice as it would be if the expression were written as v(1) < v(2) && v(2) <= v(3). However, the order of evaluations in a chained comparison is undefined. It is strongly recommended not to use expressions each element of an array A. 6.7 Operator Precedence and Associativity Julia applies the following order and associativity of operations, from highest precedence to lowest: Category Operators Associativity
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
共 183 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
RelaxedGuidetomemoryorderrelaxedminmaxandMoreWhenNanosecondsMatterUltrafastTradingSystemsinC++BuildingbridgesLeveragingROSforsimulatorssensordataalgorithmsFunctionalApproachTestableMaintainableCodeHeterogeneousModernwithSYCL2020julia1.13DEVJulia1.12RC1Beta4Beta3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩