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


Category filtered by:  General Programming [x] | Algorithms & Recipes [x]
Article 14 May 2013   license: CPOL
This article presents the results of timing four directory traversal algorithms.
General Programming » Algorithms & Recipes » Algorithms
Article 13 May 2013   license: MIT
A C++ JSON parser/generator written using Boost::spirit
General Programming » Algorithms & Recipes » Parsers
Tip/Trick 12 May 2013   license: CPOL
Generating a random number between 0 and 9
General Programming » Algorithms & Recipes » Algorithms
Article 11 May 2013   license: MIT
Simple non-validating streaming XML parser in C++.
General Programming » Algorithms & Recipes » Parsers
Tip/Trick 9 May 2013   license: CPOL
Creation of random and unique code
General Programming » Algorithms & Recipes » Algorithms
Article 9 May 2013   license: GPL3
Visualizing the Mandelbrot set using multiple threads of execution.
General Programming » Algorithms & Recipes » Computational Geometry
Article 9 May 2013   license: CPOL
Some ideas to make the Discrete Fourier Transformation a bit quicker and implemented a lean version of the DFT algorithm.
General Programming » Algorithms & Recipes » Math
C#
Article 7 May 2013   license: CPOL
A lightweight, single-file function parser, which uses an EXCEL like syntax
General Programming » Algorithms & Recipes » Parsers
Article 6 May 2013   license: CPOL
A C function to create a triangle index list
General Programming » Algorithms & Recipes » Computational Geometry
Article 1 May 2013   license: CPOL
Convert infix to RPN with Latex names for operators
General Programming » Algorithms & Recipes » General
Article 27 Apr 2013   license: CPOL
A C++11 infrastructure for circular values (angles, time-of-day, etc.) mathematics and statistics
General Programming » Algorithms & Recipes » Math
Article 23 Apr 2013   license: CPOL
this article content for Build Simple-LR ( SLR ) parse table from input grammar and find First and Follows of nonterminals
General Programming » Algorithms & Recipes » Parsers
Technical Blog 23 Apr 2013   license: GPL3
Creating N-grams using C#.
General Programming » Algorithms & Recipes » General
Article 22 Apr 2013   license: CPOL
Arbitrary precision calculations
General Programming » Algorithms & Recipes » Math
Article 21 Apr 2013   license: MPL
A C# implementation of the Fortune algorithm to compute 2D Voronoi graphs.
General Programming » Algorithms & Recipes » General
Article 20 Apr 2013   license: CPOL
This article explores the utility of Julia for developing finite element codes
General Programming » Algorithms & Recipes » General
Article 17 Apr 2013   license: CPL
A brief introduction to a C++ String Tokenizer implementation
General Programming » Algorithms & Recipes » Algorithms
Tip/Trick 16 Apr 2013   license: CPOL
Simple example of "Liskov principle"
General Programming » Algorithms & Recipes » General
Article 15 Apr 2013   license: GPL3
An infinite number implementation with advanced division and modulus operators.
General Programming » Algorithms & Recipes » Math
Technical Blog 14 Apr 2013   license: CPOL
Square Root algorithm for C.
General Programming » Algorithms & Recipes » General
C
Article 12 Apr 2013   license: CPOL
An easy to understand and use language interpreter, run time parser and calculation engine from scratch in C#.
General Programming » Algorithms & Recipes » General
Article 12 Apr 2013   license: CPOL
Describes an algorithm for calculating the equation of a line in an image using orthogonal linear regression.
General Programming » Algorithms & Recipes » Computational Geometry
Article 10 Apr 2013   license: CPOL
With the following classes you will deal with sets fast.
General Programming » Algorithms & Recipes » Math
Article 9 Apr 2013   license: CPOL
The research focuses on the presentation of word recognition technique for an online handwriting recognition system which uses multiple component neural networks (MCNN) as the exchangeable parts of the classifier.
General Programming » Algorithms & Recipes » Neural Networks
Article 9 Apr 2013   license: CPOL
Method for edge detection in color images, using 1-Dimensional liner image or scan line, sampled at 1 pixel intervals, at any arbitary angle
General Programming » Algorithms & Recipes » General
Article 9 Apr 2013   license: CPOL
Simple demonstration tool for some Rough Set concepts.
General Programming » Algorithms & Recipes » Math
Article 5 Apr 2013   license: CPOL
Description and code for calculating elliptic integrals
General Programming » Algorithms & Recipes » Math
Technical Blog 5 Apr 2013   license: CPOL
How to parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone.
General Programming » Algorithms & Recipes » Parsers
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
Tip/Trick 31 Mar 2013   license: CPOL
An easy way to read CSV files.
General Programming » Algorithms & Recipes » Parsers
Tip/Trick 31 Mar 2013   license: CPOL
General Programming » Algorithms & Recipes » General
ASM
Article 29 Mar 2013   license: CPOL
Solves 1st, 2nd, 3rd and 4th degree polynominal by explicid fomulas for real coefficients and any degree by the numerical Jenkins-Traub algorithm with real and complex coefficients.
General Programming » Algorithms & Recipes » Math
Article 29 Mar 2013   license: CPOL
Article about designing of a logic reasoning system
General Programming » Algorithms & Recipes » Parsers And Interpreters
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#
Tip/Trick 27 Mar 2013   license: GPL3
This is light, fast and simple to understand mathematical parser designed in one class, which receives as input a mathematical expression (System.String) and returns the output value (System.Double)
General Programming » Algorithms & Recipes » Math
Article 24 Mar 2013   license: CPOL
Using custom FractionalNumber and Matrix classes.
General Programming » Algorithms & Recipes » Math
Article 18 Mar 2013   license: Ms-PL
A convenient, high-performance money structure for the CLR which handles arithmetic operations, currency types, formatting, and careful distribution and rounding without loss.
General Programming » Algorithms & Recipes » Data Structures
Article 17 Mar 2013   license: CPOL
Pathfinding algorithm based on a direction priority
General Programming » Algorithms & Recipes » Path Finding
Article 15 Mar 2013   license: CPOL
An enumeration-based command line parser.
General Programming » Algorithms & Recipes » General
Article 14 Mar 2013   license: CPOL
Different schemas for finding prime numbers explained with code
General Programming » Algorithms & Recipes » Math
Article 12 Mar 2013   license: CPOL
The Hidden Conditional Random Field - or why discriminative learning is also an option.
General Programming » Algorithms & Recipes » Algorithms
Article 12 Mar 2013   license: CPOL
This article describes how to program in the BrainFix language and how to compile your programs to Brainfuck.
General Programming » Algorithms & Recipes » Compilers
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
This article presents a from-scratch implementation of cubic spline interpolation in C#.
General Programming » Algorithms & Recipes » General
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
Tip/Trick 5 Mar 2013   license: CPOL
Quick and memory efficient ASN1 parser without dependencies.
General Programming » Algorithms & Recipes » Parsers
Article 4 Mar 2013   license: CPOL
DAYS360 excel function
General Programming » Algorithms & Recipes » General
Article 1 Mar 2013   license: CPOL
Head to Text conversion using Perceptual Computing SDK in C#
General Programming » Algorithms & Recipes » General
Article 1 Mar 2013   license: CPOL
Implementation of famous Ciphering algorithms
General Programming » Algorithms & Recipes » Encryption

Page 1 of 24
1 2 3 4 5 6 7 8 9 10


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