搜索资源列表
OpenGL(3D显示例程)
- 一个用调色板配合OpenGL写的一个三维物体在空间中飞行变换的VC例程,适合OpenGL的初学者学习。-using a palette with a written OpenGL 3D objects in space flight transform the VC routines suitable for beginners to learn OpenGL.
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
rainbow
- opengl 和 vc 结合编程,显示彩虹效果,非常容易上手,适合opengl的初学者!-opengl and vc combining programming, showing rainbow effect, very easy to use, suitable for beginners opengl!
shadow
- opengl 和 vc 结合编程的阴影效果,非常容易上手,适合opengl的初学者!-opengl vc combining programming and the shadow effects, very easy to use, suitable for beginners opengl!
Thinghua_CG_PPT_PART2
- 清华大学本科计算机图形学基础教程PART2,适合大学本科生学习计算机图形学时使用-Tsinghua University undergraduate computer graphics based tutorial PART2 suitable for undergraduate study and the use of computer graphics
Lesson31-40
- 著名的Nehe的OpenGL教程VC++配套源码31-40课,适合OpenGL初学者使用,作者在他的程序中已详加注释-famous Nehe OpenGL tutorial source VC matching 31-40 class, suitable for beginners to use OpenGL, the author of the procedures he has been careful Notes
三维引擎
- java开发的三维引擎 很适合初学者,代码很少,却有劲想不到的用处-java development of the 3D engine is suitable for beginners, code rarely, but can not think of the usefulness of interesting
LoadMesh
- direct 3d载入地图模型的例子,非常适合初学者学习。-direct 3d model of printed maps example, very suitable for beginners to learn.
jjjfdct
- 逆向傅立叶转换算法,通用的一种,适合初学着的。内容详细,分析简单-reverse Fourier Transform algorithm, a general, suitable for beginners with the. Detailed analysis simple
3D教程
- 3D教程从简单到复杂的进行了入门和提高的讲解,适合于初学者,同时可以step by step地进行学习,比较实用。-3D tutorial from simple to complex and the raising of entry talks, suitable for beginners, but can also step by step to learning more practical.
数字图象处理经典源码
- 与清华大学的的数字图像处理书籍配套的源码,十分适用,适合于灰度图-with Tsinghua University's Digital Image Processing books supporting source code, the application is suitable for grayscale
FillPoly
- 这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.
OPENGL Block
- 一个OPENGL的例子,适合初学OPENGL的朋友练习。-an OpenGL examples, suitable for beginners to practice OpenGL friends.
OpenGL动态球体
- 利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。比较适合初学者。便于理解OpenGL画图的数学原理.-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully d
lesson12_bcb6
- 基础的OpenGL编程示范,适合初学者,值得一看-based on the OpenGL programming model, suitable for beginners, an eye-catcher
ExtendedBitmap_src
- 这是一个老外写的数字图像处理程序,代码风格,细微之处都处理的很到位,速度也很快,都有时间显示!对于学习很是适合(强烈推荐)-This is a foreigner to write the digital image processing code style, details of the office is in place, fast, have shown time! Learning is very suitable (strongly recommended)
aliens-1.0.2
- 一个用gtk+ 与sdl写的简单射击游戏,适合sdl初学者-a sdl with gtk and write a simple shooting game, suitable for beginners sdl
gtk-demo-1.2
- 用gtk+写的调用sdl的事例程序,适合gtk初学者-use gtk calls sdl write stories procedures, suitable for beginners gtk
实例 66
- 严华峰VC精彩编程百例,例66实现画点画线功能,很有意思的小程序,适合初学VC图形者.-Yanhuafeng exciting programming VC 100 cases, 66 cases achieving painting dotted line functions, the very interesting small program suitable for beginners who VC graphics.
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m