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

无数据

分类

全部后端开发(787)Java(301)Spring(291)综合其他(217)Python(180)Weblate(176)数据库(113)C++(92)Julia(87)Conan(69)

语言

全部英语(1093)中文(简体)(108)中文(繁体)(21)英语(5)日语(2)法语(1)葡萄牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(898)其他文档 其他(290)TXT文档 TXT(44)PPT文档 PPT(1)
 
本次搜索耗时 0.095 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 综合其他
  • Python
  • Weblate
  • 数据库
  • C++
  • Julia
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 日语
  • 法语
  • 葡萄牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Exploration of Strongly-typed Units: A Case Study from Digital Audio

    0 码力 | 106 页 | 5.66 MB | 5 月前
    3
  • pdf文档 Mypy 1.8.0 Documentation

    subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 1.10 Dynamically typed code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 1.11 Type annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with a few exceptions a string def greeting(name: str) -> str: return 'Hello ' + name This function is now statically typed: mypy will use the provided type hints to detect incorrect use of the greeting function and incorrect
    0 码力 | 234 页 | 902.89 KB | 1 年前
    3
  • epub文档 Mypy 1.10.0+dev Documentation

    and class attributes Annotating __init__ methods Class attribute annotations Overriding statically typed methods Abstract base classes and multiple inheritance Slots Annotation issues at runtime String protocols Using isinstance() with protocols Callback protocols Predefined protocol reference Dynamically typed code Operations on Any values Any vs. object Type narrowing Type narrowing expressions Casts User-Defined annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with a few exceptions
    0 码力 | 318 页 | 270.84 KB | 1 年前
    3
  • epub文档 Mypy 1.8.0 Documentation

    and class attributes Annotating __init__ methods Class attribute annotations Overriding statically typed methods Abstract base classes and multiple inheritance Slots Annotation issues at runtime String protocols Using isinstance() with protocols Callback protocols Predefined protocol reference Dynamically typed code Operations on Any values Any vs. object Type narrowing Type narrowing expressions Casts User-Defined annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with a few exceptions
    0 码力 | 318 页 | 271.55 KB | 1 年前
    3
  • pdf文档 Mypy 1.10.0+dev Documentation

    subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 1.10 Dynamically typed code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 1.11 Type annotations is considered to be dynamically typed by mypy: def greeting(name): return 'Hello ' + name By default, mypy will not type check dynamically typed functions. This means that with a few exceptions a string def greeting(name: str) -> str: return 'Hello ' + name This function is now statically typed: mypy will use the provided type hints to detect incorrect use of the greeting function and incorrect
    0 码力 | 234 页 | 913.89 KB | 1 年前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    information about these games. Hope you enjoy them.) An Introduction of Go Go is a compiled and static typed programming language born from Google. Many of the core Go design and tool development team members and use. Go programmers are often called gophers. In fact, although Go is a compiled and static typed programming language, Go also has many features which are usually only available in dynamic script article. Untyped Values and Typed Values In Go, some values are untyped. An untyped value means the type of the value has not been confirmed yet. On the contrary, the type of a typed value is determined. For
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • pdf文档 User’s Guide for Free Pascal, Version 3.2.2

    pas extension, you can omit this on the command line, e.g. in the previous example you could have typed: fpc [options] prog If all went well, the compiler will produce an executable file. You can execute silent conversion of pointers to procedural variables. AUTODEREF Automatic (silent) dereferencing of typed pointers. INITFINAL Allow use of Initialization and Finalization ANSISTRINGS Allow use of ansistrings used to check for code which should be mode-neutral as much as possible. -Sy @pointer returns a typed pointer, this is the same as the $T+ option. -Un Do not check the unit name. Normally, the unit name
    0 码力 | 217 页 | 756.57 KB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    information about these games. Hope you enjoy them.) An Introduction of Go Go is a compiled and static typed programming language born from Google. Many of the core Go design and tool development team members and use. Go programmers are often called gophers. In fact, although Go is a compiled and static typed programming language, Go also has many features which are usually only available in dynamic script article. Untyped Values and Typed Values In Go, some values are untyped. An untyped value means the type of the value has not been confirmed yet. On the contrary, the type of a typed value is determined.
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Reference guide for Free Pascal, version 3.2.2

    Ordinary constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.2 Typed constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.3 Resource elements are written like this -- syntactical elements are like this - Keywords which must be typed exactly as in the diagram: -- keywords are like this - When something can be repeated, there is throughout the years: • Easy syntax, rather verbose, yet easy to read. Ideal for teaching. • Strongly typed. • Procedural. • Case insensitive. • Allows nested procedures. • Easy input/output routines built-in
    0 码力 | 268 页 | 700.37 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    enjoy them.) §2. An Introduction of Go 9 An Introduction of Go Go is a compiled and static typed programming language born from Google. Many of the core Go design and tool development team members and use. Go programmers are often called gophers. In fact, although Go is a compiled and static typed programming language, Go also has many features which are usually only available in dynamic script article. Untyped Values and Typed Values In Go, some values are untyped. An untyped value means the type of the value has not been confirmed yet. On the contrary, the type of a typed value is determined. For
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ExplorationofStronglytypedUnitsCaseStudyfromDigitalAudioMypy1.8Documentation1.10devGo101Golangv121.0UserGuideforFreePascalVersion3.2Referenceguideversion
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩