9,867,803 members (45,510 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
1,156 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Algorithms & Recipes
Bugs & Workarounds
Collections
Cryptography & Security
Date and Time
DLLs & Assemblies
Exception Handling
Game Development
Internet / Network
Localisation
Macros and Add-ins
Parallel Programming
Programming Tips
String handling
Threads, Processes & IPC
Tools and IDE
Ultrabooks
Uncategorised Quick Answers
Uncategorised Tips and Tricks
WinHelp / HTMLHelp
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 24
Page Size:
10
·
25
·
50
Category filtered by: General Programming
[x]
| Algorithms & Recipes
[x]
JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit
by
John W. Wilkinson
Article
13 May 2013
license:
MIT
A C++ JSON parser/generator written using Boost::spirit
General Programming » Algorithms & Recipes »
Parsers
C++
Windows
Visual-Studio
Dev
Intermediate
Getting a Strong random Digit using RNGCryptoServiceProvider
by
koetsie
Tip/Trick
12 May 2013
license:
CPOL
Generating a random number between 0 and 9
General Programming » Algorithms & Recipes »
Algorithms
C#
ASP.NET
Windows
.NET
Intermediate
Encryption
Decryption
Streaming XML parser in C++.
by
Przemek Mazurkiewicz
Article
11 May 2013
license:
MIT
Simple non-validating streaming XML parser in C++.
General Programming » Algorithms & Recipes »
Parsers
C++
XML
Parser
Random Unique Code Generator
by
Sukant Shekhar
Tip/Trick
9 May 2013
license:
CPOL
Creation of random and unique code
General Programming » Algorithms & Recipes »
Algorithms
DBA
Dev
Design
Beginner
All-Topics
programming
Visualizing the Mandelbrot set
by
Andy Bantly
Article
9 May 2013
license:
GPL3
Visualizing the Mandelbrot set using multiple threads of execution.
General Programming » Algorithms & Recipes »
Computational Geometry
C++
Windows
MFC
Intermediate
Algorithms
Quick Fourier Transformation
by
Mosi_62
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#
A single-file function parser to use with WPF, Silverlight, and SQL Server CLR
by
don!marco
Article
7 May 2013
license:
CPOL
A lightweight, single-file function parser, which uses an EXCEL like syntax
General Programming » Algorithms & Recipes »
Parsers
C#
Windows
.NET
WPF
Beginner
Silverlight
A Delaunay triangulation function in C
by
EricHufschmid
Article
6 May 2013
license:
CPOL
A C function to create a triangle index list
General Programming » Algorithms & Recipes »
Computational Geometry
C
Design
Beginner
Another Postfix (RPN) to Infix convertor
by
Michael Jenck
Article
1 May 2013
license:
CPOL
Convert infix to RPN with Latex names for operators
General Programming » Algorithms & Recipes »
General
C#
Windows
Circular Values Math and Statistics with C++11
by
Lior Kogan
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
C++
Dev
Intermediate
Generate SLR Parse Table From CFG Grammar
by
highclass
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
C#
.NET
compiler
table
Creating N-grams Using C#
by
Jake Drew
Technical Blog
23 Apr 2013
license:
GPL3
Creating N-grams using C#.
General Programming » Algorithms & Recipes »
General
C#
Dev
CKRFloat - Arbitrary Precision Calculations
by
Karl Runmo
Article
22 Apr 2013
license:
CPOL
Arbitrary precision calculations
General Programming » Algorithms & Recipes »
Math
C++
Windows
Win32
Win64
Algorithms
Fortune's Voronoi algorithm implemented in C#
by
BenDi
Article
21 Apr 2013
license:
MPL
A C# implementation of the Fortune algorithm to compute 2D Voronoi graphs.
General Programming » Algorithms & Recipes »
General
.NET1.0
.NET1.1
C#
Windows
Visual-Studio
Dev
Advanced
.NET
Finite Element programming in Julia
by
Amuthan Arunkumar Ramabathiran
Article
20 Apr 2013
license:
CPOL
This article explores the utility of Julia for developing finite element codes
General Programming » Algorithms & Recipes »
General
Intermediate
C++ String Toolkit (StrTk) Tokenizer
by
Arash Partow
Article
17 Apr 2013
license:
CPL
A brief introduction to a C++ String Tokenizer implementation
General Programming » Algorithms & Recipes »
Algorithms
VC7.1
VC8.0
C++
C++/CLI
C
Win32
Win64
STL
Architect
Dev
, +
Liskov principle implementation
by
Amey K Bhatkar
Tip/Trick
16 Apr 2013
license:
CPOL
Simple example of "Liskov principle"
General Programming » Algorithms & Recipes »
General
C#
.NET
Architect
Design
Beginner
Intermediate
Member :: Memory-Wide-Number
by
lampiclobe
Article
15 Apr 2013
license:
GPL3
An infinite number implementation with advanced division and modulus operators.
General Programming » Algorithms & Recipes »
Math
C#3.0
Windows
.NET
Architect
Dev
Advanced
C#
C#4.0
maths
Square Root algorithm for C
by
Edison Heng
Technical Blog
14 Apr 2013
license:
CPOL
Square Root algorithm for C.
General Programming » Algorithms & Recipes »
General
C
Building a General Purpose Interpreter, Math Engine and Parser in C#
by
Kashif_Imran
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
C#
Windows
.NET
Dev
Intermediate
Advanced
Line Fitting in Images Using Orthogonal Linear Regression
by
Jon Nethercott
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
WinXP
Vista
C#
Windows
.NET
Win32
Win64
Architect
Dev
Design
, +
Permutations, Combinations, and Multiples sets generator
by
ibrahim_ragab
Article
10 Apr 2013
license:
CPOL
With the following classes you will deal with sets fast.
General Programming » Algorithms & Recipes »
Math
C#
.NET
Multiple convolution neural networks approach for online handwriting recognition
by
Vietdungiitb
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
C#
.NET
Dev
Intermediate
Advanced
Network
neural
Method for Edge Detection in Color Images, Using 1-Dimensional Liner Image
by
tumbledDown2earth
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
C#
GDI
Dev
Intermediate
Methods
WinForm
Rough Set Concepts: Simple Demonstration Tool
by
Sara El-Sayed El-Metwally
Article
9 Apr 2013
license:
CPOL
Simple demonstration tool for some Rough Set concepts.
General Programming » Algorithms & Recipes »
Math
C#
Dev
Advanced
Elliptic integrals
by
Kenneth Haugland
Article
5 Apr 2013
license:
CPOL
Description and code for calculating elliptic integrals
General Programming » Algorithms & Recipes »
Math
C#
Intermediate
Advanced
VB
VB.NET
Parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone
by
Irina Pykhova
Technical Blog
5 Apr 2013
license:
CPOL
How to parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone.
General Programming » Algorithms & Recipes »
Parsers
C#
WPF
Silverlight
JSON
Phone
WinRT
Algorithm to determine if a combination of state is set
by
dotted_decimal
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
A Poker hand analyzer in JavaScript using bit & mathematical operations
by
subskybox
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
Javascript
Dev
Intermediate
Web-Development
math
mathematics
A Simple CSV Reader
by
George Swan
Tip/Trick
31 Mar 2013
license:
CPOL
An easy way to read CSV files.
General Programming » Algorithms & Recipes »
Parsers
C#
Windows
Beginner
CSV
Pascal String Implementation From Assembly Language
by
AYDIN EBRAHIMI HOMAY
Tip/Trick
31 Mar 2013
license:
CPOL
General Programming » Algorithms & Recipes »
General
ASM
Polynomial Equation Solver
by
Kenneth Haugland
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
C++
C#
VB
.NET
Visual-Studio
Intermediate
Advanced
C++
C#
VB
, +
The Designing of a Logic Reasoning Methodology
by
Ming Landers
Article
29 Mar 2013
license:
CPOL
Article about designing of a logic reasoning system
General Programming » Algorithms & Recipes »
Parsers And Interpreters
C#
Windows
Visual-Studio
Architect
Dev
XAML
Design
Intermediate
usability
Function optimization with Genetic Algorithm by using GPdotNET
by
Bahrudin Hrnjica
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#
Math Parser .NET C#
by
kirnbas
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
.NET2.0
.NET3.0
.NET3.5
C#
Dev
.NET
math
Parser
Solving Basic Matrix Operations
by
Lô?c Nguyê~n
Article
24 Mar 2013
license:
CPOL
Using custom FractionalNumber and Matrix classes.
General Programming » Algorithms & Recipes »
Math
C#
Windows
.NET
A Money type for the CLR
by
codekaizen
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
C#3.0
.NET3.5
C#
.NET
Architect
Dev
Intermediate
C#
.NET
C#4.0
, +
FirstWins Pathfinding Algorithm
by
O.G.I.
Article
17 Mar 2013
license:
CPOL
Pathfinding algorithm based on a direction priority
General Programming » Algorithms & Recipes »
Path Finding
.NET3.5
.NET
Intermediate
.NET
Game
ParsedCommandLine
by
PIEBALDconsult
Article
15 Mar 2013
license:
CPOL
An enumeration-based command line parser.
General Programming » Algorithms & Recipes »
General
.NET3.5
Dev
Beginner
.NET
Finding prime numbers
by
Kenneth Haugland
Article
14 Mar 2013
license:
CPOL
Different schemas for finding prime numbers explained with code
General Programming » Algorithms & Recipes »
Math
Dev
Beginner
Intermediate
VB
.NET
VB.NET
.NET4
.NET4.5
Sequence Classifiers in C# - Part II: Hidden Conditional Random Fields
by
César de Souza
Article
12 Mar 2013
license:
CPOL
The Hidden Conditional Random Field - or why discriminative learning is also an option.
General Programming » Algorithms & Recipes »
Algorithms
C#
.NET
Beginner
All-Topics
BrainFix, the language that translates to fluent Brainfuck
by
Joren Heit
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
C++
Dev
Linux
Intermediate
Shunting Yard in C#
by
Søren Gullach
Tip/Trick
12 Mar 2013
license:
CPOL
An implementation of the Shunting yard algorithm.
General Programming » Algorithms & Recipes »
Algorithms
C#
.NET
C# Cubic Spline Interpolation
by
Ryan Seghers
Article
11 Mar 2013
license:
CPOL
This article presents a from-scratch implementation of cubic spline interpolation in C#.
General Programming » Algorithms & Recipes »
General
C#
.NET
Dev
Advanced
Sequence Classifiers in C# - Part I: Hidden Markov Models
by
César de Souza
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
C#
.NET
Beginner
All-Topics
Tiny ASN1 General Parser
by
jan.mach71
Tip/Trick
5 Mar 2013
license:
CPOL
Quick and memory efficient ASN1 parser without dependencies.
General Programming » Algorithms & Recipes »
Parsers
C++
C
Networking
Parser
Difference between dates using a 360 day calendar
by
ErnestoNet
Article
4 Mar 2013
license:
CPOL
DAYS360 excel function
General Programming » Algorithms & Recipes »
General
C#
.NET
Intermediate
HeadTexter, A Head Movement to Text Conversion using Intel Perceptual Computing SDK
by
Grasshopper.iics
Article
1 Mar 2013
license:
CPOL
Head to Text conversion using Perceptual Computing SDK in C#
General Programming » Algorithms & Recipes »
General
C#
C#4.0
Classical Encryption Techniques
by
Omar Gameel Salem
Article
1 Mar 2013
license:
CPOL
Implementation of famous Ciphering algorithms
General Programming » Algorithms & Recipes »
Encryption
C#3.0
C#
.NET
Beginner
Intermediate
C#
The Product Aggregate in T-SQL Versus the CLR
by
Scott Burkow
Article
22 Feb 2013
license:
CPOL
An exercise in algorithm analysis and design.
General Programming » Algorithms & Recipes »
Algorithms
C#
SQL
Windows
.NET
SQL-Server
Dev
Advanced
Page 1 of 24
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
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