搜索资源列表
3d zf
- 演示绘制三维图形的原代码-rendering 3D graphics demo of the original code
实现三维视图绘制与消隐技术
- 通过vc实现三维视图的绘制和消隐技术, 包括三维视图的绘制及相应绘图数据的组织-through vc 3D Drawing View and blanking technology, including three-dimensional mapping of view and corresponding graphics data organization
Draw3RectTXT
- 本程序为绘制三维柱状图程序,数据由文本输入。-the procedures for drawing 3D column, data from text input.
Draw3Rect
- 站长你好,我是一个新手希望可以有更多的学习机会,这是一个简单的三维柱状图绘制程序,数据由程序直接给定。-head Hello, I was a greenhorn want to have more learning opportunities, This is a simple three-dimensional histogram mapping, data directly from the given.
Draw3RectLine
- 这是一个简单的三维柱状图绘制程序,数据由程序直接给定,并且带有网格标注。-This is a simple three-dimensional histogram mapping, data directly to the programs, and were marked with a grid.
bigwork
- 一个matlab编制的绘制三维曲线的控件,matlab下的界面编程及控件使用-establishment of a Matlab 3D Curve Controls Matlab programming interface under the control and use
QQWEIBA
- 三维坐标画圆,立方体圆球的绘制,美观,根据球的半径变换大小
3DPieChart
- 本文的想法就是创建一个独立的能够用于绘制立体三维饼状图的类库。首先,它看起来非常简单,因为,在Graphics 类中已经有了一个叫DrawPie 的方法。这个方法接收开始角度和展开角度作为参数,因此,看上去不再有什么其它的问题了。不过它实现的是一个平面的圆饼图,我需要的是一个三维的透视图;如果你也正需要这样的一个控件,这篇文章将再适合不过了 本文中的PieChart 解决方案包括三个类:PieSlice, PieChart3D 和 PieChartControl (继承于System.Win
somegraph
- 很多几何图形的画法,如三维图形、曲线及曲面的绘制,三次样条曲线,BEYOND,曲面,Beziel曲线等-many geometric shapes of paint, such as 3D graphics, curve and surface mapping, cubic spline curve, BEYOND, surface, curve Beziel
raytracing
- 实现一些常见的基本三维图形的绘制,并且实现光线追踪-achieve some common basic 3D graphics rendering, ray tracing and achieve
4-1(绘制立方体)
- 计算机图形学绘制一个三维几何图形,立方体等三维图形-computer graphics rendering a three-dimensional geometric shapes, such as 3D cube
绘制3D近似体
- 由VC实现的对三维物体的绘制,可以让初学者领会到奥秘-from the right three-dimensional mapping of objects, allowing beginners to understand the mysteries
dizhenzhenzhongyuce.rar
- 用MATLAB读取bmp图片 同时得出三维的坐标 同时绘制了灾区地震的地形图,Bmp image to use MATLAB to read at the same time to draw three-dimensional coordinates of the earthquake disaster areas at the same time drawing the topographic map
CG-homework
- 本程序为计算机图形学大作业,是针对计算机图形学课程的作业练习。最终的结果包括能绘制基本图元、样条曲线、分形图形、真实感三维物体。-The procedure for the computer graphics major operations, computer graphics courses for job training. The final results include the ability to draw primitives, spline curves, fractal gr
ProficientinGUIgraphicalinterfaceprogramming(MATLA
- 主要介绍MATLAB的图形绘制和用户图形界面实现技术。全书由三个部分组成:MATALAB语言介绍、MATALAB二维和三维图形制绘方法以及GUI的开发与应用。-Main Introduction MATLAB graphics rendering and user graphical interface technology implementation. Book is composed of three parts: MATALAB language introduction, MATALA
quiver3D_pub
- 绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
opengl3d_rc
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
faqu3D
- 三维绘制图片软件,功能全部,对初学者有很好的帮助。-3D code very good use vc
2d3dpainting
- 二三维混编程序,可以在三维窗口里面对二维图形和三维图形一起显示,降低三维绘制难度。-2D and 3D mixed program, it can display 2D and 3D graphics together in a three-dimensional window inside.
三维速度场图像vc源码
- 在工程绘图中,经常需要实现三维速度场的绘制,本案例采用VC和OpenGL实现对话框界面内3D速度场分布,对三维图像开发编程具有十分重要参考作用。