搜索资源列表
1002Husband-and-wife-
- 在中国,形容夫妻恩爱的词汇中,大家用的比较多的就是“夫妻相”。所谓“夫妻相”,就是两个人看上去比较般配,长相、身材等某些方面有一定的相似度。本题则另辟蹊径,从人的姓名维度,以字母重复个数来寻找最具“夫妻相”的人。题目中预先给定一组女士的姓名拼音。输入男士的姓名拼音(拼音中间可以有空格,字母全部小写),依预先给定姓名拼音的先后遍历所有姓名,输出字母重复数最多的女士姓名。 规则1:如果字母重复数最多的女士有多位相同,则以最先匹配的女士做为最具“夫妻相”的人选。 规则2:人名中的相同字母,按重
tfidf
- 用tfidf和余弦相似度计算句子间相似度,-use the tfidf and cosin to count the similarity between two english sentences
StringCmp
- 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-You can finish the calculation of similarity between two strings by this code. Then according to the similarity values will be able to determine the two string matching is it right?
yuv_cmp
- 比较两幅YUV图像Y分量的相似度,时间精确到毫秒-Compare two Y component YUV image similarity, the time to the millisecond
fangshebianhuantar
- 这是一个有关图形相似度变换的源代码,里面含有MATLAB和C的代码,希望对大家有所帮助-This is a graphic similarity transform source code, which contains MATLAB and C code, we hope to help
similarity8
- 采用欧几里德距离等分析手段对两个text文档的相似度进行比较。-The similarity of the two text documents were compared using the Euclidean distance method.