搜索资源列表
MenuScibble
- Use an applet calculator procedure of the Java realization, have to have+, -, *, /function. -Use an applet calculator procedure of the J ava realization, have to have, -, *, / function.
ds18b20
- 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 }-How
spss
- SPSS 是一个在市场研究公司中常用的数据分析统计 软件, 其功能非常强大, 可以完成各种统计分析。- Uauy R , Peirano P , Hoffman D , Mena P , et al. Role of essential fatty acids in the function of the developing nervous system [ J ] . Lipids , 1996 , 31 : S1672S176. [2 ] López2Ferrer S ,
PID-controller
- 介绍了一种基于最,j,-最大原理整定鲁棒PID控制器参数的方法,并应用MA ⅡAB 优化工具箱函数按非线性二次规划法搜索合理的PID参数。仿真结果表明,优化函数寻找 最佳PID参数简便可靠;当模型在一定范围内变化时,按该方法整定的鲁棒PID控制器均 能保证控制系统的动态性能良好。-Introduced based on the most, j,- setting the maximum principle method of robust PID controller paramet
J-Link_UG_V3.2
- J-Link User Guide,detailed descr iption of the main function. -J-Link User Guide,detailed descr iption of the main function.
fractal-use
- 分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -
disteu
- DISTEU Function DISTEU Pairwise Euclidean distances between columns of two matrices Input: x, y: Two matrices whose each column is an a vector data. Output: d: Element d(i,j) will be the Euclidean distance between two
eliminationgauss
- Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
1126code
- 网站商城的后台框架和模板,在后台开发总会用的到- LBP returns the local binary pattern image or LBP histogram of an image. J LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern coded image or the local binary pattern histogram of an intensity image