-
matlab12
由于libsvm的matlab版本的工具箱libsvm-mat并没有给出寻参的函数模块,而无论利用libsvm工具箱进行分类还是回归,参数的选取是十分重要的,鉴于此libsvm-mat-2.89-3[FarutoUltimate3.0]在
libsvm-mat-2.89-3的基础上给出相应的辅助函数插件,方便用户来选取最佳的参数,现对该工具箱里主要的辅助函数插件的接口进行介绍。(As the matlab version of the toolbox libsvm libsvm-mat and did not give to find a function module parameters, regardless of classification using libsvm toolbox or regression, parameter selection is very important, in view of the libsvm-mat-2.89-3 [ FarutoUltimate3.0] in libsvm-mat-2.89-3 is given on the basis of the corresponding auxiliary function plugin user to select the best parameters, the toolbox is the main interface to plug the auxiliary functions are introduced.)
- 2011-05-23 16:28:40下载
- 积分:1
-
kao
MAtlab file for Digital communication
- 2009-09-10 14:12:23下载
- 积分:1
-
independentlyofMatlabprograms
如何生成可独立运行的Matlab程序.介绍了Matlab C数学库、Matlab C++数学库、Matcom、Matlab COM Builder、Matlab Engine及编译Matlab独立可执行程序等Matlab混合程序设计的内容。 (How to build can be run independently of Matlab programs)
- 2010-01-16 09:09:01下载
- 积分:1
-
pointer
文档中介绍了三种二维数组指针的用法,让读者对二维数组指针有了更进一步的了解。(Document introduces three kinds of the usage of the two-dimensional array pointer, let readers have a better understanding of how two dimensional array pointer.)
- 2014-12-17 12:56:44下载
- 积分:1
-
spline
matlab小波变换源代码,供广大研究者学习(matlab wavelet transform source code, for the majority of researchers to learn)
- 2013-11-22 21:37:29下载
- 积分:1
-
Matlab-paphnet-web
matlab教程,好东西,希望大家喜欢,给我点鼓励(matlab tutorial, good stuff, hope you like, give me to encourage)
- 2012-05-27 08:55:56下载
- 积分:1
-
CDT
CDT规约,统称循环式远动规约,电力调度系统经常使用,经多年实践验证通过,需要时,可修改自己内部接口,完成代码移植。(CDT Statute, collectively, cycle remote Statute, power dispatching systems often use, after years of practice verified, if necessary, to modify their own internal interface, complete the code transplant.)
- 2013-12-11 10:16:12下载
- 积分:1
-
FLACprogram
FLAC使用手册对于操作过程给与详细说明,对于初学者来说非常实用涵。(FLAC user manual for the operation to give detailed instructions, is very useful for beginners Han.)
- 2009-11-12 17:17:57下载
- 积分:1
-
chap4matlab
实例10:阶梯图
实例11:枝干图
实例12:罗盘图
实例13:轮廓图
实例14:交互式图形
实例15:变换的傅立叶函数曲线(Example 10: Ladder Diagram Example 11: Example branches Figure 12: Compass Chart Example 13: The contour map instance 14: 15 Interactive graphic example: the Fourier transform function curve)
- 2011-05-20 01:50:29下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1