Advertisement

Results for "Author: korejwa"

3_2004-2005 #131396
JPEG Encoder Class

Save a picture as a baseline JPG file using only vb code. Open source, NO THIRD PARTY DEPENDENCIES, and as fast as typical commercial software when compiled. All JPEG compression code is contained in a single class that can be added to existing projects. There is also an Integer DCT version of this class written by Ron van Tilburg available on PSC. (CodeId=50351)

3_2004-2005 #133029
Access Data Types and Arrays in a Class

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

3_2004-2005 #144463
Singular Value Decomposition

SVD is a robust algorithm used for solving linear least squares problems, and systems of equations. Keywords: linear algebra, matrix, neural network, curve fitting

3_2004-2005 #144464
QuickSort [non-recursive]

Sort arrays into alphabetical/numerical order. Uses QuickSort for large arrays, Insertion Sort for small subarrays, and CopyMemory APIs for string swapping. Fastest Sorting routine on PSC.

4_2005-2006 #156075
Access Data Types and Arrays in a Class

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

4_2005-2006 #156076
JPEG Encoder Class

Save a picture as a baseline JPG file using only vb code. Open source, NO THIRD PARTY DEPENDENCIES, and as fast as typical commercial software when compiled. All JPEG compression code is contained in a single class that can be added to existing projects. There is also an Integer DCT version of this class written by Ron van Tilburg available on PSC. (CodeId=50351)

4_2005-2006 #156077
Singular Value Decomposition

SVD is a robust algorithm used for solving linear least squares problems, and systems of equations. Keywords: linear algebra, matrix, neural network, curve fitting

4_2005-2006 #156078
QuickSort [non-recursive]

Sort arrays into alphabetical/numerical order. Uses QuickSort for large arrays, Insertion Sort for small subarrays, and CopyMemory APIs for string swapping. Fastest Sorting routine on PSC.

5_2007-2008 #178593
Access Data Types and Arrays in a Class

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

5_2007-2008 #178594
JPEG Encoder Class

Save a picture as a baseline JPG file using only vb code. Open source, NO THIRD PARTY DEPENDENCIES, and as fast as typical commercial software when compiled. All JPEG compression code is contained in a single class that can be added to existing projects. There is also an Integer DCT version of this class written by Ron van Tilburg available on PSC. (CodeId=50351)

5_2007-2008 #178595
Singular Value Decomposition

SVD is a robust algorithm used for solving linear least squares problems, and systems of equations. Keywords: linear algebra, matrix, neural network, curve fitting

5_2007-2008 #178596
QuickSort [non-recursive]

Sort arrays into alphabetical/numerical order. Uses QuickSort for large arrays, Insertion Sort for small subarrays, and CopyMemory APIs for string swapping. Fastest Sorting routine on PSC.

6_2008-2009 #201111
Access Data Types and Arrays in a Class

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

6_2008-2009 #201112
JPEG Encoder Class

Save a picture as a baseline JPG file using only vb code. Open source, NO THIRD PARTY DEPENDENCIES, and as fast as typical commercial software when compiled. All JPEG compression code is contained in a single class that can be added to existing projects. There is also an Integer DCT version of this class written by Ron van Tilburg available on PSC. (CodeId=50351)

6_2008-2009 #201113
Singular Value Decomposition

SVD is a robust algorithm used for solving linear least squares problems, and systems of equations. Keywords: linear algebra, matrix, neural network, curve fitting

6_2008-2009 #201114
QuickSort [non-recursive]

Sort arrays into alphabetical/numerical order. Uses QuickSort for large arrays, Insertion Sort for small subarrays, and CopyMemory APIs for string swapping. Fastest Sorting routine on PSC.

7_2009-2012 #223629
Access Data Types and Arrays in a Class

Data Types and Arrays in a Class must be declared Private and normally can't be accessed from outside the Class. This gets arround the problem by using CopyMemory API to copy a pointer to a variable outside the Class. This allows you to read/modify Data Types and Arrays in a Class as if they were Public.

7_2009-2012 #223630
JPEG Encoder Class

Save a picture as a baseline JPG file using only vb code. Open source, NO THIRD PARTY DEPENDENCIES, and as fast as typical commercial software when compiled. All JPEG compression code is contained in a single class that can be added to existing projects. There is also an Integer DCT version of this class written by Ron van Tilburg available on PSC. (CodeId=50351)

7_2009-2012 #223631
Singular Value Decomposition

SVD is a robust algorithm used for solving linear least squares problems, and systems of equations. Keywords: linear algebra, matrix, neural network, curve fitting

7_2009-2012 #223632
QuickSort [non-recursive]

Sort arrays into alphabetical/numerical order. Uses QuickSort for large arrays, Insertion Sort for small subarrays, and CopyMemory APIs for string swapping. Fastest Sorting routine on PSC.

Languages
Top Categories
Global Discovery