搜索资源列表
XYGraph
- XY坐标图。非常漂亮的XY坐标图,可以显示多条数据曲线,工控必备-XY coordinate diagram. Very beautiful XY plot, you can display multiple data curves, Industrial necessary
3
- 实验要求:1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
graph
- 可实现坐标平台显示功能,X Y 坐标可调,界面可拉伸-Platform enables display coordinates, XY coordinates adjustable interface tensile
graphRectify
- 这是在本站上下载的一个程序,但是有错误,别人修正了一下错误,现在可以运行,可实现实现坐标平台显示功能,X Y 坐标可调,界面可拉伸-This is a site to download a program, but a mistake, someone else fixes some mistakes, and now can run, can be realized to achieve platform display coordinates, XY coordinates adjustab
DChart
- 绘多条曲线图,还有不同颜色,就是不能获取XY坐标-Painted a number of curves, there are different colors, that they can not obtain the XY coordinates
cc
- XY轴绘图仪的直线插补和圆弧插补以及工进、快进程序。只需为变量赋值就行-XY axis plotter linear interpolation and circular interpolation, and work forward, fast forward the program. Only for variable assignment.
IDL-saveimage-code
- 用IDL将一维激波管计算数据画成X-Y二维图的程序,还包括保存图像的一段代码-IDL will be one-dimensional shock tube calculation data painted XY two-dimensional map program, including a section of code to save the image
xy
- 一个简答的消隐视图视图的程序,适合学生练习-A short answer of blanking view view procedures, suitable for the students to practice
nonlinear-system-Lorenz
- 仿真Lorenz系统的吸引子。 要求:1、每个状态(x,y,z)分别随时间变化的曲线。 2、x-y,y-z,x-z的相图。 3、x-y-z的图形。-Attractor simulation Lorenz system. Requirements: 1, each state (x, y, z), respectively, a graph of changes over time. 2, xy, yz, xz phase diagram. 3 XYZ graphical.
nonlinear-system-chua
- 仿真Chua电路的双卷波混沌吸引子。 要求:1、每个状态(x,y,z)分别随时间变化的曲线。 2、x-y,y-z,x-z的相图。 3、x-y-z的图形。-Circuit simulation Chua' s double scroll waves chaotic attractor. Requirements: 1, each state (x, y, z), respectively, a graph of changes over time. 2, xy, yz, xz
dbvml
- ASP生成一条曲线图,曲线 X Y坐标可以自定义-ASP to generate a graph, the curve XY coordinates can customize
henonheiles
- 包含两个程序,以蛙跳积分法绘制henon-heiles演化方程的时间演化图,x-y,x-vx,y-vy相图和三维庞加莱截面图.- Contains two procedures to leapfrog integration time evolution plotted in Figure henon-heiles evolution equations, xy, x-vx, y-vy phase diagram and three Weipangjialai-sectional view.
6.041
- 二维绘图控件,用来显示X-Y波形的控件,具有通用性-Two-dimensional drawing control to display the controls XY waveform versatility
ym_vb-constraint_mouse_hicode
- VB鼠标坐标点获取,XY坐标信息,随着鼠标的移动,XY坐标会分别显示在程序窗口的方框内,并可限制鼠标只在本窗口的范围内移动。-VB point obtaining mouse coordinates, XY coordinate information, with the movement of the mouse, XY coordinates will show in the box of the program window, and can restrict mouse movement
teechart_X_Time
- 实现X-Y轴曲线图的绘制,通常横轴都是现实数字,本案例使用时间轴作为横轴,并附带word文档说明,值得参照-Plotting XY axis of the graph, usually the horizontal axis are real numbers, in this case using the Timeline as a horizontal axis, and with a word document explains, it is worth referring to
piliangCAD
- google earth 描图的边框,得出各多边形的xy坐标,可以通过这个程序批量落入CAD。-Border google earth tracing, obtained each polygon xy coordinates can fall into this batch program CAD.
plot_XY_graph
- 一幅SINE函数的XY图fortran绘图程序。THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW XY_GRAPH -THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW XY_GRAPH
matlab
- 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图contour,例如 contour(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。 -How to read the data textread, for example, through textread (x_inlet.txt)