严版数据结构。二叉树。功能齐全。经过调试。没有b+b_ 树。(c语言)。
上传时间: 2014-01-06
上传用户:lhw888
功能:双字节十六进制小数转换成双字节BCD码小数 入口条件:待转换的双字节十六进制小数在R2、R3中。 出口信息:转换后的双字节BCD码小数仍在R2、R3中。 影响资源:PSW、A、B、R2、R3、R4、R5 堆栈需求: 6字节
上传时间: 2014-07-23
上传用户:han_zh
B样条(三次)曲线和曲面逼近分析技术文档
上传时间: 2013-12-23
上传用户:BIBI
‧ 第1章 :编译程序概述 ‧ 第2章 :文法和语言的形式定义 ‧ 第3章 :有穷自动机 ‧ 第4章 :词法分析 ‧ 第5—7章 :语法分析 ‧ 第8章 :语义分析和中间代码生成 ‧ 第9章 :运行阶段的存储组织与分配 ‧ 第10章 :符号表 ‧ 第11章 :中间代码优化 ‧ 第12章 :目标代码生成
上传时间: 2016-02-10
上传用户:dyctj
B树代码以及演示,主要是让大家理解B树是如何组成的,以及如何删除和查询
上传时间: 2013-12-15
上传用户:cmc_68289287
比较牛b的一个计算器程序,源码在word文档里面,
上传时间: 2016-02-14
上传用户:z1191176801
16 relay output channels and 16 isolated digital input channels LED indicators to show activated relays Jumper selectable Form A/Form B-type relay output channel Output status read-back Keep relay output values when hot system reset High-voltage isolation on input channels(2,500 VDC) Hi ESD protection(2,00VDC) High over-voltage protection(70VDC) Wide input range(10~50VDC) Interrupt handling capability High-density DB-62 connector Board ID
标签: channels indicators activated isolated
上传时间: 2016-02-15
上传用户:dongbaobao
Express DSP compliant C55x DTMF detector software is proposed in two versions: one with a 5 ms frame size and one with a 10 ms frame size. The versions are quite similar in behavior. The version with a 10 ms frame size is faster, but the overall quality is higher in the 5 ms version, due to lower time granularity. DTMF算法for TI DSP 54X/55X
标签: compliant detector software proposed
上传时间: 2016-02-15
上传用户:liuchee
Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结束:dis即为所有点对的最短路径矩阵 3)算法小结:此算法简单有效,由于三重循环结构紧凑,对于稠密图,效率要高于执行|V|次Dijkstra算法。时间复杂度O(n^3)。 考虑下列变形:如(I,j)∈E则dis[I,j]初始为1,else初始为0,这样的Floyd算法最后的最短路径矩阵即成为一个判断I,j是否有通路的矩阵。更简单的,我们可以把dis设成boolean类型,则每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”来代替算法描述中的蓝色部分,可以更直观地得到I,j的连通情况。
标签: Floyd-Warshall Shortest Pairs Paths
上传时间: 2013-12-01
上传用户:dyctj
金苹果进销存管理系统-是一个用C#.net编写的非常使用而且功能强大的进销存的B/S系统
上传时间: 2013-12-28
上传用户:225588