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

无数据

分类

全部后端开发(107)Julia(86)系统运维(16)httpd(16)C++(6)Kotlin(4)Lean(4)Python(2)Go(2)云计算&大数据(2)

语言

全部英语(101)中文(简体)(15)中文(繁体)(10)

格式

全部PDF文档 PDF(113)其他文档 其他(13)
 
本次搜索耗时 0.054 秒,为您找到相关结果约 126 个.
  • 全部
  • 后端开发
  • Julia
  • 系统运维
  • httpd
  • C++
  • Kotlin
  • Lean
  • Python
  • Go
  • 云计算&大数据
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: Algebraic Data Types

    Back to Basics: Algebraic Data Types I also do C++ training! arthur.j.odwyer@gmail.com Arthur O’Dwyer 2020-09-16Outline ● Why the name “algebraic data types”? [3–18] ○ Memory layout diagrams. Why More about pair and tuple [57–69] Questions? 2What do I mean by algebraic types? pair C++98. The original algebraic data type. tuple C++11. optional C++17. variant C++17, with with minor tweaks to its constructors in C++20. 3Why do we say “algebraic”? It’s about the type’s number of possible values, a.k.a. the size of its domain. How many possible states might the object take
    0 码力 | 73 页 | 267.05 KB | 5 月前
    3
  • pdf文档 Haskell 2010 Language Report

    User-Defined Datatypes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.2.1 Algebraic Datatype Declarations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.2.2 Type Synonym provides higher-order functions, non-strict semantics, static poly- morphic typing, user-defined algebraic datatypes, pattern-matching, list comprehensions, a module system, a monadic I/O system, and a rich sequences of guards respecively; p and pi are patterns; v, x, and xi are variables; K and K ′ are algebraic datatype (data) constructors (including tuple constructors); and N is a newtype constructor. Rule
    0 码力 | 329 页 | 1.43 MB | 1 年前
    3
  • pdf文档 An Introduction to Lean

    used by functional programming languages like Haskell, to share notation and properties across algebraic structures.) Lean uses the Unicode character N as alternative notation for the type nat. You can booleans, characters and strings, lists, products, disjoint sums, and so on. We can also define algebraic structures like groups, rings, fields, vector spaces, and categories. In fact, dependent type theory objects. It can define the number systems, ranging from the natural numbers to the complex numbers; algebraic structures, from semi- groups to categories and modules over an arbitrary ring; limits, derivatives
    0 码力 | 48 页 | 191.92 KB | 1 年前
    3
  • pdf文档 The Hitchhiker’s Guide to Logical Verification

    readable, fairly complete documentation. It is open source. Lean’s core library includes only basic algebraic definitions. More setup and proof automation are found in mathlib. It is more than a mathematical acyclic data in a program. You may know them under some other, largely synonymous names, including algebraic data types, inductive data types, freely generated data types, recursive data types, and data types of 1. The main purpose of these type classes is to form the foundation for a rich hierar- chy of algebraic type classes (groups, monoids, ring, fields, etc.) and to allow the overloading of common mathematical
    0 码力 | 215 页 | 1.95 MB | 1 年前
    3
  • pdf文档 Theorem Proving in Lean Release 3.23.0

    discuss methods of elaboration and type inference, which can be used to support flexible forms of algebraic reasoning. Finally, of course, we will discuss features that are specific to Lean, including the equivalent int. Identities like these are designed to work in arbitrary instances of the relevant algebraic structures, using the type class mechanism that is described in Chapter 10. In particular, all these previous page) exact t end Note that the rewrite tactic can carry out generic calculations in any algebraic structure. The following examples involve an arbitrary ring and an arbitrary group, respectively
    0 码力 | 173 页 | 777.93 KB | 1 年前
    3
  • pdf文档 The Way To Go - 2012

    for example define the interface Algebraic: type Algebraic interface { Add(b Algebraic) Algebraic Min(b Algebraic) Algebraic Mult(b Algebraic) Algebraic … Elements() } and define the the methods Add(), Min(), Mult(), … for our matrix types. Each type which implements the Algebraic interface above will allow for method chaining. Each method implementation should use a type-switch specified which relies only on the methods in the interface: func (a *denseMatrix) Add(b Algebraic) Algebraic { switch b.(type) { case sparseMatrix: return addDenseToSparse(a, b.(sparseMatrix))
    0 码力 | 629 页 | 4.85 MB | 1 年前
    3
  • pdf文档 Programming in Lean Release 3.4.2

    mathematical objects: number sys- tems, ranging from the natural numbers to the complex numbers; algebraic structures, from semigroups to categories and modules over an arbitrary ring; limits, derivatives #eval mauve.red #eval mauve.green Lean provides extensive support for reasoning generically about algebraic structures, in particular, allowing the inheritance and sharing of notation and facts. Chief among the argument to mul. With has_mul and has_one in place, some of the most basic objects of the algebraic hierarchy are defined as follows: universe u variables {α : Type u} (continues on next page)
    0 码力 | 51 页 | 220.07 KB | 1 年前
    3
  • pdf文档 Regular, Revisited

    • Euclid’s GCD algorithm
 • Abstraction in mathematics
 • Deriving generic algorithms
 • Algebraic structures
 • Programming concepts
 • Permutation algorithms
 • Cryptology (RSA) ~ 1977 AD2023 • Transformations and Their Orbits • Associative Operations • Linear Orderings • Ordered Algebraic Structures • Iterators • Coordinate Structures • Coordinates with Mutable Successors • Copying
    0 码力 | 180 页 | 19.96 MB | 5 月前
    3
  • pdf文档 ES6 Tutorial

    .......................................................................... 223 Miscellaneous Algebraic Functions ..................................................................................... 1): 1 Math.log1p(17.5): 2.917770732084279 Miscellaneous Algebraic Functions Following is a list of miscellaneous algebraic functions with their description. Function Description
    0 码力 | 435 页 | 4.00 MB | 1 年前
    3
  • pdf文档 A Simple Rollback System in C++

    determinism From Yossi Kreinin - Consistency: how to defeat the purpose of IEEE floating point 1. Algebraic compiler optimizations 2. "Complex" instructions 3. x86-specific pain. SG14: P3375R0 tries to address
    0 码力 | 58 页 | 6.61 MB | 5 月前
    3
共 126 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
BacktoBasicsAlgebraicDataTypesHaskell2010AnIntroductionLeanTheHitchhikerGuideLogicalVerificationTheoremProvinginRelease3.23WayToGo2012Programming3.4RegularRevisitedES6TutorialSimpleRollbackSystemC++
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩