代码搜索:识别算法
找到约 10,000 项符合「识别算法」的源代码
代码结果 10,000
www.eeworm.com/read/462854/7194131
pps a星算法.pps
www.eeworm.com/read/461913/7214596
txt bp算法.txt
delphi 2005下编译通过。支持变学习率。具有通用性,传递函数可自己写(动态调用)。
下面是程序和使用的例子。学习《人工智能与专家系统》时写的。
//////////////////主程序////////////////////////
program BP;
{
输入文件:BP.in
第一行:DLL文件名
第二行:layer_count, n(1),
www.eeworm.com/read/461486/7226805
cpp ptasknapsack算法.cpp
#include
#include
const int N = 30;
using namespace std;
int table[10] = {0,1,3,7,15,31,63,127,255,511};
typedef struct goods
{
int value; // 物品价值
int weigh; //
www.eeworm.com/read/461481/7226822
cpp johnson算法.cpp
#include
#include
#include
const int N = 201;
int p[100];
int min = 65535;
using namespace std;
int main()
{
int n; // 字句的个数
scanf("%d",&n);
int a[N][
www.eeworm.com/read/457913/7315566
doc hsr算法.doc
HSR算法-Occlusion Culling(转)
作者:Siney
现在的HSR算法基本上可以分为四种:backface culling、frustum culling、portal culling、occlusion culling。它们的作用分别如下:backface culling用于剔除mesh背面的triangle,frustum culling用于剔除屏幕之外的物体,por
www.eeworm.com/read/455320/7373451
doc 算法大全.doc
www.eeworm.com/read/452062/7448187
ppt 2算法.ppt
www.eeworm.com/read/450925/7474449
cpp 比较算法.cpp
#include
#include
#include
#include
using namespace std;
template
void populateContainer(Container& cont)
{
int num;
while(true)
www.eeworm.com/read/450586/7480717
doc 贪婪算法.doc
www.eeworm.com/read/449828/7496060
frm romberg算法.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4260
ClientLeft = 60
ClientTop = 450
ClientWidth = 5955
LinkTopic