搜索资源列表
CSRC_linux386_LS-SVMlab1.5.tar
- linux下matlab可用的最小二乘法支持向量机ls-svm,c语音代码。-matlab under linux available method of least squares support vector machine ls-svm, c voice code.
normxcorr2_ALL
- 快速NCC(normalized cross correlation)算法实现。比matlab自带的normxcorr2 快10-20倍。在windows Unix环境下c语言,和matlab编译通过。-use Matlab on Windows or Linux or Mac OS X and want fast (exact, general-case) normalized correlation (NCC) code right now, then download it and enj
AdaptiveMatLabExercise_1
- adaptive filter Usage To make full use of this tutorial you have to 1. Download the file AdaptiveFilter.zip which contains this tutorial and the accompanying Matlab program(s). 2. Unzip AdaptiveFilter.zip which will generate a subdirectory Ad
Kinect-in-Matlab
- 非常有用的matlab实例,包含C++程序可以用于Microsoft Kinect等多种编程环境,起很强的加速作用,-This zip-file contains c++ wrapper functions for the Microsoft Kinect, OpenNI 1.* and OpenNI 2.* libary. This code is compatible with Matlab 32bit and 64bit, Windows, MacOs and Linux.
matlab
- it is a project of socket programming in linux . it was witten in c language . it has two parts client and server . clients can connect to server and use some services from server and server service client. client can be more than one but serv
matlab_mex_fft
- matlab mex编程,fft和一些矩阵运算的C实现,linux matlab下编译-matlab mex programming, fft, and some matrix operations C implementation, compiled under linux matlab
glibc-2.14.tar
- 开源Linux图形用户界面支持系统,可以方便的移植到Linux,Windows等系统,纯c编写,方便阅读移植 (Open source Linux graphical user interface support system that can be easily ported to Linux, Windows and other systems, pure c write, easy to read transplant)((Open source Linux graphical user
octave
- Octave是一种高层解释类编程语言,旨在解决线性和非线性的数值计算问题。Octave为GNU项目下的开源软件,早期版本为命令行交互方式,4.0.0版本发布基于QT编写的GUI交互界面。Octave语法与Matlab语法非常接近,可以很容易的将matlab程序移植到Octave。同时与C++,QT等接口较Matlab更加方便。(Scientific Programming Language Powerful mathematics-oriented syntax with built-in p
20180121001602
- 文件有两种,一种是文本文件,一种是程序二进制文件,不管哪种文件都可以用十六进制编码来显示,称为hex文件。 1、文本Hex文件一般不需要转成C语言,更多的是程序二进制文件,用十六进制显示,可以转换成C语言,一般使用相应的反汇编程序来实现,这方面的工具很多,不同的平台略有不同。Windows平台一般常用的OllyDbg、Windbg、IDA,Linux平台使用最多的是GDB和Linux版的IDA(There are two kinds of files, one is a text file
dstar
- D*lite算法的C++实现,已经在ubuntu linux下面测试通过!(C++ Implementation of D*lite Algorithms)