E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
charm
C语言通过深度优先搜索来解电梯问题和N皇后问题的示例
#include#include#defineMAX101inttotal=0;
charm
[MAX]
oopos
·
2016-06-03 14:46
程序设计实习动态规划练习
Charm
Bracelet(0/1背包问题dp)
程序设计实习动态规划练习CharmBracelet(0/1背包问题dp)总时间限制:1000ms内存限制:65536kB描述Bessiehasgonetothemall’sjewelrystoreandspiesacharmbracelet.Ofcourse,she’dliketofillitwiththebestcharmspossiblefromtheN(1≤N≤3,402)available
PKU_ZZY
·
2016-05-24 15:00
POJ 3624
Charm
Bracelet (01背包 + 空间优化)
DescriptionBessiehasgonetothemall'sjewelrystoreandspiesacharmbracelet.Ofcourse,she'dliketofillitwiththebestcharmspossiblefromtheN(1≤N≤3,402)availablecharms.EachcharmiinthesuppliedlisthasaweightWi(1≤Wi
达达Mr_X
·
2016-05-18 23:36
2016年5月16日物联网新闻早知道(语音版)
封面图片:三星
Charm
健身手环5月16日(星期一)【今日物语】大数据、智能化、移动互联网与云计算结合的“大智移云”代表了信息技术发展新阶段的时代特征,大数据本身是产业,大数据的社会效益远高于直接效益。
冯站长之家
·
2016-05-16 00:00
Charm
Bracelet
0-1背包裸题,没优化过不了http://poj.org/problem?id=3624CharmBraceletTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 31660 Accepted: 14076DescriptionBessiehasgonetothemall'sjewelrystoreandspiesacharmbracel
glu_cky
·
2016-05-04 10:00
PAT-B 1016. 部分A+B
输入格式:输入在一行中依次给出A、DA、B、DB,中间以空格分隔,其中0 #include intmain() {
charm
,n,a[11],b[11],ap[11]={0}
plank_root
·
2016-04-28 19:00
pat
乙级
简洁代码
POJ3624
Charm
Bracelet
CharmBraceletTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 31374 Accepted: 13954DescriptionBessiehasgonetothemall'sjewelrystoreandspiesacharmbracelet.Ofcourse,she'dliketofillitwiththebestchar
lk951208
·
2016-04-27 22:00
01背包
hdu 1242 Rescue
include usingnamespacestd; intmov[4][2]={{1,0},{-1,0},{0,1},{0,-1}}; structsb { intx; inty; intstep;
charm
qq_32995183
·
2016-04-25 16:00
优先队列
HDU
bfs
HDU 1429 胜利大逃亡(续) (状态压缩+BFS)
usingnamespacestd; structnode { intx,y; intstep,temp; }ui,op; intfx[4]={1,0,-1,0}; intfy[4]={0,1,0,-1};
charm
qq_32473657
·
2016-04-19 12:00
c++作业3
#include usingnamespacestd; intmain() { inty;
charm
; cout>y; cout>m; switch(m) { case'1':cout usingnamespacestd
chenguanxin
·
2016-04-12 20:00
【HDU 5082】【水题】Love
#include"stdio.h" #include"string.h" intmain(intargc,charconst*argv[]) { inti; charf[100];
charm
[100]
x123654p
·
2016-04-11 18:00
c
水题
POJ 3624
Charm
Bracelet
CharmBraceletTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:31350 Accepted:13943DescriptionBessiehasgonetothemall'sjewelrystoreandspiesacharmbracelet.Ofcourse,she'dliketofillitwiththebestcharmspo
lizhaowei213
·
2016-04-10 19:00
C++作业3
#include usingnamespacestd; intmain() { intyear;
charm
; cout>year>>m; switch(m) { case'1': case'3': case
XuChongMinProject
·
2016-04-10 13:00
c++作业3
#include usingnamespacestd; intmain() { intyear;
charm
; cout>year>>m; switch(m) { case'1': case'3': case
zhumengproject
·
2016-04-09 19:00
括号配对问题
输入第一行输入一个数N(0 #include #include voidmain() { intN; scanf("%d",&N);
charm
[128]; gets(m); chars
张杨
·
2016-04-05 17:00
【01背包】
Charm
Bracelet
DescriptionBessiehasgonetothemall'sjewelrystoreandspiesacharmbracelet.Ofcourse,she'dliketofillitwiththebestcharmspossiblefromthe N (1≤ N ≤3,402)availablecharms.Eachcharm i inthesuppliedlisthasaweight
qq_33638791
·
2016-04-04 17:00
hdu2602Bone Collector && POJ3624
Charm
Bracelet
hdu2602题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2602poj3624题目链接:http://poj.org/problem?id=3624两个题都是非常非常裸的0-1背包。。hdu2602代码:#include #include #include usingnamespacestd; intt; intf[1005]; intv[1
wsn564533648
·
2016-03-25 18:00
dp
ACM
next_permutation,POJ(1256)
sort函数是按照ASC11码排序,而这里是按照 'A' #include #include usingnamespacestd; boolcmp(chara,charb) {
charm
小草的大树梦
·
2016-03-21 22:00
IP协议学习总结
/*IP头定义,共20个字节*/typedefstruct_IP_HEADER {
charm
_cVersionAndHeaderLen; //版本信息(前4位),头长度(后4位)
charm
_cTypeOfService
haolipengzhanshen
·
2016-03-07 09:00
网络协议
IP协议
poj 3624
Charm
Bracelet
题目:DescriptionBessiehasgonetothemall’sjewelrystoreandspiesacharmbracelet.Ofcourse,she’dliketofillitwiththebestcharmspossiblefromtheN(1≤N≤3,402)availablecharms.EachcharmiinthesuppliedlisthasaweightWi(1
codeTZ
·
2016-02-26 20:00
01背包
CodeForces 629 A. Far Relative’s Birthday Cake(水~)
小明的快乐度会加一,问小明的快乐度是多少Input第一行一整数n表示蛋糕尺寸,之后为一n*n矩阵表示该蛋糕(1 #include usingnamespacestd; #definemaxn111 intn;
charm
V5ZSQ
·
2016-02-24 16:00
poj 3624
Charm
Bracelet
纪念一下理解第一道dp了。。#include #include intv[3500]; intw[3500]; intdp[35000]; intmax(intg,inth) { returng=w[j])dp[i]=max(dp[i],dp[i-w[j]]+v[j]);}*///这是我首先想到的做法,但是它无法标记东西是否放入,所以,就有了下面的方式,东西就不会重复放入了。。 for(i=1;i
qq_32995183
·
2016-02-20 23:00
dp
poj
hd 1039
#include usingnamespacestd;
charm
[]={'a','e','i','o','u'}; //至少有一个元音字母 //不能包含连续三个元音字母或连续三个辅音字母 /
luosuo10
·
2016-02-20 09:00
链表解大数据相加减相乘
typedefstructnode{chardata;structnode*next;}Node;Node*a[10];Node*create_link(){Node*head,*p;head=p=NULL;
charm
立刻行动
·
2016-02-16 18:00
poj 3624
Charm
Bracelet
DescriptionBessiehasgonetothemall'sjewelrystoreandspiesacharmbracelet.Ofcourse,she'dliketofillitwiththebestcharmspossiblefromtheN(1≤N≤3,402)availablecharms.EachcharmiinthesuppliedlisthasaweightWi(1≤Wi
LeeHolmes
·
2016-02-13 10:00
dp
poj
poj 1326 对于一行字符加数字的保险输入,cin这个东西在比赛中少用比较好
日这个题目的输入比较特别BeijingTokyo1329F ShanghaiWuhan433Y 0 ##includeintmain(){ chara[100]; charb[100]; intn;
charm
Summer__show_
·
2016-02-01 00:00
C++中this指针存放在哪里
#include#includeusingnamespacestd;//CPerson类classCPerson{intm_nAge;//年龄
charm
_strName[256];//姓名public:
清风予你
·
2016-01-25 10:15
c语言
c++
uva572 Oil Deposits
; constintinf=0x7fffffff; intcnt,v[110][110],n,m,nxt[8][2]={-1,-1,-1,0,-1,1,0,1,1,1,1,0,1,-1,0,-1};
charM
yexiaohhjk
·
2016-01-15 19:00
UVA 227
include #include #include #include #include usingnamespacestd; intmain() { intn,si,sj,flag,visi;
charm
咸咸的告别
·
2015-12-23 10:00
HDU2870 Largest Submatrix
#include usingnamespacestd;
charM
[1010][1010],nw[1010][1010]; ints[1010][1010],l[1010],r[101
yexiaohhjk
·
2015-12-18 11:00
求二叉树的深度和宽度
#include #include usingnamespacestd; structBTNode {
charm
_value; BTNode*m_left; BTNode*m_right; };
xiamentingtao
·
2015-12-16 21:00
C++
openjudge
charm
bracelet
7113:CharmBracelet查看提交统计提问总时间限制: 1000ms 内存限制: 65536kB描述Bessiehasgonetothemall'sjewelrystoreandspiesacharmbracelet.Ofcourse,she'dliketofillitwiththebestcharmspossiblefromthe N(1≤ N≤3,402)availablecharm
clover_hxy
·
2015-12-02 17:00
POJ 3264
Charm
Bracelet
01背包,还好没忘记是怎么写的! /*Accepted 240K 266MS C++ 563B 2012-04-22 09:13:42 */ #include<cstdio> #include<cstdlib> #include<cstring> #define MAXN 3407 #define MAXM 12900 #define max(
·
2015-11-13 03:04
char
POJ 3624
Charm
Bracelet【01背包】
Description Bessie has gone to the mall's jewelry store and spies a
charm
bracelet.
·
2015-11-12 19:13
char
poj 3624
Charm
Bracelet 01背包问题
题目链接:poj 3624 这是最基础的背包问题,特点是:每种物品仅有一件,可以选择放或不放。 用子问题定义状态:即F [i, v
·
2015-11-12 17:47
char
poj3624
Charm
Bracelet 01背包
经典动态规划题目,这个题目最开始用的书本的思想,用m[i][j]表示前i件物品重量不超过j的最大价值,则dp方程为:m[i+1][j]=max(m[i][j-w[i+1]]+p[i+1],m[i][j]),也就是从i+1件物品中得到重量不超过j的最大价值的时候,第i+1件要么选要么不选,但是这个题目由于w和n比较大,这么会MLE,所以必须缩小空间,由于m[i][j]只和当前i的重量和价值有关系,对
·
2015-11-12 16:59
char
POJ 3624
Charm
Bracelet
Description Bessie has gone to the mall's jewelry store and spies a
charm
bracelet.
·
2015-11-12 15:25
char
Windows 8 添加隐私策略(C++版)
declared access to network capabilities and no privacy statement was provided in the Windows Settings
Charm
·
2015-11-12 12:59
windows
D -
Charm
Bracelet 背包问题
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3624 Description Bessie ha
·
2015-11-12 11:56
char
POJ 3624
Charm
Bracelet(01背包裸题)
#include #include #include usingnamespacestd; constintmaxm=1e6+10; intdp[maxm]; intw[maxm]; intv[maxm]; intmain() { intm,n; while(scanf("%d%d",&m,&n)!=EOF) { memset(dp,0,sizeof(dp)); for(inti=0;i=v[i]
zyx520ytt
·
2015-11-12 11:00
POJ 3624
Charm
Bracelet(01背包 基础)
题意: n个装饰品 容量m的背包 每个装饰品 重wi 价值 di 求能装的最大价值 思路:基础01背包 #include<stdio.h> #include<string
·
2015-11-12 10:15
char
poj3624 01背包入门 dp+滚动数组
poj3624 01背包 dp+滚动数组
Charm
Bracelet Time Limit: 1000MS Memory Limit: 65536K
·
2015-11-11 00:38
poj
POJ 3624
Charm
Bracelet【01背包】
解题思路:直接套公式就能做的01背包, for(i=1;i<=n;i++) { for(v=w[i];v<=m;v++) f[i,v]=max(f[i,v],f[i-1,v-w[i]]+d[i]);//只想明白了可以用一维数组来存放包的价值,因为我们需要的只是包的最大价值,不用记录是第几个包的时候,有最大价值,然后v从w[i]到包的总容量循环不明白
·
2015-11-07 14:41
char
Win8必知快捷键汇总
* Win+C:调出应用
Charm
菜单(开始界面、传统桌面) * Win+D:所有程序最小化,再次按下恢复(开始界面、传统桌面) * Win+E:打开我的电脑(开始界面、传统桌面) * Win
·
2015-11-07 13:44
win8
Charm
Bracelet
Description Bessie has gone to the mall's jewelry store and spies a
charm
bracelet.
·
2015-11-07 10:46
char
文件读入多读一位
方法一:ifstreaminn("aa.txt",ios::binary);
charm
; while(!
啊啾有人想我
·
2015-11-06 15:00
文件读入多读一位
方法一:ifstreaminn("aa.txt",ios::binary);
charm
; while(!
啊啾有人想我
·
2015-11-06 15:00
HDU 3624
Charm
Bracelet (01背包)
Charm
Bracelet Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 13977  
·
2015-11-02 19:04
char
Charm
Bracelet--POJ 3624
1、题目类型:01背包问题,DP。 2、解题思路:DP递推式: for i=1...N for j=M...1 DP[j]=max{DP[j],DP[j-W[i]]+D[i]} 其中 i
·
2015-11-02 16:18
char
01背包问题。
pku 3624
Charm
Bracelet http://poj.org/problem?id=3624 最裸的01背包。
·
2015-11-02 15:54
问题
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他