-
svmlight_matlab_windows_X64
svm-light相比libsvm使用简单,只有learn和classify两个,没有scale。集成进自己的工程大致有两种方式:1.工程内部system调用两个exe;2.封装源码嵌入工程。
svm_light训练和预测使用方法参考官网how to use就ok
- 2022-01-25 14:15:52下载
- 积分:1
-
Very good data synchronization software, a small but very powerful features, it...
很不错的数据同步软件,很小但是功能很强大,值得学习-Very good data synchronization software, a small but very powerful features, it is worth learning
- 2022-03-18 13:44:14下载
- 积分:1
-
用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能...
用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能-Implemented with the VC system services to start program can modify the source code to add the service function of the need to achieve
- 2022-08-18 13:22:58下载
- 积分:1
-
请试试这个VB beginners.it很有用。
Please try this for vb beginners.it s very useful.
- 2022-07-01 13:41:32下载
- 积分:1
-
Duilib 浏览器演示
这是一个演示,通过使用 duilib lib 完成 ie 浏览器。它是一个很好的演示来研究 duilib,它可以告诉如何使用CWebBrowserUI 控制。
- 2023-06-15 15:35:13下载
- 积分:1
-
LRC文件解析、显示与编辑功能的实现.运行环境:Win XP;VC++6.0
LRC文件解析、显示与编辑功能的实现.运行环境:Win XP;VC++6.0
-LRC document analysis, display and editing features of the achievement. Runtime Environment: Win XP VC++6.0
- 2022-11-01 23:45:03下载
- 积分:1
-
功能选择模块,实现逻辑功能的选择,以完成任务
功能选择模块,实现逻辑功能的选择,以完成任务-Feature selection module, the choice of the realization of logic function in order to complete the task
- 2022-08-09 10:48:54下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
读者写者问题
操作系统中中线程同步时一个很重要的问题,而有时候同步却会造成死锁。为了解决这个问题,一种方式是通过信号量来实现线程调度。本代码使用c语言开发,vc++6.0 ide,在windows下运行。即可展示信号量在读者写者问题中的图形化界面表示。
- 2023-06-06 22:00:03下载
- 积分:1
-
本程序用VC实现自动拼图,用的是A*搜索算法
本程序用VC实现自动拼图,用的是A*搜索算法-This procedure automatically using VC puzzles, using the A* search algorithm
- 2022-07-19 03:11:31下载
- 积分:1