• Помогите решить 2 теста по физике 9 класс. Могу заплатить 200р за решение.

Ответы 1

  • int l = level;
    double posx, posy, si1;
    String strix;
    int l1;
    for (int i = 0; i < 3; i++) {
    for (int j = 0; j < 3; j++) {
    posx = cx+i*si-si;
    posy = cy+j*si-si;
    strix = toString(i)+toString(j);
    if ((Math.abs((i-1))+Math.abs((j-1))) > 0) {
    if (l == 1) {
    counter = counter+1;
    model.component("comp1").geom("geom1").create("sq"+strix+"C"+toString(counter), "Square");
    with(model.component("comp1").geom("geom1").feature("sq"+strix+"C"+toString(counter)));
    set("base", "center");
    set("size", new double[]{si});
    set("pos", new double[]{posx, posy});
    endwith();
    model.component("comp1").geom("geom1").feature("sq"+strix+"C"+toString(counter)).label("Square"+strix+"C"+toString(counter));
    } else {
    l1 = l-1;
    si1 = si/3;
    carpet(l1, posx, posy, si1);
    }
    }
    }
    }
  • Добавить свой ответ

Еще вопросы

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years