搜索资源列表
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
Curve
- 静态切分窗口的曲线y=ax*x+10*x+10图,根据a在[-10,10]区间变化时,曲线随着变化-static window splitting the curve y = ax 10 * x * x 10 maps, in accordance with a [-10, 10] interval changes, in keeping with the changing curve
OpenGL_ActiveX
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
TestPlayGif
- 一个使用Ax控件显示播放GIF的示范程序,其中包括了该控件
D3.ax
- 一个vc++ 的ocx控件。可以用来显示dicom文件
asfddaf
- BFGS算法本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点;-BFGS algorithm for solving This procedure applies to the form f (x) = 1/2* x Ax+ Bx+ C quadratic function of the stable point
EllipseFitByTaubin
- This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust. It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2 + bxy +
test1
- 在某个音乐厅内,原始音频信号的回音由于墙壁和天花板等的反射而产生,听众所感受到的音频信号是 和它的回音的合成。令y(n)=x(n)+ax(n-k),其中x(n)=cos(0.3pin)+0.5cis(0.6pin),a=0.1,k=50.产生100个样本,使用Matlab工具,求出其自相关,从中观测确定a和k. -In a concert hall, the original audio signal echo the walls and ceilings due to the reflec
ninglei
- ;取当前显示方式 INT 10H PUSH AX ;保存当前显示方式(AL) MOV AH, 0 ;设置彩色80×25文本方式 MOV AL, 3 INT 10H MOV CX, 1 ;一次显示一个笑脸字符及属性 MOV DH, 12H ;12行,从屏幕左边的中间开始 MOV DL, 0 ;0列 BEGIN: CMP DL, 79 ;移到79列就退出 JAE EXIT CMP DH, 0 ;移到第0行就退出-
dajkgjk
- 设某图形处理程序只考虑点、直线、圆三种基本图形。对于点,给出点的横纵坐标;对于直线,给出直线方程ax+by+c=0的三个系数a,b,c;对于圆,给出圆心坐标和半径。试说明图形的几何形状类型,并编写输入和输出图形数据、求两点矩离、求两直线交点、 已知点和半径形成圆、已知两点形成直线等函数。
my1
- 绘制反余弦函数的各个参数对反余弦函数的影响的程序-print parameters influences on arcos(ax+b)
cgsolve(1)
- 共轭梯度下降法,Ax = y,求x.矩阵A为共轭对称稀疏矩阵,cgsolve matlab 程序-Conjugate gradient descent method, Ax = y, seeking x. Matrix A is conjugate symmetric sparse matrix, cgsolve matlab program
asfddaf
- BFGS算法本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点;-BFGS algorithm for solving This procedure applies to the form f (x) = 1/2* x Ax+ Bx+ C quadratic function of the stable point
DOMN1
- Preconditioned Sparse Iterative Ax=b Solver.Routine to solve a general linear system Ax = b using the Preconditioned method.-Preconditioned Sparse Iterative Ax=b Solver.Routine to solve a general linear system Ax = b using the Preconditioned method
Ball
- 演示小球在窗口中运动,目标程序位.ax二进制,需要regsvr32 + *.ax注册-Demonstration of ball movement in the window, the target program.Ax binary, requires Regsvr32+*.ax
dvbuggings
- 高斯列主元素消去法求解矩阵方程AX B,其中A是N N的矩阵,B是N M矩阵 输入 n----方阵A的行数 a----矩阵()
