代码搜索:编程问题
找到约 10,000 项符合「编程问题」的源代码
代码结果 10,000
www.eeworm.com/read/408522/11383940
pdf 最大子段和问题的动态规划求解.pdf
www.eeworm.com/read/408230/11401346
cpp n传教士与n野人问题(a算法).cpp
#include
#define MAX 1000000 //定义最大f(n)值
//定义状态结点
struct Node
{
int m;
int c;
int b;
int n;
Node *next;
Node *pre;
}*open,*closed,*openTail,*closedTail;
int N,K; //定义
www.eeworm.com/read/407780/11410838
txt 球和盒子的组合问题 动态规划式.txt
#include
#include
#include
#include
#include
using namespace std;
//球和盒子的组合问题 Push Button Lock
//浙大ACM 2775
#define MAX 13
long c[MAX][MAX];
www.eeworm.com/read/407780/11410874
txt 求最大子段和问题,分治递归法.txt
#include
#include
#include
//求最大子段和问题,分治递归法
/*
输入:
9
-20 11 3 -2 15 -30 12 1 5
输出:
27
*/
int maxsum(int s[],int left,int right)
{
int center;
int
www.eeworm.com/read/406337/11444678
doc 附录p-4 质量问题跟踪表.doc
www.eeworm.com/read/404758/11479010
doc ucos51重入问题的解决.doc
www.eeworm.com/read/404312/11487936
mht 线路板细线生产的实际问题.mht
From:
Subject: =?gb2312?B?z98gwrcgsOUgz7ggz98gyfogsvogtcQgyrUgvMogzsogzOI=?=
Date: Sun, 4 Dec 2005 10:08:52 +0800
MIME-Version: 1.0
Content-Type: text/html;
www.eeworm.com/read/404312/11487979
mht 蚀刻过程中应注意的问题.mht
From:
Subject: =?gb2312?B?yrS/zLn9s8zW0NOm16LS4rXEzsrM4g==?=
Date: Sat, 3 Dec 2005 20:52:18 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
www.eeworm.com/read/403924/11498848
doc 频域时域转换中窗函数问题,急问.doc
www.eeworm.com/read/403840/11508892