Like A programmer
Program Plan 0 : 做一个自己的DDL倒计时器
功能列表: 1、能够插入、删除、修改DDL的名称、类别、描述、截止时间 2、有可视化界面 3、随着时间逼近,改变截止时间的颜色 4、按截止时间及重要性排序 步骤 阅读更多…
功能列表: 1、能够插入、删除、修改DDL的名称、类别、描述、截止时间 2、有可视化界面 3、随着时间逼近,改变截止时间的颜色 4、按截止时间及重要性排序 步骤 阅读更多…
MEMO: 银行家算法 当一个进程申请使用资源的时候,银行家算法通过先 试探 分配给该进程资源,然后通过安全性算法判断分配后的系统是否处于安全状态,若不安全则试探分配作废,让 阅读更多…
1009 Product of Polynomials (25 分) This time, you are supposed to find A×B where A and 阅读更多…
1.掩码的使用: 判断网络位和主机位,网络位为1,主机位为0。 掩码255.255.255.0,则主机为为最后8位;若掩码255.0.0.0,则网络位为前8位。 2.数据包分 阅读更多…
1008 Elevator (20 分) The highest building in our city has only one elevator. A request 阅读更多…
1007 Maximum Subsequence Sum (25 分) Given a sequence of K integers { N1, N2, R 阅读更多…
1006 Sign In and Sign Out (25 分) At the beginning of every day, the first person who si 阅读更多…
1005 Spell It Right (20 分) Given a non-negative integer N, your task is to compute the 阅读更多…
1004 Counting Leaves (30 分) A family hierarchy is usually presented by a pedigree tree. 阅读更多…
1003 Emergency (25 分) As an emergency rescue team leader of a city, you are given a spe 阅读更多…