Click here to Skip to main content
Page 1 of 4
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x] | Algorithms & Recipes [x] | Algorithms [x]
Article 14 May 2013   license: CPOL
This article presents the results of timing four directory traversal algorithms.
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 12 May 2013   license: CPOL
Generating a random number between 0 and 9
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 9 May 2013   license: CPOL
Creation of random and unique code
General Programming » Algorithms & Recipes » Algorithms
Article 17 Apr 2013   license: CPL
A brief introduction to a C++ String Tokenizer implementation
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 2 Apr 2013   license: CPOL
Algorithm to determine if a combination of state is set by storing a single value using binary arithmetic.
General Programming » Algorithms & Recipes » Algorithms
Dev
Article 1 Apr 2013   license: CPOL
Exploiting JavaScript's weakly typed implicit data type conversions, the 52 bit mantissa and common bit hacks.
General Programming » Algorithms & Recipes » Algorithms
Technical Blog 28 Mar 2013   license: CPOL
Content 1. Introduction 2. Analytic function optimization module in GPdotNET 3. Examples of function optimizations 4. C# Implementation behind GPdotNET Optimization module Introduction GPdotNET is artificial intelligence tool for applying Genetic Programming and Genetic Algorithm in modeling and opt
General Programming » Algorithms & Recipes » Algorithms
C#
Article 12 Mar 2013   license: CPOL
The Hidden Conditional Random Field - or why discriminative learning is also an option.
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 12 Mar 2013   license: CPOL
An implementation of the Shunting yard algorithm.
General Programming » Algorithms & Recipes » Algorithms
Article 11 Mar 2013   license: CPOL
Let's understand hidden Markov models before taking a step into hidden conditional random fields.
General Programming » Algorithms & Recipes » Algorithms
Article 22 Feb 2013   license: CPOL
An exercise in algorithm analysis and design.
General Programming » Algorithms & Recipes » Algorithms
Article 4 Feb 2013   license: CPOL
Implementation of Connected Component Labeling.
General Programming » Algorithms & Recipes » Algorithms
Article 26 Jan 2013   license: CPOL
Text documents clustering using K-Means clustering algorithm.
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 21 Dec 2012   license: CPOL
Shows how to treat a single dimensional array for both single and two dimensional data at the same time.
General Programming » Algorithms & Recipes » Algorithms
Article 17 Dec 2012   license: CPOL
Fast LZW implementation using Binary Tree as a dictionary
General Programming » Algorithms & Recipes » Algorithms
Technical Blog 17 Dec 2012   license: CPOL
A function that returns the Nth Fibonacci number.
General Programming » Algorithms & Recipes » Algorithms
Article 22 Nov 2012   license: Public Domain
A Simple But Surprisingly Effective Random Number Generator
General Programming » Algorithms & Recipes » Algorithms
Article 7 Nov 2012   license: CPOL
The algorithm described herein is designed to implement sorting of variable length strings in O(n) time.
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 1 Nov 2012   license: CPOL
Algorithm to find out all the Matchings and Uniquely Restricted Matchings in a Graph
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 17 Oct 2012   license: CPOL
implementing lottery algorithm in java
General Programming » Algorithms & Recipes » Algorithms
Article 9 Oct 2012   license: CPOL
A simple example of Kalman filtering and merging data.
General Programming » Algorithms & Recipes » Algorithms
Article 25 Sep 2012   license: CPOL
This article show how we optimize a Primality Test for know if a number is prime or not, and also presents an algorithms (Sieve of Eratosthenes) for calculating the prime numbers for a numbers less than or equal a given numbers efficiently.
General Programming » Algorithms & Recipes » Algorithms
Article 20 Sep 2012   license: CPOL
Identification numbers and check digit algorithms with their C implementations.
General Programming » Algorithms & Recipes » Algorithms
Article 20 Sep 2012   license: CPOL
Demonstration of handwritten digit recognition using Kernel Discriminant Analysis and the optical recognition of handwritten digits data set from the UCI Machine Learning Repository.
General Programming » Algorithms & Recipes » Algorithms
Article 10 Sep 2012   license: CPOL
Have you ever wondered about the software programs that alphabetize large lists of items? We take them for granted to do our everyday tasks on the computer, but what exactly makes them function? Popular database and many other software packages have devised their own algorithms for taking care of th
General Programming » Algorithms & Recipes » Algorithms
Article 19 Aug 2012   license: CPOL
In a previous article, we discussed how to perform the recognition of handwritten digits using Kernel Discriminant Analysis. In this article, we will discuss some techniques to do it using Kernel Support Vector Machines.
General Programming » Algorithms & Recipes » Algorithms
Article 10 Aug 2012   license: CPOL
Implementation of the Apriori algorithm in C#.
General Programming » Algorithms & Recipes » Algorithms
Technical Blog 8 Aug 2012   license: CPOL
This post is dedicated to K-Means Clustering Algorithm, used for unsupervised learning.
General Programming » Algorithms & Recipes » Algorithms
Technical Blog 8 Aug 2012   license: CPOL
A* search explained.
General Programming » Algorithms & Recipes » Algorithms
Article 5 Aug 2012   license: CPOL
Shows what are common mistakes in lazy load implementations and how to implement fast concurrent lazy load cache.
General Programming » Algorithms & Recipes » Algorithms
Article 2 Aug 2012   license: CPOL
A short demonstration of how to write and use a simple Kalman filter.
General Programming » Algorithms & Recipes » Algorithms
Article 28 Jul 2012   license: CPOL
A palette quantizer based on human perception
General Programming » Algorithms & Recipes » Algorithms
Article 27 Jul 2012   license: CPOL
An introductory tutorial on recursion technique using C#.NET
General Programming » Algorithms & Recipes » Algorithms
Article 3 Jul 2012   license: CPOL
Maintaining code with complex permissions tends to be difficult, because the code can be distributed across multiple classes. By embedding permissions directly on methods and properties within a class, code is reduced and maintainability is simplified.
General Programming » Algorithms & Recipes » Algorithms
Article 19 Jun 2012   license: CPOL
CSHA1 - A C++ class implementation of the SHA-1 hash algorithm
General Programming » Algorithms & Recipes » Algorithms
Article 9 Jun 2012   license: CPOL
Implementation of A* algorithm using Python and PyGame for solving an 8-Puzzle automatically.
General Programming » Algorithms & Recipes » Algorithms
Article 7 Jun 2012   license: Public Domain
A recursive algorithm to find all paths between communicating network nodes.
General Programming » Algorithms & Recipes » Algorithms
Article 27 May 2012   license: GPL3
A .NET implementation of Dijkstra’s for finding the minimum distance path between two nodes in a connected, undirected graph.
General Programming » Algorithms & Recipes » Algorithms
Article 17 Apr 2012   license: CPOL
Details of my solution algorithms, implemented programs, and the results I have concluded.
General Programming » Algorithms & Recipes » Algorithms
Article 2 Apr 2012   license: CPOL
Fast and simple huffman compressor
General Programming » Algorithms & Recipes » Algorithms
Article 29 Feb 2012   license: CPOL
This article is about a similar function which is generated using a Linux shell script and provides a similar facility.
General Programming » Algorithms & Recipes » Algorithms
C++
Article 24 Feb 2012   license: CPOL
An introduction to numerical solver algorithms with general purpose demonstration code.
General Programming » Algorithms & Recipes » Algorithms
Article 12 Feb 2012   license: CPOL
PID thermal control loop simulation
General Programming » Algorithms & Recipes » Algorithms
Article 8 Feb 2012   license: CPOL
Generate "random" test vectors for repeatable simulation and code development
General Programming » Algorithms & Recipes » Algorithms
Article 1 Feb 2012   license: CPOL
ID3 Decision Tree Algorithm - Part 1 (Attribute Selection Basic Information)
General Programming » Algorithms & Recipes » Algorithms
Article 22 Jan 2012   license: CPOL
Implementation of Wikipedia’s “Naive Bayes classifier Algorithm”.
General Programming » Algorithms & Recipes » Algorithms
Article 2 Dec 2011   license: CPOL
Program to find all the solutions to a Pentomino puzzle.
General Programming » Algorithms & Recipes » Algorithms
Article 2 Nov 2011   license: GPL3
An example of a .NET implementation of Kruskal’s algorithm for finding the minimum spanning tree of a connected, undirected graph.
General Programming » Algorithms & Recipes » Algorithms
Article 6 Oct 2011   license: CPOL
An article on bounded memory buffer Sieve of Erastophenes
General Programming » Algorithms & Recipes » Algorithms
C++
Article 27 Jul 2011   license: CPOL
Solution to Finding Sophie puzzle
General Programming » Algorithms & Recipes » Algorithms

Page 1 of 4
1 2 3 4


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid