-
计算方法中的复数运算
计算方法中的复数运算-calculation method in the plural Operational
- 2022-04-17 05:12:52下载
- 积分:1
-
c源码,数学函数库,包含了大部分数学公式,矩阵运算等
c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has
contained the majority of mathematical formula, the matrix operation
and so on
- 2023-05-11 17:50:03下载
- 积分:1
-
最长公共子字符串
资源描述求两个输入序列的最长的公共子字符串的长度。子字符串中的所有字符在源字符串中必须相邻。
如字符串:21232523311324和字符串312123223445,他们的最长公共子字符串为21232,长度为5。
- 2022-04-16 21:07:31下载
- 积分:1
-
Simple and practical software stocks, Shanghai and Shenzhen stock markets traded...
简单实用的炒股软件,沪深股市成交单统计,判断主力动向-Simple and practical software stocks, Shanghai and Shenzhen stock markets traded single statistics, to determine the main trends
- 2022-07-17 12:21:57下载
- 积分:1
-
哈夫曼编码
资源描述
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
- 2022-02-04 15:40:09下载
- 积分:1
-
dsp2812 DAC程序,C++编写.很好哦.
dsp2812 DAC程序,C++编写.很好哦.-dsp2812 DAC procedures, C to prepare. Oh well.
- 2022-08-16 21:55:35下载
- 积分:1
-
simHash,用来网页去重最常用的hash方法,速度很快.
Simhash
传统IR领域内文本相似度比较所采用的经典方法是文本相似度的向量夹角余弦,其主要思想是根据一个文章中出现词的词频构成一个向量,然后计算两篇文章对应向量的向量夹角。但由于有可能一个文章的特征向量词特别多导致整个向量维度很高,使得计算的代价太大,对于Google这种处理万亿级别的网页的搜索引擎而言是不可接受的,simhash算法的主要思想是降维,将高维的特征向量映射成一个f-bit的指纹(fingerprint),通过比较两篇文章的f-bit指纹的Hamming Distance来确定文章是否重复或者高度近似。
simhash算法很精巧,但却十分容易理解和实现,具体的simhash过程如下:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-14 00:20:04下载
- 积分:1
-
组合算法
组合算法-Combination algorithm
- 2023-05-15 14:15:03下载
- 积分:1
-
LU分解解方程-Fortran
利用LU分解方法,计算线性方程的解,Fortran程序!
- 2022-04-21 16:17:07下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-06-27 07:38:27下载
- 积分:1