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

无数据

分类

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

语言

全部英语(304)中文(简体)(15)英语(2)中文(繁体)(1)

格式

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

    Class Layout Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 1 Class Layout Steve Dewhurst Semantics Consulting, Inc. www.stevedewhurst.com 1 Copyright © 2020 by Stephen C. Dewhurst and Daniel Daniel Saks C++ Classes  Only non-static data declarations in a class definition add anything to the size of class objects. class HR { public: ~~~ void terminator(Salary *, Hourly *, Temp *); private: Stephen C. Dewhurst and Daniel Saks 1 7Class Layout Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 2 sizeof(Class Object)  sizeof applied to the HR class yields the same result as sizeof applied
    0 码力 | 51 页 | 461.37 KB | 6 月前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    structures, including: • Base Types, Custom Types, Different Containers, Nested Types. • The diagram shows how these base types and containers can be combined to form complex data structures. Fanchen sent directly. • Deserialization without decoding: Data is accessed and modified directly. • The diagram shows that our method removes the need for encoding and decoding steps, simplifying the serialization include: • Serialization & deserialization • Read & write • In-place/non-in-place write • The diagram illustrates that, just like a road without bottlenecks allows for smooth traffic flow, we need
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Back to Basics: Design Patterns

    start this talk by introducing the taxonomy of design patterns at a high level, how to read a UML diagram (as a quick refresher), a refresher on inheritance vs composition, and then spend the rest of the we want!Time for the refactoring! (1/2) ● The first step is to move our global variables into a class ○ This groups both variables together ○ We will likely want to also have some behaviors (i.e. working with these values as well 38Time for the refactoring! (2/2) ● We move our globals into a class and will make them member variables ○ ConfigurationManager will be our Singleton ○ Through ConfigurationManager
    0 码力 | 96 页 | 2.10 MB | 6 月前
    3
  • pdf文档 Contracts for C++

    components, extending their ordinary definition with: • preconditions • postconditions • invariants (class invariants, loop invariants...) • called "Contracts" in accordance with a conceptual metaphor with components, extending their ordinary definition with: • preconditions • postconditions • invariants (class invariants, loop invariants...) • called "Contracts" in accordance with a conceptual metaphor with components, extending their ordinary definition with: • preconditions • postconditions • invariants (class invariants, loop invariants...) • called "Contracts" in accordance with a conceptual metaphor with
    0 码力 | 181 页 | 4.44 MB | 6 月前
    3
  • pdf文档 Back to Basics: Templates Part 2

    it is a recipe for making things • C++ provides six kinds of templates • Function templates • Class templates • Member function templates • Alias template • Variable templates • Lambda templates definitions are permitted" • Exactly one definition of a class must appear in any translation unit that uses it in such a way that the class must be complete • The rules for inline variables and functions parameters to create a template specialization 6 template<class T1, class T2> struct pair { T1 first; T2 second; ... }; template<class T> T const& max(T const& a, T const& b) { ... } pair
    0 码力 | 80 页 | 490.15 KB | 6 月前
    3
  • pdf文档 Back to Basics: Templates - Part 1

    functions 16 template<class T> T const& min(T const& a, T const& b); { return (a < b) ? a : b; } template<class T> void swap(T& a, T& b); template<class RandomIt, class Compare> void sort(RandomIt 2021 Bob Steagall Class Templates (C++98/03) • Recipes for making classes 17 template<class T, size_t N> struct array {...}; template<class T, class Alloc = allocator> class vector {...}; templateclass Key, class Val, class Compare = less, class Allocator = allocator>> class map {...};CppCon 2021 – Back to Basics: Templates – Part 1 Copyright © 2021 Bob Steagall
    0 码力 | 68 页 | 436.75 KB | 6 月前
    3
  • pdf文档 Multi Producer, Multi Consumer, Lock Free, Atomic Queue

    | Lockfree, MPMC Queue https://github.com/erez-strauss/lockfree_mpmc_queue template class QueueSchedulerIssue { std::atomic writeIndex; std::atomic readIndex; elements[my_entry].second = my_entry ; return true; } }; pseudo code! 14 template class QueueSchedulerIssue { // … bool try_pop(T& value) { auto my_entry = readIndex.fetch_add(1); // delay write index increment bool lazy_pop = false> // delay read index increment class mpmc_queue { explicit mpmc_queue(uint64_t n = N); bool push(value_type d); // try to push
    0 码力 | 54 页 | 886.12 KB | 6 月前
    3
  • pdf文档 A Picture is Worth a Thousand Words

    com/jgraph/drawio-desktopText to diagram converters • PlantUML • open source tool that converts simple textual descriptions to UML diagrams • Not only UML diagrams - Earth diagram, UI wireframes and more Integration to doxygen doc / markdown doc http://plantuml.com/guideThree simple lines generate this diagram…. Isn’t it awesome?Have a break! • Use PlantUML to create Sudoku. • The sudoku is randomly based diagramming and charting tool. • Mermaid can render: • Flowcharts • Sequence / class diagrams • Gantt diagram • Git graph and more https://mermaid-js.github.io/mermaid/#/Finally comes : the most
    0 码力 | 18 页 | 1.77 MB | 6 月前
    3
  • pdf文档 Monadic Operations in Modern C++: A Practical Approach

    bool>std::optional as a return value When an operation can fail, but it doesn't matter why: template<class T> [[nodiscard]] std::optional Vector::indexOf(const T &element) const { ./ is the boundary? ● Class interface ● Library interface 37Example: window layout class diagram 38 UI::WindowLayout IWindowLayout WindowLayoutStackExample: window layout class IWindowLayout { public: or_else(&addWindowLayoutPrefix); } 39Example: window layout wrapper ./ Inside another namespace class WindowLayout : public QObject { Q_OBJECT Q_PROPERTY(QString activeWindow READ activeWindow
    0 码力 | 61 页 | 411.49 KB | 6 月前
    3
  • pdf文档 Back to Basics: Algebraic Data Types

    layout never changed. The library specifies that pair is basically a simple struct: template<class A, class B> struct pair { A first; B second; }; 10 A B pair has two public members: template<class R, class... Args> struct DeferredCall { std::tuple arguments_; R operator()() const { ~~~ } }; 21 However, C++20 moved toward returning dedicated class types, e.g setComplicated(int a, int b) { obj_.emplace(a, b); } 25 The next slide draws this out in a diagram.unique_ptr optional Stack Heap Stack Heap Why use optional
    0 码力 | 73 页 | 267.05 KB | 6 月前
    3
共 322 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 33
前往
页
相关搜索词
ClassLayoutUsingModernC++toBuildXOffsetDatastructureBackBasicsDesignPatternsContractsforTemplatesPartMultiProducerConsumerLockFreeAtomicQueuePictureisWorthThousandWordsMonadicOperationsinPracticalApproachAlgebraicDataTypes
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩