代码搜索:融合算法
找到约 10,000 项符合「融合算法」的源代码
代码结果 10,000
www.eeworm.com/read/232594/14190163
rar 回溯算法.rar
www.eeworm.com/read/130476/14190677
doc des算法.doc
www.eeworm.com/read/229248/14347753
txt 算法说明.txt
attendance.exe个人考勤软件是我的一个习作,去年初调试完成后,我把它的全部源码在VC知识库网站(http://www.vckbase.com/)发表,那可以称为1.0版,当时的初衷是介绍我在开发基于对话框的VC++应用程序时如何解决打印和打印预览这个难点问题的。最近我把它又作了一些修改、完善,算作2.0版,准备上传到贵网站介绍给大家。算不上有什么多大的实用价值,一般朋友也就拿来 ...
www.eeworm.com/read/228261/14394616
txt kmp算法.txt
void getnext(char t[],int next[])
{
//求模式t的next值并存入next数组中
int i,j;
i=1,j=0;
next[1]=0;
while(i
www.eeworm.com/read/124352/14570653
txt 过河算法.txt
警察小偷爸爸妈妈儿子女儿过河,这个游戏不用说的吧,应该很多人见过,一般是考察隔壁邻居家小朋友智商的,有人把他做成了FLASH游戏。规则如游戏图。详细请看文件中那个FLASH游戏
www.eeworm.com/read/223713/14618933
txt 算法思想.txt
abcdefgh baefhcgd
01234567 01234567
10572364
实际就是如何对B,C进行进出栈操作,使得0,1,2,3,4,5,6,7的顺序变为1,0,5,7,2,3,6,4
方法如下
i=n-1
while (i>=0)
{if (a[i]=max)
{a[i]->D;
max=max-1;
检查栈顶元素,if B->top=max
www.eeworm.com/read/123354/14636830
ncb 优化算法.ncb
www.eeworm.com/read/123354/14636831
dsp 优化算法.dsp
# Microsoft Developer Studio Project File - Name="优化算法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/123354/14636833
ico 优化算法.ico
www.eeworm.com/read/123354/14636835
clw 优化算法.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "优化算法.h"