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

无数据

分类

全部后端开发(106)Julia(87)Idris(15)数据库(2)C++(2)Greenplum(2)RISC-V(1)Rust(1)

语言

全部英语(94)中文(繁体)(10)中文(简体)(3)西班牙语(1)

格式

全部PDF文档 PDF(108)
 
本次搜索耗时 0.094 秒,为您找到相关结果约 108 个.
  • 全部
  • 后端开发
  • Julia
  • Idris
  • 数据库
  • C++
  • Greenplum
  • RISC-V
  • Rust
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Idris Tutorial Version 0.11

    be manipulated like any other value. The standard example is the type of lists of a given length 1, Vect n a, where a is the element type and n is the length of the list and can be an arbitrary term. When therefore give the following type to the app function, which concatenates vectors: app : Vect n a -> Vect m a -> Vect (n + m) a This tutorial introduces Idris, a general purpose functional programming language the Idris library, by importing Data.Vect, or we can declare them as follows: data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Note that we have used the same
    0 码力 | 71 页 | 314.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.20.1

    be manipulated like any other value. The standard example is the type of lists of a given length 1, Vect n a, where a is the element type and n is the length of the list and can be an arbitrary term. When therefore give the following type to the app function, which concatenates vectors: app : Vect n a -> Vect m a -> Vect (n + m) a This tutorial introduces Idris, a general purpose functional programming language the Idris library, by importing Data.Vect, or we can declare them as follows: data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Note that we have used the same
    0 码力 | 71 页 | 316.18 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.18

    be manipulated like any other value. The standard example is the type of lists of a given length 1, Vect n a, where a is the element type and n is the length of the list and can be an arbitrary term. When therefore give the following type to the app function, which concatenates vectors: app : Vect n a -> Vect m a -> Vect (n + m) a This tutorial introduces Idris, a general purpose functional programming language the Idris library, by importing Data.Vect, or we can declare them as follows: data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Note that we have used the same
    0 码力 | 69 页 | 316.20 KB | 1 年前
    3
  • pdf文档 Idris 语言文档 Version 1.3.1

    标准范例就是带长度的列表类型1 Vect n a, 其中 a 为元素的类型,而 n 为该列表的长度且可以任意 长。 当类型包含了描述其性质的值(如列表的长度)时,它就能描述函数自身的性质了。 比如连接两个列 表的操作,它拥有性质:结果列表的长度为两个输入列表的长度之和。 因此我们可以为 app 函数赋予 如下类型,它用于连接向量(奖奥 奣 奴 奯奲 ): app : Vect n a -> Vect m a -> -> Vect (n + m) a 1 也许会令人困惑,它在依赖类型编程的文献中通常被称作「向量 ( V e c t o r ) 」。 夲 I d r i s 语 语 语言 言 言文 文 文档 档 档, 版 版 版本 本 本 1. 3. 1 本教程介绍了 奉 奤 奲 奩 女 ,一个通用的依赖类型函数式编程语言。奉 奤 奲 奩 女 项目旨在为可验证的通用编程打造一 个依赖类型的语言。 为此,奉 奤 它通常被称作向量 (奖奥 奣 奴 奯奲 )。向量作为 奉 奤 奲 奩 女 库的一部分,可通过导入 Data.Vect 来使用,当然我们也自己声明 它: data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a 注意我们使用了与 List 相同的构造器名。只要名字声明在不同的命名空间内
    0 码力 | 224 页 | 2.06 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.3.3

    u e . T h e s t an d ar d e x am p l e i s t h e t y p e of l i s t s of a gi v e n l e n gt h 1 , Vect n a, w h e r e a i s t h e e l e m e n t t y p e an d n i s t h e l e n gt h of t h e l i s t an d e t o t h e app f u n c t i on , w h i c h c on c at e n at e s v e c t or s : app : Vect n a -> Vect m a -> Vect (n + m) a T h i s t u t or i al i n t r od u c e s I d r i s , a ge n e r al p u r p y , b y i m p or t i n g Data.Vect, or w e c an d e c l ar e t h e m as f ol l ow s : data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Not e t h at w e h av
    0 码力 | 66 页 | 627.66 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.3.4

    u e . T h e s t an d ar d e x am p l e i s t h e t y p e of l i s t s of a gi v e n l e n gt h 1 , Vect n a, w h e r e a i s t h e e l e m e n t t y p e an d n i s t h e l e n gt h of t h e l i s t an d e t o t h e app f u n c t i on , w h i c h c on c at e n at e s v e c t or s : app : Vect n a -> Vect m a -> Vect (n + m) a T h i s t u t or i al i n t r od u c e s I d r i s , a ge n e r al p u r p y , b y i m p or t i n g Data.Vect, or w e c an d e c l ar e t h e m as f ol l ow s : data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Not e t h at w e h av
    0 码力 | 66 页 | 627.66 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.99

    u e . T h e s t an d ar d e x am p l e i s t h e t y p e of l i s t s of a gi v e n l e n gt h 1 , Vect n a, w h e r e a i s t h e e l e m e n t t y p e an d n i s t h e l e n gt h of t h e l i s t an d e t o t h e app f u n c t i on , w h i c h c on c at e n at e s v e c t or s : app : Vect n a -> Vect m a -> Vect (n + m) a T h i s t u t or i al i n t r od u c e s I d r i s , a ge n e r al p u r p y , b y i m p or t i n g Data.Vect, or w e c an d e c l ar e t h e m as f ol l ow s : data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Not e t h at w e h av
    0 码力 | 182 页 | 1.04 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.0.1

    u e . T h e s t an d ar d e x am p l e i s t h e t y p e of l i s t s of a gi v e n l e n gt h 1 , Vect n a, w h e r e a i s t h e e l e m e n t t y p e an d n i s t h e l e n gt h of t h e l i s t an d e t o t h e app f u n c t i on , w h i c h c on c at e n at e s v e c t or s : app : Vect n a -> Vect m a -> Vect (n + m) a T h i s t u t or i al i n t r od u c e s I d r i s , a ge n e r al p u r p y , b y i m p or t i n g Data.Vect, or w e c an d e c l ar e t h e m as f ol l ow s : data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Not e t h at w e h av
    0 码力 | 223 页 | 1.21 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.1.0

    u e . T h e s t an d ar d e x am p l e i s t h e t y p e of l i s t s of a gi v e n l e n gt h 1 , Vect n a, w h e r e a i s t h e e l e m e n t t y p e an d n i s t h e l e n gt h of t h e l i s t an d e t o t h e app f u n c t i on , w h i c h c on c at e n at e s v e c t or s : app : Vect n a -> Vect m a -> Vect (n + m) a T h i s t u t or i al i n t r od u c e s I d r i s , a ge n e r al p u r p y , b y i m p or t i n g Data.Vect, or w e c an d e c l ar e t h e m as f ol l ow s : data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Not e t h at w e h av
    0 码力 | 223 页 | 1.21 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.1.1

    u e . T h e s t an d ar d e x am p l e i s t h e t y p e of l i s t s of a gi v e n l e n gt h 1 , Vect n a, w h e r e a i s t h e e l e m e n t t y p e an d n i s t h e l e n gt h of t h e l i s t an d e t o t h e app f u n c t i on , w h i c h c on c at e n at e s v e c t or s : app : Vect n a -> Vect m a -> Vect (n + m) a T h i s t u t or i al i n t r od u c e s I d r i s , a ge n e r al p u r p y , b y i m p or t i n g Data.Vect, or w e c an d e c l ar e t h e m as f ol l ow s : data Vect : Nat -> Type -> Type where Nil : Vect Z a (::) : a -> Vect k a -> Vect (S k) a Not e t h at w e h av
    0 码力 | 223 页 | 1.21 MB | 1 年前
    3
共 108 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
TheIdrisTutorialVersion0.110.920.118函数式编程语言HaskellOCaml1.30.991.01.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩