Skip to content

Instantly share code, notes, and snippets.

@ericzhang-cn
ericzhang-cn / coursera-prob-w5p10.py
Last active December 24, 2015 06:59
Coursera几率课程,第五周第十题,模拟程序
# -*- coding: utf-8 -*-
from math import *
from random import *
### 一次测试 ###
def test():
speed = 4.0 #初速度
distance = 0 #已经走过的距离
threshold = log(50) / 100 #每秒中枪的概率
# Dropbox
108.160.165.62 dropbox.com
108.160.166.62 dropbox.com
108.160.167.205 www.dropbox.com
23.21.206.219 forums.dropbox.com
23.23.104.199 dl.dropboxusercontent.com
108.160.166.189 d.dropbox.com
108.160.166.12 client-lb.dropbox.com
204.236.220.7 dl-client1.dropbox.com
204.236.220.9 dl-client2.dropbox.com
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management