-
-
[
Visual C++ (VC++)]
DXCapture_demo.zip
AppWizard has created this DXCapture application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.
Category:
DirextX Upload User:
hualongjx Size:
39K
-
[
Java/JSP]
column.rar
... (2) the preparation of test Cylinder class CylinderTest category, and in such a main method to call the relevant methods Cylinder category. (3) rewrite the Point and Circle class equals (), toString () method, and test the correctness of these methods.
-
[
Others]
Implementing_Floating-Point_DSP.rar
For developers using FPGAs for the
implementation of floating-point DSP
functions, one key challenge is how to
decompose the computation algorithm
into sequences of parallel hardware
processes while efficiently managing data flow through the parallel ...
-
-
[
Visual C++ (VC++)]
pwerpoint.zip
HAVE A LITTLE like the power-point show the files the same manner as, respectively, between up and down around the button.
-
[
C/C++]
calc.rar
... by the 8051 microcontroller. Although Keil C51 has a
full floating point math library the evaluation version
is restricted to 2k of ... be found by editing the
8051 microcontroller on the schematic (point at it and
press CTRL-E) and then clicking on ...
Category:
SCM Upload User:
lm29723949 Size:
3K
-
-
[
Matlab]
fdct_usfft_cpp.rar
... fdct_usfft_pos2idx.m-- for fixed scale and fixed direction, returns
the curvelet which is closest to a certain point on the image
Demos
fdct_usfft_demo_basic.m-- display the shape of a curvelet
fdct_usfft_demo_recon.m-- partial reconstruction ...
Category:
matlab Upload User:
xinkehy Size:
157K
-
[
Visual C++ (VC++)]
kalman.rar
The source is to track a rotating point using Kalman Filter,which is highly efficient and low error occuring.The Kalman Filter only suits for linear environment.
-
[
C++ Builder]
Arc7.rar
private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI* 0.5f
else return Math.PI* 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
...
Category:
matlab Upload User:
hmqljc Size:
219K