-
supermap制图源代码
supermap制图源代码-The supermap map design source code
- 2022-01-26 03:41:55下载
- 积分:1
-
With vc the realization of B
用vc实现B样条编程,主要根据定义编程,简单易懂!-With vc the realization of B-spline programming, primarily on the basis of the definition of programming, easy-to-read!
- 2022-07-22 16:50:39下载
- 积分:1
-
microwls
microwls-flnx是嵌入图形工具,是个开发工具集-microwls- flnx is embedded graphics tool is the development toolkit
- 2022-01-21 19:38:39下载
- 积分:1
-
绘制等值线和等值面,并生成SHP格式的矢量文件
绘制等值线和等值面,并生成SHP格式的矢量文件-contour mapping and surface contour, and generating SHP vector document format
- 2023-08-11 08:15:10下载
- 积分:1
-
xe5变相实现gif动画.rar
Delphi xe5变相实现gif动画说明:2个控件TImage、TBitmapListAnimation将GIF 用GIF工具,把每张照片取出来,假设照片为N张,再用美图将所有照片合成一张。然后将TBitmapListAnimation的bitmap属性设为 你合成的照片。
- 2022-05-21 02:57:43下载
- 积分:1
-
目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别...
目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretreatment modules : including training data and identification data read, in one, two values of feature extraction module : the main characteristics of the direction including strokes and grid density characteristics, but also based on the identification of the requirements to continue to increase other identification ( Categories) modules : include SVM methods and BP networks, which SVM method for the identification of high SVM+ mesh density characteristics, in a small set of characters to achieve a recognition rate of over 97% using OO ideological preparation, suitable for secondary development
- 2022-01-25 21:15:15下载
- 积分:1
-
OpenCv based on the realization of hough transform for image process, the effect...
一种基于OpenCv的实现对图像hough变换的程序,效果相当不错。-OpenCv based on the realization of hough transform for image process, the effect has been quite good.
- 2022-03-16 08:05:07下载
- 积分:1
-
用SDK写的画图软件.可画线,方,圆.点.等
用SDK写的画图软件.可画线,方,圆.点.等-using the SDK to write drawing software. Can painting lines, side and round. Point. So. .
- 2022-11-13 01:30:03下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
This is my first graphics operation, with different algorithms straight, curve,...
这是我图形学的第一次作业,用不同的算法实现了直线,曲线,圆的画法。裁减算法是a-w不过这个有bug,还待完善-This is my first graphics operation, with different algorithms straight, curve, drawing a circle. However, the reduction algorithm is aw this bug, also to be perfect
- 2023-05-21 16:00:07下载
- 积分:1