Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux code
Search - linux code - List
linux下matlab可用的最小二乘法支持向量机ls-svm,c语音代码。-matlab under linux available method of least squares support vector machine ls-svm, c voice code.
Date : 2025-12-23 Size : 21kb User : legna

This directory includes sources used in the following paper: Parallel Spectral Clustering in Distributed Systems Wen-Yen Chen, Yangqiu Song, Hongjie Bai, Chih-Jen Lin, and Edward Chang Accepted by IEEE Transactions on Pattern Analysis and Machine Intelligence, 2010 This code has been tested under 64-bit Linux environment using MATLAB 7.4.0.287 (R2007a). You will be able to regenerate experiment results in the paper. However, results may be slightly different due to the randomness, the CPU speed, and the load of your computer. -This directory includes sources used in the following paper: Parallel Spectral Clustering in Distributed Systems Wen-Yen Chen, Yangqiu Song, Hongjie Bai, Chih-Jen Lin, and Edward Chang Accepted by IEEE Transactions on Pattern Analysis and Machine Intelligence, 2010 This code has been tested under 64-bit Linux environment using MATLAB 7.4.0.287 (R2007a). You will be able to regenerate experiment results in the paper. However, results may be slightly different due to the randomness, the CPU speed, and the load of your computer.
Date : 2025-12-23 Size : 15.08mb User : cc

DateConvert:简单而快速的日期转换 DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。 Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快: DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒 DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒 =>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7) DateConvert不*不*验证作为Matlab的日期函数输入日期: DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7] DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]! 因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。 请运行单元测试TestDateVec检查的有效性和速度。 测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。 纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。 英语月份名称是必要的。-DateConvert: Simple but fast date conversion DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards. Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster: DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec => 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7) DateConvert does*not* validate the input date as Matlab s date functions: DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7], DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] ! So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec. Please run the unit-test TestDateVec to check validity and speed. Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit. Pure Matlab code, so compat
Date : 2025-12-23 Size : 5kb User : zhou

快速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 enjoy the large performance gain over Matlab s normxcorr2 (demo included). For the brave (and/or masochistic) there is B), however, it is unlikely you will do better than the above. Thanks to Liang Jin for making the OS X binary (his performance comparison graph on a PowerPC).
Date : 2025-12-23 Size : 571kb User :

Source code for Matlab MPI for Windows and Linux.
Date : 2025-12-23 Size : 241kb User : Furedi Laszlo

This software was developed under Linux with Matlab R2009a. There is no guarantee it will run on other operating systems or Matlab versions.
Date : 2025-12-23 Size : 113kb User : BOUROR

DL : 0
EzStego的全部源码,适用于Windows/Linux等等环境-EzStego all the source code for Windows/Linux environment, etc.
Date : 2025-12-23 Size : 1.45mb User : dragon

非常有用的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.
Date : 2025-12-23 Size : 6.22mb User : 高伟哲

DL : 0
MATLAB CODE FOR Matlab Icon for Linux (with Transparency)
Date : 2025-12-23 Size : 38kb User : sswtechnology

文件有两种,一种是文本文件,一种是程序二进制文件,不管哪种文件都可以用十六进制编码来显示,称为hex文件。 1、文本Hex文件一般不需要转成C语言,更多的是程序二进制文件,用十六进制显示,可以转换成C语言,一般使用相应的反汇编程序来实现,这方面的工具很多,不同的平台略有不同。Windows平台一般常用的OllyDbg、Windbg、IDA,Linux平台使用最多的是GDB和Linux版的IDA(There are two kinds of files, one is a text file, the other is a program binary, which can be displayed in hexadecimal code, known as hex files. 1, text Hex file generally do not need to switch to the C language, is more of a binary program, using hexadecimal display, can be converted to the C language, generally use the corresponding disassembler to implement, this tool is very much, different platforms is slightly different.The most commonly used Windows platforms are OllyDbg, Windbg, IDA, and the most widely used Linux platforms are the GDB and the Linux version of IDA.)
Date : 2025-12-23 Size : 78kb User : 123456789000

虹膜识别技术是基于眼睛中的虹膜进行身份识别,应用于安防设备(如门禁等),以及有高度保密需求的场所。 人的眼睛结构由巩膜、虹膜、瞳孔晶状体、视网膜等部分组成。虹膜是位于黑色瞳孔和白色巩膜之间的圆环状部分,其包含有很多相互交错的斑点、细丝、冠状、条纹、隐窝等的细节特征。(Iris recognition abroad open source code, Windows Linux)
Date : 2025-12-23 Size : 3.45mb User : dgyzmyx

this paper, we study performance improvement methods for a cell-edge user of two-user non-orthogonal multiple access (NOMA) systems in downlink scenarios. To this end, we propose two cooperative relaying schemes, namely on/offfull- duplex relaying (on/off-FDR) and on/off-half-duplex relaying (on/off-HDR) schemes. More specifically
Date : 2025-12-23 Size : 3kb User : omarrrr
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.