-
Pi BBP 算法
本程序实现了BBP算法生成一些十六进制数字后立即开始,一个给定的位置ID,或者换句话说
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 11:50:32下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1
-
一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过...
一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
- 2022-01-30 13:28:22下载
- 积分:1
-
K-means 的C++实现
程序包含一个C++代码和一个经典的matlab算法,主要用来实现k-means 和 GMM算法,大家可以参考一下,附带有两个dataset,谢谢!K-means 和 GMM都是机器学习中很重要的两个算法实现,希望对学习相关知识有所帮助。
- 2023-04-03 10:10:04下载
- 积分:1
-
求解圆周率pai的经典程序
求解圆周率pai的经典程序-solving pi pai classic procedures
- 2022-07-19 13:46:26下载
- 积分:1
-
循环码及其纠错能力研究
资源描述循环码是一种很重要的线性分组码,是目前研究得最成熟
的一类码之一。它除了具有线性分组码的线性外,还具有循环
性,其码字结构一般用符号[n,k]表示,其中n 是该码组中的码
元数,k 是信息码元位数,r(r=n-k)是监督码元位数。循环码具
有较强的检错和纠错的能力,用于通信系统时可极大地提高了
通信的可靠性。
- 2022-02-25 11:55:45下载
- 积分:1
-
基于SRP-PHAT+SRC的声源定位
这是一段采用SRP-PHAT算法的声源定位程序。为了减小计算量,采用了SRC(STOCHASTIC REGION CONSTRICTION) 策略可以大大减小时间复杂度,比基于网格的SRP-PHAT的方法快千倍以上。
- 2022-02-04 08:17:59下载
- 积分:1
-
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩...
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential- such.
- 2023-01-23 22:35:03下载
- 积分:1
-
base64.js 保存图像
Base64是一种基于64个可打印字符来表示二进制数据的表示方法。由于2的6次方等于64,所以每6个比特为一个单元,对应某个可打印字符。三个字节有24个比特,对应于4个Base64单元,即3个字节需要用4个可打印字符来表示。它可用来作为电子邮件的传输编码。在Base64中的可打印字符包括字母A-Z、a-z、数字0-9 ,这样共有62个字符,此外两个可打印符号在不同的系统中而不同(本类库里面用的是`+`,`/`这两个字符)。一些如uuencode的其他编码方法,和之后binhex的版本使用不同的64字符集来代表6个二进制数字,但是它们不叫Base64。Base64常用于在通常处理文本数据的场合,表示、传输、存储一些二进制数据。包括MIME的email,email via MIME, 在XML中存储复杂数据.[摘自:维基百科]Base64其实是一种简单的置换加密方式,但是BASE64的用处往往并不是为了防止信息泄露,而且为了方便传输,进过BASE64编码后的信息会比原始信息长,大概是4/3倍。昨天本人写一个基于javascript实现的一个Base4编码和解码的一个类库,下载地址是:http://code.google.com/p/lazycode/downloads/detail?name=Base64.js&can=2&q=#makechanges。 国内git库: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-23 17:05:53下载
- 积分:1
-
用C语言实现的各种算法,可以用于参考。适合于初学者,或者需要了解算法在c语言中的实现的朋友们。...
用C语言实现的各种算法,可以用于参考。适合于初学者,或者需要了解算法在c语言中的实现的朋友们。-Using C language to achieve a variety of algorithms can be used for reference. Suitable for beginners, or need to understand the algorithm in c language realize friends.
- 2022-01-20 22:53:39下载
- 积分:1