-
libsvm-2.88
LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。(LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.)
- 2009-02-08 23:35:31下载
- 积分:1
-
zhajinhua
6603二次开发运营版炸金花,带前后台控制(6603 Golden fried version of the secondary development operations)
- 2014-02-10 10:32:54下载
- 积分:1
-
c++_program_art
清华大学出版 c++编程艺术
讲解如何高效c++编程。
好书!(err)
- 2007-12-28 19:06:40下载
- 积分:1
-
matlab-command-window
用编程的方式修改MATLAB命令窗口的前景色和背景色(Programmatically modify the MATLAB command window to the foreground and background colors)
- 2013-04-15 21:15:46下载
- 积分:1
-
Observers_in_Control_Systems
一本学习观测器的很好资料,详细论述了观测器的设计和调试(very good paper to learn the observation describe the observation design )
- 2011-12-09 15:59:37下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
segy
用来计算线性拉登变换免费工具包包括 MATLAB 演示程序 产品信息和示例等等
(High Availability Large Data Sets, High Performance
)
- 2010-11-04 16:29:08下载
- 积分:1
-
EGM2008_Model_to_GPS_Elevation
基于EGM2008模型的重力观测点GPS高程转换(GPS Height Transfrom Based on EGM2008 Model)
- 2021-03-18 16:19:20下载
- 积分:1
-
easydatabase
vc++实现简单数据库操作程序,对于C++面向界面语言的设计学习者很有帮助(vc code for database)
- 2009-04-06 20:29:50下载
- 积分:1
-
bmpshow
打开bmp文件的图像,并对图像做相关处理,如滤波,变换等.(Bmp file to open the image, and image-related deal to do, such as filtering, transformation and so on.)
- 2008-07-28 18:43:19下载
- 积分:1