搜索资源列表
huayuan
- 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
经过扩展的CGraph类及示例工程源代码
- 作者将一个CGraph类由像素模式下,扩展到逻辑模式下,并加了x,y轴的箭头,可以添加曲线名称。使用的方法: 复制Graph.h,Graph.cpp GraphLegend.cpp.GraphLegend.h GraphSeries.cpp,GraphSeries.h六个文件到相应的目录下,然后把他们加入到工程中,修改相应的头文件。在示例工程中作者提供了绘制饼图和直方图的代码。-CGraph author of a category by the pixel mode, the logica
常用数值算法于程序C++常用算法1
- 包括了书中所有的C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过。盘中还包括由这些源程序在VC++6.0下生成的可执行文件(文件扩展名为.exe),以及由这些程序运行后产生的结果文件(文件扩展名为.dat)。另外,还包括若干类书中所介绍算法的头文件,由文件扩展名为.h和.inl所组成。 为了方便读者实际应用书中所介绍的算法程序,本光盘专门预创建了VC++6.0的工程,-book i
digitalsystem
- 这个程序是数字识别系统源代码。因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。-The program is the digital identification system source code. Because the training has kept good network weights, the first use of the identification procedu
part10-1
- 《数字图像处理编程入门》第一章内容及与内容相关的源代码-"digital image processing program entry," the first chapter content and the content of the source code
fanzuan
- 易语言编写的 任意角度翻转任意点位置拉伸的源代码 第一品-easy language arbitrary angle overturned arbitrary location of the source code tensile first Commodities
ngcd080s
- YOU USE THIS PROGRAM AT YOUR OWN RISK, I CANNOT BE HELD RESPONSIBLE FOR ANY LOSS OR DAMAGE CAUSED. THIS PROGRAM REQUIRES THE ORIGINAL SNK CD ROMS. THESE CD ROMS ARE OWNED BY AND COPYRIGHTED BY SNK. I CANNOT BE HELD RESPONSIBLE FOR ANY REACH OF T
CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp
- Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
BMP图像处理头文件
- 一个图像读取的头文件的代码,对vc开发的程序员及其它编程人员进行图像处理大有裨益.-an image to read the first document of code, right vc development programmers and other programmers for image processing useful.
DrawImgOnDlg
- 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
bmptest
- 此代码主要是实现位图的透明叠加功能!在进行两幅图片叠加的时候,先要对图片进行二值处理!-This code is mainly to achieve a transparent bitmap overlay features! Conducting two picture superimposed when first pictures Binarization processing!
FPS
- 一个简单第一人称射击游戏源代码,FPS。-A simple first-person shooting game source code, FPS.
3D_Digital_Reality_Engine
- 3D Digital Reality Engine V1.-3D Digital Reality Engine V1.00, PURE VB, by KACI Lounes Just if you are an expert 3D programmer, you must NOT miss this submission... Before I give you one word, PLEASE see the screen-shot ! THIS IS AN EXTEMLY RAR
SmartOGCtrl
- VC++简单的OpenGL封装库源文件,刚开始学习OpenGL,觉得OpenGL虽然好,但是仍有不足的地方。首先要按照它的一些语法去写东西,每个应用都要写一些重复的代码;第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线、画图形等东西。因此,为了方便使用,自己把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。-VC++ simple OpenGL library package source files, just started lea
DigitalIdentification
- 本目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。-Catalog
jpeglib
- 非常小巧的jpeg解压库,asm源代码。-A very small jpeg decompression library, source code by asm.The library can be used in two ways, you can either use the provided dll (JPEGLIB.dll- found in dir Resource.Example) along with the lib file in the same directory
Delta3D2010
- Delta3D源码。The first Delta3D source code has been released (, fully), which participated in GermanOpen2010. The main skills (Walk and Turn) are adapted from Apollo3d source code-The first Delta3D source code has been released (, fully), which partic
ym_vcpp-ClipBmp
- VC++裁剪位图示例源代码,不是用鼠标拖动裁剪那种,是在程序里设置形式和参数,直接运行程序就裁剪了,不知对大家有用不,先发上来学习学习。-Crop bitmap VC++ source code examples, not the kind with the mouse to drag cutting, forms and parameters are set in the program, run the program directly on the crop, and I wonder i
图形图像处理程序例子
- 1.二值化处理的源代码 2.对角镜像处理 3.离散余弦变换处理 4.傅立叶变换处理 5.(图像复原) 6.加入随机噪声 7.直方图均衡处理 8.几何变换 9.图像处理头文件 ...... -1. 2 value of the source code for two. Right angle image processing 3. Discrete Cosine Transform 4. Fourier transform handle