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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(101)PPT文档 PPT(2)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 103 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    classes, an illustrative example from a larger project • Project build issues • Inclusion of platform-specific header files • Concept hierarchies • Class and Function DesignOCP: The Open–Closed Principle header file to define the common definitions • The header file is responsible for including the platform-specific code • A series of preprocessor macros handles generating the header file name to load • result = vcopyq_laneq_f32(negation, 0, value, 0); return Quat(result); }Usage of Platform-specific Implementation Quat eval(Quat a, Quat b, Quat c) { return (a *
    0 码力 | 75 页 | 581.83 KB | 6 月前
    3
  • pdf文档 Get off my thread: Techniques for moving k to background threads

    std::async(std::launch::async,...) Platform-specific APIsSpawning new threads There are lots of ways to spawn new threads: std::thread std::jthread std::async(std::launch::async,...) Platform-specific APIs They all have
    0 码力 | 90 页 | 6.97 MB | 6 月前
    3
  • pdf文档 Dynamically Loaded Libraries Outside the Standard

    EXPORT_UNDNAME #else #define EXPORT_UNDNAME __attribute__((visibility("default"))) #endif Platform-specific tricks to export a variable without mangling83 CppCon 2021 | auto load = [] { return plugi
    0 码力 | 100 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Interesting Upcoming Features from Low Latency, Parallelism and Concurrency

    Customizable Functions: ● Customization through policy-aware schedulers. ● Flexibility to support platform-specific optimizations. Example Customization: ● Using CUDA-specific scheduler for std::for_each.
    0 码力 | 56 页 | 514.85 KB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    3Why does C++ care about it? Standard C++03 didn’t have “threads.” You’d just use some platform-specific library, such as pthreads. But then what could the Standard say about multithreaded programs
    0 码力 | 58 页 | 333.56 KB | 6 月前
    3
  • pdf文档 Back to Basics: The structure of a Program

    Steagall K E W B C O M P U T I N G What is an ABI? • ABI (application binary interface) is the platform-specific specification of how entities defined in one TU interact with entities defined in another TU
    0 码力 | 64 页 | 390.34 KB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    trigger (ctrl_c.event()) completes… (demo 4)118 All that remains is a boat-load of nasty platform-specific hackery (hook Windows events, play clicky sounds). You can find all the demo code including
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • pdf文档 C++26 Preview

    1 2 3 66.1Library - Utilities 67P1759 Native handles and file streams // No need to use platform-specific APIs to open the file { std::ofstream of("~/foo.txt"); auto lm = last_modified(of.native_handle());
    0 码力 | 118 页 | 2.02 MB | 6 月前
    3
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    spinning - rather than processing Not likely to get lock either - it is 1 of 19 waiting Speaker notes◼ : Ordinary Job ◼ : Processing Job ◼ : Saving Job (Waiting) ◼ : Saving Job (Writing) ◼ : CPU Usage regular jobs use 50% CPU 100% usage is SpinLocks - Followed by 20% usage in saving jobs Speaker notes38Speaker notesAVOID BLOCKING – CONFIRMATION • Changed from SpinLock to mutex • Result: ▪ CPU usage minimal Speaker notes◼ : Ordinary Job ◼ : Processing Job ◼ : Saving Job (Waiting) ◼ : Saving Job (Writing) ◼ : CPU Usage 40Same as before - except 100% usage replaced by 0% Speaker notes41Speaker notesAVOID
    0 码力 | 99 页 | 2.40 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    Functions can have zero or more inputs. This function has exactly one parameter of type std::string Notes on function parameters: ● Functions names must start with a letter or underscore. ● Note: Sometimes value returned. Functions return at most 1 value (The type is ‘void’ if we return no values). Notes on return values: ● There are a few ways to get more than 1 value returned from a function: ○ We the function name. Local variables declared in the function body follow normal scoping rules. Notes on function body: ● Later on we’ll see that the function body usually is defined in a source (.cpp)
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
共 103 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
HighPerformanceCrossPlatformArchitectureC++20InnovationsGetoffmythreadTechniquesformovingtobackgroundthreadsDynamicallyLoadedLibrariesOutsidetheStandardInterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrencyBackBasicsThestructureofProgramWorkingwithAsynchronyGenericallyTourExecutors26PreviewOptimiseMultithreadedDataBuildingDuringGameDevelopmentToFunctions
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩