v*u
2 楼
刚开始读博士,正在选择研究方向,因为不是通讯出身(学控制出身),所以非常迷茫,请教
大牛指点一下应该选择什么具体的研究方向?
导师要求:与 network 相关, 偏重service discovery, self-configuration,context
awarenss的某个方向.看了这方面文献一个月了,还是一头雾水,请问各位前辈具体有什
么好的研究方向吗?给推荐几篇这方面的经典paper!
请大牛不吝赐教,万分感谢!
大牛指点一下应该选择什么具体的研究方向?
导师要求:与 network 相关, 偏重service discovery, self-configuration,context
awarenss的某个方向.看了这方面文献一个月了,还是一头雾水,请问各位前辈具体有什
么好的研究方向吗?给推荐几篇这方面的经典paper!
请大牛不吝赐教,万分感谢!
c*t
3 楼
发信人: coconut (可可), 信区: Unix
标 题: easy problem
发信站: The unknown SPACE (Tue Jun 6 05:42:09 2000), 站内信件
Use perl/sh or whatever language of your choice to write
a program that is smaller than the following (476 bytes).
#!/bin/sh
cat << PASCAL
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
1 9 36 84 126 126 84 36 9 1
1 10 45 120 210 252 210 120 45 10 1
1 11 55 165 330 462 462 330 165 55 11 1
1 12 66 220 495 792 924 792 495 220 66 12 1
1 13 7
标 题: easy problem
发信站: The unknown SPACE (Tue Jun 6 05:42:09 2000), 站内信件
Use perl/sh or whatever language of your choice to write
a program that is smaller than the following (476 bytes).
#!/bin/sh
cat << PASCAL
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
1 9 36 84 126 126 84 36 9 1
1 10 45 120 210 252 210 120 45 10 1
1 11 55 165 330 462 462 330 165 55 11 1
1 12 66 220 495 792 924 792 495 220 66 12 1
1 13 7
R*n
5 楼
I do not familiar this area, but I know it is not communication, en, network
plus system, you could see the top conference papers on the recent years
first,
such as USENIX, OSDI, SIGCOMM and etc
context
【在 v*********u 的大作中提到】
: 刚开始读博士,正在选择研究方向,因为不是通讯出身(学控制出身),所以非常迷茫,请教
: 大牛指点一下应该选择什么具体的研究方向?
: 导师要求:与 network 相关, 偏重service discovery, self-configuration,context
: awarenss的某个方向.看了这方面文献一个月了,还是一头雾水,请问各位前辈具体有什
: 么好的研究方向吗?给推荐几篇这方面的经典paper!
: 请大牛不吝赐教,万分感谢!
plus system, you could see the top conference papers on the recent years
first,
such as USENIX, OSDI, SIGCOMM and etc
context
【在 v*********u 的大作中提到】
: 刚开始读博士,正在选择研究方向,因为不是通讯出身(学控制出身),所以非常迷茫,请教
: 大牛指点一下应该选择什么具体的研究方向?
: 导师要求:与 network 相关, 偏重service discovery, self-configuration,context
: awarenss的某个方向.看了这方面文献一个月了,还是一头雾水,请问各位前辈具体有什
: 么好的研究方向吗?给推荐几篇这方面的经典paper!
: 请大牛不吝赐教,万分感谢!
t*t
6 楼
v*u
7 楼
yes, I will try to read some top conference papers. Thank you!
network
【在 R********n 的大作中提到】
: I do not familiar this area, but I know it is not communication, en, network
: plus system, you could see the top conference papers on the recent years
: first,
: such as USENIX, OSDI, SIGCOMM and etc
:
: context
network
【在 R********n 的大作中提到】
: I do not familiar this area, but I know it is not communication, en, network
: plus system, you could see the top conference papers on the recent years
: first,
: such as USENIX, OSDI, SIGCOMM and etc
:
: context
w*i
9 楼
#!/usr/bin/python
x= [1]
for i in range(16):
....for j in x+['\n']: print j,
....x = [(x+[0])[j]+([0]+x)[j] for j in range(i+2)]
x= [1]
for i in range(16):
....for j in x+['\n']: print j,
....x = [(x+[0])[j]+([0]+x)[j] for j in range(i+2)]
h*o
14 楼
sub pascal {
while (s/\d+(?= (\d+))/$&+$1/eg < shift) { s/^/1 /; print; }
}
from my code collection. not mine. Do not know whom to credit to.
while (s/\d+(?= (\d+))/$&+$1/eg < shift) { s/^/1 /; print; }
}
from my code collection. not mine. Do not know whom to credit to.
m*t
15 楼
Well, here's in 58 ruby bytes:
s=[];16.times{t,l=[],0;s.each{|n|t<
s=[];16.times{t,l=[],0;s.each{|n|t<
h*z
16 楼
33 bytes in Matlab is enough:
L=1
for i=1:15
L=[0,L]+[L,0]
end
L=1
for i=1:15
L=[0,L]+[L,0]
end
l*8
19 楼
80 bytes written in C :-)
main(x,y,z){for(y=z=x;x<17;(z=z*--x/y++)||(puts(&z),x=y,y=++z))printf("%d ",z);}
main(x,y,z){for(y=z=x;x<17;(z=z*--x/y++)||(puts(&z),x=y,y=++z))printf("%d ",z);}
l*8
20 楼
大家琢磨一下吧,我猜perl/python不用数组可能可以做到更短。反正用C语言声明数组
再加二重循环肯定搞不到80字符一下……
再加二重循环肯定搞不到80字符一下……
c*t
21 楼
quote xiangqi's solution (see Unix board JHQ):
print "@_\n" while(@_=(1, map$_[$_-1]+$_[$_], [email protected]_)) < 16;
60 bytes:) and sure it can be shrinked to 54 bytes:)
【在 l***8 的大作中提到】
: 大家琢磨一下吧,我猜perl/python不用数组可能可以做到更短。反正用C语言声明数组
: 再加二重循环肯定搞不到80字符一下……
print "@_\n" while(@_=(1, map$_[$_-1]+$_[$_], [email protected]_)) < 16;
60 bytes:) and sure it can be shrinked to 54 bytes:)
【在 l***8 的大作中提到】
: 大家琢磨一下吧,我猜perl/python不用数组可能可以做到更短。反正用C语言声明数组
: 再加二重循环肯定搞不到80字符一下……
t*t
22 楼
hailongniao的思路跟我的是基本一样的, 我参考他的改了改.
$_="\n";while(s/\d+(?= (\d*))/$&+$1/ge<16){s/^/1 /;print}
57 bytes.
【在 c*****t 的大作中提到】
: quote xiangqi's solution (see Unix board JHQ):
: print "@_\n" while(@_=(1, map$_[$_-1]+$_[$_], [email protected]_)) < 16;
: 60 bytes:) and sure it can be shrinked to 54 bytes:)
$_="\n";while(s/\d+(?= (\d*))/$&+$1/ge<16){s/^/1 /;print}
57 bytes.
【在 c*****t 的大作中提到】
: quote xiangqi's solution (see Unix board JHQ):
: print "@_\n" while(@_=(1, map$_[$_-1]+$_[$_], [email protected]_)) < 16;
: 60 bytes:) and sure it can be shrinked to 54 bytes:)
t*t
24 楼
xiangqi明显是高手, 他的去掉空格是52...
print"@a\n"while(@a=(1,map$a[$_-1]+$a[$_],[email protected]))<16
【在 c*****t 的大作中提到】
: They all look like corrupted bytes transferred from modem to me.
print"@a\n"while(@a=(1,map$a[$_-1]+$a[$_],[email protected]))<16
【在 c*****t 的大作中提到】
: They all look like corrupted bytes transferred from modem to me.
相关阅读
如果google play上免费,挂广告,在itune/apple store上卖2刀软软大杀器又来了Zynga closes its DC and returns to AWSC++必备书籍推荐JSONP是不是只和浏览器有关?c++ 为什么不能由负变正怎样实现这个网页的动态fancy显示textchrome整天 "Shockwave crashed" (转载)Liigo(庄晓立)有没有报九章算法的,缺2个人。chrome最近常有问题,大家遇到吗?Java job scheduler图灵测试第一题 (转载)如何 replace这里的第二个x请教一个 F的message设计问题, 不能理解August 2015 go 1.5 跳票了go语言更像脚本Angular放弃service直接用controller如何新手请问C#资料再不学golang就要被时代淘汰了。