楼主: wangleiliang
19778 182

[求职经验] 中外名企招聘标准一览表 [推广有奖]

81
yunchuwu 发表于 2009-12-14 16:09:15
看看也就算了 面对现实  那些HR都是以貌取人 假的

82
jiangfengyinyu 发表于 2009-12-14 16:29:08
联想今年不怎么招人还摆那么大个宣讲会来忽悠人,真恶心

83
xiaoerxinxin 发表于 2009-12-14 16:30:33
长了见识了 谢谢楼主啊…………

84
qm_saint 发表于 2009-12-14 16:45:59
万科???

85
pengzhun2 发表于 2009-12-14 17:07:35
找一个适合自己的公司
发展才是硬道理

86
mychen0 发表于 2009-12-14 17:13:40
看样子,我还得努力来着

87
mamababawowo 发表于 2009-12-14 17:30:00
用Python帮助获得3388 => 24的答案
8/(3-8/3)

代码:

#(重复解包括经过交换率结合率之后本质相同的结果)


""" twentyfour points calculation program (no redundant solution)
                                            written by bad@smth
                                                    2003-9-11 """
from operator import add,sub,mul,div
l=[]
def s(a,c,d,cl,cr):
    if len(a)==7 and abs(a[6]-24)<1e-5 and c[6] not in l:
        l.append(c[6])
        print "%d) %s"%(len(l),c[6])
    for i in range(len(a)):
      if c[i]!='':
        for j in range(len(a)):
          if c[j]!='':
            for op in range(4):
              if i!=j and (op!=3 or a[j]!=0) and\
               not (op%2==0 and (d[i]==op+1 or d[j]==op+1)) and\
               not (op%2==0 and d[i]==op and d[j]/2!=op/2 and cr[i]>c[j]) and\
               not (op%2==0 and d[i]!=op and d[j]!=4 and c[i]>cl[j]) and\
               not (op%2==0 and d[i]==op and d[j]/2==op/2 and cr[i]>cl[j]) and\
               not (op%2==0 and d[i]!=op and d[j]/2!=op/2 and c[i]>c[j]) and\
               not (op%2==1 and d[i]==op and cr[i]>c[j]) and\
               not (op%2==1 and d[j]/2==op/2) and\
               not (op==3 and a[j]==1) and\
               not (op==2 and a[i]<0 and a[j]<0):
                  ci=(op>=2 and d[i]<2) and ('('+c[i]+')') or c[i]
                  cj=(op>=2 and d[j]<2) and ('('+c[j]+')') or c[j]
                  c0=c+[ci+('+-*/')[op]+cj];
                  c0[i]=''; c0[j]=''
                  s(a+[([add,sub,mul,div][op])(a[i],a[j])],c0,d+[op],\
                    cl+[d[i]!=4 and cl[i] or c[i]],cr+[d[j]!=4 and cr[j] or c[j] ])
if __name__=='__main__':
    c=[input('Card '+str(i+1)+':') for i in range(4)]
    s([j*1.0 for j in c],[str(j) for j in c],[4,4,4,4],['','','',''],['','','',''])

print "\n\nGame Over"

88
charmloo 发表于 2009-12-14 17:32:52
{:2_25:}{:2_26:}{:2_27:}{:2_28:}{:2_29:}{:2_30:}{:2_31:}{:2_32:}
Amicus Plato,Amicus Aristotle,sed Magis Amicus VERITAS.

89
nllove 发表于 2009-12-14 17:35:28
再多写些企业就更好了

90
yuxueerge 发表于 2009-12-14 17:38:43
是金子总要找到适合金子发光的地方才会发光,一个人在角落里发光和没发光的区别不大
汗水和泪水都是咸的

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
jg-xs1
拉您进交流群
GMT+8, 2025-12-25 21:54