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

无数据

分类

全部后端开发(49)C++(49)

语言

全部英语(46)英语(2)中文(简体)(1)

格式

全部PDF文档 PDF(46)PPT文档 PPT(3)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 49 个.
  • 全部
  • 后端开发
  • C++
  • 全部
  • 英语
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Shapes of Multidimensional Arrays

    Introduction Standardization Design EDSL Extents Going beyond Conclusion The Shapes of Multi-Dimensional Arrays Vincent Reverdy September 17th, 2020 CppCon - Vincent Reverdy - September 17th, 2020 - Online Dedication 3Introduction Standardization Design EDSL Extents Going beyond Conclusion Multidimensional arrays and linear algebra        0.5 1.2 4.1        1D        0.5 4.5 −0.3 EDSL Extents Going beyond Conclusion Personal use case with optimal transport: up to 6D dynamic arrays with billions of elements CppCon - Vincent Reverdy - September 17th, 2020 - Online CC0 1.0 Universal
    0 码力 | 62 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Back to Basics: Pointers

    of raw pointers for creating data structures, passing data into functions, dynamically allocated arrays, and function pointers. This portion will cover capabilities of raw pointers and syntax: * (asterisk) Pointers as parameters...check Let’s now talk about pointers versus arrays (and dynamically allocated arrays) 71Pointers and Arrays 72Visualizing Memory - Linear array of addresses (1/4) 73 ● Let’s allocated) *Assume 1 byte per box 7 ‘a’ 3.1415Visualizing Arrays (1/8) 77 ● Okay, so what happens when we create an array of data?Visualizing Arrays (2/8) 78 ● Okay, so what happens when we create an
    0 码力 | 152 页 | 5.61 MB | 6 月前
    3
  • pdf文档 Application of C++ in Computational Cancer Modeling

    vector of future Eigen arrays) std::vector population_result; population_result.reserve(sample_tumor_par.size()); // get results (a vector of future Eigen arrays) std::ranges::transform(sample_tumor_par vector of future Eigen arrays) std::vector population_result; population_result.reserve(sample_tumor_par.size()); // get results (a vector of future Eigen arrays) std::ranges::transform(sample_tumor_par vector of future Eigen arrays) std::vector population_result; population_result.reserve(sample_tumor_par.size()); // get results (a vector of future Eigen arrays) std::ranges::transform(sample_tumor_par
    0 码力 | 47 页 | 1.14 MB | 6 月前
    0.03
  • pdf文档 Reflection Based Libraries to Look Forward To

    11 12 *Copied from P2996 35Array of structs to struct of arrays struct point { float x; float y; }; using points = struct_of_arrays; // equivalent to: // struct points { // std::arrayarrays template struct struct_of_arrays_impl; consteval auto make_struct_of_arrays(std::meta::info type, std::meta::define_class( substitute(^struct_of_arrays_impl, {type, N}), new_members); } template using struct_of_arrays = [: make_struct_of_arrays(^T, ^N) :]; 1 2 3 4 5 6 7 8 9 10 11
    0 码力 | 118 页 | 14.33 MB | 6 月前
    3
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    is sync primitive - spins rather than sleeping Flat map is associative container Stores items in arrays - keys in sorted array - giving O(logn) access Speaker notesJOB SYSTEM • Schedules jobs on many evenly ▶ Long functions should be split into jobs Independent sections processed in parallel Large arrays using parallel algorithms Speaker notesBUILDING LARGE WORLDS • Create read-only world cache for 24GridCell stores sorted arrays of GridNodes • Array of owned nodes - cell contains bounding box origin • Array of intersecting nodes - cell intersects bounding box Different arrays are useful for different
    0 码力 | 99 页 | 2.40 MB | 6 月前
    3
  • pdf文档 Relocation: Blazing Fast Save And Restore, Then Morel!

    structure with arrays of homogeneous data types (going from what in databases is called a row-representation to a columnar representation) also called “scattering” or achieving structures of arrays • …word entities: • Very simple binding of components to entities: The index into the global structure of arrays that contains the componentsHandles • Underneath they are an integer (the index of the components) accessor to the virtual table *INDEX* as a member • Each subtype has its own “state” struct of arrays or memory arena for their specific members (components) • Subtype handles inherit from the supertype
    0 码力 | 41 页 | 2.81 MB | 6 月前
    3
  • pdf文档 Writing Python Bindings for C++ Libraries: Easy-to-use Performance

    data and expose results in a memory layout that python understands ○ Write DSL to return numpy arrays for analysis Enter python bindingsWe’ve seen this before import binary_reader_bpy as mod librariesnumpy Optimized numeric operations for python using typed arrays● Abstraction over contiguous and multi-dimensional arrays exposed in Python (ndarray) ● Contains lots of optimized functions operates on numpy arrays? ● Your library needs to interop with some ML library: ○ return a std::vector and convert it to numpy array in python? ● Why not populate numpy arrays in your library?
    0 码力 | 118 页 | 2.18 MB | 6 月前
    3
  • pdf文档 C++20 STL Features: 1 Year of Development on GitHub

    user's • Example: lookup tables • Everyone uses lookup tables • Arrays are maximally space-efficient, very time-efficient • Sorted arrays: binary_search, lower_bound, equal_range • Now you can use constexpr • span is like a pair of T* and size_t, but better • spans are implicitly constructible from arrays and vectors • Avoids ownership confusion, accidental pointer arithmetic • span ➡ span (bit_cast, rotating/counting, power-of-2) • Several PRs by barcharcraz • make_shared() For Arrays • GH-309 by AdamBucior, tested by Weheineman • midpoint(), lerp() • Paolo Torres and BillyONeal
    0 码力 | 45 页 | 989.72 KB | 6 月前
    3
  • ppt文档 C++20 STL Features: 1 Year of Development on GitHub

    user's • Example: lookup tables • Everyone uses lookup tables • Arrays are maximally space-efficient, very time-efficient • Sorted arrays: binary_search, lower_bound, equal_range • Now you can use constexpr • span is like a pair of T* and size_t, but better • spans are implicitly constructible from arrays and vectors • Avoids ownership confusion, accidental pointer arithmetic • span  span; (bit_cast, rotating/counting, power-of-2) • Several PRs by barcharcraz • make_shared() For Arrays • GH-309 by AdamBucior, tested by Weheineman • midpoint(), lerp() • Paolo Torres and BillyONeal
    0 码力 | 45 页 | 702.09 KB | 6 月前
    3
  • pdf文档 Back to Basics: C++ Templates - Part 2

    equal to another. ■ Goal: ■ Code, as shown on the right. A Simple comparison of two equal­sized arrays. B Compare all fields of an array to a specific value. 1 struct MACAddress 2 { 3 unsigned char (macA.value, 2)); 14 static_assert(!Compare(macB.value, 2)); 15 16 B Compare two equally sized arrays 17 static_assert(!Compare(macA.value, macB.value)); 18 static_assert(Compare(macA.value, macC.value)); namespace details::array_compare */ 22 23 template B Compare two equally sized arrays 24 constexpr bool Compare(const T (&a)[N], const T (&b)[N]) 25 { 26 return details::array_compare::Compare(a
    0 码力 | 12 页 | 787.22 KB | 6 月前
    3
共 49 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
TheShapesofMultidimensionalArraysBacktoBasicsPointersApplicationComputationalCancerModelingReflectionBasedLibrariesLookForwardToTechniquesOptimiseMultithreadedDataBuildingDuringGameDevelopmentRelocationBlazingFastSaveAndRestoreThenMorelWritingPythonBindingsforC++EasyusePerformance20STLFeaturesYearonGitHubTemplatesPart
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩