摘要: 1 Root your phone2 adb shell3 su4 chmod -R 777 /data5 Go to DDMS view in Eclipse 阅读全文
posted @ 2013-03-01 16:12 WingWing111 阅读(780) 评论(0) 推荐(0) 编辑
摘要: A biologist is experimenting with DNA modification of bacterial colonies being grown in a linear array of culture dishes. By changing the DNA, he is able ``program" the bacteria to respond to the population density of the neighboring dishes. Population is measured on a four point scale (from 0 阅读全文
posted @ 2013-03-01 04:39 WingWing111 阅读(230) 评论(0) 推荐(0) 编辑
摘要: An algorithm given by Lothar Collatz produces sequences of integers, and is described as follows:Step 1:Choose an arbitrary positive integerAas the first item in the sequence.Step 2:IfA= 1 then stop.Step 3:IfAis even, then replaceAbyA/ 2 and go to step 2.Step 4:IfAis odd, then replaceAby 3 *A+ 1 and 阅读全文
posted @ 2013-03-01 03:48 WingWing111 阅读(109) 评论(0) 推荐(0) 编辑
摘要: In ``Hangman Judge,'' you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given as well as the guesses. Rules are the same as the classic game of hangman, and are given as follows:The contestant tries to solve to puzzle by guessing one 阅读全文
posted @ 2013-03-01 03:15 WingWing111 阅读(143) 评论(0) 推荐(0) 编辑