C / C++ Language
|
General |
Posted: 12 Dec 2004
Updated: 12 Dec 2004
Views: 73,771
Rating: 4.84/5
Votes: 27
Popularity: 6.84
Licence: The Code Project Open License (CPOL)
Bookmarked: 38
Downloaded: 956
Encapsulate all bit stream operations in a class to handle all or most of bit stream functions.
|
|
Posted: 12 Jul 2011
Updated: 22 Jan 2015
Views: 65,832
Rating: 4.95/5
Votes: 40
Popularity: 7.87
Licence: The Code Project Open License (CPOL)
Bookmarked: 114
Downloaded: 1,791
This article demonstrates how to forward real-time feed to multiple clients with different bandwidths.
|
Algorithms & Recipes
|
Algorithms |
Posted: 10 Dec 2004
Updated: 3 Jan 2005
Views: 192,432
Rating: 4.80/5
Votes: 53
Popularity: 8.16
Licence: The Code Project Open License (CPOL)
Bookmarked: 82
Downloaded: 9,355
An article on fast Huffman coding technique.
|
|
Posted: 21 Jan 2005
Updated: 21 Jan 2005
Views: 65,842
Rating: 4.51/5
Votes: 22
Popularity: 5.87
Licence: The Code Project Open License (CPOL)
Bookmarked: 21
Downloaded: 3,496
Fast Run-Length coding with variable runs sizes.
|
|
Posted: 22 Dec 2004
Updated: 22 Jan 2005
Views: 237,096
Rating: 4.75/5
Votes: 44
Popularity: 7.66
Licence: Custom License
Bookmarked: 106
Downloaded: 5,982
Describes main binary tree operations
|
|
Posted: 10 Sep 2007
Updated: 31 Oct 2007
Views: 352,355
Rating: 4.97/5
Votes: 82
Popularity: 9.43
Licence: The GNU General Public License (GPLv3)
Bookmarked: 169
Downloaded: 7,214
This article demonstrates N-gram construction and Fast Text Pattern Extraction using a modified LZW algorithm.
|
|
Posted: 8 Apr 2006
Updated: 6 Mar 2008
Views: 533,074
Rating: 4.89/5
Votes: 340
Popularity: 12.34
Licence: The GNU General Public License (GPLv3)
Bookmarked: 314
Downloaded: 9,190
This article demonstrates differentiating expressions using a stack and displaying the input expression and its derivative.
|
|
Posted: 17 Dec 2012
Updated: 17 Dec 2012
Views: 191,182
Rating: 4.78/5
Votes: 64
Popularity: 8.53
Licence: The Code Project Open License (CPOL)
Bookmarked: 130
Downloaded: 3,391
Fast LZW implementation using Binary Tree as a dictionary
|
General |
Posted: 1 May 2008
Updated: 5 Jun 2008
Views: 62,182
Rating: 4.96/5
Votes: 60
Popularity: 8.74
Licence: The Code Project Open License (CPOL)
Bookmarked: 45
Downloaded: 0
This article demonstrates a new technique to optimize DBMS output cursor storage using Virtual Cursor.
|
Internet / Network
|
FTP |
Posted: 10 Feb 2005
Updated: 10 Feb 2005
Views: 199,268
Rating: 4.80/5
Votes: 23
Popularity: 6.54
Licence: The Code Project Open License (CPOL)
Bookmarked: 62
Downloaded: 5,229
This article describes how Proxy Server deals with PORT and PASV FTP commands
|
General |
Posted: 13 Jan 2005
Updated: 13 Jan 2005
Views: 55,389
Rating: 4.63/5
Votes: 12
Popularity: 4.99
Licence: Not specified
Bookmarked: 32
Downloaded: 1,755
Fast binary data marshaling using simple CMarshal class.
|
HTTP |
Posted: 19 Mar 2006
Updated: 19 Mar 2006
Views: 836,529
Rating: 4.87/5
Votes: 112
Popularity: 9.82
Licence: Not specified
Bookmarked: 384
Downloaded: 40,186
A multi-threaded simple crawler with C# sockets to solve the WebRequest.GetResponse() locking problem.
|
String handling
|
General |
Posted: 14 Dec 2004
Updated: 14 Dec 2004
Views: 104,930
Rating: 4.71/5
Votes: 19
Popularity: 5.80
Licence: The Code Project Open License (CPOL)
Bookmarked: 19
Downloaded: 834
Fast string parsing in nested loops.
|
Design and Architecture
|
General |
Posted: 28 Jun 2005
Updated: 23 Jul 2005
Views: 487,873
Rating: 4.12/5
Votes: 68
Popularity: 7.55
Licence: Not specified
Bookmarked: 105
Downloaded: 0
Introduction to telecommunication billing system.
|