搜索资源列表
glut
- 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有
nehesdk
- nehe的sdk,进行了重新编排,加入了全中文注释,vc++开发opengl不得不用的精品-nehe the sdk, the rescheduling, to the entire Chinese Notes vc development opengl had to use the products
vc_nehesdk
- 与nehe-sdk配套的vc++示例源程序,全中文解释,基本每句代码都有详细注释-and nehe - sdk supporting vc example source, the Chinese government explained, basic code to each statement in detail Notes
A0357
- 一套完整的图像处理与识别的源码(全中文注释) 这是我们内部开发与使用的一套图像处理代码,里面包括了大部分图像处理与识别处理的的函数:像模板变换,图像的平滑、锐化、边缘识别、图像中值滤波、图像模糊、图像逆滤波、图像模糊加噪、图像维纳滤波、线性变换、灰度拉伸、直方图均衡、图像腐蚀、图像膨胀、图像开运算、GIF确码编码、缩放、旋转、快速付立叶变换、离散余弦变换等等,等等,太多了。可以用于windows软件或嵌入式软件编程。内部用的,全中文注释,为了下载我才拿出来的。你们自己看着办吧。-a comp
Piano
- 项目说明:用VC++做的钢琴程序,opengl做的,可以为学习opengl编程的人提供参考。注释详细。 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-Project descr iption: VC++ to do with the piano program, opengl do opengl programming for learning to provide reference. N
bugHunt-made-with-hgeGame-Engine
- 我自己做得第一个看的过眼的游戏 需要hge游戏运行库 平台vs2008 里面有详细的技术文档 代码注释很全 大一下学期的课程设计 BugHunt-I have done over the first eyes to see the game need to game hge platform runtime vs2008 there are detailed technical documents Notes code is great about the whole semes
ch1_1
- 功能最全的图像处理的VC++源码,几何变换正交变换,图像增强,图像复原,形态学变换等等,代码注释也很详细-Most of the image processing of the whole VC++ source code, the geometric transformation orthogonal transformation, image enhancement, image restoration, morphological transformation and so on, the
ksjtym
- 在网上找了很多关于截图的软件,都没有发现一个象QQ那样能用快捷键截图的。即使有的可以,但是体积太大而且很多的功能几乎都用不着,有的体积倒是小,可是就只有个区域截图或是全屏截图啊,不能直接保存图片要到Windows的画图程序中保存。所以就想写一个包含常用功能简单实用的截图工具,花了点时间做出来了,源代码里面的注释应该蛮清楚的,很适合初学者。老手看了可不要笑我哦!呵呵~~~还有就是我创建了两个Delphi群,欢迎大家加入一起讨论,一起提高。-The Internet is a lot about t
Wavelet
- 小波变换C++程序,注释全,非常好用,推荐!-Wavelet transform C++ program, very easy to use, recommended!
CaptureScreen
- 主用是用于截屏,是一个简单的截屏工具,代码简单全手写并有一定的注释。-Main use is for screenshots, is a simple screenshot tool, code all written and have some simple comments.
eagleEye
- arcgis engine 制作鹰眼 。注释较全-arcgis engine production Hawkeye. Note than the whole
demo1-for--shader
- 着色语言例子,旋转的茶壶,非常好的入门级代码,里面有很全的注释-Shading language example, rotating teapot, a very good entry-level code, which has a very full comment
PictureView
- VC6.0+GDI实现的图片查看器,启动后全屏,图片不会全屏,保持原始大小,如果要让图片全屏显示,可以修改里面的代码,注释掉里面的BitBlt,然后恢复StrechBitBlt就可以了-Based on the STM32 of serial communication path VC6.0 GDI+ realize picture viewer, started full screen, pictures will not print, keep the original size, if w
face-detact-system
- 对bmp位图的人脸照片进行识别,算法全公开,有注释,有源码、测试数据和打包的可执行文件。-Bmp bitmap face photo identification algorithm full disclosure, notes, source code, test data, and packaged executable file.
BlobDetect
- 自己写的blob detection 注释较全,比较易懂易读,适合初学者使用-The blob detection Notes to write their own over the whole, relatively easy to understand and easy to read, suitable for beginners to use
WMILTracker
- WMIL跟踪算法的实现,代码注释全功能强大-WMIL tracking algorithm, code comments all powerful
cl
- 用于块搜索模式的运动识别,包括所有传统的基本算法如全搜索,三步搜索,运行无误,汉语注释详细,是我自己找了很久的,最全的版本,也许和其他的有点类似,但这个版本绝对最完整!-For motion recognition, including all the basic algorithms such as the traditional full search, three-step search, run correctly, Chinese, detailed notes, is my own
ARFace-bak
- 采用opencv2.4,自己写的MFC下,opencv打开摄像头,有工具栏,注释可能不太全,但是可以理解的。-Use opencv2.4, under their own writing MFC, opencv open the camera, there is a toolbar, comments may not be full, but understandable.
Retinex
- retinex理论的三种实现方法:SSR,MSR,MSRCR.全中文注释,有实例图片,完美运行,vs2012-Three implementations retinex theory: SSR, MSR, MSRCR whole Chinese notes, there are examples of image, a perfect run, vs2012.
patchca
- 基于java的验证码设计方法, 里面的方法多而全,可以参考里面的注释进行调用(Design captcha code based on Java)