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

无数据

分类

全部后端开发(355)综合其他(121)Julia(87)Weblate(86)Python(76)C++(68)Conan(53)数据库(43)PostgreSQL(40)Blender(33)

语言

全部英语(432)中文(简体)(86)中文(繁体)(21)韩语(2)西班牙语(1)日语(1)葡萄牙语(1)zh(1)中文(繁体)(1)

格式

全部PDF文档 PDF(455)其他文档 其他(91)PPT文档 PPT(1)
 
本次搜索耗时 0.069 秒,为您找到相关结果约 547 个.
  • 全部
  • 后端开发
  • 综合其他
  • Julia
  • Weblate
  • Python
  • C++
  • Conan
  • 数据库
  • PostgreSQL
  • Blender
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 西班牙语
  • 日语
  • 葡萄牙语
  • zh
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Swift Programming Language (Swift 5.7) - Apps Dissected

    be called later. The code in a closure has access to things like variables and functions that were available in the scope where the closure was created, even if the closure is in a different scope when it’s it’s executed—you saw an example of this already with nested functions. You can write a closure without a name by surrounding code with braces ({}). Use in to separate the arguments and return type from appsdissected.com E X P E R I M E N T Rewrite the closure to return zero for all odd numbers. You have several options for writing closures more concisely. When a closure’s type is already known, such as the callback
    0 码力 | 1040 页 | 10.90 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language

    hasAnyMatches(numbers, lessThanTen) Functions are actually a special case of closures. You can write a closure without a name by surrounding code with braces ({}). Use in to separate the arguments and return }) E X P E R I M E N T Rewrite the closure to return zero for all odd numbers. You have several options for writing closures more concisely. When a closure’s type is already known, such as the callback parameters by number instead of by name—this approach is especially useful in very short closures. A closure passed as the last argument to a function can appear immediately after the parentheses. 1 sort([1
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 The Rust Programming Language,2nd Edition

    libstd/sys/unix/backtrace/tracing/gcc_s.rs:42 2: 0x560ed90ee03e - std::panicking::default_hook: :{{closure}}::h59672b733cc6a455 at /stable-dist-rustc/build/src/ libstd/panicking.rs:351 197 3: 0x560ed90edc44 inner value Ok is wrapping. However, if the value is an Err value, this method calls the code in the closure, which is an anonymous function we define and pass as an argument to unwrap_or_else. We’ll be covering enough arguments that we added in Listing 12-9, to our closure in the argument err that appears between the vertical pipes. The code in the closure can then use the err value when it runs. We’ve added a
    0 码力 | 617 页 | 1.54 MB | 1 年前
    3
  • pdf文档 Custom Views for the Rest of Us

    x = some_range | reversed_evens; 2 110Range Adaptor Closure Objects [24.7.2.1] A range adaptor closure object is a . For a range adaptor closure object C and an expression R such that decltype((R)) argument and returns a view C(R) R | C 111Range Adaptor Closure Objects [24.7.2.1] A range adaptor closure object is a . For a range adaptor closure object C and an expression R such that decltype((R)) and returns a view view C(R) R | C 111Range Adaptor Closure Objects [24.7.2.1] A range adaptor closure object is a . For a range adaptor closure object C and an expression R such that decltype((R))
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 DEDUCING this PATTERNS

    language a bit carefully to distinguish between: a lambda expression (the code that we write) a closure object (the object the compiler generates by evaluating the lambda expression)DEDUCING this AND LAMBDAS (Despite what cppinsights tells you…)CLOSURE OBJECTS, PER THE STANDARD "An implementation may define the closure object differently…" In particular, closure objects have:CLOSURE OBJECTS, PER THE STANDARD "An implementation may define the closure object differently…" In particular, closure objects have: no defined layoutCLOSURE OBJECTS, PER THE STANDARD "An implementation may define the closure object differently…"
    0 码力 | 126 页 | 5.15 MB | 6 月前
    3
  • pdf文档 Laravel 5.0 Documentation

    App\Providers\RouteServiceProvider class. The most basic Laravel routes simply accept a URI and a Closure : Route::get('/', function() { return 'Hello World'; }); Route::post('foo/bar', function() database, a 404 error will be thrown. If you wish to specify your own "not found" behavior, pass a Closure as the third argument to the model method: Route::model('user', 'User', function() { throw }); If you wish to use your own resolution logic, you should use the Router::bind method. The Closure you pass to the bind method will receive the value of the URI segment, and should return an instance
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Nim 2.0.8 Manual

    code that will be executed at compile time cannot use the following language features: methods closure iterators the cast operator reference (pointer) types FFI The use of wrappers that use FFI and/or convention closure . Nim supports these calling conventions: nimcall is the default convention used for a Nim proc. It is the same as fastcall , but only for C compilers that support fastcall . closure is procedure has a hidden implicit parameter (an environment). Proc vars that have the calling convention closure take up two machine words: One for the proc pointer and another one for the pointer to implicitly
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Implementing Particle Filters with Ranges

    sample(gen) ➡ view ❌ What do we need to fix? sample(gen) ➡ C (range adaptor closure object) If C is a range adaptor closure object and R is a range, these two expressions are equivalent: C(R) R | C std::ranges::range_adaptor_closure (C++23) template class sample_closure : public std::ranges::range_adaptor_closureclosure> { public: explicit sample_closure(RNG& gen) : gen_{gen} std::ranges::range_adaptor_closure (C++23) template class sample_closure : public std::ranges::range_adaptor_closureclosure> { public: explicit sample_closure(RNG& gen) : gen_{gen}
    0 码力 | 83 页 | 4.70 MB | 6 月前
    3
  • pdf文档 Back to Basics: Lambda Expressions

    variable name ○ a closure is simply a function object . . . ■ which is returned from the evaluation of a lambda expression ■ myLamb contains the closure ■ deduced type is a “closure data type” auto expression is evaluated ■ ensure captured lvalue references remain alive for the entire lifetime of the closure auto myLamb = [&x] ( ) { return ++x; }; 20Lambda Expressions ● Capture Clause ○ C++11 ■ capture of evaluating a lambda expression which does not capture anything as a special kind of closure ■ special closure has no state so it can be implicitly converted to a function pointer ■ if you are calling
    0 码力 | 48 页 | 175.89 KB | 6 月前
    3
  • pdf文档 Apache Karaf 3.0.5 Guides

    format) • shell:watch periodically executes a command and refresh the output • shell:each executes a closure on a list of arguments • shell:more is a file pager • shell:wc prints newline, words, and byte execute(CommandProxy.java:78) at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477) at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403) at org.apache.felix.gogo.runtime.Pipe Pipe.run(Pipe.java:108) at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) at org.apache.felix.gogo.runtime.CommandSessionImpl
    0 码力 | 203 页 | 534.36 KB | 1 年前
    3
共 547 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 55
前往
页
相关搜索词
TheSwiftProgrammingLanguage5.7AppsDissectedRust2ndEditionCustomViewsfortheRestofUsDEDUCINGthisPATTERNSLaravel5.0DocumentationNim2.0ManualImplementingParticleFilterswithRangesBacktoBasicsLambdaExpressionsApacheKaraf3.0Guides
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩