-
实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。...
实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。-achieve Mayan calendar between the two conversion, as long as the imported case of a calendar and a few could come up with a calendar said.
- 2022-02-15 06:42:02下载
- 积分:1
-
快速排序与最长公共子序列算法(Visual C++)
快速排序与最长公共子序列算法(Visual C++)-Quick Sort and the longest common sub-sequence algorithm (Visual C++)
- 2022-02-24 23:17:56下载
- 积分:1
-
哲学家就餐问题算法实现
哲学家就餐问题算法实现-Algorithm dining philosophers problem
- 2022-02-27 08:28:25下载
- 积分:1
-
用C++编写的多项式插值算法和有理函数插值算法!
用C++编写的多项式插值算法和有理函数插值算法!-prepared by the polynomial interpolation algorithm and rational function interpolation algorithm!
- 2022-03-22 21:30:05下载
- 积分:1
-
c#学习资料
c#,学习c#的比较较好的资料,拥有丰富的例子及详细的讲解,例子中对每一个步骤进行了详细的注解,以及详细的操作步骤,可帮助
广大学者进行c#语言的学习以及提升自身的知识。
- 2022-03-24 04:09:04下载
- 积分:1
-
Computing one
计算一维光子晶体,利用是与有限差分法。
内容比较典型。-Computing one-dimensional photonic crystals using finite difference method with. The study were typical.
- 2022-09-21 19:25:03下载
- 积分:1
-
产生泊松分布随机数的程序
产生泊松分布随机数的程序-generated random Poisson distribution of the process
- 2022-01-27 19:56:27下载
- 积分:1
-
adaboost检测
/****************************************************************************
NJU Magic. Copyright (c) 2007. All Rights Reserved.
--------------------------------------------------------------------
Permission to use, copy, or modify this software and its documentation
for educational and research purposes only and without fee is hereby
granted, provided that this copyright notice appear on all copies and
supporting documentation. For any other uses of this software, in
original or modified form, i
- 2022-07-13 18:29:21下载
- 积分:1
-
matrik2D乘以多线程
多核编程趋势在建立算法目前基本 knowlegeof 使用 #pragma omp parallelthis 乘法的 matrikswe can aplythe 基本结构复杂处理图像复杂会计 processetc algorithmlikesourde 代码包括一步一步的信息
- 2022-02-12 10:37:19下载
- 积分:1
-
simHash,用来网页去重最常用的hash方法,速度很快.
Simhash
传统IR领域内文本相似度比较所采用的经典方法是文本相似度的向量夹角余弦,其主要思想是根据一个文章中出现词的词频构成一个向量,然后计算两篇文章对应向量的向量夹角。但由于有可能一个文章的特征向量词特别多导致整个向量维度很高,使得计算的代价太大,对于Google这种处理万亿级别的网页的搜索引擎而言是不可接受的,simhash算法的主要思想是降维,将高维的特征向量映射成一个f-bit的指纹(fingerprint),通过比较两篇文章的f-bit指纹的Hamming Distance来确定文章是否重复或者高度近似。
simhash算法很精巧,但却十分容易理解和实现,具体的simhash过程如下:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-14 00:20:04下载
- 积分:1