摘要: * plotData.mfunction plotData(x, y)%PLOTDATA Plots the data points x and y into a new figure % PLOTDATA(x,y) plots the data points and gives the figure axes labels of% population and profit.% ====================== YOUR CODE HERE ======================% Instructions: Plot the training data into ... 阅读全文
posted @ 2013-11-01 23:18 登山者 阅读(2873) 评论(0) 推荐(0) 编辑
摘要: 1.monkeyrunner脚本:from com.android.monkeyrunner import MonkeyRunner,MonkeyDeviceimport sysimport timeimport os# add action herekey_map = {'d':[lambda x,y:sendKey(x, y), 'KEYCODE_ENTER'], 'e':[lambda x,y:sendKey(x, y), 'KEYCODE_DPAD_UP'], 'c':[lambda x,y:sendKey 阅读全文
posted @ 2013-11-01 15:56 登山者 阅读(354) 评论(0) 推荐(0) 编辑