代码搜索:背包问题
找到约 10,000 项符合「背包问题」的源代码
代码结果 10,000
www.eeworm.com/read/234876/14095062
doc 优化问题.doc
www.eeworm.com/read/203852/15350959
doc 内存问题.doc
www.eeworm.com/read/111278/15515813
cpp 迷宫问题.cpp
# include
# include
# include
struct offset
{
int vert;
int horiz;
};
offset move[4];
int **maze;
int max_row,max_col,num;
void print_ans()
{
maze[1]
www.eeworm.com/read/111057/15519675
ncb 导弹问题.ncb
www.eeworm.com/read/111057/15519676
cpp 导弹问题.cpp
#include"stdio.h"
void main()
{
int i,n,j;
int maxman=0,first=1;
int max[4000],h[4000],next[4000]={0};
printf("请输入导弹的个数\n");
scanf("%d",&n);
printf("请分别输入导弹的高度\n");
for(i=1;i
www.eeworm.com/read/111057/15519677
plg 导弹问题.plg
Build Log
--------------------Configuration: 导弹问题 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\shuangxi
www.eeworm.com/read/111057/15519678
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) Cons
www.eeworm.com/read/111057/15519679
dsw 导弹问题.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/111057/15519680
opt 导弹问题.opt
www.eeworm.com/read/110478/15533063
cpp josephus问题.cpp
#include
#include
struct josephus
{
int code;
josephus * next;
};
void main()
{
int number;
int interal;
cout