М
МишаNov. 16, 2017, 9:30 a.m.

Многопоточность в вычислениях функции

ToThread, QT

Здравствуйте.

Скажите пожалуйста, как в функции вычисление qDebug()<<i*a; проводить в разных потоках, ускоряя таким образом вычисления?
void MainWindow::StrategyCod() //код стратегии
{
    for (int i=0;i<2000000;++i)
    {
        for (int a=0;a,2000000;++a)
        {
            qDebug()<<i*a;
        }
    }
}
We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

7
М
  • Nov. 17, 2017, 3:27 a.m.

по идее можно каждое вычисление считать в отдельном потоке с помощью

QtConcurrent :: mappedReduced

Вот только пока не понял как правильно записать и как указать шаг.
    М
    • Nov. 17, 2017, 5:42 a.m.

    Создал вектор QVector<double> Perebor; и функцию

    void MainWindow::StrategyCod1(double i1) //код стратегии
    {
        double i =i1;
        //for ( i=0;i<2000000;++i)
       // {
            for (int a=0;a,200000;++a)
            {
                qDebug()<<"a="<<a<<"i1="<<i1;
                qDebug()<<QDateTime::currentDateTime();
            }
        //}
    }
    хочу всместо  for ( i=0;i<2000000;++i) использовать вектор Perebor
    Пытаюсь воспользоваться функцией
    QtConcurrent :: map (w.Perebor,w.StrategyCod1());
    и создать несколько потоков, но выдает ошибку. Скажите пожалуйста, как правильно записать QtConcurrent :: map()?
     
      a
      • Nov. 17, 2017, 6:07 a.m.
      QTime t_time; quint64 t_variable = 0; t_time.start(); for (quint64 i=0;i<=2000000;++i) { for (quint64 a=0;a<=2000000;++a) { t_variable = i * a; } } qDebug() << "Time: " << t_time.elapsed();
      В одном потоке выполняется за 0 msec.  Зачем тебе нужна многопоточность?
        М
        • Nov. 17, 2017, 6:08 a.m.

        Тренируюсь на кошках.

          М
          • Nov. 17, 2017, 6:08 a.m.
          • (edited)

          Всеже подскажите пожалуйста, как решить эту задачу с помощью QtConcurrent :: map 

            М
            • Nov. 20, 2017, 3:47 a.m.

            Здравствуйте. Не могли бы Вы мне помочь решить эту задачу. Почему то у меня вылазят ошибки.

              М
              • Nov. 20, 2017, 5:16 a.m.

              Разобрался, нужно было указать в функции statick

                Comments

                Only authorized users can post comments.
                Please, Log in or Sign up
                AD

                C ++ - Test 004. Pointers, Arrays and Loops

                • Result:50points,
                • Rating points-4
                m

                C ++ - Test 004. Pointers, Arrays and Loops

                • Result:80points,
                • Rating points4
                m

                C ++ - Test 004. Pointers, Arrays and Loops

                • Result:20points,
                • Rating points-10
                Last comments
                i
                innorwallNov. 13, 2024, 11:03 p.m.
                How to make game using Qt - Lesson 3. Interaction with other objects what is priligy tablets What happens during the LASIK surgery process
                i
                innorwallNov. 13, 2024, 8:09 p.m.
                Using variables declared in CMakeLists.txt inside C ++ files where can i buy priligy online safely Tom Platz How about things like we read about in the magazines like roid rage and does that really
                i
                innorwallNov. 11, 2024, 10:12 p.m.
                Django - Tutorial 055. How to write auto populate field functionality Freckles because of several brand names retin a, atralin buy generic priligy
                i
                innorwallNov. 11, 2024, 6:23 p.m.
                QML - Tutorial 035. Using enumerations in QML without C ++ priligy cvs 24 Together with antibiotics such as amphotericin B 10, griseofulvin 11 and streptomycin 12, chloramphenicol 9 is in the World Health Organisation s List of Essential Medici…
                i
                innorwallNov. 11, 2024, 3:50 p.m.
                Qt/C++ - Lesson 052. Customization Qt Audio player in the style of AIMP It decreases stress, supports hormone balance, and regulates and increases blood flow to the reproductive organs buy priligy online safe Promising data were reported in a PDX model re…
                Now discuss on the forum
                i
                innorwallNov. 14, 2024, 12:39 a.m.
                добавить qlineseries в функции Listen intently to what Jerry says about Conditional Acceptance because that s the bargaining chip in the song and dance you will have to engage in to protect yourself and your family from AMI S…
                i
                innorwallNov. 11, 2024, 10:55 a.m.
                Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
                9
                9AnonimOct. 25, 2024, 9:10 a.m.
                Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

                Follow us in social networks