搜索资源列表
BallModel
- 一个很好的用vc编程的例子,实现了一个3维球体的旋转,将数学与计算机图像学的紧密联系发挥到极致.-a good use vc programming examples and achieve a three-dimensional rotating ball, Mathematics and Computer Science Image's close ties to the limits.
yin5.3
- 可编程逻辑系统的VHDL设计技术,该本书首先对VHDL语言进行了阐述,然后用alter公司的产品进行举例!-programmable logic system VHDL design technology, the first book of VHDL expounded, and then alter the company's products, for example!
World_Wind_1.3.2_src
- 地球放大镜(NASA World Wind)源码 NASA World Wind俗称地球放大镜,是NASA(美国)国家航空和宇宙航行局联合出品,类似Earthview 3D的鸟瞰工具,更加权威而且目前完全免费。透过这套程序的3D引擎,可以让你从外太空看见地球上的任何一个角落。-Earth magnifier (NASA World Wind) source NASA World Wind commonly known as the Earth magnifier, NASA (USA) Na
渲染3
- 在mo和vb中 地理信息的渲染是有多种样式的,所以它的方法也是不同的,本代码是渲染的另一种方法。-and vb in geographical information Rendering is a variety of styles, so it's way different. this code is exaggerated by a different method.
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
Intra3D-Software
- 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免
OpenGL_Kaifazhinan
- 第一章 OpenGL与三维图形世界 ? 1.1 OpenGL使人们进入三维图形世界 1.2 OpenGL提供直观的三维图形开发环境 1.3 OpenGL称为目前三维图形开发标准 第二章 OpenGL概念建立 2.1 OpenGL基本理解 2.2 OpenGL工作流程 2.3 OpenGL图形操作步骤 第三章 Windows NT环境下的OpenGL 3.1 Windows NT下的Open
Chapter3Src
- 微软的新作xna c#2005 教程第3课的源码-for Microsoft's new xna c # 2005 Guide to the first three classes FO
stabbing
- 给定n维空间中的m个非空点集S1,…,Sm,如果直线L与每个点集均有公共点,则称L为这m个点集的一条直线穿越(line transversal 或 stabbing line)。同样,如果线段K(本文中的线段均指闭线段,且包括单点集)与每个点集均有公共点,则称K为这m个点集的一条线段穿越(segment transversal 或 stabbing line segment)。穿越的概念是海莱定理(Helly’s theorem)的延伸,它的存在性等问题一直是计算几何中海莱类定理(Helly-t
FzzfCaDImage
- 此例子程序是FzzfCad v1.0控件的应用 FzzfCad有以下主要特点: 1、支持Delphi6和C++Builder 6开发环境以及高板本 2、矢量CAD编辑控件(开发矢量编辑程序) 3、矢量GIS地图编辑显示控件(应用开发矢量电子地图程序) 4、支持全中文(中国人自己的GIS和CAD第三方控 -example of this procedure is FzzfCad v1.0 Control Application FzzfCad have the follo
3dsftk3
- 3ds file format library.autodesk的官方读写3ds的库.文档俱全(各种函数均有详细的介绍),是读3ds的超级好库.(可以读取3ds中的mesh信息,动画信息,light信息等等,一应俱全啊)-3ds file format library.autodesk official literacy 3d 's libraries. Documentation is complete (all functions are described in detail) R
EasyBMPtoAVI_0.54_console-source
- EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time,
kftools
- This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files
chaincode
- 1.首先将原始图档(如图三)由RGB彩色模型转换成HSI彩色模型,取其 I 亮度模型。 2.再萃取出亮度值大于0.999之部份,进行数次膨胀与侵蚀运算后,即可取得火焰部份(如图四)。 3.图四之火焰影像进行边缘运算,并找出边缘之每一点坐标,再将坐标排序,取最小值作为链码的启始点(如图五之红色星号)。 4.链码产生的方式:沿边缘依逆时针的顺序扫瞄下一个边界值,并依序输出链码(如图七)。-1. First, the original drawing (Figure 3) from R
pthoto1
- subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1) imshow (I) title (original ima
3
- 一个地球 太阳月亮的模拟程序,三维动画效果 有光照处理-A simulation of the Earth' s sun, the moon program, three-dimensional animation effects with illumination
zebra-0.5
- zebr是一款条形码识别的程序,支持EAN, UPC, Code 128, Code 39 and Interleaved 2 of 5等格式的条形码 -zebr is a bar code identification procedures, support for EAN, UPC, Code 128, Code 39 and Interleaved 2 of 5 bar code formats
libdecodeqr-0.9.3
- QR code是最近很熱門的二維條碼,常可以在網站上看到,主要用來對url、文字、電話號碼或簡訊作編碼,然後透過手機上的CMOS相機作辨識。-QR code is the latest very popular two-dimensional bar code, and often can be seen on the website is mainly used on the url, text, phone number, or newsletter for coding, and then
gnuplot-3.7.1.tar
- 一个绘图程序gunsplot的源代码。如果对写研究性文章感兴趣,可以参考该源码-Gunsplot a drawing program' s source code. If you write articles of interest to study, you can make reference to the source
OpenCV_b3.1
- 隐马尔可夫模型做人脸识别,opencv3.1版本.安装之后里面有很多例子.很多人需要这个版本.有上需要,我就上传上来.谁要谁下载吧-Hidden Markov Model to do face recognition, opencv3.1 version. After the installation there are many examples. A lot of people need this version. There is in need, I' ll upload up.