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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(275)PPT文档 PPT(16)TXT文档 TXT(1)
 
本次搜索耗时 0.091 秒,为您找到相关结果约 292 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Compile-Time Compression and Resource Generation with C++20

    501f); 7 . 2/ template struct LerpTable { constexpr T operator()(T in) const { ... } constexpr static LerpTable make_table( T min, T max, table.entries[i] = {a, function(a)}; } return table; } 7 . 4/ constexpr T operator()(T in) const { auto const clamped_in = std::clamp( in, entries[0].input more 8 . 1/ Config Fuses Vendor speci�c compiler extensions to set fuses pragmas, or similar special macros Rely on C style #de�ne for bit values No validation, potentially very complex 8 . 2/ Lets
    0 码力 | 59 页 | 1.86 MB | 5 月前
    3
  • pdf文档 Pipeline Architectures in C++: Overloaded Pipe Operator | and Its Monadic Operations

    overview of what the poster reports on. Title: Pipeline architectures in C++: overloaded pipe operator | std::expected and its monadic operations Brief overview: Functional programming in C++ is the overloaded pipe operator. In this poster I show how to implement a custom pipeline framework that employs std::expected, available since C++23. An overloaded custom pipe operator | will be presented my book about C++ [1][3]. One of the topics was to describe the behavior of the overloaded pipe operator | in std::ranges. I came across Ankur's Satle lecture [4] and decided to expand on this topic –
    0 码力 | 3 页 | 422.24 KB | 5 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    Ordinary characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 Special characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 std::cout << element << std::endl; // read only } 2.5 Templates C++ templates have always been a special art of the language, and templates can even be used independently as a new language. The philosophy in current file The “>” In the traditional C++ compiler, >> is always treated as a right shift operator. But actually we can easily write the code for the nested template: std::vector>
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 《深入浅出MFC》2/e

    IsSerializable / 530 CObject::Serialize / 531 CArchive 類別 / 531 operator<< 和 operator>> / 532 效率考量 / 536 自定 SERIAL 巨集給抽象類別使用 / 537 在 CObList ㆗加入 构造式 constructor 析构式 destructor 运算子 operator 改写 override 多载 overloading,亦有他书译为「过荷」 封装 ----- #0008 #0009 #include // 每一个 Wi ndows 程序都需要包含此档 #0010 #include "resource.h" // 內含各个 resource IDs #0011 #include "generic.h" // 本程序之含入档 #0012 #0013 HINSTANCE _hInst; // Instance
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths Guarantee • Inviolate Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths • Examples: • Prefer Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths • Examples: • Prefer
    0 码力 | 151 页 | 3.20 MB | 5 月前
    3
  • pdf文档 Back to Basics: Algebraic Data Types

    template struct DeferredCall { std::tuple arguments_; R operator()() const { ~~~ } }; 21 However, C++20 moved toward returning dedicated class types, e.g. oGetenv("foo")) ... if (o) ... 29“Engaged” and “disengaged” By the way... Types which own a unique resource without being semantically “pointer-like” (and thus “nullable”) tend to have some “disengaged” value-initializes its 0’th alternative. In this case the int gets 0.Special member functions pair, tuple, variant, and optional all inherit their special members from their constituent types in the “natural” way
    0 码力 | 73 页 | 267.05 KB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    puts("Hello from threadA!"); threadB.join(); 9Getting the “result” of a thread We don’t need any special way to return an “exit status” from a thread, because joining with a child thread is a synchronizing “mutex lock” is a resource ● A new’ed T* is a resource, in the sense that you need to do something special with it when you’re done with it: call delete. ● A locked std::mutex is a resource, in the sense sense that you need to do something special with it when you’re done with it: call .unlock(). ● We have std::unique_ptr to help us manage unique ownership of heap allocations. ● Likewise, we have std::unique_lock
    0 码力 | 58 页 | 333.56 KB | 5 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    atomic waiting, latches, and barriers  std::atomic_ref  Designated Initializers  Spaceship Operator <=>  Range-based for Loop Initializer  Non-Type Template Parameters  [[likely]] and [[unlikely]] shared_ptr next; }; atomic_shared_ptr head; // in C++11: remove "atomic_" and use special // functions every time you touch head public: class reference { shared_ptr p; concept: mutex, latches, barriers, …  Two types:  counting semaphore: models a non-negative resource count  binary semaphore: only has 1 slot, i.e. only has two states: free slot or no free slot
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • pdf文档 Conan 2.5 Documentation

    built a simple CMake project that depended on the zlib library and learned about tool_requires, a special type of requirements for build-tools like CMake. In both cases, we did not specify anywhere that architecture on macOS you can raise the ConanInvalid- Configuration exception to make Conan return with a special error code. This will indicate that the configuration used for settings or options is not supported class MyProject(ConanFile): ... def generate(self): # Copy all resources from the dependency's resource directory # to the "assets" folder in the source directory of your project dep = self.dependencies["dep_name"]
    0 码力 | 769 页 | 4.70 MB | 1 年前
    3
  • pdf文档 Conan 2.4 Documentation

    built a simple CMake project that depended on the zlib library and learned about tool_requires, a special type of requirements for build-tools like CMake. In both cases, we did not specify anywhere that architecture on macOS you can raise the ConanInvalid- Configuration exception to make Conan return with a special error code. This will indicate that the configuration used for settings or options is not supported class MyProject(ConanFile): ... def generate(self): # Copy all resources from the dependency's resource directory # to the "assets" folder in the source directory of your project dep = self.dependencies["dep_name"]
    0 码力 | 769 页 | 4.69 MB | 1 年前
    3
共 292 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 30
前往
页
相关搜索词
CompileTimeCompressionandResourceGenerationwithC++20PipelineArchitecturesinOverloadedPipeOperatorItsMonadicOperationsModernTutorial111417OntheFly深入深入浅出MFCTheRolesofSymmetryAndOrthogonalityInDesignBacktoBasicsAlgebraicDataTypesConcurrencyAnAlmostCompleteOverviewConan2.5Documentation2.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩