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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(399)PPT文档 PPT(11)其他文档 其他(11)DOC文档 DOC(4)TXT文档 TXT(1)
 
本次搜索耗时 0.097 秒,为您找到相关结果约 426 个.
  • 全部
  • 后端开发
  • 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文档 Back to Basics: Generic Programming

    declaration; declaration can be • class / struct • function • type alias • variable • concept template-parameter is class | typename identifier [= default-value] Template definition should be in a header file12 David Olsen – Generic Programming CppCon 2024 Class Template Definition template <class T, class U> class pair { T m0; U m1; public: pair() { } pair(T v0, U v1) : m0(v0), m1(v1) https://godbolt.org/z/rejh9YPhK13 David Olsen – Generic Programming CppCon 2024 Class Template Definition template <class T, class U> class pair { T m0; U m1; public: pair() { } pair(T v0, U v1) : m0(v0), m1(v1)
    0 码力 | 175 页 | 1.16 MB | 6 月前
    3
  • pdf文档 Custom Views for the Rest of Us

    (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 2 3 456template <class T> concept GravitationalBody = requires(T const t) { { t.GetMass() } -> std::floating_point; GetLocation() } -> std::same_as; { t.GetVelocity() } -> std::same_as; }; template <class T> concept GravitationalRange = GravitationalBody>; 1 2 3 4 5 6 7 8 construction. ranges::enable_view is true. template <class T> concept range = requires(T& t) { ranges::begin(t); ranges::end(t); }; template <class T> concept view = ranges::range &&
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    about? // the easy case import std; // or #include , , , class Character { std::string name_; int life_; public: constexpr Character(std::string_view suffer (among other things)What this is about? // the easy case // ... class Character { /* ... */ }; class Orc; class Hero : Character { int strength_; public: constexpr Hero(std::string_view hit an OrcWhat this is about? // the easy case // ... class Character { /* ... */ }; class Orc; class Hero : Character { /* ... */ }; class Orc : Character { int strength_; public: constexpr
    0 码力 | 202 页 | 1.26 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文档 Some Things C++ Does Right

    heard… • This talk is about some of the things C++ does right 15 Me, promoting my CppCon 2020 class: https://twitter.com/PatriceRoy1/status/1296153449235652609?s=20You might have heard… • This talk elegance • Situation: we have a game with all sorts of monsters • We made a class hierarchy managed within objects of a pImpl class named Monster (Do as the ints do!) • Write to me if you don’t know how elegance // if we were in C# using System; using System.IO; using static System.Console; // recent C# class Program { static void Main() { Write(File.ReadAllText("z.cs")); } } 39A word about beauty and
    0 码力 | 228 页 | 2.47 MB | 6 月前
    3
  • pdf文档 Conda 25.1.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 deprecation. (#14144) • Mark conda.common.compat.six_with_metaclass as pending deprecation. Use class’ metaclass= key- word argument instead. (#14144) • Mark conda.common.compat.open as pending deprecation Chapter 4. Contributors welcome conda, Release 25.1.2.dev1 Other • Add type hinting for VersionOrder class. (#13380) • Re-enable and apply pyupgrade via ruff. (#13272, #13433) • Start tracking performance
    0 码力 | 822 页 | 5.20 MB | 8 月前
    3
  • pdf文档 Conda 24.11.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 Release 24.11.3.dev2 • Mark conda.common.compat.six_with_metaclass as pending deprecation. Use class’ metaclass= key- word argument instead. (#14144) • Mark conda.common.compat.open as pending deprecation 4. Contributors welcome conda, Release 24.11.3.dev2 Other • Add type hinting for VersionOrder class. (#13380) • Re-enable and apply pyupgrade via ruff. (#13272, #13433) • Start tracking performance
    0 码力 | 818 页 | 5.21 MB | 8 月前
    3
  • pdf文档 Conda 24.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 hints and doc strings to conda.cli.main_search. (#13465) Other • Add type hinting for VersionOrder class. (#13380) • Re-enable and apply pyupgrade via ruff. (#13272, #13433) • Start tracking performance (#12948) • Removed conda.core.index.check_whitelist(). (#12948) • Removed conda.core.solve._get_solver_class(). (#12948) • Removed conda.core.subdir_data.read_mod_and_etag(). (#12948) • Removed conda.gateways
    0 码力 | 794 页 | 5.01 MB | 8 月前
    3
  • pdf文档 Conda 24.7.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 (#13465) 4.4. Release notes 181 conda, Release 24.7.1 Other • Add type hinting for VersionOrder class. (#13380) • Re-enable and apply pyupgrade via ruff. (#13272, #13433) • Start tracking performance (#12948) • Removed conda.core.index.check_whitelist(). (#12948) • Removed conda.core.solve._get_solver_class(). (#12948) • Removed conda.core.subdir_data.read_mod_and_etag(). (#12948) • Removed conda.gateways
    0 码力 | 808 页 | 4.97 MB | 8 月前
    3
共 426 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 43
前往
页
相关搜索词
ClassLayoutBacktoBasicsGenericProgrammingCustomViewsfortheRestofUsManyWaysKillanOrcorHeroTemplatesPartSomeThingsC++DoesRightConda25.1Documentation24.1124.524.7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩