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
1049
字符字符串九度OJ
1049
字符串去特定字符
pid=
1049
标题分析: 输入字符串,再输入剔
·
2015-11-13 05:16
字符串
HDOJ 分类
模拟题, 枚举1002 1004 1013 1015 1017 1020 1022 1029 1031 1033 1034 1035 1036 1037 1039 1042 1047 1048
1049
·
2015-11-13 03:15
分类
zoj分类(包括poj已做的)
ZOJ自己做了的(简单题,可直接点击题号到该题网页): 1001 1002 1037 1045 1048
1049
1057 1067 1073 1078 1086 1089 1090 1095 1109
·
2015-11-13 03:52
poj
POJ
1049
题意:模拟微处理机。 题解:大模拟~ View Code 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #include<cctype> 5 using namespace std; 6 char s[300]; 7
·
2015-11-13 02:28
poj
HDU
1049
View Code 1 /* 2 蜗牛从井底爬出来的时间,模拟 3 */ 4 #include<stdio.h> 5 #include<stdlib.h> 6 #include<string.h> 7 #include<iostream> 8 #include<algorithm> 9 #inclu
·
2015-11-13 00:24
HDU
HDU
1049
Climbing Worm
#include <cstdio> int main() { int cnt,h,d,u; while(scanf("%d%d%d",&h,&d,&u)!=EOF) if (h!=0) { cnt=0; cnt+=(2*((h-d)/(d-u)));
·
2015-11-12 20:25
bing
ZOJ Problem Set -
1049
I Think I Need a Houseboat
ZOJ Problem Set -
1049
I Think I Need a Houseboat Time Limit: 2 Seconds
·
2015-11-12 16:52
set
URAL
1049
. Brave Balloonists
1049
求约数的个数 质因子数的个数+1相乘 1 #include <iostream> 2 #include<cstdio> 3 #include<
·
2015-11-12 14:04
OO
【COGS
1049
】天空中的繁星
【题目背景】 第二届『Citric』杯NOIP提高组模拟赛 第二题 【题目描述】 Lemon最近买了一台数码相机。某天Lemon很无聊,于是对着夜空拍了一张照片,然后把照片导入了电脑。Lemon想依靠电脑的力量,完成他小时候经常做却从来没有成功过的事情:数天空中有多少颗星星。Lemon已经把相片处理成了黑白的,也就是说,每个像素只可能是两个颜色之一,白或黑。Lemon定义像素(x,y)处是一
·
2015-11-12 12:33
c
常用mysql命令_备份数据库
密码 myftw>d:\myftw.sql 注意,在这句话的末尾没有分号,否则会报错如下: mysqldump: Got error:
1049
·
2015-11-11 18:47
mysql
拓扑排序 POJ
1049
Sorting It All Out
题目传送门 1 /* 2 拓扑排序裸题:有三种情况: 3 1. 输入时发现与之前的矛盾,Inconsistency 4 2. 拓扑排序后,没有n个点(先判断cnt,即使一些点没有边连通,也应该是n,此时错误是有环); 5 flag = -1 表示不确定;return 2 表示拓扑序唯一 6 3. 其他情况都是 Sorted sequence cannot
·
2015-11-11 18:50
sort
ZOJ
1049
//I Think I Need a Houseboat//以圆面积扩散,要几年淹没#include<iostream.h>#include<math.h>#define pi 3.1415926 int main(){ float i,j; int n,s;// &nbs
·
2015-11-11 12:34
ZOJ
csu
1049
第一次串讲——输入输出练习题
C++好处理一些,C语言使用 log10(double x) 计算 x 整数部分的位数(结果要 +1): 1 # include <stdio.h> 2 # include <math.h> 3 4 int main() 5 { 6 int n, j, tmp; 7 double x, tot; 8 9 freopen("
·
2015-11-11 12:59
输出
zoj 分类
转载自lonelycatcher的博客 ZOJ POJ 题目分类 初学者题: 1001 1037 1048
1049
1051 1067 1115 1151 1201 1205
·
2015-11-11 12:53
ZOJ
无需转化直接使用ESD映像文件安装系统简明教程
最近都是如火如荼的win10 微软三天两头的出新版本的更新,出来都是esd的文件,所以网上就找了个帖子 怎么用esd来安装 原文地址:http://www.heu8.com/
1049
.html
·
2015-11-11 11:09
装系统
[TYVJ] P
1049
最长不下降子序列
最长不下降子序列 描述 Description 求最长不下降子序列的长度 输入格式 InputFormat 第一行为n,表示n个数 第二行n个数 输出格式 OutputFormat 最长不下降子序列的长度 样例输入 SampleInput [复制数据]
·
2015-11-11 11:36
序列
python manage.py shell之后的一些错误:
之后的一些错误: wyl@wyl:~/myobject$ python manage.py shell /usr/lib/python2.7/dist-packages/pkg_resources.py:
1049
·
2015-11-11 08:22
python
ZOJ POJ 题目分类
ZOJ POJ 题目分类 ZOJ题目分类 初学者题: 1001 1037 1048
1049
1051 1067 1115 1151 1201 1205 1216 1240 1241
·
2015-11-11 07:32
poj
HDUOJ 分类
模拟题, 枚举1002 1004 1013 1015 1017 1020 1022 1029 1031 1033 1034 1035 1036 1037 1039 1042 1047 1048
1049
·
2015-11-11 04:35
HDU
ZOJ分类
ZOJ自己做了的(简单题,可直接点击题号到该题网页): 1001 1002 1037 1045 1048
1049
1057 1067 1073 1078 1086 1089 1090 1095 1109
·
2015-11-11 04:32
ZOJ
pat
1049
Counting Ones
要统计1到N之间‘1’的个数,如数11包含2个1.所以当N=12时,答案为5。 思想: 找规律,假设ans[N]表示1到N的‘1’的个数,则有a[100]=(a[10]-1)*9+10+a[10]-1+1; 先打表求出1ek的答案; 然后对N由高到低逐位拆分。 有种情况要特别注意: 当N=100001时,高位出现1时要累加到后面第一个非0位数上。 #inc
·
2015-11-11 04:59
count
linux curl 命令详解,以及实例
转载http://blog.51yip.com/linux/
1049
.html linux curl是一个利用URL规则在命令行下工作的文件传输工具。
·
2015-11-11 02:11
linux
HDOJ题目分类
大数) 1047 1048
1049
1050 1057 1062 1063 1064 1070 1073 1075 1082 1083 1084 1088 1106 1107
·
2015-11-11 00:19
分类
ZOJ分类
ZOJ分类(转) ZOJ自己做了的(简单题,可直接点击题号到该题网页): 1001 1002 1037 1045 1048
1049
1057 1067 1073 1078 1086 1089 1090
·
2015-11-11 00:08
ZOJ
Linux-curl 的使用
curl_test.jpg-H'fingerprint:220012005A4D3E6B8C92FE11200011A8'http://localhost:8000/http://blog.51yip.com/linux/
1049
_Mr_Computer_
·
2015-11-11 00:07
Blog
localhost
Photos
Linux-curl 的使用
curl_test.jpg-H'fingerprint:220012005A4D3E6B8C92FE11200011A8'http://localhost:8000/http://blog.51yip.com/linux/
1049
_Mr_Computer_
·
2015-11-11 00:07
Blog
localhost
Photos
PAT
1049
Counting Ones
#include <cstdio> #include <cstdlib> using namespace std; #define COL 10 #define ROW 10 int tbl[ROW][COL]; void print(int* tbl) { for (int i=0; i<ROW; i++) {
·
2015-11-09 14:30
count
杭电题目分类(1)
40 模拟题, 枚举1002 1004 1013 1015 1017 1020 1022 1029 1031 1033 1034 1035 1036 1037 1039 1042 1047 1048
1049
·
2015-11-09 14:07
杭电
hihoCoder#
1049
后序遍历
原题地址 基本二叉树操作 代码: 1 #include <iostream> 2 #include <cstring> 3 4 using namespace std; 5 6 void restore(char *pre, char *in, int len) { 7 if (len == 0) 8 r
·
2015-11-08 10:32
code
HDU-
1049
Description An inch worm is at the bottom of a well n inches deep. It has enough energy to climb u inches every minute, but then has to rest a minute before climbing again. During the rest, it slips
·
2015-11-07 14:42
HDU
HDOJ1081(To The Max)
(Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s):
1049
&
·
2015-11-05 08:56
max
HDU
1049
(水题)
pid=
1049
直接贴代码: View Code 1 #include <cstdio> 2 using namespace std; 3 4 int main
·
2015-11-03 22:16
HDU
BZOJ
1049
数字序列(LIS)
id=
1049
题意:给出一个数列A,要求:(1)修改最少的数字使得数列严格递增;(2)在(1)的基础上使得修改的绝对值之和最小。 思路:对于第一问看起来像是求最长上升子 列,其实不是。
·
2015-11-02 19:57
ZOJ
Hdu
1049
Climbing Worm
CODE: #include <stdio.h> #include <stdlib.h> #include < string.h> #include <algorithm> using namespace std; int n, u,
·
2015-11-02 18:02
bing
1049
: [HAOI2006]数字序列 - BZOJ
Description现在我们有一个长度为n的整数序列A。但是它太不好看了,于是我们希望把它变成一个单调严格上升的序列。但是不希望改变过多的数,也不希望改变的幅度太大。Input第一行包含一个数n,接下来n个整数按顺序描述每一项的键值。Output第一行一个整数表示最少需要改变多少个数。 第二行一个整数,表示在改变的数最少的情况下,每个数改变的绝对值之和的最小值。Sample Input45 2
·
2015-11-02 12:03
ZOJ
[网游计划第一天]:不怎么顺利的开始
这是第一道
1049
号题AC记录的截图: 提交 3次,第一次CE,去掉注释后WA
·
2015-11-02 11:59
网游
矩阵十题(4)
经典题目4 VOJ
1049
题目链接:https://vijos.org/p/
1049
题目大意:顺次给出m个置换,反复使用这m个置换对初始序列进行操作,问k次置换后的序列。
·
2015-11-02 09:03
矩阵
hihoCoder #
1049
: 后序遍历
题意:提供前序遍历结果,和中序遍历结果。输出后序遍历结果。最多26个节点,即从‘A’~‘Z’。 思路:递归建立树,再递归后续遍历。前序遍历的结果就是做了一次DFS的结果,所以可以从左到右顺序来遍历前序序列,每遇到1个字母就以其为一个节点,建立以它为根的子树,直到该子树建立完成为止。怎么判断所建立的这个节点是叶子节点来断定结束了呢?这要依靠中序序列了,中序中每个字母都能把一段子序列
·
2015-11-01 13:04
code
soj
1049
.Mondriaan
1049
.
·
2015-11-01 10:28
RIA
hihoCoder #
1049
后序遍历
#
1049
: 后序遍历 Time Limit:10000ms Case Time Limit:1000ms Memory Limit:256MB 描述 在参与过了美食节之后
·
2015-11-01 08:13
code
[置顶] hdu
1049
Climbing Worm
ProblemDescriptionAninchwormisatthebottomofawellninchesdeep.Ithasenoughenergytoclimbuincheseveryminute,butthenhastorestaminutebeforeclimbingagain.Duringtherest,itslipsdowndinches.Theprocessofclimbinga
wind_2008_06_29
·
2015-10-31 22:00
算法
ACM
OJ
Linux 文件缓存 (二)
(current->files表示进程当前打开文件表信息,fd为需要关闭的文件索引) 1048 /*
1049
* Careful here!
·
2015-10-31 18:52
linux
最短路径———迪杰斯特拉算法
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2523 Accepted:
1049
·
2015-10-31 15:05
最短路径
ZOJ POJ 题目分类
ZOJ POJ 题目分类 ZOJ题目分类 初学者题: 1001 1037 1048
1049
1051 1067 1115 1151 1201 1205 1216 1240
·
2015-10-31 13:27
poj
(HDOJ
1049
)Climbing Worm
Climbing Worm Problem Description An inch worm is at the bottom of a well n inches deep. It has enough energy to climb u inches every minute, but then has to rest a minute before climbing
·
2015-10-31 11:37
bing
杭电
1049
nbsp;* 日期:2011-3-17 * 作者:SJF * 题号:杭电
1049
·
2015-10-31 11:53
杭电
HDU
1049
Climbing Worm(水题)
Climbing Worm Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7047 Accepted Submission(s): 4455 Pro
·
2015-10-31 09:14
bing
12年前的作品──《美绿中国象棋》制作过程及算法简介
你可以先下载(
1049
KiB)试试,但现时已找不到源码了,将来找到的话再分享。 制作过程 约在接到这项功课前的一个月,刚开始自学 OpenGL,因此便考虑利用 Open
·
2015-10-31 08:05
算法
数据库错误
“ERROR
1049
(42000):Unknowndatabase''mysql-rroot-p123456-p和密码是连在一起的
u010665359
·
2015-10-30 16:00
__declspec《转》
2008-09-16 14:54
1049
人阅读 评论(1) 收藏 举报 __cdecl和__stdcall都是函数调用规范(还有一个__fastcall),规定了参数出入栈的顺序和方法,如果只用
·
2015-10-30 13:11
ls
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
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
其他