搜索资源列表
图像文件操作库
- 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。-the library can handle BMP, GIF, PCX, TGA, JPG, TIF format image files, and images with point processing, image processing functions regional, you have to do it
hsv
- 一個可顯示出調用HSV色彩的結果的程式, 可直接在 Color Space 上調用, 並顯示出 HSV與RGB 色彩比對.-a show called HSV color the results of the program can directly Color Space on the call, and show RGB and HSV color than the right.
文明2权利的呼唤2Source
- 文明:权利的呼唤2Source 文明2:权利的呼唤的源代码-Civilization : Call 2Source rights of the two civilizations : the right to call for the source code
VBPaint
- 模仿微软的画图板做的,可以画图,打开图形文件,保存图形文件。如果发现有什么Bug或是可优化的地方,请希望大家多多指点出来,我的E_Mail :ford20082000@163.com-mimic Microsoft's drawing board do, drawing, open graphics files, preserve graphics files. If there is a bug or what can be optimized, Members can call ou
tuxingxuedazouye
- 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
girlgraph
- 此图形是dos下的图形显示代码,通过tc20调试,可以从中了解图形函数的调用方法和调色板的应用原理-graphics dos graphics under the code, adopted tc20 debugging, a better understanding of graphical function call methods and the application of principles of the palette
drawingsolidplane
- 本程序可实现快速Fourier变换,使用可直接调用-this procedure allows for fast Fourier transform, the use of direct call
vc_call_matcom
- vc++调用matcom的绘图程序。调用过程及步骤注释详细,可供参考。-vc call matcom mapping procedures. Calling the process and the steps detailed notes for reference.
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
FeatureTracker
- 特征跟踪源码,包括FeatureTracker.cpp和FeatureTracker.h,其中另附有边缘检测和人脸检测源码,调用了blepo.lib。-feature tracking source, FeatureTracker.cpp and FeatureTracker.h including, which followed by edge detection and face detection source, call the blepo.lib.
vb+surfer
- vb调用surfer主要程序 用克立格法将资料内插到格点上 生成一个空白的绘图页 生成一个等值线图 -vb call surfer main proceeding with kriging information grid within stabbing a generation gap on the field Generating a map page contour map
Arcshape_DLL_By_VB
- 通过VB建议生成Arc Shapefile格式的动态库,要顺VC等其它语言环境下调用.要求系统先安装MapObjects2.1或以上!-VB recommendations generated by Arc Shapefile format for the dynamic, VC to Shun and other language environment to call. System requirements install MapObjects2.1 or more!
BMP文件转换为JPG文件的源代码
- BMP文件转换为JPG文件的源代码,调用了jpgdll.dll ,BMP file into a JPG file of source code, call the jpgdll.dll
用qt绘制了一个具有基本功能的表格窗口
- 用qt绘制了一个具有基本功能的表格窗口,都是一些基本的函数调用,便于理解与修改-Qt drawn with a basic function of the form window, are some of the basic function call, easy to understand and modify
surferdiaoyong 通过delphi调用surfer8.0绘制等值线图
- 通过delphi调用surfer8.0绘制等值线图,surfer帮助文件,等级文件lvl、crl;建立ole通道等-Delphi call surfer8.0 drawn by contour, surfer help file, class file lvl, crl established channels such as ole
Eq2Img_all
- 将Latex表达式转换成图片的源代码 (内含DLL与调用示例)-Latex expression converts the source code (containing the DLL and call a sample of the picture)
LTSTAR
- 画圆画五角星的原始程序!完全的代码,自写函数,自己调用,希望可以帮助初学者! -Drawcircle painted five-pointed star of the original program! Complete code, since the write function to call their own, hoping to help beginners!
WOpenGL
- 在c++下用MFC调用opengl库函数,实现了多种图形的显示以及填充。-In c++ Call opengl using MFC library functions to achieve a variety of graphical display, as well as filling.
TextureLighting
- 用c++的MFC,调用opengl函数库完成图形显示。这个为了演示光线质地。-With c++ The MFC, call completion opengl graphics library. This to demonstrate the light texture.
3
- 实验要求:1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo