代码搜索:姿态算法
找到约 10,000 项符合「姿态算法」的源代码
代码结果 10,000
www.eeworm.com/read/218993/14900020
doc 算法源程序.doc
www.eeworm.com/read/117266/14932546
txt 分枝定界算法.txt
第 5 章 分枝定界
任何美好的事情都有结束的时候。现在我们学习的是本书的最后一章。幸运的是,本章用到的大部分概念在前面各章中已作了介绍。类似于回溯法,分枝定界法在搜索解空间时,也经常使用树形结构来组织解空间(常用的树结构是第1 6章所介绍的子集树和排列树)。然而与回溯法不同的是,回溯算法使用深度优先方法搜索树结构,而分枝定界一般用宽度优先或最小耗费方法来搜索这些树。本章与第1 6 ...
www.eeworm.com/read/218016/14941166
rar 排序算法大全.rar
www.eeworm.com/read/116929/14948893
cpp 约瑟夫问题算法.cpp
#include
#include
#define LEN sizeof(struct student)
struct student
{int num;
struct student * next;
};
struct student *creat(int n)
{struct student *head,*p,*q;
int i
www.eeworm.com/read/116922/14949143
txt 遗传算法.txt
***************************************************************/
/* This is a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
www.eeworm.com/read/217751/14952490
doc 遗传算法.doc
www.eeworm.com/read/217158/14976416
ppt 其它排序算法.ppt
www.eeworm.com/read/115484/15013028
plg 星期的算法.plg
礦ision2 Build Log
Project:
E:\函数库\星期的算法.uv2
Project File Date: 06/09/2004
Output:
www.eeworm.com/read/115484/15013031
opt 星期的算法.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {