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

无数据

分类

全部后端开发(299)Java(223)Spring(223)云计算&大数据(127)VirtualBox(94)数据库(33)PostgreSQL(32)Pandas(32)系统运维(31)nim(28)

语言

全部英语(474)中文(简体)(31)中文(繁体)(4)西班牙语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(403)其他文档 其他(80)TXT文档 TXT(29)
 
本次搜索耗时 0.130 秒,为您找到相关结果约 512 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • PostgreSQL
  • Pandas
  • 系统运维
  • nim
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Make Successor Build Systems: World Tour of Build Systems

    0 码力 | 115 页 | 7.02 MB | 5 月前
    3
  • pdf文档 The Idris Tutorial Version 0.9.18

    and successor) data List a = Nil | (::) a (List a) -- Polymorphic lists The above declarations are taken from the standard library. Unary natural numbers can be either zero (Z), or the successor of another -> Vect (n + m) a (++) {n=Z} [] ys = ys (++) {n=S k} (x :: xs) ys = x :: xs ++ ys If n was a successor in the [] case, or zero in the :: case, the definition would not be well typed. 8.2 The with rule use the empty type to prove that something is impossible, for example zero is never equal to a successor: disjoint : (n : Nat) -> Z = S n -> Void disjoint n p = replace {P = disjointTy} p () where disjointTy
    0 码力 | 69 页 | 316.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.11

    and successor) data List a = Nil | (::) a (List a) -- Polymorphic lists The above declarations are taken from the standard library. Unary natural numbers can be either zero (Z), or the successor of another -> Vect (n + m) a (++) {n=Z} [] ys = ys (++) {n=S k} (x :: xs) ys = x :: xs ++ ys If n was a successor in the [] case, or zero in the :: case, the definition would not be well typed. 9.2 The with rule use the empty type to prove that something is impossible, for example zero is never equal to a successor: disjoint : (n : Nat) -> Z = S n -> Void disjoint n p = replace {P = disjointTy} p () where disjointTy
    0 码力 | 71 页 | 314.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.20.1

    and successor) data List a = Nil | (::) a (List a) -- Polymorphic lists The above declarations are taken from the standard library. Unary natural numbers can be either zero (Z), or the successor of another -> Vect (n + m) a (++) {n=Z} [] ys = ys (++) {n=S k} (x :: xs) ys = x :: xs ++ ys If n was a successor in the [] case, or zero in the :: case, the definition would not be well typed. 9.2 The with rule use the empty type to prove that something is impossible, for example zero is never equal to a successor: disjoint : (n : Nat) -> Z = S n -> Void disjoint n p = replace {P = disjointTy} p () where disjointTy
    0 码力 | 71 页 | 316.18 KB | 1 年前
    3
  • pdf文档 Reference guide for FCL units. Document version 3.2.2

    overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 2.5.3 TAVLTreeNode.Successor . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 2.5.4 TAVLTreeNode.Precessor . . . . FindRightMostSameKey Find the node most right of a specified node with the same data 105 FindSuccessor Find successor to node 103 FreeAndClear Clears the tree and frees nodes 103 FreeAndDelete Delete a node from Synopsis: Declaration: function AddAscendingSequence(Data: Pointer; LastAdded: TAVLTreeNode; var Successor: TAVLTreeNode) : TAVLTreeNode Visibility: public Description: AddAscendingSequence is an optimized
    0 码力 | 953 页 | 2.21 MB | 1 年前
    3
  • pdf文档 Theorem Proving in Lean Release 3.23.0

    known as the major premise. Finally, the two arguments after specify how to compute the zero and successor cases, as described above. They are also known as the minor premises. Consider, for example, the Fixing m, we can define addition by recursion on n. In the base case, we set add m zero to m. In the successor step, assuming the value add m n is already determined, we define add m (succ n) to be succ (add p (succ a) end Think of this as saying “split on cases as to whether m + 3 * k is zero or the successor of some number.” The result is functionally equivalent to the following: example (hz : p 0) (hs
    0 码力 | 173 页 | 777.93 KB | 1 年前
    3
  • pdf文档 Cooperative C++ Evolution

    become Standard . Observation It doesn’t seem to me that the TS designers view TS as a successor language56 Compatibility requires strategic up-front design. Often forgotten until it is too availability that everyone faces. … — John Carmack [emphasis added]83 “Dart plan” — Competitive/successor 10 improvement New creation Limited interop, relies on wrapping/marshaling/thunking… Competes
    0 码力 | 85 页 | 5.73 MB | 5 月前
    3
  • pdf文档 Spring Framwork Web on Servlet Stack v5.3.36 SNAPSHOT

    (NOT_MODIFIED) without a body, if the content has not changed. ETag can be seen as a more sophisticated successor to the Last-Modified header. This section describes the HTTP caching-related options that are available maintained. At present the JSteunou/webstomp-client is the most actively maintained and evolving successor of that library. The following example code is based on it: var socket = new SockJS("/spring- large community, which let the project grow and become popular among Java web developers. As a successor to the original Struts 1.x, check out Struts 2.x and the Struts-provided Spring Plugin for the
    0 码力 | 259 页 | 3.58 MB | 1 年前
    3
  • epub文档 Celery v5.0.1 Documentation

    to find the link which gets # removed by updating the links in the predecessor and successor nodes. dict_delitem(self, key) link = self.__map.pop(key) link_prev = link NC[node] for successor in self[node]: successor_c = NC[successor] if node_c != successor_c: graph.add_edge(node_c, successor_c) return [t[0] = Counter() result = [] for node in self: for successor in self[node]: count[successor] += 1 ready = [node for node in self if not count[node]] while
    0 码力 | 2313 页 | 2.13 MB | 1 年前
    3
  • epub文档 Celery 3.0 Documentation

    to find the link which gets # removed by updating the links in the predecessor and successor nodes. dict_delitem(self, key) link_prev, link_next, _ = self.__map.pop(key) NC[node] for successor in self[node]: successor_c = NC[successor] if node_c != successor_c: graph.add_edge(node_c, successor_c) return [t[0] = Counter() result = [] for node in self: for successor in self[node]: count[successor] += 1 ready = [node for node in self if not count[node]] while
    0 码力 | 2110 页 | 2.23 MB | 1 年前
    3
共 512 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 52
前往
页
相关搜索词
MakeSuccessorBuildSystemsWorldTourofTheIdrisTutorialVersion0.9180.1120.1ReferenceguideforFCLunitsDocumentversion3.2TheoremProvinginLeanRelease3.23CooperativeC++EvolutionSpringFramworkWebonServletStackv53.36SNAPSHOTCelery0.1Documentation3.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩