搜索资源列表
DXFExporterSDK
- 实现了 C++ build 和Delphi版本的DXF、EMF文件输出功能。有帮助文件说明。-achieve and build the C version of the Delphi DXF, EMF document output. Help documentation.
DXFExportNET
- 实现了 C NET 版本的 DXF/EMF格式的文件输出功能,有帮助文件说明。-realized NET version of the C DXF / EMF format of the document output, help documentation.
ex03
- 这个例子是从Allegro V3.12的例程包中移植过来的,原文件为examples\\ex4.c 原作者是Shawn Hargreaves.这个程序示范怎样操作调色板,它把一套同 心的圆画在屏幕上并且通过循环调色板产生奇妙的特效.-this example from the routines Allegro V3.12 package transplant, the original document examples \\ ex4.c Shawn Hargreaves is th
图片旋转
- 我看到已经有些朋友传过C、vb等的代码,我现在为大家带来了JAVA实现的图片旋转程序,详细说明请见文件中的注释,谢谢支持-I have seen some friends came across C, vb the code, I now bring you a picture JAVA rotation procedures, detailed descr iption, see the Notes document, thank you support! !
GETBMP
- 读取bmp文件,生成可插入到C程序中的点阵数组格式.-read bmp file, generate C can be inserted into the procedure for the lattice array format.
VGA-13h-SDK
- 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320 * 200 * Male small development kits, said to contain the
parell
- c语言实现的物体平行投影变换,自己写的,name.txt为测试文件。-objects parallel projection transformation, wrote it myself, name.txt to test documents.
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆
BitmapDisplay
- 采用Visual C++6.0编写,将一个位图文件显示出来,并用A\\D\\S\\W键控制场景移动。对于想学习游戏编程的同学会有一定帮助。
qrcodec
- 日本某大学根据JAVA的QR生成条形码源代码改写的C语言条形码,附带编译需要的库文件等-a Japanese university under the QR Java source code generation bar code rewrite the C language bar code, fringe compiler needs of the library, etc.
tryontemplate
- 这是2d图像的试衣模板库文件包含.h .c-This is the test images 2d clothing template library contains documents. H. C
c#图像处理
- C# 图象处理 直方图 完整源代码,并附安装文件 绝对可用
200732590147
- 本代码主要实现图像类文件的转换已经相应的图像处理,包括图像融合,灰度变换,模板匹配等-The main achievement of the code conversion of image types of documents have a corresponding image processing, including image fusion, gray-scale transformation, template matching, etc.
lsbwatermarking
- 代码在MFC框架上实现了LSB算法,并实际应用于BMP图像文件的水印程序中-Code in the MFC framework to achieve the LSB algorithm, and BMP image files actually used in the watermark process
KMEANS
- k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
uC-GUI-BitmapConvert
- Bitmap Converter是一款可以将位图转化为C文件的软件,用于ucGUI的编程-Bitmap Converter
sn_matlab_code
- 文件处理函数 del_sn_temp 递归删除一个文件夹下的所有文件 rereaddata 相当于读取一个文件 给它加上逗号 ( 制作模板时用到,c文件中的模板需要用逗号隔开,如果给的文件以空格隔开,需要加上逗号) read_sample_all 读取一个文件夹下的模板(都是一个字符的模板) 取其0.1~0.9范围的平均 然后写入字母模板文件 需要自己略微调整一下-Del_sn_temp recursively delete all files in a
test2_DXF_cc
- 通过C#读取AUTOCAD的DXF文件,采用绝对路径(Read the AUTOCAD DXF file through C#, using absolute path)
BMP文件基于C语言的信息读取
- BMP图像文件的内部信息,可以依据C语言编程确定图像的具体信息内容
C++实现CIF转QCIF
- VS上实现。具体步骤:打开CIF文件,把文件的数据读到缓冲区,对缓冲区的内容进行下采样,存到QCIF的缓冲区里,把Qcif的缓冲区里的东西写出。