搜索资源列表
DBSCAN
- Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库-Form1.cs is the application of clustering algorithm DBSCAN (Dens
SmartDeviceProject1
- A set of classes for handling WiFi connections in Windows CE, has functions for retrieving a list of available access points, signal strengths, checking connection status, and programmatically connecting/disconnecting to/from wireless Access Points.
SendKeys.cs
- Compact Framework CSharp snippet showing how to simulate key strokes on a windows mobile device
Matrix
- Matrix(CSharp) c#实现卡尔曼滤波方程(Matrix (CSharp) c# implementation of Calman filter equation)