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

无数据

分类

全部后端开发(48)C++(48)数据库(1)MySQL(1)

语言

全部英语(36)中文(简体)(11)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(44)PPT文档 PPT(5)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 49 个.
  • 全部
  • 后端开发
  • C++
  • 数据库
  • MySQL
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Taro: Task graph-based Asynchronous Programming Using C++ Coroutine

    sched.emplace([](&){ 3 // Code block A; 4 }); 5 task_b = sched.emplace([](&){ 6 // Code block B; 7 }); 8 task_c = sched.emplace([](&){ 9 // Code block C; 10 }); 11 task_d = sched.emplace([](&){ sched.emplace([](&){ 3 // Code block A; 4 }); 5 task_b = sched.emplace([](&){ 6 // Code block B; 7 }); 8 task_c = sched.emplace([](&){ 9 // Code block C; 10 }); 11 task_d = sched.emplace([](&){ operation 9Existing TGPSs on Heterogenous Computing - Challenge A C D B! B" 5 task_b = sched.emplace([](&){ 6 // CPU code; // GPU code; 7 }); // CPU thread blocks until GPU finishes B! : CPU
    0 码力 | 84 页 | 8.82 MB | 6 月前
    3
  • pdf文档 Reusable Code & Reusable Data Structures

    const& o) { 7 draw(o); 8 }); 9 } 10 11 void main() { 12 document_t d; 13 d.emplace_back(5); 14 d.emplace_back("Hello World"); 15 draw(d); 16 } 17 54.1RUNTIME POLYMORPHISM struct object_t const& o) { 7 draw(o); 8 }); 9 } 10 11 void main() { 12 document_t d; 13 d.emplace_back(5); 14 d.emplace_back("Hello World"); 15 draw(d); 16 } 17 void draw(document_t const& d) { tc::for_each(d document_t = vector; 5 6 7 8 9 10 11 void main() { 12 document_t d; 13 d.emplace_back(5); 14 d.emplace_back("Hello World"); 15 draw(d); 16 } 17 54.2RUNTIME POLYMORPHISM struct object_t
    0 码力 | 132 页 | 14.20 MB | 6 月前
    3
  • pdf文档 Design Patterns

    shape_file >> radius /* >> color, texture, transparency, ... */; shapes.emplace_back( std::make_unique( radius , shape_file >> side /* >> color, texture, transparency, ... */; shapes.emplace_back( std::make_unique( side , s shape_file >> radius /* >> color, texture, transparency, ... */; shapes.emplace_back( std::make_unique( radius ,
    0 码力 | 136 页 | 7.95 MB | 6 月前
    3
  • pdf文档 Back to Basics: Algebraic Data Types

    std::optional obj_ = std::nullopt; void setComplicated(int a, int b) { obj_.emplace(a, b); } 25 The next slide draws this out in a diagram.unique_ptr opti these methods!“Emplace” and in-place construction ● A variant or optional can be thought of as a “buffer” that may or may not hold a value of some given type. ● We can explicitly emplace an object into into that buffer, in the same way as we might emplace a new element into a vector or set. ● The old value is destroyed before the new value is constructed. ● The arguments are perfectly forwarded to T’s
    0 码力 | 73 页 | 267.05 KB | 6 月前
    3
  • pdf文档 Improving Our Safety With a Quantities and Units Library

    cases to cover. 67struct X { std::vector vec; // ... }; X x; x.vec.emplace_back(42); CppCon 2024: Improving our safety with a quantities and units library explicit is not vec; // ... }; struct X { std::vector vec; // ... }; X x; x.vec.emplace_back(42); CppCon 2024: Improving our safety with a quantities and units library explicit is not vec; // ... }; struct X { std::vector vec; // ... }; X x; x.vec.emplace_back(42); CppCon 2024: Improving our safety with a quantities and units library explicit is not
    0 码力 | 207 页 | 6.93 MB | 6 月前
    3
  • pdf文档 Materialize MySQL Database engine in ClickHouse

    ; columns->columns- >children.emplace_back(create_materialized_column_declaration(“_sign”, "Int8", UInt64(1))); columns->columns- >children.emplace_back(create_materialized_column_declaration(“_version” sign_column_data.emplace_back(1); version_column_data.emplace_back(version); } else { sign_column_data.emplace_back(-1); sign_column_data.emplace_back(1); version_column_data.emplace_back(version); version_column_data.emplace_back(version); } } Consume
    0 码力 | 35 页 | 226.98 KB | 1 年前
    3
  • pdf文档 Using Modern C++ to Build XOffsetDatastructure

    character->speed = 522.0; character->pos = {81.5, 12.3, 502.7}; character->skills.emplace_back(1054, 3); character->items.emplace(std::piecewise_construct, std::forward_as_tuple(0xda4ccb62c899d751), std:: character->speed = 522.0; character->pos = {81.5, 12.3, 502.7}; character->skills.emplace_back(1054, 3); character->items.emplace(std::piecewise_construct, std::forward_as_tuple(0xda4ccb62c899d751), std:: character->speed = 522.0; character->pos = {81.5, 12.3, 502.7}; character->skills.emplace_back(1054, 3); character->items.emplace(std::piecewise_construct, std::forward_as_tuple(0xda4ccb62c899d751), std::
    0 码力 | 111 页 | 3.03 MB | 6 月前
    3
  • pdf文档 Secrets of C++ Scripting Bindings

    void add(std::string name, Ret (*func)(Param...)) { functions.try_emplace( std::move(name), /// key /// value params [func](std::span params) -> void add(std::string name, Ret (*func)(Param...)) { functions.try_emplace( std::move(name), [func](std::span params) -> std::any { return [&] void add(std::string name, Ret (*func)(Param...)) { functions.try_emplace( std::move(name), [func](std::span params) -> std::any { return [&]
    0 码力 | 177 页 | 1.65 MB | 6 月前
    3
  • pdf文档 Many Ways to Kill an Orc (or a Hero)

    container vector> attackers; attackers.emplace_back(make_unique( "William", 100, dice(prng) / 10 ));, attackers.emplace_back(make_unique( "URG", 100, dice(prng) / 10, Smell{ container vector> attackers; attackers.emplace_back(make_unique( "William", 100, dice(prng) / 10 ));, attackers.emplace_back(make_unique( "URG", 100, dice(prng) / 10, Smell{ monsters.emplace_back(std::make_unique("URG", 10)); monsters.emplace_back(std::make_unique("Timmy", 5, 3)); std::vector> heroes; heroes.emplace_back(std
    0 码力 | 202 页 | 1.26 MB | 6 月前
    3
  • pdf文档 Design Patterns: Facts and Misconceptions

    strings{ &buffer }; strings.emplace_back( "String longer than what SSO can handle" ); strings.emplace_back( "Another long string that goes beyond SSO" ); strings.emplace_back( "A third long string strings{ &buffer }; strings.emplace_back( "String longer than what SSO can handle" ); strings.emplace_back( "Another long string that goes beyond SSO" ); strings.emplace_back( "A third long string
    0 码力 | 88 页 | 17.31 MB | 6 月前
    3
共 49 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
TaroTaskgraphbasedAsynchronousProgrammingUsingC++CoroutineReusableCodeDataStructuresDesignPatternsBacktoBasicsAlgebraicTypesImprovingOurSafetyWithQuantitiesandUnitsLibraryMySQLClickHouseModernBuildXOffsetDatastructureSecretsofScriptingBindingsManyWaysKillanOrcorHeroFactsMisconceptions
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩