-
-
-
-
-
[
Visual C++ (VC++)]
amc_sdk.rar
Axis video server device programming development kit, including development control and development of the document
-
-
[
Unix_Linux]
GrfxProgPHIGS.rar
... viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls . c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, ...
-
[
C/C++]
PMAC.rar
PMAC is a programmable multi-axis controller (Programmable Multi-Axis Controller) the short title of United States Delta Tau is produced by a powerful motion controller, PMAC is the world s most powerful motion controller is one of the current Open CNC ...
-
[
Matlab]
PlotSphereIntensity.rar
... there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated.
Output:
h- a handle to the patch object
The axes are also plotted:
positive x axis is red
positive y axis is green
positive z axis is blue
-
[
Matlab]
BCS.zip
... Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post analyses. Results are generated with and without market adjustments in the ...
-
[
Matlab]
circle_f.rar
function circle_f(r)
clf t=0:pi/100:2*pi x=r*exp(i*t)
plot(x, r* ) axis( square )