-
7zip的c和c++源码
7zip的源码,VC++平台开发,c的是解压算法,c++压缩解压算法都有,给适合的朋友们,本人正在寻找zip压缩算法,纯C语言,希望得到大家的帮忙,谢谢!
- 2023-05-27 17:25:03下载
- 积分:1
-
fibnacci数列
斐波那契数列:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...如果设F(n)为该数列的第n项(n∈N*),那么这句话可以写成如下形式:显然这是一个线性递推数列。
- 2023-04-15 07:55:10下载
- 积分:1
-
将用RGB表示的颜色值转换为长整型表示的颜色值
将用RGB表示的颜色值转换为长整型表示的颜色值-Transform color value expressed by RGB to color value expressed by long integer
- 2022-05-25 04:55:59下载
- 积分:1
-
1024点流水线结构FFT算法
FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。有些信号在时域上是很难看出什么特征的,但是如 果变换到频域之后,就很容易看出特征了。这就是很多信号 分析采用FFT变换的原因。另外,FFT可以将一个信号的频谱 提取出来,这在频谱分析方面也是经常用的。虽然很多人都知道FFT是什么,可以用来做什么,怎么去 做,但是却不知道FFT之后的结果是什意思、如何决定要使用 多少点来做FFT。具体的频率细分法可参考相关文献。
- 2022-06-20 01:59:40下载
- 积分:1
-
This is a program that generate a universe of chromas females and males, crosses...
This a program that generate a universe of chromas females and males, crosses men with women and makes the best chromosome of generation-This is a program that generate a universe of chromas females and males, crosses men with women and makes the best chromosome of generation
- 2022-11-11 12:50:03下载
- 积分:1
-
socket 加法
这是一款socket加法代码,希望有帮助,有客户端和服务器,从客户端输入数字,返回到服务器,服务器经计算将其结果返回到客户端。
- 2022-08-08 23:19:19下载
- 积分:1
-
在一个面向对象的方式实现一个基本粒子群算法的C++程序…
a basic c++ program for implementing in an object oriented way a particle swarm algorithms for optimisation
- 2023-06-07 17:45:02下载
- 积分:1
-
图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字...
图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
- 2022-06-28 08:28:32下载
- 积分:1
-
用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!...
用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!-TETRAHEDRON_MONTE_CARLO is a MATLAB library which estimates the integral of a function over a tetrahedron using the Monte Carlo method.
The library makes it relatively easy to compare different methods of producing sample points in the tetrahedron, and to vary the tetrahedron over which integration is carried out.
- 2022-02-21 17:32:42下载
- 积分:1
-
矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算...
矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算-matrix counter, with VC++ implementation of the matrix of the general computing (plus or minus x), and inverse seeking determinant value, and home to such operations
- 2022-02-01 17:22:09下载
- 积分:1