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

无数据

分类

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

语言

全部英语(137)中文(简体)(8)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(143)PPT文档 PPT(4)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 147 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back To Basics Algorithms

    std::string firstname; std::string lastname; int age; }; int main() { std::vector table = { Person{ "Homer", "Simpson", 38 } , Person{ "Marge", "Simpson", 34 11std::string firstname; std::string lastname; int age; }; int main() { std::vector table = { Person{ "Homer", "Simpson", 38 } , Person{ "Marge", "Simpson", 34 return EXIT_SUCCESS; } Fun with the Simpsons 12 11int main() { std::vector table = /* ... */; // Find the youngest person Fun with the Simpsons 13 11 // ... Let me find
    0 码力 | 99 页 | 19.12 MB | 6 月前
    3
  • pdf文档 C++ Exceptions for Smaller Firmware

    on GCC ARM 95Things that will NOT be covered here ● Nested exceptions ● Anything other than table based exceptions 96Consider the following 97 struct error {}; void foo() { try { bar(); Destructors…ARM Exception Table 130 __exidx_end Function Address 32-bits Exception Data Address Offset 0x7FFF'F700 =-2304 .exception_table LU16/32 personality GCC LSDA Note: Exception table is 32-bit alignedWhat alignedWhat is a LSDA? header call site table action table(s) personality function personality data type table 131 ● L.S.D.A. = Language Specific Data Area ● LSDA is included in the Itanium exception
    0 码力 | 237 页 | 6.74 MB | 6 月前
    3
  • pdf文档 POCOAS in C++: A Portable Abstraction for Distributed Data Structures

    structures - Data distributed across many processes - Globally accessible ‘a’,‘b’,‘c’ Distributed Hash Table Rank 0 Rank 1 Rank 2 Rank 3Data Structures - Data structures are split into two types: 1) Remote structures - Data distributed across many processes - Globally accessible ‘a’,‘b’,‘c’ Distributed Hash Table Rank 0 Rank 1 Rank 2 Rank 3 Rank 0Data Structures - Data structures are split into two types: structures - Data distributed across many processes - Globally accessible ‘a’,‘b’,‘c’ Distributed Hash Table Rank 0 Rank 1 Rank 2 Rank 3 Rank 0 Rank 3Data Structures - Constructors/destructors that must
    0 码力 | 128 页 | 2.03 MB | 6 月前
    3
  • pdf文档 CppCon 2021: Persistent Data Structures

    Structures Live Demonstration References Use-Cases of Persistent Memory Metagenomics ▶ Persistent hash table to lookup genome fragments [13] Astronomy ▶ Persistent indexing structure to maintain data sets few cache misses ▶ Arrays ▶ Open addressing ▶ Low memory management overhead ▶ Allocate large table chunks A Persistent Hash Map for Graph Processing Workloads and a Methodology for Persistent Transactional Demonstration References PMap Design Overview ConcurrentHashMap table Table pairs CHM copyIdx copyDone size slots newTable K1 V1 K2 V2 K3 V3 K4 V4 Table pairs CHM copyIdx copyDone size slots newTable K1 V1
    0 码力 | 56 页 | 1.90 MB | 6 月前
    3
  • pdf文档 Shared Libraries

    Import data section 9.idata contents Directory Table Directory entry: • DLL Name • ImportLookupTable offset • ImportAddressTable offset • … Import Lookup Table* Imported symbol names/ordinals, for loader loader usage … … … Import Address Table (IAT) List of import addresses as resolved by the loader … … … https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#the-idata-section 10 * Actually resolver> jmp [got_slot_41] … … push 42 jmp jmp [got_slot_43] Procedure Lookup Table (PLT)PLT: some extra details • The 1st PLT entry is special and used in all PLT calls, add a module
    0 码力 | 69 页 | 1.40 MB | 6 月前
    3
  • pdf文档 Compile-Time Compression and Resource Generation with C++20

    6 . 2/ Lookup Tables Lets make a lookup table that does linear interpolation. Warning: constexpr is a gcc extension [P1383] 7 . 1/ Table of sin(x) where x is in degrees, not radians Reusable std::sin(radians(degrees)); } constexpr auto DegreeSineTable = LerpTable::make_table(0.0f, 90.0f, sine_deg); static_assert(DegreeSineTable(30.0f) >= 0.499f && DegreeSineTable(30 LerpTable { constexpr T operator()(T in) const { ... } constexpr static LerpTable make_table( T min, T max, T (&function)(T) ) { ... } private: struct Entry {
    0 码力 | 59 页 | 1.86 MB | 6 月前
    3
  • pdf文档 C++ Under the Hood

    Construction 10C++ Under the Hood – Inheritance Hierarchy 11C++ Under the Hood – __v_table_ptr 1213 C++ Under the Hood – __v_table_ptr / v_tableC++ Under the Hood – C’tor (Constructor Implementation) 14C++ Under Under the Hood – Construction (construct members)25 C++ Under the Hood – Construction (set this v_table)26 C++ Under the Hood – Polymorphism During Construction27 C++ Under the Hood – Polymorphism During Under the Hood – Construction (construct members)33 C++ Under the Hood – Construction (set this v_table)34 C++ Under the Hood – Polymorphism During Construction35 C++ Under the Hood – Construction36
    0 码力 | 168 页 | 13.55 MB | 6 月前
    3
  • pdf文档 Class Layout

    has a virtual function, every object of that type contains a pointer to a shared virtual function table. class B { public: virtual int f1(); virtual void f2(int); virtual int f3(int); ~~~ }; B *bp = new  A single destructor will be often represented by two separate entries in the virtual function table; one is a “destroy and delete” destructor, while the other only destroys. 48 Copyright © 2020 by Calling Sequence  The virtual calling sequence is indirect through the object’s virtual function table. The call bp‐>f1();  Is translated to something like (*(bp‐>vptr)[0])(bp) 49 B members bp
    0 码力 | 51 页 | 461.37 KB | 6 月前
    3
  • pdf文档 Exceptions Under the Spotlight

    exceptions exist: 1. Table based: gcc, clang (better happy path results). 2. Frame based (“code approach”): MSVC (better sad path results). PART II: EXCEPTIONS OVERHEAD 24 • Table based implementation function will contain additional information of list of catchable exceptions, as well as a cleanup table.PART II: EXCEPTIONS OVERHEAD 25 • Functionality is implemented in two main libraries (focusing on __register_frame_info __register_frame_info_bases __register_frame_info_table __register_frame_info_table_bases __register_frame_table __cxa_allocate_dependent_exception __cxa_allocate_exception __cxa_exception
    0 码力 | 53 页 | 2.82 MB | 6 月前
    3
  • pdf文档 C++20 镶 SQL

    the customers table CREATE TABLE customers( id INTEGER NOT NULL PRIMARY KEY, name TEXT NOT NULL ); Customers id INTEGER PRIMARY KEY name TEXTCreate the orders table CREATE TABLE orders( id INTEGER // R"( CREATE TABLE customers( id INTEGER NOT NULL PRIMARY KEY, name TEXT NOT NULL );)" // >{sqldb} .execute();Create Orders ftsd::prepared_statement< // R"( CREATE TABLE orders( id INTEGER
    0 码力 | 46 页 | 775.02 KB | 6 月前
    3
共 147 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 15
前往
页
相关搜索词
BackToBasicsAlgorithmsC++ExceptionsforSmallerFirmwarePOCOASinPortableAbstractionDistributedDataStructuresCppCon2021PersistentSharedLibrariesCompileTimeCompressionandResourceGenerationwith20UndertheHoodClassLayoutSpotlightSQL
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩