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

无数据

分类

全部后端开发(751)C++(212)Python(153)云计算&大数据(109)数据库(95)Julia(87)系统运维(77)区块链(65)Go(57)Scrapy(56)

语言

全部英语(794)中文(简体)(241)中文(繁体)(35)韩语(4)西班牙语(3)日语(3)英语(2)德语(1)法语(1)

格式

全部PDF文档 PDF(901)其他文档 其他(171)PPT文档 PPT(18)DOC文档 DOC(1)
 
本次搜索耗时 0.059 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • 云计算&大数据
  • 数据库
  • Julia
  • 系统运维
  • 区块链
  • Go
  • Scrapy
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 西班牙语
  • 日语
  • 英语
  • 德语
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Beyond struct: Programming a Struct Replacement in C++20

    John R. Bandela, MD Beyond struct: Meta- programming a struct Replacement in C++20Disclaimer This is not an official Google library These opinions are my ownStruct struct person { int id = 1; std::string 1, .name = "John"}; p.id = 2; p.name = "JRB"; std::cout << p.id << " " << p.name; }Limitations of struct u No static reflection u No static generation u No required members u Designated initializers types of the struct (see magic_get) there is no way to get the names u Cannot automatically generate a json serializer/deserializer given a struct.No generation u Cannot create a new struct with names
    0 码力 | 65 页 | 702.78 KB | 5 月前
    3
  • pdf文档 The Many Faces of Struct Tags

    The Many Faces of Struct Tags Kyle Erf and Sam Helman Why are we here? ● To showcase and explain an underused feature of the language ● To galvanize you to consider struct tags as a potential MongoDB Tools (backups, restoration, monitoring…) Both rely heavily on struct tags for communication and configuration. What is a struct tag? From the official spec “A field declaration may be followed unicode string value attached to a struct field. type Candidate struct { Name string `name` Priorities []string `priorities` } type VocalCandidate struct { Name string `name` Priorities
    0 码力 | 18 页 | 148.80 KB | 1 年前
    3
  • pdf文档 Template Metaprogramming: Type Traits

    11Metafunctions • A metafunction is not a function but a class/struct 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not part of the language and have no formal formal language support 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not part of the language and have no formal language support • They exist as an idiomatic of existing language features 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not part of the language and have no formal language support • They exist
    0 码力 | 403 页 | 5.30 MB | 5 月前
    3
  • pdf文档 Object Lifetime: From Start to Finish

    pi; bool flag; struct EmptyPoint {}; EmptyPoint ep; struct Point { int x, y; }; Point p; struct ObjWithConstructor { ObjWithConstructor() {} }; ObjWithConstructor o1; struct ObjWithVirtualFunction lifetime starts?18 When lifetime starts?20 Constructors & Destructorshttps://godbolt.org/z/ffzG8hPT8 struct Foo { Foo() { std::cout << "Foo()" << std::endl; } ~Foo() { std::cout << "~Foo()" << std::endl; b; } } 1 2 3 4 5 6 7 8 9 10 11 21 Constructors & Destructorshttps://godbolt.org/z/ffzG8hPT8 struct Foo { Foo() { std::cout << "Foo()" << std::endl; } ~Foo() { std::cout << "~Foo()" << std::endl;
    0 码力 | 214 页 | 9.34 MB | 5 月前
    3
  • pdf文档 Reusable Code & Reusable Data Structures

    std::array = { , , }; // What now? } 1 2 3 4 5 6 7 8 7struct widget { rect bounding_box(); void place(rect r); }; struct bitmap { std::array data; int width, height; }; What now? 17 } 18 8void vertical_center(auto const& c) { struct widget { 1 rect bounding_box(); 2 void place(rect r); 3 }; 4 5 struct bitmap { 6 std::array data; 7 int width center_bitmaps() { struct bitmap_widget : bitmap { rect bounding_box() { ... } void place(rect r) { ... } struct widget { 1 rect bounding_box(); 2 void place(rect r); 3 }; 4 5 struct bitmap { 6
    0 码力 | 132 页 | 14.20 MB | 5 月前
    3
  • pdf文档 Back to Basics Casting

    the type system Back to Basics Brian Ruth (he/him) brian.ruth@garmin.comAn Introduction struct region { int size; }; void init_region(char* backing_buffer, size_t buffer_size ) { if(buffer_size current_region.size) { LOG(“Buffer size too small”); return; } //other init code }An Introduction struct region { int size; }; void init_region(char* backing_buffer, size_t buffer_size ) { if(buffer_size current_region.size) { LOG(“Buffer size too small”); return; } //other init code }An Introduction struct region { int size; }; void init_region(char* backing_buffer, size_t buffer_size ) { if(buffer_size
    0 码力 | 117 页 | 1.57 MB | 5 月前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    keywords: break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue type and var are used to declare all kinds of code elements in Go programs. chan, interface, map and struct are used as parts in some composite type denotations. break, case, continue, default, else, fallthrough left of :=. These items include qualified identifiers, container elements, pointer dereferences and struct field selectors. Pure assignments have no such limit. About the terminology "assignment" Later
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    1| break default func interface select 2| case defer go map struct 3| chan else goto package switch 4| const fallthrough if range and var are used to declare all kinds of code elements in Go programs. chan, interface, map and struct are used as parts in some composite type denotations. break, case, continue, default, else, fallthrough left of :=. These items include qualified identifiers, container elements, pointer dereferences and struct field selectors. Pure assignments have no such limit. About the terminology "assignment" Later
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    1| break default func interface select 2| case defer go map struct 3| chan else goto package switch 4| const fallthrough if range and var are used to declare all kinds of code elements in Go programs. chan, interface, map and struct are used as parts in some composite type denotations. break, case, continue, default, else, fallthrough left of :=. These items include qualified identifiers, container elements, pointer dereferences and struct field selectors. Pure assignments have no such limit. About the terminology "assignment" Later
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 Back to Basics: Generic Programming

    2024 Define a Template template declaration; declaration can be • class / struct • function • type alias • variable • concept template-parameter is class | typename identifier Programming CppCon 2024 In-class definition Class Template Member Functions template struct A { T f() const { return T{}; } template T g(U u) const { return static_cast(u); Programming CppCon 2024 Out-of-class definition Class Template Member Functions template struct A { T f() const; template T g(U u) const; }; template T A::f() const {
    0 码力 | 175 页 | 1.16 MB | 5 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
BeyondstructProgrammingStructReplacementinC++20StructTagsTemplateMetaprogrammingTypeTraitsObjectLifetimeFromStarttoFinishReusableCodeDataStructuresBackBasicsCastingGo101Golangv121.0Generic
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩