-
易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C...
易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、
n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM
-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
- 2022-07-02 23:18:02下载
- 积分:1
-
选取框是MFC框架程序,功能是自定义了几个可改变大小的框,可以进行拖动旋转等操作...
选取框是MFC框架程序,功能是自定义了几个可改变大小的框,可以进行拖动旋转等操作-Marquee is the MFC framework for procedures, functions of several custom can change the size of the box, you can drag to rotate, such as operation
- 2022-07-02 13:10:13下载
- 积分:1
-
httpserver解决乱码问题
procedure TForm1.httpS_1CommandGet(AContext: TIdContext;
ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
// var
// bb : Tb
var
sRawByte: RawByteString;
sAnsi: AnsiString;
begin
Mm_1.Clear;
ARequestInfo.ContentType :="text/html;Charset=UTF-8";
Mm_1.Lines.Add("ContentType Params " + ARequestIn
- 2022-08-22 10:45:21下载
- 积分:1
-
一个验证程序,生成证书.可以用来生成证书和验证证书
一个验证程序,生成证书.可以用来生成证书和验证证书-A application for generating and validating certificate.
- 2022-09-16 02:15:03下载
- 积分:1
-
recorded communications source code management system (TURBOC2.0 through) some v...
通迅录管理系统源代码(TURBOC2.0通过)
很实用的一段代码
希望站长采纳-recorded communications source code management system (TURBOC2.0 through) some very practical hope head of mining code Thank you satisfied
- 2022-08-22 19:54:10下载
- 积分:1
-
mfc calculator, with addition and subtraction multiplication and division basic...
mfc的计算器,具有加减乘除的基本运算功能,比较简单,容易实现的-mfc calculator, with addition and subtraction multiplication and division basic computing functions, relatively simple, easy to implement
- 2022-11-26 08:45:03下载
- 积分:1
-
数据库查询示例程序
数据库查询示例程序-example database query procedures
- 2022-02-04 15:28:38下载
- 积分:1
-
程序
程序-Procedures
- 2022-08-25 14:42:48下载
- 积分:1
-
是对电脑的一些功能的编程,大家有时间的时候可以下载看看~~~``网络下的...
是对电脑的一些功能的编程,大家有时间的时候可以下载看看~~~``网络下的-to some functional computer programming, we have the time to download a look at the network ~~~
- 2022-02-02 03:24:47下载
- 积分:1
-
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头...
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sorting,quick sorting and selection sorting.Some
template technics are included in the head file in order to make these sorting metods achieved in the same time . The source code is recomposed and optimized by Dinimicky_hu , using the some arrays of function pointer ,and amened some bugs.
- 2022-07-19 03:30:28下载
- 积分:1