搜索资源列表
x264-060805
- 最新h.264 c++原型代码。请解压到固定目录下,目录中有编译说明。-latest h.264 c prototype code. Please extract fixed directory and compile a directory shows.
模糊c-均值算法是模糊聚类
- 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
Obfuscating
- 保护软件未经授权的访问是越来越艰巨的任务。 因此,在本文,着眼于源代码的迷惑手段保护和讨论控制流变换技术的适应称为C + +语言的控制流平展技术。 除适应的问题和解答办法之外,给出了算法的原型实现介绍。实验证明,程序的复杂性增加5倍。 -Protecting a software from unauthorized access is an ever demanding task. Thus, in this paper, we focus on the protection of source
IIRButterworthfilter.m
- scr ipt to design an IIR Filter low pass using Butterworth & lineal transformation to convert from analogic to digital a prototype filter. by actinio vjgonzalezg@gmail.com :) It plots: 1-Frecuency response of the filter imp
buttord-digital-filter-design
- 通带截止频率 =2 4k rad/s,阻带截止频率 =2 8k rad/s,通带波纹系数 =0.3dB, 阻带波纹系数 =50dB,采样频率fs=20000Hz。-The digital filter are the digital signal processing important content, the digital filter may divide into IIR and the FIR two main kinds. As for the IIR digital filter
Hand-Gesture-Recognition
- Hand Gesture Recognition NOTES: 1) For the details of the algorithm investigate the following images: -AlgorithmOverall.jpg -MKRoDAlgorithm.jpg 2) The prototype is implemented on MATLAB 7.0 and revised in MATLAB 7.10.0 3) The backgroun
serial-14
- maximum-power-pointtracking (MPPT) method focused on low-power (< 1 W) photovoltaic (PV) panels. The static and dynamic performance is theoretically analyzed, and design criteria are provided. A prototype was implemented with a 500-mW PV p
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的