搜索资源列表
SPIHT(Matlab).zip
- % Matlab implementation of SPIHT (without Arithmatic coding stage) % % By Jing Tian, scuteejtian@hotmail.com fprintf('----------- Welcome to SPIHT Matlab Demo! ----------------\n'); fprintf('----------- Load
jnntbeta0.2f
- Java神经网络工具箱-Java neural network toolbox
jnntbeta0.2f
- 人工神经网络java工具箱源代码 包含BP网络,K分类和RBF网络-ANN java source code toolkit includes BP, K Classification and RBF Network
formats
- 类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats