代码搜索:姿态算法
找到约 10,000 项符合「姿态算法」的源代码
代码结果 10,000
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"
www.eeworm.com/read/123354/14636839
plg 优化算法.plg
Build Log
--------------------Configuration: 优化算法 - Win32 Debug--------------------
Command Lines
Results
优化算法.exe - 0 error(s)
www.eeworm.com/read/123354/14636846
cpp 优化算法.cpp
// 优化算法.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "优化算法.h"
#include "优化算法Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/123354/14636848