登录
首页 » Special Effects » 设计算法把一个十进制的整数转换为二至九进制之间的任一进制数输出...

设计算法把一个十进制的整数转换为二至九进制之间的任一进制数输出...

于 2022-12-22 发布 文件大小:638.00 B
0 146
下载积分: 2 下载次数: 1

代码说明:

设计算法把一个十进制的整数转换为二至九进制之间的任一进制数输出-Design algorithm to convert a decimal integer between 2-9 binary output of either one decimal number

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。...
    采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve. Anisotropic extension is performed on the characteristic function fbound of an image set given by the binary map boundary to the whole image domain. Extension is initially driven by xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction) computed as the direction of maximum coherence of the distance map to the contour to close. It is updated every N iterations with DCV over the distance map to the ridges/thinning of the evolved image. Two different stop criteria are supported: Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended contour (curve of level 1) has exactly Ncomp connected components. Difference between two consecutive iterations ( tol ) Speed Stabilizes ( speed_stab ). [extended]=ContourComple
    2022-12-07 02:25:02下载
    积分:1
  • 代码中给出了图像恢复的最小平方滤波和winner滤波法,并显示其结果图可进行分析比较...
    代码中给出了图像恢复的最小平方滤波和winner滤波法,并显示其结果图可进行分析比较-Code gives the least squares image restoration filtering and winner filtering method, and display the result map can be analyzed and compared
    2023-06-16 20:00:03下载
    积分:1
  • 算法特点: (1)可检测低对比度直线(可根据感兴趣问题的边缘强度调整); (2)编程接口简单,集成移植非常容易,算法可输出图像中每条直线的起点、终点、...
    算法特点: (1)可检测低对比度直线(可根据感兴趣问题的边缘强度调整); (2)编程接口简单,集成移植非常容易,算法可输出图像中每条直线的起点、终点、斜率等参数; (3)程序代码完全工程化设计,对320×240图像的处理速度可达15帧/秒; 测试方法: 在安装有USB CMOS摄像头的计算机上直接运行本程序即可看到实时检测直线的处理效果(采用不同颜色表示不同方向的直线)。 (可用于立体视觉、摄像机标定、人体运动分析、智能交通道路检测、工业生产监测等) -Algorithm features: (1) can detect low-contrast line (which can be the basis of issues of interest to adjust the edge intensity) (2) The programming interface is simple, very easy to transplant integration, the algorithm can output images in a straight line for each starting point, the end of the slope and other parameters (3) code fully engineered design, on the 320 ⊙ 240 image processing speeds of up to 15 frames/s testing methods: in the installation of USB CMOS camera has a computer running the program directly to see real-time Detection of linear treatment effect (using different colors in different directions that a straight line). (Can be used for stereo vision, camera calibration, human motion analysis, intelligent traffic detection,
    2023-01-19 23:55:04下载
    积分:1
  • 基于结构特征的虹膜识别源码 vc++。 -
    基于结构特征的虹膜识别源码 vc++。 - -based on the structural characteristics of the iris identification source vc.-
    2022-04-16 20:29:54下载
    积分:1
  • Older versions of the watershed algorithm procedure, in some cases, it is necess...
    老版本的分水岭算法程序,在有些情况下是需要的-Older versions of the watershed algorithm procedure, in some cases, it is necessary to
    2023-05-10 22:55:02下载
    积分:1
  • 数字图像处理常见算法的源程序,形态学,二值化,高斯噪音都包括了...
    数字图像处理常见算法的源程序,形态学,二值化,高斯噪音都包括了 -Common digital image processing algorithms source, morphology, thresholding, Gaussian noise is included
    2022-01-24 18:43:53下载
    积分:1
  • 旋转的3维通道
    旋转的3维通道- Revolves 3 Uygur channel
    2023-07-10 15:45:03下载
    积分:1
  • Visual C++ 数字图像处理典型算法及实现(4)
    Visual C++ 数字图像处理典型算法及实现(4)-Visual C++ digital image processing algorithms and implementation of a typical (4)
    2022-03-24 13:23:28下载
    积分:1
  • 是一个颜色空间转换的MATLAB程序,一共有两个程序一个从RGB到YCRCB,一个是从YCRCB到RGB的程序。...
    是一个颜色空间转换的MATLAB程序,一共有两个程序一个从RGB到YCRCB,一个是从YCRCB到RGB的程序。-Is a color space conversion of the MATLAB program, a total of two procedures from RGB to YCRCB, one is from YCrCb to RGB procedures.
    2023-04-08 03:10:03下载
    积分:1
  • 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中...
    用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成: 主要类: memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。 Complex类:复数类,完成复数运算。 CBmpDemoView类:视类,完成显示。 CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。 Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
    2022-02-13 08:58:34下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载