搜索结果
找到约 12,170 项符合
STR-A 的查询结果
数值算法/人工智能 该代码实现了A率和mu率PCM算法
该代码实现了A率和mu率PCM算法,有详细的注释说明,
软件设计/软件工程 BOINC A System for Public-Resource Computing and Storage.pdf
BOINC A System for Public-Resource Computing and Storage.pdf
网络 一个条码生成程序及源程序 带算法 39条码 EAN13条码- A bar code production procedure and source program belt algorithm 39
一个条码生成程序及源程序 带算法 39条码 EAN13条码- A bar code production procedure and source program belt algorithm 39 bar codes EAN13 bar code ,Delphi,GDI/
Linux/Unix编程 "More for C++" is a class library that provides some features that are usually common for object ori
"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C
Linux/Unix编程 threadpool is a cross-platform C++ thread pool library
threadpool is a cross-platform C++ thread pool library
数值算法/人工智能 A program to find frequent molecular substructures and discriminative fragments in a database of mol
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.
数值算法/人工智能 A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
数值算法/人工智能 A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carrie
A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists.
数值算法/人工智能 Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes class
Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.