搜索资源列表
用乘同余法产生随机数-matlab
- 用乘同余法 ,产生(-1,1)均匀分布的随机序列,给出数据并画图
毕业设计:人脸识别系统设计软件
- 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。 随软件附上设计文档和参考资料。
余弦波正琁波(java)
- 编写一个能绘制动态绘制正弦波和余弦波的程序,此程序绘制的正弦波和余弦波分属两个panel,它们会不断地在窗口中向后移动,就像示波器一样。
rome
- 将罗马字母转换为十进制进行计算,并将结果转换为罗马字母输出-Roman alphabet will be converted to the metric system to calculate, and the results converted to Roman alphabet output
aa
- 罗马支配数的算法,对广义Petersen图P(n,2)的罗马支配数进行了研究-Rome dominated the number of algorithms, on the generalized Petersen graph P (n, 2) the number of Roman domination of the research
Roman
- Implementation of Roman Numerals.
onpkalk(4)
- Calculator of binary decimal and roman
IsRoma
- checks if a given number is a ROMAN number or not
wuchachuli
- 首先使用罗曼诺夫斯基准则剔除粗大误差,接着判断是否存在系统误差,最终得出数组的均值、方差、标准差等-The first to use Roman Malinowski guidelines eliminate the careless error, and then determine whether there are systematic errors, and ultimately come to the array mean, variance, standard deviation,
ROMAN.CPP.tar
- the program detects weather the inupt number is a correct roman number or not
turn-albo-to-ruma-data
- 输入一个不确定位数的数字,将其转化罗马数字,用"X","I","II","III","IV","V","VI","VII","VIII","IX"代表0,1,2,3,4,5,6,7,8,9的罗马数字。 程序不是太严谨,和实际的表示(10应该用X表示,五十用C表示等等)也有差距。受定义类型的限制,位数不能无限多。 程序共用了三种方法,注释掉的是两种麻烦并且占内存多(其实可以修改成和第一种方法占内存一样多)的方法-Enter an uncertain number of digits,
Finaly
- 印刷体数字识别。已知图片中仅包含一个数字(字体没有旋转),如下图所示,但数字的空间大小不定,字体不定(比如:宋体、黑体、times new roman等)。-Identification of the Numeral Strings. Contains only one digital in the in the a picture is known (font is not rotation), are as follows shown in the figure below, but the
K
- 利用matlab对字母K进行编码,属于罗曼3型编码,最终结果可得到一幅二维傅里叶变换全息图-Using matlab to encode the letter K, are Roman 3 encoder, the end result can be obtained a two-dimensional Fourier transform hologram
sgu261
- sgu261:Discrete Roots(原根+离散对数+扩展欧几里得) 题目大意: 给你两个质数p,k,和整数a(0≤a<p),求解所有满足x^k≡a(mod p)的x。-261. Discrete Roots time limit per test: 1 sec. memory limit per test: 65536 KB input: standard output: standard There are a lot of
TEST10
- 将1-3999的数字翻译成罗马数字,比如将1翻译成I,2翻译成II.-The 1-3999 figures translated into Roman numerals, such as the one translated into I and the two translated into II.
Int-to-Roman
- 这是一个将整形数据转化为罗马数的算法,简单易懂感兴趣的可以-This is an integer data into the number of Roman arithmetic, straightforward interested can take a look at
RomanConvert
- 被转换的阿拉伯数字只限于1-9999,原因大约有两点 1.作者对罗马数字的逻辑规律未作深入探讨,欢迎赐教zngsai@163.com 2.罗马数字上面加一横扩大一千倍的约定不能与计算机的单字符世界很好兼容-Arabic numerals are converted confined 1-9999, there are two reasons 1. The author about the laws of logic is not Roman numeral for in-depth di
Roman-to-Integer
- 罗马数字转换为阿拉伯数字,整形,小于3-roman invert to the int number