This project is realization of k-means algorithm on C-sharp. Clustering is realized on points on screen. Result of algorithm is present on screen as set of graph of associated points. If algorithm is hunged, execution is stopped after 10000 iterations.... AlgorithmC#
1 PROJECT AN
OVERVIEW
Versatile
Front End for Heterogeneous Databases is a light-weight client that can be used
by advanced software engineers and database administrators for casual execution
of the raw SQL code and SQL scripts... DataBaseC#
Could not find an adequate touchscreen calibration algorithm written in C# or VB.Net, so ported C code example from AppNote at www.analog.com - AN-1021. App-note is included in the .zip source code package. The source code is written using Visual Studio 2010.... CSharpC#
WebBrowser control uses the example of introduction, WebBrowser is learning space is very good example program, which implements the basic functionality of the browser, hoped is useful to everybody.... GUIC#
The Edit distance algorithm, used for text features such as checking
Calculating string similarity
Algorithm is used in the Edit distance algorithm
The Edit distance , also known as the Levenshtein distance (also called Edit Distance), the mean between two strings from a min... 算法设计C#
A Caesar cipher shifts letters in a string. In this cipher, each letter is shifted a certain number of places in the alphabet. If the letter overflows, it begins again at the letter 'a'.... WindowsC#
⑴ speech file database management
⑵ playback of voice files
(3) the speech database of resumes and management
A, to add to the database all kinds of voice files
B, can be removed from the database specified sound file
C speech files, to browse the database... DataBaseC#
public string StartAnnealing()
{
TspDataReader.computeData();
ArrayList list = new ArrayList();
//primary configuration of cities
int [] current={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14};
//the nex... AlgorithmC#
Publisher's description
With FileDisk ISO Mounter you can mount ISO images to virtual drives.
This small and free virtual disc mounting tool makes it so easy to
access the disc images from your hard drive. If you have a large hard
disk and you often find yourself shuffling through your stac... WindowsC#
Algorithm Best first search and depth first search find shortest path between 2 nodes
public class QuackCollection<T>
{
private IList<T> _list;
public bool IsStack { get; set; }
public QuackCollection() : this(true) {... AlgorithmC#
/** \file
* The core of the NFA to DFA conversion engine.
* This module illustrates the tricky part of making an
NFA into a DFA. The
* module has intentionally been stripped o... Assembly LanguageC#
The system mainly to achieve the following objectives:
l System of human-computer interaction, beautiful interface friendly and information Query flexible, convenient, safe and reliable data storage.
l Singers karaoke, query select songs according to the singing star's name.... WindowsC#