-
-
-
-
[
Visual C++ (VC++)]
F2812EzDSP_Sample.rar
This sample program generates two sine waves called X and Y.
It will then calculate the normalized magnitude and phase ... GainX^2+ GainY^2)
Phase = (long) (atan2PU(X,Y)* 360)
The program will prompt the user to change the gain and
frequency of ...
-
-
[
Windows_Unix]
example.zip
This directory contains an example ADSP-BF533 subroutine that demonstrates
how to create a loader file for the BF533 EZ-KIT, initialization code to load a program from SDRAM,
and use the FlashProgrammer utility to download the file to the flash.
-
[
Visual C++ (VC++)]
Object_Programing_Mar8.zip
This program was used double pointer.
I tried to understand what is pointer.
But that was hard.
I fix my code for one week!!
If you want to do homework about double pointer, It may be help you!
because I already have solution but not best ...
-
[
C#(.net)]
OpenTK.zip
A cross-platform OpenGL wrapper for C# and other .Net languages. It can support OpenGL 3.1 and GLSL language. You can use it write GPU based program using C# instead of C or C++.
-
[
Visual C++ (VC++)]
CameraQuat.zip
A OpenGL program to demonstrate using Quaternion to rotate 3d model. Quaternion can avoid gibbs lock if you use euler angle to rotate 3d model.
-
[
Visual C++ (VC++)]
cvltonemap.zip
A GUI for High Dynamic Range Image Processing using OpenGL and GPU. By performing the algorithms on the graphics processing unit (GPU), this program can immediately display the results of the algorithm and parameter changes.
-