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

无数据

分类

全部后端开发(366)C++(238)Python(77)Julia(18)云计算&大数据(16)Conda(16)综合其他(14)系统运维(13)Django(13)VirtualBox(11)

语言

全部英语(339)中文(简体)(51)中文(繁体)(21)zh(4)英语(3)中文(简体)(2)西班牙语(1)日语(1)韩语(1)

格式

全部PDF文档 PDF(401)PPT文档 PPT(11)其他文档 其他(11)DOC文档 DOC(4)TXT文档 TXT(1)
 
本次搜索耗时 0.038 秒,为您找到相关结果约 428 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • 云计算&大数据
  • Conda
  • 综合其他
  • 系统运维
  • Django
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 英语
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • DOC文档 DOC
  • 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文档 Conda 23.3.x Documentation

    >=1.8,<2 • numpy >=1.8,<2|1.9 • numpy 1.8.1 py27_0 • numpy=1.8.1=py27_0 Version ordering The class VersionOrder(object) implements an order relation between version strings. Version strings can contain 3.1 conda.api.Solver class DepsModifier(value) Flags to enable alternate handling of dependencies. NOT_SET = 'not_set' NO_DEPS = 'no_deps' ONLY_DEPS = 'only_deps' class Solver(prefix, channels -- See solve_final_state(). Returns Return type UnlinkLinkTransaction 3.2 conda.cli.python_api class Commands CLEAN = 'clean' CONFIG = 'config' CREATE = 'create' INFO = 'info' INSTALL = 'install'
    0 码力 | 370 页 | 2.94 MB | 8 月前
    3
  • pdf文档 Conda 23.5.x Documentation

    >=1.8,<2 • numpy >=1.8,<2|1.9 • numpy 1.8.1 py27_0 • numpy=1.8.1=py27_0 Version ordering The class VersionOrder(object) implements an order relation between version strings. Version strings can contain 3.1 conda.api.Solver class DepsModifier(value) Flags to enable alternate handling of dependencies. NOT_SET = 'not_set' NO_DEPS = 'no_deps' ONLY_DEPS = 'only_deps' class Solver(prefix, channels -- See solve_final_state(). Returns Return type UnlinkLinkTransaction 3.2 conda.cli.python_api class Commands CLEAN = 'clean' CONFIG = 'config' CREATE = 'create' INFO = 'info' INSTALL = 'install'
    0 码力 | 370 页 | 3.11 MB | 8 月前
    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
共 428 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 43
前往
页
相关搜索词
ClassLayoutUsingModernC++toBuildXOffsetDatastructureBackBasicsDesignPatternsContractsforTemplatesPartMultiProducerConsumerLockFreeAtomicQueueConda23.3Documentation23.5PictureisWorthThousandWords
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩