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
Wonderland
FZoj--2103--Bin & Jing in
wonderland
(概率)
Problem2103Bin&JinginwonderlandAccept:203 Submit:1050TimeLimit:1000mSec MemoryLimit:32768KB ProblemDescriptionBinhasadreamthatheandJingarebothinawonderlandf
qq_29963431
·
2016-05-07 14:00
leetcode -- Largest Rectangle in Histogram -- 重点,多看几遍
用到了递增栈,increasingstack思路参考http://blog.csdn.net/u013027996/article/details/43198421http://tech-
wonderland
.net
xyqzki
·
2015-12-23 16:00
[ACM] poj 1064 Cable master (二进制搜索)
Limit: 10000K Total Submissions: 21071 Accepted: 4542 Description Inhabitants of the
Wonderland
·
2015-11-13 16:57
master
求和问题总结(leetcode 2Sum, 3Sum, 4Sum, K Sum)
转自 http://tech-
wonderland
.net/blog/summary-of-ksum-problems.html 前言: 做过leetcode的人都知道, 里面有2sum,
·
2015-11-11 15:34
LeetCode
FZU 2103 Bin & Jing in
wonderland
(组合+概率)
题目链接:http://acm.fzu.edu.cn/problem.php?pid=2103 题意:n个面的色子,出现第i个面的概率为pi。将该色子掷K次,给出K次中前r大的数字。求这种情况出现的概率。 思路:设f[i][j]表示i个数字最大数字为j的概率。这个很容易得到。设Min为前r大的数字中最小的数字。接着就是枚举K-r中Min出现了多少次,设为t。这样我们就能计算出r+t个数字的概率
·
2015-11-09 14:52
in
zoj Treasure Hunt IV
nbsp;2 Seconds Memory Limit: 65536 KB Alice is exploring the
wonderland
·
2015-10-31 14:12
ZOJ
zoj 3629 Treasure Hunt IV 打表找规律
65536KB 64bit IO Format:%lld & %llu Description Alice is exploring the
wonderland
·
2015-10-30 13:05
ZOJ
二分求解 切绳子 (浮点数易出现精度问题)
10000K Total Submissions: 28644 Accepted: 6076 Description Inhabitants of the
Wonderland
·
2015-07-15 16:00
浮点数
Reversing Linded list【数据结构测试2.1】
刚开始学数据结构,水平还差的远 ,参考网上code,参考:http://tech-
wonderland
.net/blog/pat-1074-reversing-linked-list.html路漫漫其修远兮也是刚开始没有理解好题目意思
songyu0120
·
2015-01-06 10:00
链表
【sshd】setting_ssh_banner.sh
/bin/bash # cat /etc/ssh/ssh.banner [-] welcome to the
wonderland
... [^] . ____ . ____ /
aa443399
·
2014-12-24 11:14
SSHD
1068 Find More Coins
:https://github.com/biaobiaoqi/CPractice/blob/master/PAT/advancedlevel/APAT1068.cppref2:http://tech-
wonderland
.net
kaneqi
·
2014-08-25 16:00
1065 A+B and C(64bit)
刚开始以为做大整数加减法,幸亏搜了一下,题目只要求判断true或false关于检测溢出的做法:http://tech-
wonderland
.net/blog/detect-integer-overflow.html
kaneqi
·
2014-08-24 22:00
1046 Shortest Distance
ref:http://tech-
wonderland
.net/blog/pat-1046-shortest-distance.html提示整个路线是个圆,我的做法是针对每次输入,临时计算,结果有1个case
kaneqi
·
2014-08-22 16:00
PAT 1044 Shopping in Mars
ref:http://tech-
wonderland
.net/blog/pat-1044-shopping-in-mars.html想不到思路,实现起来倒是简单,关键是采用struct记录比较方便:typedef
kaneqi
·
2014-08-22 09:00
PAT 1043 Is It a Binary Search Tree
ref:http://tech-
wonderland
.net/blog/pat-1043-is-it-a-binary-search-tree.html1:根据先序遍历构造BST,构造过程中就判断是否构造成功
kaneqi
·
2014-08-21 21:00
1039 Course List for Student
刚开始想的就是用hashSet来实现,幸亏看了ref:http://tech-
wonderland
.net/blog/pat-1039-course-list-for-student.html 才知道这种思路是不行的
kaneqi
·
2014-08-20 16:00
1038 Recover the Smallest Number
先想到sort,但是cmp不对;又想到深搜,但是想不到判断退出的条件,把所有结果保存下来,再怎么比较找出最小的也不行;最后ref:http://tech-
wonderland
.net/blog/pat-
kaneqi
·
2014-08-20 14:00
LeetCode 求和问题总结(2sum,3sum,ksum)
转载来源:烟客旅人sigmainfy博客原文:http://tech-
wonderland
.net/blog/summary-of-ksum-problems.html求和问题总结(leetcode2Sum
chenlong226
·
2014-04-26 17:51
leetcode
c++
fzu 2103 Bin & Jing in
wonderland
(组合数学)
题目连接:fzu2103Bin&Jinginwonderland题目大意:给出n,k和r,表示有n种礼物,可以抽取k次礼物,要挑选r个礼物送人。然后给出n种礼物被抽中的概率,以及想要送得礼物序号。注意,抽取礼物之后只能按照礼物的标号从大到小排序后选后r个送人。例如,想要送1,1,2这样的情况,可以抽取4次。那么就只有抽取3个1和1个2的情况才可以,否则抽取两个2的话排序后即为1,1,2,2,选取后
u011328934
·
2013-12-14 23:00
求和问题总结(leetcode 2Sum, 3Sum, 4Sum, K Sum)
转载自:http://tech-
wonderland
.net/blog/summary-of-ksum-problems.html前言:做过leetcode的人都知道,里面有2sum,3sum(closest
nanjunxiao
·
2013-10-09 20:00
LeetCode
求和问题总结(leetcode 2Sum, 3Sum, 4Sum, K Sum)
烟客旅人sigmainfy—http://tech-
wonderland
.net/blog/summary-of-ksum-problems.html前言:做过leetcode的人都知道,里面有2sum
doc_sgl
·
2013-10-09 00:19
程序员笔试面试
算法与数据结构
求和问题总结(leetcode 2Sum, 3Sum, 4Sum, K Sum)
烟客旅人sigmainfy—http://tech-
wonderland
.net/blog/summary-of-ksum-problems.html前言:做过leetcode的人都知道,里面有2sum
doc_sgl
·
2013-10-09 00:00
LeetCode
SUM
K
4sum
3Sum
2Sum
Module3:Alice in
Wonderland
1.Down the Rabbit Hole Alice and her big sister were sitting on the grass. Her sister was reading a book, but Alice had nothing to read. She looked at her sister's book again. There were no pictur
xkh5566
·
2012-11-20 13:00
Module
3D成像技术全面解读
媒体和观众对《阿凡达》以及热映中的3D版的《爱丽丝梦游奇境记/ Alice In
Wonderland
》的追捧主要归功于最新的3D电影技术——动作捕捉和虚拟摄像系统的不断改进终于让3D效果从量变引发为质变
heludoit
·
2012-07-29 21:00
技术
6.2 the uniqueness caveat when saving into database: adding index to tables!!!
Alice sign up with address alice@
wonderland
.com 2. Alice accidentally
peryt
·
2011-10-08 16:00
database
index
efficiency
uniqueness
wonderland
[1:32pm]canucheckout3583[1:32pm]askMunKongifyougotquestion[1:32pm]okay[1:32pm]thks[1:54pm]douknowwhattodo?[1:55pm]checkthemethodcall?[1:55pm]and?[1:56pm]letmeaskMK[1:59pm]guanweeisnowAwayasaresultofid
rogerhunt
·
2010-12-17 16:00
sql
sql
jsp
server
OS
SOAP
dddd
nbsp; [Server] Starting JBoss (MX MicroKernel)... 17:35:49,890 INFO [Server] Release ID: JBoss [
WonderLand
mianhuaman
·
2010-09-01 17:00
java
jboss
jms
F#
sun
一些关于计算机围棋的文章
from奇境小站(
WonderLand
) 电脑围棋小洞天 陈志行 定量的重要性人下围棋时,无疑在绝大多数情况下只作定性考虑。在判断形势时则以定量为主、定性为辅。
Suprman
·
2006-12-23 20:00
算法
Google
语言
fortran
图形
程序开发
一些关于计算机围棋的文章
from 奇境小站 (
WonderLand
) 电脑围棋小洞天 陈志行 定量的重要性 人下围棋时,无疑在绝大多数情况下只作定性考虑。在判断形势时则以定量为主、定性为辅。
wapysun
·
2006-12-23 20:00
设计模式
游戏
Google
云计算
中国移动
上一页
1
2
3
下一页
按字母分类:
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
其他