我已经编写了这段代码来计算使用pisano时期的大型斐波纳契数的模数。 代码计算正确的pisano期间,当期间的值很小但是当期间必须是一个更大的数字(大约100)时,它给出了错误的pisano期间。 这是代码。
TextView location;
location=(TextView)view.findViewById(R.id.complain_location);
//in parameter (left,top,right,bottom) any where you wnat to put
location.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.arrow,0);