OpenSVM was developped under Visual C++ 6.0 SP6,
You can open the workspace file(*.dsw) in the opensvm-src folder.
The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm.
However, the files svm.h and svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSVM still use other codes of libsvm.
So you can see the libsvm package in the source package.
You can open and build it with Visual C++ 6.0.
Note: the problems must be in LIBSVM format.
OpenSVM project page:
http://sourceforge.net/projects/opensvm
If you had any question, please mail to:
cloudbyron@Gmail.com
This folder has some scritps that you may find usefull.
All of it comes from questions that I ve received in my email.
If you have a new request/question, feel free to send it to marceloperlin@Gmail.com.
But please, don t ask me to do your homework.
Passing_your_param0
This folder contains instructions (and m files) for passing you own initial parameters to the fitting function.
I also included a simple simulation script that will create random initial coefficients
(under the proper bounds) and fit the model to the data.
微軟DNS服務(wù)器遠(yuǎn)程溢出漏洞測(cè)試代碼
Microsoft DNS Server Remote Code execution Exploit and analysis
Advisory: http://www.microsoft.com/technet/security/advisory/935964.mspx
This remote exploit works against port 445 (also Microsoft RPC api used)
* Mario Ballano ( mballano~Gmail.com )
* Andres Tarasco ( atarasco~Gmail.com )