Main Navigation
Home
Blog
Index
Search
Articles
Books
Contact
BLOG.CSHARPHELPER.COM: Category Archive for algorithms
Draw a simple robot arm with a hand in C#
Posted by Rod Stephens at
8/26/2011 7:26 AM
|
Add Comment
Draw a simple robot arm in C#
Posted by Rod Stephens at
8/25/2011 7:06 AM
|
Add Comment
Calculate how long it will take to pay off a credit card by making minimum payments in C#
Posted by Rod Stephens at
8/22/2011 7:34 AM
|
Add Comment
Calculate the future value of a monthly investment with interest in C#
Posted by Rod Stephens at
8/21/2011 7:04 AM
|
Add Comment
Draw a colored Pickover popcorn fractal in C#
Posted by Rod Stephens at
8/17/2011 6:36 AM
|
Add Comment
Draw a Pickover popcorn fractal in C#
Posted by Rod Stephens at
8/16/2011 7:08 AM
|
Add Comment
Graph savings from a normal bank account, a 401(k), and a Roth IRA account in C#
Posted by Rod Stephens at
8/5/2011 6:05 AM
|
Add Comment
List your next 10 birthdays and their days of the week in C#
Posted by Rod Stephens at
7/29/2011 7:49 AM
|
Add Comment
Roughly compare the savings a normal bank account would give versus a 401(k) (a US tax thing) in C#
Posted by Rod Stephens at
6/14/2011 7:27 AM
|
Add Comment
Control serialization and deserialization with attributes in C#
Posted by Rod Stephens at
6/10/2011 12:35 PM
|
Add Comment
Serialize and deserialize objects in C#
Posted by Rod Stephens at
6/9/2011 8:02 AM
|
Add Comment
Draw text that follows a curve in C#
Posted by Rod Stephens at
6/8/2011 7:05 AM
|
Add Comment
Draw text that sits above or below a line segment in C#
Posted by Rod Stephens at
6/7/2011 7:21 AM
|
Add Comment
Use the Array class's Sort and BinarySearch methods in C#
Posted by Rod Stephens at
6/1/2011 8:01 AM
|
Add Comment
Generate a schedule for a round robin tournament in C#
Posted by Rod Stephens at
5/31/2011 7:15 AM
|
Add Comment
Make an extension method that calculates standard deviation in C#
Posted by Rod Stephens at
5/27/2011 7:18 AM
|
Add Comment
Draw an animated epitrochoid in C#
Posted by Rod Stephens at
5/23/2011 5:34 AM
|
Add Comment
Write a graphical floodfill method in C#
Posted by Rod Stephens at
5/7/2011 6:41 AM
|
Add Comment
Draw an animated hypotrochoid (Spirograph curve) in C#
Posted by Rod Stephens at
5/4/2011 7:09 AM
|
Add Comment
Langton's Ant contest winners
Posted by Rod Stephens at
4/1/2011 9:20 AM
|
Add Comment
Contest: Langton's Ant Simulation
Posted by Rod Stephens at
2/26/2011 6:41 AM
|
View Comments (4)
|
Add Comment
Use animation to show how the recursive solution to the Tower of Hanoi problem works in C#
Posted by Rod Stephens at
2/22/2011 8:29 AM
|
Add Comment
Recursively draw a binary tree in C#
Posted by Rod Stephens at
2/12/2011 9:28 AM
|
View Comments (1)
|
Add Comment
Pixelate areas on an image in C#
Posted by Rod Stephens at
1/28/2011 3:18 PM
|
Add Comment
Plot a simple heart-shaped function in C#
Posted by Rod Stephens at
1/21/2011 8:27 AM
|
Add Comment
Find Egyptian fractions in C#
Posted by Rod Stephens at
1/17/2011 6:53 AM
|
Add Comment
Make a Fraction class in C#
Posted by Rod Stephens at
1/16/2011 8:23 AM
|
Add Comment
Use a label setting algorithm to find shortest paths through a network in C#
Posted by Rod Stephens at
1/14/2011 4:38 PM
|
Add Comment
Draw a variety of fractal strange attractors in C#
Posted by Rod Stephens at
12/20/2010 10:32 AM
|
Add Comment
Use steganography to hide encrypted messages in an image in C#
Posted by Rod Stephens at
12/12/2010 6:28 AM
|
Add Comment
Make a Set class that inherits from HashSet and that support operators such as union and intersection in C#
Posted by Rod Stephens at
12/11/2010 6:06 AM
|
Add Comment
Use the HashSet class to represent sets and perform set operations in C#
Posted by Rod Stephens at
12/10/2010 4:04 PM
|
Add Comment
Find a least squares Weibull curve fit for a set of points in C#
Posted by Rod Stephens at
11/25/2010 6:38 AM
|
Add Comment
Find an exponential least squares fit for a set of points in C#
Posted by Rod Stephens at
11/24/2010 9:43 AM
|
Add Comment
Find a smallest enclosing rectangle for a polygon in C#
Posted by Rod Stephens at
11/17/2010 3:39 PM
|
View Comments (7)
|
Add Comment
Use branch and bound with an initial heuristic to solve the partitioning problem in C#
Posted by Rod Stephens at
11/13/2010 9:45 AM
|
Add Comment
Solve the partitioning problem by using an exhaustive search in C#
Posted by Rod Stephens at
11/13/2010 9:40 AM
|
Add Comment
Use branch and bound to solve the partitioning problem more quickly than an exhaustive search in C#
Posted by Rod Stephens at
11/11/2010 9:41 AM
|
Add Comment
Find a polynomial least squares fit for a set of points in C#
Posted by Rod Stephens at
11/8/2010 8:20 AM
|
Add Comment
Find a linear least squares fit for a set of points in C#
Posted by Rod Stephens at
11/6/2010 4:08 PM
|
Add Comment
Draw a vortex fractal with smoothly shaded colors in C#
Posted by Rod Stephens at
10/22/2010 9:10 AM
|
Add Comment
Draw a Mandelbrot set with smoothly shaded colors in C#
Posted by Rod Stephens at
10/21/2010 9:12 AM
|
Add Comment
Pick N random items from an array of M items in C#
Posted by Rod Stephens at
10/20/2010 8:36 AM
|
Add Comment
Select a random object from an array or other collection in C#
Posted by Rod Stephens at
10/19/2010 6:11 AM
|
Add Comment
See if a number is expressible as a sum of two cubes (and calculate Taxicab numbers) in C#
Posted by Rod Stephens at
10/18/2010 7:29 AM
|
Add Comment
Draw a vortex fractal in C#
Posted by Rod Stephens at
10/5/2010 5:59 AM
|
Add Comment
Draw a Phoenix set fractal in C#
Posted by Rod Stephens at
10/3/2010 6:54 AM
|
Add Comment
Use a Complex number class to draw Mandelbrot sets easily in C#
Posted by Rod Stephens at
10/2/2010 8:31 AM
|
Add Comment
Draw a Bézier curve "by hand" that matches the one drawn by the Graphics object's DrawBezier method in C#
Posted by Rod Stephens at
9/13/2010 8:46 PM
|
Add Comment
Improve the picture tiles jigsaw game in C#
Posted by Rod Stephens at
9/4/2010 7:25 AM
|
Add Comment
Make a picture tiles jigsaw game in C#
Posted by Rod Stephens at
9/2/2010 7:10 AM
|
Add Comment
Draw lines with arrowheads in C#
Posted by Rod Stephens at
9/1/2010 7:17 AM
|
View Comments (2)
|
Add Comment
Partition an area with circles and draw each region's count in C#
Posted by Rod Stephens at
8/27/2010 6:14 AM
|
View Comments (2)
|
Add Comment
Find a Region's centroid in C#
Posted by Rod Stephens at
8/24/2010 5:39 AM
|
Add Comment
Find the area where two or more circles overlap in C#
Posted by Rod Stephens at
8/23/2010 7:07 AM
|
View Comments (3)
|
Add Comment
Find the tangent lines between two circles in C#
Posted by Rod Stephens at
8/21/2010 7:03 AM
|
Add Comment
Find the tangent lines between a point and a circle in C#
Posted by Rod Stephens at
8/20/2010 9:17 AM
|
Add Comment
Use transformations to map points from one coordinate system to another when drawing in C#
Posted by Rod Stephens at
7/29/2010 12:13 PM
|
Add Comment
Use Newton's method to draw fractals for equations of the form F(z) = z^N + z^(N-1) + ... + z + 1 in C#
Posted by Rod Stephens at
7/24/2010 7:52 AM
|
Add Comment
Use Newton's method to draw fractals for equations of the form F(z) = z^C - C^z in C#
Posted by Rod Stephens at
7/23/2010 5:58 AM
|
Add Comment
Use Newton's method to draw a fractal in C#
Posted by Rod Stephens at
7/22/2010 6:08 AM
|
Add Comment
Use Newton's method to find the roots of equations in C#
Posted by Rod Stephens at
7/21/2010 5:30 AM
|
Add Comment
Solve a system of equations with Gaussian elimination in C#
Posted by Rod Stephens at
7/14/2010 6:52 AM
|
Add Comment
Scale a drawing so it fits a target area in C#
Posted by Rod Stephens at
6/27/2010 6:33 AM
|
Add Comment
Draw a colored butterfly curve in C#
Posted by Rod Stephens at
6/25/2010 6:10 AM
|
View Comments (3)
|
Add Comment
Draw an epitrochoid in C#
Posted by Rod Stephens at
6/24/2010 8:43 AM
|
Add Comment
Draw level curves for an array of z values corresponding to points (x, y) in C#
Posted by Rod Stephens at
5/3/2010 5:13 AM
|
Add Comment
Draw level curves for functions of two variables z = F(x, y) in C#
Posted by Rod Stephens at
5/2/2010 6:11 AM
|
Add Comment
Plot a heart-shaped function in C#
Posted by Rod Stephens at
5/1/2010 4:08 PM
|
Add Comment
Plot a smiley face function in C#
Posted by Rod Stephens at
4/30/2010 6:31 AM
|
Add Comment
Use delegates to pass a method's address to another method in C#
Posted by Rod Stephens at
4/29/2010 3:40 PM
|
Add Comment
Plot the equation of a function of two variables in C#
Posted by Rod Stephens at
4/28/2010 8:26 AM
|
Add Comment
Draw a skewed Sierpinski gasket with any number of corners in C#
Posted by Rod Stephens at
3/31/2010 6:33 AM
|
Add Comment
Draw a Sierpinski gasket in C#
Posted by Rod Stephens at
3/30/2010 6:08 AM
|
Add Comment
Determine where two circles intersect in C#
Posted by Rod Stephens at
3/29/2010 6:21 AM
|
View Comments (5)
|
Add Comment
Determine where a line intersects a circle in C#
Posted by Rod Stephens at
3/28/2010 6:25 AM
|
Add Comment
Find the shortest distance between two line segments in C#
Posted by Rod Stephens at
3/27/2010 8:31 AM
|
Add Comment
Find the shortest distance between a point and a line segment in C#
Posted by Rod Stephens at
3/26/2010 6:01 AM
|
Add Comment
Determine where the lines defined by two segments intersect in C#
Posted by Rod Stephens at
3/25/2010 6:09 AM
|
Add Comment
Draw a fractal Pickover strange attractor in C#
Posted by Rod Stephens at
3/19/2010 6:28 AM
|
Add Comment
Apply filters to images to perform edge detection, smoothing, embossing, and more in C#
Posted by Rod Stephens at
3/14/2010 7:39 AM
|
Add Comment
Draw a curlicue fractal in C#
Posted by Rod Stephens at
2/5/2010 7:45 AM
|
Add Comment
Draw a hypotrochoid (Spirograph curve) in C#
Posted by Rod Stephens at
1/18/2010 7:44 AM
|
View Comments (7)
|
Add Comment
Calculate the greatest common divisor (GCD) and least common multiple (LCM) of two integers in C#
Posted by Rod Stephens at
1/16/2010 2:52 PM
|
Add Comment
Generate all of the selections of K items from a set of N items in C#
Posted by Rod Stephens at
1/15/2010 7:04 AM
|
Add Comment
Calculate the binomial coefficient "N choose K" efficiently in C#
Posted by Rod Stephens at
1/14/2010 7:08 AM
|
Add Comment
Calculate factorials (and use Debug.Assert) in in C#
Posted by Rod Stephens at
1/13/2010 6:53 AM
|
Add Comment
Generate all of the permutations of a set of objects in C#
Posted by Rod Stephens at
1/12/2010 8:41 AM
|
View Comments (1)
|
Add Comment
Find a number's prime factors in C#
Posted by Rod Stephens at
1/6/2010 8:04 AM
|
View Comments (2)
|
Add Comment
Make a list of prime numbers in C#
Posted by Rod Stephens at
1/5/2010 6:53 AM
|
Add Comment
Triangulate a polygon in C#
Posted by Rod Stephens at
1/4/2010 7:41 AM
|
Add Comment
Reverse a polygon's orientation in C#
Posted by Rod Stephens at
1/4/2010 7:39 AM
|
Add Comment
Determine whether a polygon's points are oriented clockwise in C#
Posted by Rod Stephens at
1/4/2010 7:37 AM
|
View Comments (2)
|
Add Comment
Find a polygon's centroid in C#
Posted by Rod Stephens at
1/4/2010 7:35 AM
|
View Comments (5)
|
Add Comment
Calculate a polygon's area in C#
Posted by Rod Stephens at
1/4/2010 7:32 AM
|
Add Comment
Determine whether a point is inside a polygon in C#
Posted by Rod Stephens at
1/4/2010 7:30 AM
|
Add Comment
Determine whether a polygon is convex in C#
Posted by Rod Stephens at
1/4/2010 7:23 AM
|
Add Comment
Perform geometric operations on polygons in C#
Posted by Rod Stephens at
1/4/2010 7:16 AM
|
Add Comment
Draw a Sierpinski fractal curve in C#
Posted by Rod Stephens at
12/28/2009 7:15 AM
|
Add Comment
Draw a strange attractor fractal in C#
Posted by Rod Stephens at
12/26/2009 9:31 AM
|
Add Comment
Older Posts
Back to Main Page
Quick Search
Search only in titles:
Keyword:
Search in:
Title
Title and Contents
Title and Comments
Title, Contents, Comments
Date Range:
1 week
2 weeks
1 month
3 months
All
Advanced Search
Basic Search
Calendar
September 2011
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Subscribe
Syndicate
Posts Atom 1.0
Comments Atom 1.0
Posts RSS 2.0
Comments RSS 2.0
Podcasts RSS 2.0
Twitter Link
follow CSharpHelper at http://twitter.com
Monthly Archives
2011
September 2011 (1)
August 2011 (23)
July 2011 (13)
June 2011 (21)
May 2011 (25)
April 2011 (21)
March 2011 (15)
February 2011 (19)
January 2011 (28)
2010
December 2010 (30)
November 2010 (25)
October 2010 (25)
September 2010 (15)
August 2010 (9)
July 2010 (22)
June 2010 (30)
May 2010 (28)
April 2010 (28)
March 2010 (25)
February 2010 (19)
January 2010 (34)
2009
December 2009 (27)
November 2009 (26)
October 2009 (1)
Category Archives
ADO.NET (2)
algorithms (113)
animation (5)
API (2)
arrays (11)
attributes (2)
audio (1)
books (1)
calculations (2)
challenges (3)
classes (16)
clipboard (3)
coding (1)
combinatorics (3)
console (1)
controls (67)
cryptography (4)
curve fitting (4)
database (4)
debugging (3)
dialogs (6)
directories (4)
Drag and Drop (4)
drawings (3)
enums (3)
Event (2)
events (1)
Excel (5)
extension methods (1)
extensions (3)
files (29)
finance (2)
fonts (11)
forms (12)
fractals (26)
ftp (1)
games (2)
geometry (22)
globalization (1)
graphics (206)
html (4)
IDE (5)
inheritance (1)
interfaces (4)
internationalization (2)
internet (8)
interoperability (3)
LINQ (4)
lists (2)
localization (3)
mathematics (30)
memory (1)
menus (7)
MessageBox (1)
methods (1)
miscellany (2)
multimedia (9)
Office (7)
OOPS (1)
operators (3)
parsing (4)
printers (4)
printing (10)
programs (11)
reflection (2)
registry (2)
regular expressions (8)
serialization (2)
settings (2)
SQL (2)
stories (1)
strings (19)
syntax (15)
system (23)
threading (3)
tips (1)
transformations (4)
variables (9)
VBA (4)
web (8)
WMI (3)
Word (3)
wpf (6)
XAML (4)
XML (4)
Recent Posts
Copy and paste complex data in the scribble application in C#
Thursday, September 01, 2011
Make labels slowly move into position to make an interesting "movie credit" effect in C#
Wednesday, August 31, 2011
Draw animated stretching text to make an interesting graphical effect in C#
Tuesday, August 30, 2011
Use EXIF information to orient an image properly in C#
Monday, August 29, 2011
Read an image file's EXIF orientation data in C#
Saturday, August 27, 2011
Draw a simple robot arm with a hand in C#
Friday, August 26, 2011
Draw a simple robot arm in C#
Thursday, August 25, 2011
Fill a shape drawn by the user with random lines in C#
Wednesday, August 24, 2011
Fill an ellipse with random lines in C#
Tuesday, August 23, 2011
Calculate how long it will take to pay off a credit card by making minimum payments in C#
Monday, August 22, 2011
Recent Comments
Mark on
Compare two images to find differences in C#
7/11/2011
Rod Stephens on
Compare two images to find differences in C#
7/11/2011
Rod Stephens on
Compare two images to find differences in C#
7/11/2011
Mark on
Compare two images to find differences in C#
7/10/2011
Rod Stephens on
Compare two images to find differences in C#
7/10/2011
Mark on
Compare two images to find differences in C#
7/9/2011
Rod Stephens on
Draw a hypotrochoid (Spirograph curve) in C#
5/7/2011
Rod Stephens on
Draw a hypotrochoid (Spirograph curve) in C#
5/4/2011
Rod Stephens on
Draw a hypotrochoid (Spirograph curve) in C#
5/4/2011
Rohit on
Draw a hypotrochoid (Spirograph curve) in C#
5/4/2011
Blog Software
Web Design