-
最小不重复数问题
问题描述:给定一个数n,找出大于这个数的最小不重复数(任意相邻位数字不相同)。
程序给出了两种方法:find和find1,其中find1属于暴力法,直接从n+1开始寻找,每次加1,知道找到满足条件的不重复数为止。
第二种方法比较巧妙,将n各位数字存到一个数组a[]里,下标大小对应位数高低,比如1234,数组a[0...3]依次为1,2,3,4;从最高位开始找相邻的重复数,较低的重复位加1带进位,高位循环加进位直到无进位,低位置零;回到次高位重新寻找重复位,直到无重复位。
- 2022-05-13 23:24:34下载
- 积分:1
-
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。...
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-On-line signature verification, using AR algorithm and DTW algorithm, but also includes a more comprehensive example of research in this area is useful friends, this is the official book accompanying a source.
- 2022-05-08 06:18:27下载
- 积分:1
-
电子工业Matlab 6.X辅助优化计算与设计原代码
电子工业Matlab 6.X辅助优化计算与设计原代码-electronics industry Matlab 6.X assisted optimization code with the original design
- 2022-02-12 22:12:32下载
- 积分:1
-
ACM题目精选,参加ACM大赛有极大的帮助;
数据结构
ACM题目精选,参加ACM大赛有极大的帮助;
数据结构
-ACM topics selected to participate in ACM contest has great help data structure
- 2022-07-27 19:48:17下载
- 积分:1
-
飞控核心算法--四元数互补滤波算法(源码)
资源描述四元数互补滤波算法,已经在无人机项目中使用
- 2022-03-24 17:33:02下载
- 积分:1
-
matrik2D乘以多线程
多核编程趋势在建立算法目前基本 knowlegeof 使用 #pragma omp parallelthis 乘法的 matrikswe can aplythe 基本结构复杂处理图像复杂会计 processetc algorithmlikesourde 代码包括一步一步的信息
- 2022-02-12 10:37:19下载
- 积分:1
-
计算器,压栈处理。 急需语音程序,谢谢!
计算器,压栈处理。 急需语音程序,谢谢!-calculators, Yazhan treatment. Voice urgent procedures, thank you!
- 2022-08-21 22:18:51下载
- 积分:1
-
用有限元法求解三角形形区域上的Possion方程
用有限元法求解三角形形区域上的Possion方程-using the finite element method triangle-shaped region of Possion equation
- 2022-02-25 07:52:26下载
- 积分:1
-
大地坐标到平面坐标的转换――高斯
大地坐标到平面坐标的转换――高斯-格吕特变换-geodetic coordinates to the coordinates of the plane conversion-- Gaussian- Gruetter Transform
- 2023-05-02 13:40:03下载
- 积分:1
-
This is a study on BP neural network procedures, these will certainly help begin...
这是一个关于BP神经网络的程序,对初学者有一定的帮助。-This is a study on BP neural network procedures, these will certainly help beginners.
- 2022-05-06 10:31:47下载
- 积分:1