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

无数据

分类

全部后端开发(371)Python(157)数据库(78)UML(72)其它语言(47)Celery(47)Scrapy(46)综合其他(42)PostgreSQL(40)Django(30)

语言

全部英语(422)中文(简体)(42)中文(繁体)(18)日语(10)韩语(10)德语(9)西班牙语(9)法语(9)俄语(9)英语(3)

格式

全部PDF文档 PDF(418)其他文档 其他(123)
 
本次搜索耗时 0.118 秒,为您找到相关结果约 541 个.
  • 全部
  • 后端开发
  • Python
  • 数据库
  • UML
  • 其它语言
  • Celery
  • Scrapy
  • 综合其他
  • PostgreSQL
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 德语
  • 西班牙语
  • 法语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Expressive Compile-time Parsers

    syntax:Parser Generators Create a parser from a grammar. Popular parsing algorithms used in generators are LL, LL(k), LR, LR(k), LALR, GLR... EBNF grammar example: identifier = alphabetic character, { fib; typedef metafunctions::get<_STR("times4")> times4;Boost Metaparse - Grammar Create a parser from grammar rules typedef grammar<_STR("plus_exp")> ::rule<_STR("int ::= ('0'|'1'|'2'|...|'9')+"), int_action>::type pop_front(list) -> list; auto pop_front(empty_list) -> empty_list;CTRE – LL(1) Parser The grammar rules lookup table is implemented as empty structs and function overloads struct pcre { struct
    0 码力 | 134 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Nim 2.0.8 Manual

    that requires the parser to try the alternatives in the given order. / is often used to ensure the grammar is not ambiguous. Non-terminals start with a lowercase letter, abstract terminal symbols are in All of these forms can be used equally, regardless of the platform. Indentation Nim's standard grammar describes an indentation sensitive language. This means that all the control structures are recognized then implies to push onto the stack. With this notation we can now easily de�ne the core of the grammar: A block of statements (simpli�ed example): Comments Comments start anywhere outside a string or
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Express Your Expectations: A Fast, Compliant JSON Pull Parser for Writing Robust Applications

    2023-10-03 7JSON grammar value = 'null' | 'true' | 'false' | number | string | array | object Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 8JSON grammar value = 'null' | characters-or-escape '"' Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 8JSON grammar value = 'null' | 'true' | 'false' | number | string | array | object string = '"' characters-or-escape ('+'|'-')? digits)? Jonathan Müller — @foonathan Express your expectations CppCon 2023-10-03 8JSON grammar value = 'null' | 'true' | 'false' | number | string | array | object string = '"' characters-or-escape
    0 码力 | 143 页 | 736.91 KB | 6 月前
    3
  • pdf文档 Kotlin Language Documentation 1.3

    Scope Functions Type-Safe Builders Experimental API Markers Reference Keywords and Operators Grammar Java Interop Calling Java code from Kotlin Calling Kotlin from Java JavaScript Setting up a Lets-Plot was built on the concept of layered graphics �rst described in Leland Wilkinson's work The Grammar of Graphics and later implemented in the ggplot2 package for R. Lets-Plot for Kotlin is tightly imports, each �le may contain its own import directives. Syntax for imports is described in the grammar. We can import either a single name, e.g. Packages Default Imports — — — — — — — — —
    0 码力 | 597 页 | 3.61 MB | 1 年前
    3
  • mobi文档 Computer Programming with the Nim Programming Language

    could have potentially been created by GPT, resulting in a more fluent tone and fewer spelling and grammar errors.[5] As such, this book, or at least parts of it, could now be considered obsolete. While text, so you could feed ChatGPT a section from this book, and then request a rewrite for improved grammar or even expanded content. Some possible tasks you can ask ChatGPT to do: Do you know the Nim programming org/wiki/ChatGPT 5 Actually, we feed the complete final book content to GPT-4 asking for comment on possible grammar and spelling issues, and additional advice to improve the text structure. These hints have been
    0 码力 | 865 页 | 7.45 MB | 1 年前
    3
  • epub文档 Computer Programming with the Nim Programming Language

    could have potentially been created by GPT, resulting in a more fluent tone and fewer spelling and grammar errors.[5] As such, this book, or at least parts of it, could now be considered obsolete. While text, so you could feed ChatGPT a section from this book, and then request a rewrite for improved grammar or even expanded content. Some possible tasks you can ask ChatGPT to do: Do you know the Nim programming org/wiki/ChatGPT 5 Actually, we feed the complete final book content to GPT-4 asking for comment on possible grammar and spelling issues, and additional advice to improve the text structure. These hints have been
    0 码力 | 784 页 | 2.13 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language

    About the Language Reference This part of the book describes the formal grammar of the Swift programming language. The grammar described here is intended to help you understand the language in more detail book. ​ How to Read the Grammar The notation used to describe the formal grammar of the Swift programming language follows a few conventions: As an example, the grammar of a getter-setter block is An arrow (→) is used to mark grammar productions and can be read as “can consist of.“ Syntactic categories are indicated by italic text and appear on both sides of a grammar production rule. Literal words
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could have potentially been created by GPT, resulting in a more fluent tone and fewer spelling and grammar errors. [2] As such, this book, or at least parts of it, could now be considered obsolete. While so you could feed ChatGPT a sec­ tion from this book, and then request a rewrite for improved grammar or even expanded content. Some possible tasks you can ask ChatGPT to do: • Do you know the Nim org/wiki/ChatGPT [2] Actually, we feed the complete final book content to GPT-4 asking for comment on possible grammar and spelling issues, and additional advice to improve the text structure. These hints have been
    0 码力 | 512 页 | 3.54 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could have potentially been created by GPT, resulting in a more fluent tone and fewer spelling and grammar errors. [2] As such, this book, or at least parts of it, could now be considered obsolete. While text, so you could feed ChatGPT a section from this book, and then request a rewrite for improved grammar or even expanded content. Some pos­ sible tasks you can ask ChatGPT to do: • Do you know the Nim org/wiki/ChatGPT [2] Actually, we feed the complete final book content to GPT-4 asking for comment on possible grammar and spelling issues, and additional advice to improve the text structure. These hints have been
    0 码力 | 508 页 | 3.50 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could have potentially been created by GPT, resulting in a more fluent tone and fewer spelling and grammar errors. [2] As such, this book, or at least parts of it, could now be considered obsolete. While so you could feed ChatGPT a sec­ tion from this book, and then request a rewrite for improved grammar or even expanded content. Some possible tasks you can ask ChatGPT to do: • Do you know the Nim org/wiki/ChatGPT [2] Actually, we feed the complete final book content to GPT-4 asking for comment on possible grammar and spelling issues, and additional advice to improve the text structure. These hints have been
    0 码力 | 512 页 | 3.53 MB | 1 年前
    3
共 541 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 55
前往
页
相关搜索词
ExpressiveCompiletimeParsersNim2.0ManualExpressYourExpectationsFastCompliantJSONPullParserforWritingRobustApplicationsKotlinLanguageDocumentation1.3ComputerProgrammingwiththeTheSwift
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩