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

无数据

分类

全部后端开发(549)Java(259)Spring(259)C++(89)Julia(87)Conan(74)Python(67)数据库(57)云计算&大数据(57)VirtualBox(53)

语言

全部英语(660)中文(繁体)(20)中文(简体)(14)法语(1)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(557)其他文档 其他(88)TXT文档 TXT(50)PPT文档 PPT(2)
 
本次搜索耗时 0.093 秒,为您找到相关结果约 697 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • C++
  • Julia
  • Conan
  • Python
  • 数据库
  • 云计算&大数据
  • VirtualBox
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 法语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A Relaxed Guide to memory_order_relaxed

    A 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 ● In particular, memory_order_relaxed allows arbitrary visibility reordering with respect to accesses to other locations.What is Not to Like About memory_order_relaxed? ● Just a load, just a store: ○ Assuming aligned machine-sized atomic objects, that is…What is Not to Like About memory_order_relaxed? ● Just a load, just a store: Full control, excellent efficiency and scalability! ○ Assuming aligned
    0 码力 | 32 页 | 278.53 KB | 5 月前
    3
  • pdf文档 Bridging the Gap: Writing Portable Programs for CPU and GPU

    (T1, T1, T2)") from a device function("func") is not allowed ... The experimental flag ’--expt-relaxed-constexpr’ can be used to allow this.33/66 Motivation Patterns The dark path Cuda proposal Thank and --expt-relaxed-constexpr34/66 Motivation Patterns The dark path Cuda proposal Thank you constexpr everything - 3 known uses RAPIDS1 by Nvidia: Discussed whether to use --expt-relaxed-constexpr, uses RAPIDS1 by Nvidia: Discussed whether to use --expt-relaxed-constexpr, but eventually decided against it MatX2 by Nvidia: Uses --expt-relaxed-constexpr 1Data science and AI library 2Matrix functions34/66
    0 码力 | 124 页 | 4.10 MB | 5 月前
    3
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    }; 27auto Fifo3::push(T const& value) { auto pushCursor = pushCursor_.load(std::memory_order_relaxed); auto popCursor = popCursor_.load(std::memory_order_acquire); if (full(pushCursor, popCursor)) pushCursor_.load(std::memory_order_acquire); auto popCursor = popCursor_.load(std::memory_order_relaxed); if (empty(pushCursor, popCursor)) { return false; } value = *element(popCursor); e value); };auto Fifo4::push(T const& value) { auto pushCursor = pushCursor_.load(std::memory_order_relaxed); if (full(pushCursor, cachedPopCursor_)) { cachedPopCursor_ = popCursor_.load(std::memory_order_acquire);
    0 码力 | 51 页 | 546.30 KB | 5 月前
    3
  • pdf文档 Design and Implementation of Highly Scalable Quantifiable Data Structures in C++

    Drivers for Change ▶ Architectural demands to utilize multicore resources ▶ General acceptance of relaxed semantics ▶ The intractable O(n!) complexity of concurrent system models prompting the search for and Performance ▶ Previous works focus on relaxed correctness conditions ▶ Relaxed semantics is a technique, not a measurement ▶ Need to measure what relaxed semantics and other techniques do ▶ How correct Conclusion Key Take-Aways ▶ Quantifiability enables highly scalable data structures by permitting relaxed semantics ▶ The vector space model facilitates an efficient verification technique for checking
    0 码力 | 51 页 | 4.08 MB | 5 月前
    3
  • pdf文档 Spring Boot 2.2.8.RELEASE Reference Guide

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 Relaxed Binding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnotherComponent bean in manner similar to the preceding AcmeProperties example. Relaxed Binding Spring Boot uses some relaxed rules for binding Environment properties to @ConfigurationProperties beans, firstName; } } With the preceding code, the following properties names can all be used: Table 5. relaxed binding Property Note acme.my- project.person.fir st-name Kebab case, which is recommended for
    0 码力 | 523 页 | 11.05 MB | 1 年前
    3
  • pdf文档 Spring Boot 2.2.7.RELEASE Reference Guide

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 Relaxed Binding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnotherComponent bean in manner similar to the preceding AcmeProperties example. Relaxed Binding Spring Boot uses some relaxed rules for binding Environment properties to @ConfigurationProperties beans, firstName; } } With the preceding code, the following properties names can all be used: Table 5. relaxed binding Property Note acme.my- project.person.fir st-name Kebab case, which is recommended for
    0 码力 | 522 页 | 11.01 MB | 1 年前
    3
  • epub文档 Spring Boot 1.2.9.BUILD-SNAPSHOT Reference Documentation

    Multi-profile YAML documents YAML shortcomings Typesafe Configuration Properties Third-party configuration Relaxed binding @ConfigurationProperties Validation 24. Profiles Adding active profiles Programmatically Boot production ready starters 13.3. Spring Boot technical starters 22.1. Banner variables 23.1. relaxed binding 25.1. Logging properties Spring Boot Reference Guide Phillip Webb Dave Syer Josh Long FooComponent bean in a similar manner as the ConnectionSettings example above. Relaxed binding Spring Boot uses some relaxed rules for binding Environment properties to @ConfigurationProperties beans, so
    0 码力 | 393 页 | 360.45 KB | 1 年前
    3
  • epub文档 Spring Boot 1.2.3.RELEASE Reference Documentation

    Multi-profile YAML documents YAML shortcomings Typesafe Configuration Properties Third-party configuration Relaxed binding @ConfigurationProperties Validation 24. Profiles Adding active profiles Programmatically Boot production ready starters 13.3. Spring Boot technical starters 22.1. Banner variables 23.1. relaxed binding 25.1. Logging properties Spring Boot Reference Guide Phillip Webb Dave Syer Josh Long FooComponent bean in a similar manner as the ConnectionSettings example above. Relaxed binding Spring Boot uses some relaxed rules for binding Environment properties to @ConfigurationProperties beans, so
    0 码力 | 390 页 | 358.87 KB | 1 年前
    3
  • epub文档 Spring Boot 1.2.8.RELEASE Reference Documentation

    Multi-profile YAML documents YAML shortcomings Typesafe Configuration Properties Third-party configuration Relaxed binding @ConfigurationProperties Validation 24. Profiles Adding active profiles Programmatically Boot production ready starters 13.3. Spring Boot technical starters 22.1. Banner variables 23.1. relaxed binding 25.1. Logging properties Spring Boot Reference Guide Phillip Webb Dave Syer Josh Long FooComponent bean in a similar manner as the ConnectionSettings example above. Relaxed binding Spring Boot uses some relaxed rules for binding Environment properties to @ConfigurationProperties beans, so
    0 码力 | 392 页 | 360.10 KB | 1 年前
    3
  • epub文档 Spring Boot 1.2.1.RELEASE Reference Documentation

    Multi-profile YAML documents YAML shortcomings Typesafe Configuration Properties Third-party configuration Relaxed binding @ConfigurationProperties Validation 24. Profiles Adding active profiles Programmatically Boot production ready starters 13.3. Spring Boot technical starters 22.1. Banner variables 23.1. relaxed binding 25.1. Logging properties Spring Boot Reference Guide Phillip Webb Dave Syer Josh Long FooComponent bean in a similar manner as the ConnectionSettings example above. Relaxed binding Spring Boot uses some relaxed rules for binding Environment properties to @ConfigurationProperties beans, so
    0 码力 | 377 页 | 347.50 KB | 1 年前
    3
共 697 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 70
前往
页
相关搜索词
RelaxedGuidetomemoryorderrelaxedBridgingtheGapWritingPortableProgramsforCPUandGPUSingleProducerConsumerLockfreeFIFOFromGroundUpDesignImplementationofHighlyScalableQuantifiableDataStructuresinC++SpringBoot2.2RELEASEReference1.2BUILDSNAPSHOTDocumentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩