-
20091216161137916LibSvm
这是LibSvm 使用说明学习心得以及libsvm在MATLAB应用中的接口程序(This is a learning experience, as well as LibSvm instructions libsvm interface in the MATLAB application program)
- 2009-12-16 23:38:46下载
- 积分:1
-
list
Program to implement a list data structure in C++ (partial)
With debug output for poor-man s animation
- 2007-11-10 15:25:40下载
- 积分:1
-
modbusgw-0.1.tar
MODBUS programEach instance of modbusgw acts a master to a modbus serial network. Currently each
instance of modbusgw will only support one modbus serial network (future revisions will support
multiple networks in a single gateway for now, it is necessary to start multiple instances).
(MODBUS programEach instance of modbusgw acts a master to a modbus serial network. Currently eachinstance of modbusgw will only support one modbus serial network (future revisions will supportmultiple networks in a single gateway for now, it is necessary to start multiple instances).)
- 2008-02-12 18:59:53下载
- 积分:1
-
WindowNetWork
Window网络与通信 书的配套源码(Window networking and communications supporting the FO)
- 2006-06-02 14:12:22下载
- 积分:1
-
dense_trajectory_release_v1.2
this code extract dense samples for human action recognition
- 2014-09-18 16:29:43下载
- 积分:1
-
pso
滤波器设计是信号处理的核心问题之一,Matlab软件在多个研究领域都有着广泛的应用。
本文介绍了基于Matlab环境下,用窗函数设计法实现FIR数字滤波器的设计,并阐述了与以前人
们常用的设计方法的区别,给出了设计实例。仿真结果表明,设计结果的各项性能指标均达到指定
要求,且设计过程简便易行。
(The design of filters is a core problem in signal processing. MATLAB software iswidely used inmany research fields. This
article introduces themethod ofusingwindow function to design FIR digital filters based onMATLAB and its differences from the tradi-
tional designmethods. And itgives a design example. The simulation shows that the design results canmeet the requirements verywell
and the design procedure is very simple and practica.l
)
- 2010-07-31 16:48:32下载
- 积分:1
-
zcgzxl
最长公共子序列的 c代码,可以直接运行获得结果。(C code for the longest common subsequence can be run directly.)
- 2013-12-04 16:13:33下载
- 积分:1
-
matlab-classcal-code
说明: matlab经典的一些算法程序集锦,包括插值拟合,解方程,数值分析等等(matlab algorithm program highlights some of the classic, including the interpolation fitting, solving equations, numerical analysis, etc.)
- 2011-04-17 19:01:15下载
- 积分:1
-
Temps
must view while leaving any place from a company
- 2010-02-05 21:21:35下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1