我的旋转木马没有特殊原因

时间:2017-04-24 04:10:40

标签: html angularjs carousel

我在角网络应用程序上有一个旋转木马应该按时间间隔移动图像,但它没有按预期工作,我无法弄清楚背后的原因 -

这是我的代码



    public static int firstLoop(int[] arr) { 

       int sum = 0; int n = arr.length; 
       int limit = n * n; 
       for ( int j = 0; j < limit; j += 2 ) { 
          sum = (sum + arr[j / n] ) % 100; 
      } 
   return sum; }


     public static int withLoop(int[] arr) { 

    int sum = 0; int n = arr.length; 
    int j = 1; 
    int limit = n * n; 
    for ( j= limit - 1; j > 0; j /= 2 ) { 
    sum = (sum + arr[j / n] ) % 100; } 
    return sum; }

   public static int fwLoop(int[] arr)

    {  int sum = 0; 
      int n = arr.length; 
      int limit = n * n; 
      for ( int k = 0; k < limit; k += 2 ) { 
       int t = 1; for ( j = limit - 1; j > 0; j /= 2 ) { 
       t = (t + arr[j / n] ) % 100; 
      } sum = (sum + t + arr[k / n] ) % 200; 
    } return sum; 
 }
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

一切似乎都很好,你使用了什么bootstrap插件,因为你应用的类需要bootstrap插件。请告诉我您使用的是哪个bootstrap插件... 试试这个CDN for bootstrap插件。它与我的完美配合

<com.azeem.mycamera.Preview
    android:id="@+id/surfaceView"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />