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

无数据

分类

全部后端开发(1252)Java(350)Python(318)Spring(301)C++(179)UML(97)Julia(87)Conan(74)PHP(64)Jupyter(62)

语言

全部英语(1088)中文(简体)(78)日语(13)德语(12)西班牙语(12)法语(12)韩语(12)俄语(12)中文(繁体)(10)英语(2)

格式

全部PDF文档 PDF(920)其他文档 其他(257)TXT文档 TXT(65)PPT文档 PPT(10)
 
本次搜索耗时 0.071 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Python
  • Spring
  • C++
  • UML
  • Julia
  • Conan
  • PHP
  • Jupyter
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 德语
  • 西班牙语
  • 法语
  • 韩语
  • 俄语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • 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文档 Laravel 5.1 中文文档

    里,中间件可以接受额外的自定义参数,例如,如果你的应用需要在执行给定 的 action 之前验证被授予指定“角色”的认证用户,可以创建一个 RoleMiddleware 来接收角 色名称作为额外参数: namespace App\Http\Middleware; use Closure; class RoleMiddleware { /** * 运行请求过滤器. vendor 包发布语言文件的默认目录做了移动,所有 vendor 包语言文件从 resources/lang/packages/{locale}/{namespace}移动到了 resources/lang/vendor/{namespace}/{locale}目录。例如,Acme/Anvil 包的 acme/anvil::foo 英语语言文件将会从 resources/lang/pack 另一个通用的例子是路由群组分配同一个 PHP 命名空间给多个控制器,可以在群组属性数 组中使用 namespace 参数来指定群组中控制器的命名空间: 本文档由 Laravel 学院(LaravelAcademy.org)提供 22 Route::group(['namespace' => 'Admin'], function(){ // Controllers Within
    0 码力 | 307 页 | 3.46 MB | 1 年前
    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文档 CakePHP Cookbook 3.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943 PHP Namespace Index 947 Index 949 viii CHAPTER 1 CakePHP at a Glance CakePHP is designed to make common web-development found in a file named BestEverHelper.php Each file would be located in the appropriate folder/namespace in your app folder. 8 Chapter 1. CakePHP at a Glance CakePHP Cookbook Documentation, Release 3 This makes the name semantically related on the framework it depends on. Do not use the CakePHP namespace (cakephp) as vendor name as this is reserved to CakePHP owned plugins. The convention is to use
    0 码力 | 967 页 | 2.80 MB | 1 年前
    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文档 CakePHP Cookbook Documentation 5.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 826 PHP Namespace Index 829 Index 831 viii CHAPTER 1 CakePHP at a Glance CakePHP is designed to make common web-development found in a file named BestEverHelper.php Each file would be located in the appropriate folder/namespace in your app folder. 8 Chapter 1. CakePHP at a Glance CakePHP Cookbook Documentation, Release 5 This makes the name semantically related on the framework it depends on. Do not use the CakePHP namespace (cakephp) as vendor name as this is reserved to CakePHP owned plugins. The convention is to use
    0 码力 | 848 页 | 2.53 MB | 1 年前
    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
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
SenderPatternstoWrangleConcurrencyinEmbeddedDevicesShortTourofC++ModulesDistributedRangesModelforBuildingDataStructuresAlgorithmsandViewsWhatsNameWalterBrownCppCon2020Laravel5.1中文文档ObjectLifetimeFromStartFinishCakePHPCookbookCallingFunctionsTutorialPHPExplorationStronglytypedUnitsCaseStudyfromDigitalAudio
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩