Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Drawing on Lopp s management experiences at Apple, Netscape, Symantec, and Borland, this book is full of stories based on companies in the Silicon Valley where people have been known to yell at each other. It is a place full of dysfunctional bright people who are in an incredible hurry to find the next big thing so they can strike it rich and then do it all over again. Among these people are managers, a strange breed of people who through a mystical organizational ritual have been given power over your future and your bank account. Whether you re an aspiring manager, a current manager, or just wondering what the heck a manager does all DAY, there is a story in this book that will speak to you. You will learn:
* What to do when people start yelling at each other
* How to perform a diving save when the best engineer insists on resigning
* How to say "No" to the person who signs your paycheck
標(biāo)簽:
selection
Managing
Michael
Humans
上傳時(shí)間:
2014-11-28
上傳用戶:1427796291
Maya Calendar
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 DAY long year, called Haab, which had 19 months. Each of the first 18 months was 20 DAYs long, and the names of the months were pop, no, zip, zotz, tzec, xul, yoxkin, mol, chen, yax, zac, ceh, mac, kankin, muan, pax, koyab, cumhu. Instead of having names, the DAYs of the months were denoted by numbers starting from 0 to 19. The last month of Haab was called uayet and had 5 DAYs denoted by numbers 0, 1, 2, 3, 4. The Maya believed that this month was unlucky, the court of justice was not in session, the trade stopped, people did not even sweep the floor.
標(biāo)簽:
A.
M.
sabbatical
surprising
上傳時(shí)間:
2014-01-05
上傳用戶:libenshu01
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2],
and so on ….
Random-number generation
1.static method random from class Math
-Returns doubles in the range 0.0 <= x < 1.0
2.class Random from package java.util
-Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values
-Is seeded with the current time of DAY to generate different sequences of numbers each time the program executes
標(biāo)簽:
Generate
Possion
between
random
上傳時(shí)間:
2017-05-25
上傳用戶:bibirnovis