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

无数据

分类

全部后端开发(190)C++(105)Python(55)Julia(18)云计算&大数据(18)Conda(16)Django(13)数据库(9)TiDB(9)PHP(6)

语言

全部英语(187)中文(简体)(22)中文(繁体)(10)英语(2)西班牙语(1)日语(1)

格式

全部PDF文档 PDF(208)其他文档 其他(10)PPT文档 PPT(6)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 224 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • 云计算&大数据
  • Conda
  • Django
  • 数据库
  • TiDB
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    a society that honors the servant and has forgotten the gi�. 363738Add simple debug handler namespace async_trace { template async::injected_debug_handler<> = async_trace::debug_handler{}; 15 39Add simple debug handler namespace async_trace { template template <> 14 inline auto async::injected_debug_handler<> = async_trace::debug_handler{}; 15 namespace async_trace { struct debug_handler { template
    0 码力 | 106 页 | 26.36 MB | 6 月前
    3
  • pdf文档 A (Short) Tour of C++ Modules

    no declarations only preprocessor directives exported "exportedness" applies to names not a namespace separate name 'domain'MODULE TU TYPES & FEATURES Interface unit ✅ ✅ ✅ ❎ ✅ ✅ ✅ Implementation unit answer = 42; }; export namespace SimpleModule { void f(const detail &); std::vector g(); } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 module SimpleModule; namespace SimpleModule { void something with D } } 1 2 3 4 5 6 7 8 9 module; #include module SimpleModule; namespace SimpleModule { std::vector g() { return {{ 42 }, { 43 }}; } } 1 2 3 4 5 6 7 8 9
    0 码力 | 62 页 | 4.20 MB | 6 月前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    objects, views of data - Algorithms - Operate on and modify data using namespace std; using namespace std::ranges; using namespace std::execution; template auto dot_product(R&& x, R&& y) { objects, views of data - Algorithms - Operate on and modify data using namespace std; using namespace std::ranges; using namespace std::execution; template auto dot_product(R&& x, R&& y) { concepts - Extensible: execution policies allow parallel execution using namespace std; using namespace std::ranges; using namespace std::execution; template auto dot_product(R&& x, R&& y) {
    0 码力 | 127 页 | 2.06 MB | 6 月前
    3
  • pdf文档 Whats in a Name? Whats a Name in? - Walter E. Brown - CppCon 2020

    forward (e.g., class C;) declara`on. • Defined right away: � Any type aliases (typedef/using) or namespace names. • Never defined, only declared: � Names of en``es (e.g., std::declval) intended for use binding, func`on, enumerator, type, class member, bit-field, template, template specializa`on, namespace, or pack.” • “A name is a use of an iden*fier, operator-func*on-id, literal-operator-id, conversion-func*on-id someCmes reserved: � Each iden`fier that begins with an underscore is reserved … in the global namespace.” � final, import, module, and override “have a special meaning when appearing in a certain context
    0 码力 | 7 页 | 4.37 MB | 6 月前
    3
  • pdf文档 Object Lifetime: From Start to Finish

    Constructors & Destructors (3)50 When lifetime starts?51 When lifetime starts and finishes?52 using namespace std; struct Foo { Foo(int i) : m_i(i) { cout << "Foo(" << m_i << ")" << endl; } ~Foo() { cout Foo(4); } https://godbolt.org/z/4WroY5311 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1653 using namespace std; struct Foo { Foo(int i) : m_i(i) { cout << "Foo(" << m_i << ")" << endl; } ~Foo() { cout Foo(4); } https://godbolt.org/z/4WroY5311 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1654 using namespace std; struct Foo { Foo(int i) : m_i(i) { cout << "Foo(" << m_i << ")" << endl; } ~Foo() { cout
    0 码力 | 214 页 | 9.34 MB | 6 月前
    3
  • pdf文档 Calling Functions A Tutorial

    Lookup(Un-)Qualified Name Lookup 16 void f( double ); // (1) namespace N1 { void f( int ); // (2) } // namespace N1 int main() { } // Unqualified lookup; calls (1) // Unqualified f( 42 ); N1::f( 42 );(Un-)Qualified Name Lookup 17 void f( double ); // (1) namespace N1 { } // namespace N1 int main() { } // Unqualified lookup; calls (1) // Unqualified lookup; calls Lookup 18 void f( double ); // (1) namespace N1 { void f( int ); // (2) void g() { N1::f( 1.0 ); } void h() { f( 1.0 ); } } // namespace N1 int main() { } // Unqualified
    0 码力 | 111 页 | 5.11 MB | 6 月前
    3
  • pdf文档 Exploration of Strongly-typed Units: A Case Study from Digital Audio

    tp:: for example code ○ unless defined on the slide ●hello, units using namespace mp_units::si::unit_symbols; using namespace mp_units::international::unit_symbols; constexpr quantity v1 = 110 * (km frequency (Hz)Musical tempo …MIDI example (demo)https://ericjknapp.com/2019/09/26/midi-measures/namespace ni { inline constexpr struct BeatCount : quantity_spec {} QuarterNote; inline constexpr struct WholeNote : named_unit<"w", mag<4> * QuarterNote> {} WholeNote; }namespace ni { inline constexpr struct BeatCount : quantity_spec {}
    0 码力 | 106 页 | 5.66 MB | 6 月前
    3
  • pdf文档 LITERALS SAFELY for Types that Behave as though Built-in - Pablo Halpern - CppCon 2021

    BY 4.0) 17Namespaces for literals ■ UDL operators are looked up using ordinary name lookup, no namespace qualifiers allowed. ■ To avoid collisions between similar UDL suffixes, UDL operators are usually 4.0) 18 namespace temperature_literals { constexpr Temperature operator""_deg(long double); } namespace geometry_literals { constexpr double operator""_deg(long double); } using namespace geometry_literals; library are in an inline sub-namespace of the inline namespace, std::literals; they must be imported into the current scope by means of a using directive: – using namespace std; imports everything in
    0 码力 | 66 页 | 1.47 MB | 6 月前
    3
  • pdf文档 Custom Views for the Rest of Us

    1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 std::plus<>{}, singleForceOnThisBody); 15 } 16 12131415What is a view? 17Easy to access: namespace std { namespace views = ranges::views; } 1 2 3 18Range View Semantically: a collection of "things" iota iota(2) | ) | filter filter(even) | (even) | transform transform(square)) (square)) using namespace std::views; 1 2 std::cout << i << ' '; 3 21Range Adaptor Range Factory A view that takes
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 Back to Basics - Function Call Resolution

    function it is.  For example, a non-member function’s signature also includes its enclosing namespace, if any.  A class member function’s signature also includes:  the class  cv-qualifiers (constand definition of the same class.  namespace scope: outside of any function, class, structure, or union, whether global or in some other namespace  A name declared at namespace scope is in scope to the end for unqualified names.  Lookup for qualified names is fairly simple:  For S::n, where S is a namespace:  Look for n in S.  For T::n, where T is a class type, or  for x.n, where xis a Tobject, or
    0 码力 | 44 页 | 1.30 MB | 6 月前
    3
共 224 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
SenderPatternstoWrangleConcurrencyinEmbeddedDevicesShortTourofC++ModulesDistributedRangesModelforBuildingDataStructuresAlgorithmsandViewsWhatsNameWalterBrownCppCon2020ObjectLifetimeFromStartFinishCallingFunctionsTutorialExplorationStronglytypedUnitsCaseStudyfromDigitalAudioLITERALSSAFELYTypesthatBehaveasthoughBuiltPabloHalpern2021CustomtheRestUsBackBasicsFunctionCallResolution
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩