代码搜索:背包问题
找到约 10,000 项符合「背包问题」的源代码
代码结果 10,000
www.eeworm.com/read/382761/9001916
dsw 八数码问题.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001918
ncb 八数码问题.ncb
www.eeworm.com/read/382367/9032777
pps 优化问题实验.pps
www.eeworm.com/read/381930/9062790
cpp 数塔问题.cpp
#include
#include
using namespace std;
int main()
{
int array[5][5]={{9},
/* */{12,15},
/* */{10,6,8},
/* */{2,18,9,5},
/*
www.eeworm.com/read/381930/9062794
txt 数塔问题.txt
#include
#include
using namespace std;
int main()
{
int array[5][5]={{9},
/* */{12,15},
/* */{10,6,8},
/* */{2,18,9,5},
/*
www.eeworm.com/read/184793/9075147
txt 棋盘覆盖问题.txt
void chessboard(int tr,int tc,int dr,int dc,int size)
{
if(size==1) return;
int t=tile++, //L型骨牌号
s=size/2; //分割棋盘
//覆盖左上角子棋盘
if(dr
www.eeworm.com/read/184793/9075155
txt 活动安排问题.txt
设有N个活动,其中每个活动都要求使用同一个资源。每个活动i都有一个要求使用资源的起始时间si和一个结束时间fi,且si
www.eeworm.com/read/184787/9076281
pps 优化问题实验.pps
www.eeworm.com/read/282611/9080220
txt 判断硬件问题.txt
学习判断电脑硬件故障
在电脑市场里最可怜的人要数那些将带有故障的电脑搬来搬去的人了。组装机与品牌机比起来虽然有她的长处,但没有良好的售后服务是她的致命短处。
大部分电脑故障是软件故障,因此在未确定是硬件故障前没必要将整台机器搬来搬去。即使是硬件故障,也没必要将整台机器搬去,只须将出故障的部件拿去即可。因此我们有必要了解硬件故障的诊断和测试方法,以后电脑出了故障不用将整台 ...
www.eeworm.com/read/381143/9107686
txt 会场安排问题.txt
#include
using namespace std;
int select(int n,int s[],int f[],int ci)
{
bool A[10];
A[0]=true;
int t1[10],t2[10];
int j=0;
bool d=true;
for(int i=1;i=