资源列表
中缀
- 利用栈设计算法,实现中缀表达式的求值,只考虑整除。(Stack design algorithm based on the realization of infix expression, infix expressions only consider divisibility.)
auth
- 1.前台版权水印:免费版的前台有S-CMS企业建站的水印,授权版没有。 2.后台功能限制:免费版后台无富文本编辑器,无法下载和切换模板,无法修改联系方式;授权版无任何限制。(1. front desk copyright watermark: the free version of the front desk has the S-CMS enterprise building watermark, the Authorized Edition is not. 2. back
shunxubiaonizhi
- 对顺序表元素就地逆置,将线性表(a1,a2,……,an)逆置为(an,an-1,……,a1)。(The sequential table element is placed in place, and the linear table (A1, A2,... An) inversed (an, an-1,... A1).)
Fibonacci
- 基于队列设计算法,输出任意位置的Fibonacci 数列元素值。 fib(0) = 1 fib(1) = 1 fib(n) = fib(n-1)+fib(n-2)(Based on the queue design algorithm, the Fibonacci sequence element value of any location is output.)
BiTreeHeight
- 用递归方法求二叉树高。构建二叉树,并采用递归的方法求其高度(A recursive method for finding the height of two forked trees)
nxgt
- 此程序分析了cdma2000的链路性能 可供大家参考()
DE
- 差分进化算法(Differential Evolution, DE)是一种基于群体差异的启发式随机搜索算法,该算法是由R.Storn和K.Price为求解Chebyshev多项式而提出的。DE算法也属于智能优化算法,与前面的启发式算法,如ABC,PSO等(DE optimization algorithm)
OS
- IT is a java homework for OS
hufman
- 应用哈夫曼编码实现对灰度图片的压缩(原图片应先转码为bmp格式)(The application of Huffman coding to compress the grayscale images (the original image should be transcoded to BMP format first))
xishuMatrixAdd
- 以三元组表示稀疏矩阵A,B,试编写矩阵相加的算法,结果存放在C矩阵。(Three tuples are represented by the sparse matrix A, B, and the matrix addition algorithm is written. The results are stored in the C matrix.)
电子密码锁
- 这是基于MSP430f5438A迪文触摸屏的电子密码锁程序,可储存更改密码(This is the electronic password lock Devin MSP430f5438A touch screen program based on the stored password change)
2783818
- 此例为opnet使用的典型实例,可以提供给大家学习参考,共六幅拓扑图()