搜索资源列表
sqrt
- 入门级的开方程序,CC4.1,ASM,VC33用
sqrt(x)
- 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
sqrt
- Find out the square root of the 8-bit number-Find out the square root of the 8-bit number
SQRT
- Square root function calculation for 8051
SQRT
- Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square root is to be computed, bra
sqrt
- assembly code to make sqrt
matlab
- 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
SQRT
- A square root of a number for Microchip dsPIC.
sda
- 判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, -this can decide prime number method