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

无数据

分类

全部后端开发(15)C++(13)云计算&大数据(3)Kubernetes(2)Rust(2)前端开发(1)数据库(1)JavaScript(1)MySQL(1)Istio(1)

语言

全部英语(12)中文(简体)(7)俄语(1)

格式

全部PPT文档 PPT(20)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 20 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • Kubernetes
  • Rust
  • 前端开发
  • 数据库
  • JavaScript
  • MySQL
  • Istio
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 C++20: An (Almost) Complete Overview

    Advantages  Replace header files  Modules explicitly state what should be exported (e.g. classes, functions, …)  Separation into module interface files and module implementation files is possible but not Improves build throughput; will be processed only once  Comparable to precompiled header files (PCH)  Custom headers can also be made importable, but how to is compiler dependent “How C++20  |13 Ranges  Example of chaining views: vector data { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; auto result { data | views::filter([](const auto& value) { return value % 2 == 0; })/* 2 4 6 8 10 */ |
    0 码力 | 85 页 | 512.18 KB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 16 现代 CMake 模块化项目管理指南

    h>|lib*|share)/*/cmake/ • 其中 是变量 ${CMAKE_PREFIX_PATH} , Windows 平台默认为 C:/Program Files 。 • 是你在 find_package( REQUIRED) 命令中指定的包名。 • 是系统的架构名。 https://zhuanlan.zhihu 会依次搜索: • C:/Program Files/Qt5Config.cmake • C:/Program Files/cmake/Qt5Config.cmake • C:/Program Files/Qt5/Qt5Config.cmake • C:/Program Files/Qt5/cmake/Qt5Config.cmake • C:/Program Files/Qt5/lib/cmake/Qt5/Qt5Config C:/Program Files/Qt5/lib/x86_64-windows-gnu/cmake/Qt5/Qt5Config.cmake • C:/Program Files/Qt5/share/cmake/Qt5/Qt5Config.cmake • C:/Program Files/Qt5/lib/Qt5/Qt5Config.cmake • C:/Program Files/Qt5/lib/
    0 码力 | 56 页 | 6.87 MB | 1 年前
    3
  • ppt文档 应用 waPC (rust) 做软件测试工具

    什么是 waPC? WASM 外部函数 接口 FFI Input type Return type Platform 底层 I32 I32 Unknown waPC &[u8] Result,error > Linux x86_64, macOS x86_64 ,Wi ndows x86_64, … cargo build —target wasm- unknown-unknown 也可返回请求 host Invoke(ctx,operation,payload) WAPC 流程 • Uses Length of response and error to return result res,err:= Invoke… WAPC 流程 #[no_mangle] pub fn wapc_init() { wapc::register_function("ping", will not implicate the others • Can be compiled from many programming language • Store wasm files prevent maintenance issues API 测试 - Wasm Mock Server 用 rust, 好处多 软件测试工具 • Url param ?loop=2
    0 码力 | 30 页 | 2.50 MB | 1 年前
    3
  • ppt文档 Автоматизация управления ClickHouse-кластерами в Kubernetes

    Examples - clickhouse-operator docs ClickHouse operator – начало • Хочу во всем разобраться Get files from github repo: git clone https://github.com/Altinity/clickhouse-operator Install the operator: docs/examples/demo-01.yaml -n demo clickhouseinstallation.clickhouse.altinity.com/demo-01 created 3. RESULT $ kubectl get all -n demo NAME READY STATUS pod/chi-demo-01-demo-0-0-0
    0 码力 | 44 页 | 2.24 MB | 1 年前
    3
  • ppt文档 whats new in visual studio

    Visual Studio Build Debug Edit Developer inner-loop Developer inner-loop Build Debug Edit Find in Files 1.8x faster 1 2 0 5 10 15 20 25 30 35 40 45 50 47 27 Series1 Open C++ File 2.4x faster 1 2 0 0.5 ms/18xfaster Performance of Visual Studio Developer inner-loop Build Debug Edit Find in Files 1.8x faster Open C++ File 2.4x faster IntelliSense Ready* 1.9x faster *) Colorization + Member Performance of Visual Studio At CppCon last year Developer inner-loop Build Debug Edit Find in Files 1.8x faster Open C++ File 2.4x faster IntelliSense Ready* 1.9x faster *) Colorization + Member
    0 码力 | 42 页 | 19.02 MB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 11 现代 CMake 进阶指南

    中添加一个可执行文件作为构建目标 另一种方式:先创建目标,稍后再添加源文件 如果有多个源文件呢? 逐个添加即可 使用变量来存储 建议把头文件也加上,这样在 VS 里可以出现在“ Header Files” 一栏 使用 GLOB 自动查找当前目录下指定扩展名的文件,实现批量添加源文件 启用 CONFIGURE_DEPENDS 选项,当添加新文件时,自动更新变量 如果源码放在子文件夹里怎么办? Python 的 os.path.join(x, ‘bin’) 一样的效果。 毕竟大多数操作系统都是 Unix-like 嘛……就 Windows 喜欢搞特殊 。 cd /d C:\\Program\ Files\ \(x86\)\\Microsoft\ Visual\ Studio\\2019\\ 怎么路径里动不动夹杂几个转移符、空格、特殊符号?这谁顶得住啊 。 高情商: Windows 是最适合练习你 没加引号会怎样?会把列表里的字符串当成他的关键字 结论:除非确实需要列表,建议始终在你不确定的地方加上引号,例如: set(sources “main.cpp” “mylib.cpp” “C:/Program Files/a.cpp”) message(“${sources}”) 第 7 章:变量与缓存 重复执行 cmake -B build 会有什么区别? 可以看到第二次的输出少了很多,这是因为 CMake
    0 码力 | 166 页 | 6.54 MB | 1 年前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    writes 43  C++23 mandates that whitespace after a \ line continuation character is stripped, so result should be 1 Extra space behind \C++23 Standard Library36 Agenda  C++23 Core Language  Explicit : std::string GeneratePattern(const std::string& pattern, size_t count) { std::string result; result.reserve(pattern.size() * count); for (size_t i = 0; i < count; i++) { // Not optimal: // - Updates size and checks for potential resize 'count' times result.append(pattern); } return result; }59 basic_string::resize_and_overwrite()  E.g.: std::string GeneratePattern(const
    0 码力 | 105 页 | 759.96 KB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    STD::EXECUTION Sender adaptors Returns a sender that… then(sender, fn) → sender … transforms the result value of the operation with a function. upon_[error|done](sender, fn) → sender … transforms the the error and done signals with a function. let_[value|…](sender, fn) → sender … passes the result of input sender to function, which returns new sender. when_all(senders...) → sender … completes when ) by invoking the callable and // passing the result to the inner receiver: template requires ex::receiver_ofresult_t> void set_value(As&&... as) && {
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • ppt文档 A Crash Course in Calendars, Dates, Time, and Time Zones

    ratio<1, 60>; // 1/60 using r2 = ratio<1, 30>; // 1/30 using result = ratio_add::type; cout << format("sum = {}/{}", result::num, result::den);// 1/20  Comparisons with ratio_equal, ratio_not_equal 2020y / June / 22d } + 9h + 35min + 10s }; auto d3 { d2 + years { 1 } }; // Add 1 year to d2  Result d2 = 2020-06-22 09:35:10 d3 = 2021-06-22 15:24:22 ⚠ Adding 1 year does not add: 86,400 * 1 year. year_month_day ymd3{ ymd2 + years{ 1 } }; auto d3{ sys_days{ ymd3 } + d2_seconds };  Result t2 = 2020-06-22 09:35:10 t3 = 2021-06-22 09:35:1038 Agenda  Compile-Time Rational Numbers 
    0 码力 | 43 页 | 551.60 KB | 6 月前
    3
  • ppt文档 C++20's

    year y{2021}; std::cout << y << "\n"; month m{October}; auto result = m + months{3}; std::cout << result << "\n"; } Output: 2021 Jan12 Some examples: Simple Calendrical Types using namespace std::chrono; int main() { weekday wd{Thursday}; auto result = wd + days{4}; std::cout << result << "\n"; weekday sun1{0}; weekday sun2{7}; std::cout << sun1 <<
    0 码力 | 55 页 | 8.67 MB | 6 月前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
C++20AnAlmostCompleteOverview高性性能高性能并行编程优化课件16潘泳权wpackubernetesClickHousewhatsnewinvisualstudio1123ofAllNewandUpdatedFeaturesWorkingwithAsynchronyGenericallyTourExecutorsCrashCourseCalendarsDatesTimeZonesChrono
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩