搜索资源列表
paintlib-2.5.0
- paintlib是一个可移植的用于图像加载、保存和处理的C++类库。可从BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF和WMF文件中加载图像,且可保存为BMP, JPEG, PNG和TIFF格式。既可通过在过滤器类中执行过滤, 也可通过直接访问位图来进行图像处理。提供了完整的C++源码。-paintlib is a transplant can be used to image loading, storage and handling o
thriceBSpline
- C语言编写的实现三次B样条曲线的C语言代码-prepared by the C language to achieve cubic B-spline curve of C language code
PointTest
- 电路画板,主要的 功能是实现了电路板的绘制,并能够在C++源码上实现-circuit slate, the main function is to achieve a circuit board mapping, and to the C + + source code to achieve
vcmat
- 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
drawCharts
- c#绘制饼图 的代码,在做数据报表的时候非常有用..请大家多完善-drawing pie c # code, so data in the statements of very useful .. Please more perfect
vprinterw2k_src
- C++虚拟打印机源码,可将任何文件内容转换为图像文件。-C source code can be any contents of the paper documents converted to images.
qishimigong
- 很好的求解骑士迷宫的的代码,可以在vc6.0环境下运行的c语言代码-good for the Knights maze of code can run under vc6.0 the c language code
cximage600_full
- CxImage 6.00 CxImage is a C++ class that can load, save, display, and transform images in a very simple and fast way. The class CxImage is free as for the TIFF, JPEG, PNG and ZLIB libraries : \"If you use this source code in a product, acknowl
vg
- 一个Visual Graph开发程序,具有类似MS viso的功能!带有C++,Delphi,VB,C#等的代码示例!-a Visual Graph development programs that have similar functions VISO MS! With C, Delphi, VB, C# code examples!
等值线函数
- 等值线函数.// As this code is ported from FORTRAN-77, please be very careful of the // various indices like ilb,iub,jlb and jub, remeber that C/C++ indices // starts from zero (0)-contour function. / / As this code is ported from FORTRAN-77, please be ver
Release[1]
- 这是一个用C++编写的图像处理源程序代码,没有图形界面-This is a preparation of the C source code image processing, no graphical interface
pingMu_C_sharp
- 屏幕录像专家C#源代码,全部由C#实现,运行时比较占用内存-Screen Recorder C# source code, all the C# implementation, run-time memory for comparison. . .
1
- C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
ZedGraph
- 功能强大、占有资源较少的控件,内含C#源码及实例。-Powerful, possession of control, fewer resources, containing C# source code and examples.
Bezier
- 这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
his
- 数字信号处理中直方图灰度变换的C语言代码 vc++开发环境-Digital Signal Processing histogram gray-scale transformation of the C language code vc++ Development Environment
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
gh
- 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
Drawing-software-C-code
- 绘图软件C代码程序,代码简单易懂,说明详细-Drawing software C code.
The-C-code-of-Yanghui-triangle
- 杨辉三角的C程序代码,用以学习C语言 ,希望对他人有所帮助-The C code of Yanghui triangle