资源列表
QQSkipEnum
- 介绍enum使用的很好的例子,希望对大家有帮助-example of enum
MATLAB-Digital-image-processing
- MATLAB GUI 设计学习手记(第二版)视频对应的matlab代码。-MATLAB GUI design study notes (second edition) video corresponding MATLAB code
alipay_sdk_demo
- 完成的支付宝SDK demo,一起研究吧-Alipay complete SDK demo, study it together
Tonlun-algorithm-
- 同伦算法,解决1范数最小化问题,在稀疏求解时可是使用-Homotopy algorithm, solve the 1 norm minimization problem, but use the sparse solution
deletchain
- 实现动态链表的删除操作,可供C++初学者参考,来自范磊-Achieve dynamic list of the delete operation, C++ for beginners reference, Fan Lei
BackUpAndRestoreSQLDB
- is the sample code for back up and restore of Ms SQL server Database in C#
bmp180_barometer1
- 借由蓝牙芯片CSR1010(未用蓝牙)实现对气压计BMP180的驱动并显示到1602中,从而能对气压和温度有个环境上的了解。-With the help of bluetooth module CSR1010,of course where I did not ultilize bluetooth function,I achieved the goal of driving the barometer BMP180 besides displaying to LCD1602,thus havi
insertchain
- 实现动态链表插入操作,可供C++语言初学者参考,来自范磊-Achieve dynamic list insertion operation, C++ language for beginners reference, fanlei
Gradientface
- 梯度脸是一种提取光照不变特征的算法,对光照有很好的处理效果-Gradient face is a kind of algorithm to extract the illumination invariant features, and it has a good effect on the illumination.
EasyWebCam
- Easy webcam this is a way you can use your webcam in c# programming
Cluster_DBSCAN
- DBSCAN(Density-Based Spatial Clustering of Applications with Noise,具有噪声的基于密度的聚类方法)是一种基于密度的空间聚类算法。该算法将具有足够密度的区域划分为簇,并在具有噪声的空间数据库中发现任意形状的簇,它将簇定义为密度相连的点的最大集合。 该算法利用基于密度的聚类的概念,即要求聚类空间中的一定区域内所包含对象(点或其他空间对象)的数目不小于某一给定阈值。DBSCAN算法的显著优点是聚类速度快且能够有效处理噪声点和发
Cluster_K-means
- k中心算法的基本过程是:首先为每个簇随意选择一个代表对象,剩余的对象根据其与每个代表对象的距离(此处距离不一定是欧氏距离,也可能是曼哈顿距离)分配给最近的代表对象所代表的簇;然后反复用非代表对象来代替代表对象,以优化聚类质量。聚类质量用一个代价函数来表示。当一个中心点被某个非中心点替代时,除了未被替换的中心点外,其余各点被重新分配。-The basic process k center algorithm is: First free to choose a delegate object fo
