搜索结果

找到约 50,972 项符合 A-C 的查询结果

编译器/解释器 FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.

FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.
https://www.eeworm.com/dl/628/143816.html
下载: 136
查看: 1118

数学计算 A C++ library which finds associations within sets of items, using a fast in-memory algorithm

A C++ library which finds associations within sets of items, using a fast in-memory algorithm
https://www.eeworm.com/dl/641/145840.html
下载: 151
查看: 1087

Linux/Unix编程 A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo

A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each ...
https://www.eeworm.com/dl/619/163329.html
下载: 197
查看: 1043

加密解密 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-E ...
https://www.eeworm.com/dl/519/175643.html
下载: 185
查看: 1080

人工智能/神经网络 he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jum

he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jump MCMC sampler of the same name described in Chapters 4, 5, and 6 of David Hastie s Ph.D. thesis
https://www.eeworm.com/dl/650/178768.html
下载: 79
查看: 1061

人工智能/神经网络 C++编写的机器学习算法 Lemga is a C++ package which consists of classes for several learning models and gener

C++编写的机器学习算法 Lemga is a C++ package which consists of classes for several learning models and generic algorithms for optimizing (training) the models
https://www.eeworm.com/dl/650/180274.html
下载: 191
查看: 1145

其他数据库 CSLIB, a C++ database library.

CSLIB, a C++ database library.
https://www.eeworm.com/dl/645/183147.html
下载: 112
查看: 1031

数学计算 The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion

The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, an ...
https://www.eeworm.com/dl/641/191079.html
下载: 42
查看: 1120

人工智能/神经网络 DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining

DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related fields.
https://www.eeworm.com/dl/650/195565.html
下载: 135
查看: 1065

汇编语言 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯

回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节) ...
https://www.eeworm.com/dl/644/198702.html
下载: 151
查看: 1097