搜索资源列表
chart.rar
- 图表生成器,能够按日期产量等参数使用指定图表模板建立柱状图,并能按柱状图样式直接生成EXCEL图表。
curve and fill.rar
- 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条
MOVE1
- 直线生成算法继续-continue straight Algorithm
POLY
- 多边形生成算法2-polygon Algorithm 2
深度图像生成
- 深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
生成浮雕效果
- 对输入任意图像生成浮雕效果-the importation of arbitrary images generated effects relief
图标生成测试Delphi
- 图标生成测试Delphi版本.
生成蝴蝶图案
- 基于LabVIEW编程生成蝴蝶图案
VB 生成各颜色分量的单色图像
- VB 生成各颜色分量的单色图像
生成缩略图
- delphi7.0,按照设定的分辨率生成缩略图,不需要任何第三方控件
C++生成2维凸包
- C++生成2维凸包
二维码生成,识别二维码函数
- 二维码生成,识读动态库头文件.识别二维码函数,YTqrcode10.dll...YTqrcode10.dll
BrowseDWGtoBMP 从AutoCAD图形DWG格式的文件中直接读出位图信息生成BMP位图并显示
- 本示例使用VB.NET,从AutoCAD图形DWG格式的文件中直接读出位图信息生成BMP位图并显示在PictureBox控件中,同时使用DDVue对该DWG图形进行预览并比较效果。-This example uses VB.NET, from AutoCAD drawing files in DWG format directly read bitmap BMP bitmap information generated and displayed in a PictureBox control,
shiyan6-Bezier 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(Bezier曲线算法 )-Experiment 6 used computer graphics surface and curve generation algorithms, including (Bezier curve algorithm)
shiyan6-B 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(三次B样条曲线算法)-Computer Graphics Lab 6 common surfaces and curves, including generating algorithm (cubic B-spline algorithm)
curve and fill
- 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条- The graph study curriculum designs four commonly used algorithms which 1, the scanning transforms: Point-by-point scanning, scan line algorithm, side-stripe markings law, edge
nurbskj
- 一个关于nurbs曲线、曲面生成的框架程序,比较的不错,可以用来学习-A nurbs curve, curved surface to generate a framework for procedures, a good comparison can be used to study
wordstock
- 自己做的一个点阵字库生成软件.生成的数据可用于单片机\嵌入式系统控制的点阵字符\汉字显示.-Own a dot matrix font generation software. Generated data can be used to single-chip embedded system control characters dot matrix display of Chinese characters.
stereoGlobalEnergyMin
- 双目视觉深度图生成,运用能量最小化的方法生成。(Binocular vision depth map generation is generated by energy minimization.)
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。