搜索资源列表
BMP位图文件程序
- 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was als
ruanjian
- 纸盒模切版cad/cam系统的接口程序,可读写dxf文件-Carton Mold cad / cam system interface procedures, document literacy dxf
QP9
- 文件的具体功能是针对一定图像格式 ,来读写文件,并时行一定的 操作
GeoView
- 本程序实现了读取dxf,并将dxf文件转化为自定义的文件类型。另外,还实现了地图的读写等功能
draw
- 图形的绘制:图形主要包括点、直线、弧线、圆、椭圆、多边形等。用户可以通过菜单或工具条按钮两种方式选择将要绘制的图形,从状态栏上可以看到当前绘制的图形类型。用户能够对图形元素的线型参数、填充参数进行设置。图形的编辑:支持撤销、恢复以及对当前所画图形的重复等操作。图形文件的读写:能够将所绘制的图形保存到文件中,并能够进行文件的读取。 -Graphics rendering: graphics including point, line, arc, circle, ellipse, polygon
NestProfessor
- NestProfessor SDK 可以智能地在板材上排版各种图形(零件). 1) 优化的排版结果以获得最高的板材利用率。 2) 高速的排版速度。 3) 支持Part-in-Part排版方式。 4) 支持利用板材余料进行排版。 5) 支持读写DXF/DWG文件。 6)支持添加图形辅助信息。例如在钣金加工行业中,可以在零件边界上添加导入导出,微连接等加工特征。-NestProfessor is a SDK and Tool which can nes
readCplot
- 1.文件读写,cstudiofile。2二维绘图。就读写传感器采集到的数据,然后绘图显示。-1. read and write files with cstudiofile 2. 2d plot.without using mschart.
ysxReadDXF
- 读写CAD的DXF文件,自己编程VC++语言-Read and write CAD DXF files
3_Draw
- 读写文件并绘图:写入文件,其中存入点的坐标,并读取文件,画出坐标轴,在坐标轴上会出点并连成折线-Read and write files and graphics: write files, which stored the coordinates of points and read the file, draw the axes, the axis will be out at the point and connected into a line
AppDxfReadAndWrite
- 关于autocad的dxf格式文件的读写,功能比较齐全,代码质量高,速度快-dxf read and write
CadLib
- CadLib 4.0,可以实现读写dwg、dfx等格式的文件。(CadLib 4.0, could read and write drawing file and dxf file)
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。