Algorithms → Heap sorting algorithm
Heap Sort, сортировка, алгоритмы
Heap sort is a popular and efficient sorting algorithm in computer programming. Learning how to write a heap sort algorithm requires knowledge of two types of data structures - arrays and trees.
For example, the initial set of numbers that …
ReadC++ → Opening mp3 files using the audiere library
как открыть mp3-файл, звук, audiere, обработка звука, аудио
The audiere library allows you to work with audio files of various formats (wav, mp3, etc.). To work, we need the files audiere.h, audiere.lib, audiere.dll. h-file is included in the program code
#include "audiere.h"
lib-file is linked to .pro
ReadLIBS …
Algorithms → Selection sorting algorithm
алгоритм, сортировка методом выбора, Selection sort algorithm, сортировка
The selection sort algorithm starts by comparing the first two elements of an array and replacing them if necessary. For example, if you want to sort the elements of an array in ascending order and if the first element is …
ReadC++ → Using SFINAE to specialize template methods, depending on the type of container std::map or std::vector, passed as an argument
There was a problem: "write the second implementation of the template function", in which the same arguments are passed. That is, the signature of both functions completely coincides. The difference is that, as an argument, the std::vector containers and the …
ReadAlgorithms → Insertion sorting algorithm
алгоритм, сортировка, Sort Algorithm
This description is intended to help you understand what the insertion sort algorithm is and how to implement it in programming.
Technical details, properties, and comparison with other sorting algorithms are out of the question here. If you know what …
ReadAlgorithms → Bubble sort algorithm
The bubble sort algorithm starts by comparing the first two elements of an array and replacing them if necessary. For example, if you want to sort the elements of an array in ascending order and the first element is greater …
ReadDjango → How to use Coverage in Django
When you are developing a large project, it is possible to accidentally forget some parts of the code that need to be tested. Coverage.py is a python tool to help you with this.
Installation
Use pip or easy_install as you …
ReadDjango → Using Jinja2 with Django (since 1.8)
Django, jinja, Python, template
On the Medium Corporation resource, a user named Samu shares his experience using Jinja2.
According to him, he previously used Jinja2 in his projects built with Flask. But then I decided to use Jinja2 with Django for potential performance gains …
Django → How to use nested forms in Django
Django Formsets manage complex repeating form fields in a view. Using the forms, you can find out how many forms were originally there, which ones have been changed, and which ones need to be deleted.
Like forms and form models, …
Qt → qsslint - Static parser for Qt stylesheets
Qt, QSS, Styles, Stylesheet
Enter the wonderful world of instruments for which the announcement takes more time than the instrument itself.
qsslint is a small command line utility for checking the syntax of your Qt stylesheet (*.qss). This is very similar to the previous …
ReadLinux → Wine 4.0 release with Vulkan support, Initial Direct 3D 12 and improved HiDPI
Wine 4.0 is now officially available as a new annual stable release of Wine for running Windows programs and games on Linux and other operating systems.
After seven weekly releases, Wine 4.0 was ready for release today, according to Wine …
Read- Akiv Doros
- Nov. 11, 2024, 2:58 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 26, 2024, 1:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 26, 2024, 1:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10