资源列表
seqAlignment2
- 使用动态规划方法进行序列比对的模拟程序,用递归实现-The use of dynamic programming methods of sequence alignment of the simulation program
hailList
- 预测冰雹序列,是一个简单的迭代序列-hail list
mul
- 高精度乘法,采用万进制,效率非常高。可以处理非常大的数-high precision multiply
opengl
- 计算机图形学c程序,有个错误,自己改一下吧-Computer graphics c program, there is a mistake, it ourselves about it
TLVS
- 求特普里兹型线性代数方程组的莱文森地推算法-Leeds seek Depp linear algebraic equations to calculate method Levinson
ImageInsertInTable
- data insertion in to data base
webservice
- 用来开发windows服务,后台运行,不需要为用户显示前台页面信息,实现相应的功能和操作。-windows service
Decimal-to-binary
- 十进制转为二进制,输入任意的十进制数就可以准确的转化为二进制-Decimal to binary
ConvertHSLcolorvaluestoRGB
- This to convert some color to RGB.-This is to convert some color to RGB.
listchaine
- example of use list cahins
qiduanyimaqi_verilog
- 七段译码器的verilog实现。VHDL,单片机开发程序,数字逻辑与处理器基础实验,你懂d。-Seven segment decoder verilog implementation. VHDL, MCU development program, the digital logic and processor basic experiment, you know d.
Spiral-square
- 一个高效的螺旋方阵输出程序,输入方阵的边长n,然后输出n*n的螺旋方阵比如:n=4输出为: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7-An efficient spiral square output program, enter the square side length n, then n* n helical output matrixFor example: n = 4The output is: 1 2 3 4 12 13 14 5 11