搜索资源列表
Grabcut matlab+C++ code
- GrabCut implementation with C++ and Matlab.
IIR_Filter.rar
- 直接型IIR滤波器实现源代码,希望与大家共同分享!,Direct IIR filter source code, I hope to share with you!
Objective-C-Coding-Style-Guidelines
- 参考Apple Coding Guidelines for Cocoa, Google Objective-C Style Guide, Three20 Source Code Style Guildelines,并结合自己的实际情况总结了一份编码规范。自己在实行的过程中确实感觉到代码更加清晰了,看上去也“专业”了。希望对编码尚不规范的童鞋有所帮助。-Reference Apple Coding Guidelines for Cocoa, Google Objective-C Style Gui
LDPC--C
- 此为C++环境下的LDPC编译码的完整的源代码。常用于通信系统的编译码仿真过程。有助于各种项目的完成。-This is the C++ environment LDPC coding and decoding of the complete source code. Commonly used in the encoding and decoding communication system simulation. Contribute to the completion of various
LHM-c-code-plot-use-matlab
- c code for LHMs and using the matlab to plot the field
kmean
- 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
MPEG_souce-code
- Mpeg压缩的C++源代码,对于图像压缩,视频压缩,图像编码领域的朋友很有用-Mpeg compression of the C++ source code, for image compression, video compression, image coding friends useful
FCMandCFCM
- FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。 现在给出的这两个算法是C++代码实现的。 -FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achi
Clean-Code
- 介绍C的好书,里面介绍了很多编程的知识,指的我们赌一赌,看一看-a book about c,it is a good descr iption about c.and you can devalop your knowledge.
souce_psk
- Bpsk信号源,可直接调用,码速率与调制载波可调-Bpsk signal source, can be directly invoked, code rate and modulation carrier adjustable
emd
- HHT gcc代码,专门用于希尔伯特黄变换。-HHT gcc code, specifically for the Hilbert-Huang Transform.
Shannon_fano_Elias
- This technique doesn t involve sorting of probabilities as in Shannon-Fano coding. The following formula is used to calculate F (x) which in turn generates the code F (x) = F(x) + p(x) / 2, where F(x) is cummulative sum of probabilities p(x).
hilbert_c
- 是希尔伯特黄变换的c++源代码,帮助大家一起学习,更进一步的了解希尔伯特黄变换-Is the Hilbert-Huang transform c++ source code to help people learn together, a better understanding of Hilbert Huang Transform
C++_with_Matlab
- Matlab allows the use of MEX files –MEX files are pre-compiled files that are called from Matlab –Can be compiled from Matlab .m files –Can also be compiled from external C++ code. • This will be our focus-Matlab allows the use of
C++_with_Matlab
- Why use C/C++ with Matlab? • Matlab can be slow • C++ can be fast – How can we integrate C++’s speed with Matlab’s convenience? Matlab’s convenience? • Goal: -Implement critical functions with (fast) C++ code, and use (
code
- 综合类代码 比较全面实用 非常需要一个程序注册了用户名,有时间再过来传代码-visual c++ code
ECEFilterCheck
- 这段代码是最近调试的一段ECG滤波检波的软件,它实现了对一段ECG数据的GAUS变换滤波,能较为准确的测定出P,Q,R,S,T等关键波的长度及特征。有兴趣的可以-This code is the latest section of ECG filtering detector debugging software, which implements the ECG data on a GAUS transform filtering, can be more accurate determina
put-c-code-into-matlab-
- put c code into matlab
C-Code-Generation-for-a-MATLAB-Kalman-Filtering-A
- C Code Generation for a MATLAB Kalman Filtering Algorithm - MATLAB & Simulink Example
模糊C均值聚类(FCM)
- 模糊C均值聚类,matlab程序,简单易懂,程序可以运行。(Fuzzy C means clustering, Matlab code, easy to understand, the program can run.)