TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Algorithms in C#
FOLLOW
Welcome to Algorithms & Artificial Intelligence section of C# Corner. In this section, you will find various Algorithms and Artificial Intelligence related source code samples, articles, tutorials, and tips.
Articles
(132)
Blogs
(33)
Resources
(3)
Videos
(1)
News
(1)
Articles
Extended Euclidean Algorithm
Author explains how to implement Extended Euclidean Algorithm in C#.
Junaid Majeed
Oct 31, 2001
Mersenne Twister Random Number Generator
The attached source code is the C# implementation of the Mersenne Twister algorithm, developed by Makoto Matsumoto and Takuji Nishimura in 1996-1997.
Trevor Misfeldt
Apr 01, 2003
Histogram Code in C#
C# histogram class maintains a histogram of input data. Input data is sorted into bins and a count is kept of how many data points fall into each bin.
Trevor Misfeldt
Apr 01, 2003
Math Equation Editor in C#
The Equation Editor I created in C# allows you to create a few simple equations using the keyboard. With the editor you can open and save files of your equations.
Mike Gold
Apr 07, 2003
Trapezoidal Rule Implementation in C#
The attached source code implements trapezoidal rule for numerical integration in C#.
Trevor Misfeldt
Jul 23, 2003
Code Generator for Basic Stamp II Microcontroller
The Basic II Stamp is programmed by the language its named after, Basic. The language is a combination of Basic syntax and built in key words that control the Basic Stamp II chip.
Mike Gold
Oct 15, 2003
Training and Simulating a Neutral DotNetwork in C#
In this article we will explore a well-known AI algorithm for modeling the training of neural networks called back propagation.
Mike Gold
Jan 16, 2004
Normal Distribution Implementation in C#
The attached source code is a C# normal distribution class. The probability density function (PDF) and cumulative distribution function (CDF) can be computed for a given x-value.
Trevor Misfeldt
Apr 13, 2004
Evolving Numeric Series using Genetic Algorithms in C#
If you ever browsed around the book store, you'll notice these puzzle books or IQ test books and some of the books contain questions asking you to complete a series of numbers.
Mike Gold
Jul 27, 2004
Formula Generator - A Regular Expression Generator Class in C# and .NET
The attached source code is a class - FormulaGenerator, which is a component that interprets and evaluate a string expression
Tiberiu Ionescu
Aug 17, 2004
Public Key Token Generation Algorithm
The PublicKeyTokenGenerator class and a small utility that generates Public Key Token from the Public Key using that class.
Shashi Jeevan M P
Jan 31, 2005
AI: Using the Compact Genetic Algorithm to Compute Square Roots in C#
This article describes the Compact Genetic Algorithm (cGA) and how it can be used to calculate the square root of a floating point number.
Mike Gold
Oct 09, 2005
No Records Available.
121
-
132
of
132
<<
3
4
5
6
7
>>
Learn Machine Learning With Python
Challenge yourself
Algorithms in C#
E-Book Download
Get Certified
Unity