How to make soldering iron using glow plug
How to remove SMD components without hot air gun
Banggood: 4pcs Heater Glow Plugs for Mitsubishi Shogun Pajero 2.8 4M40T 4M40 DIESEL GP5501
Аккумуляторный паяльник своими руками.
Komplexitätstheorie
Volker Strassen
Strassen-Algorithmus
Solovay-Strassen-Test
Additionskette
Binäre Exponentiation
Russische Bauernmultiplikation
Determinante
Permanente
Permutation
Permutationsmatrix
Zyklische Permutation -> Vertauschung oder Transposition
Vorzeichen (Permutation)
Komplexitätstheorie
Automat (Informatik)
Landau-Symbole
Konjunktive Normalform
Aussagen und Logik (dann folgt)
Karps 21 NP-vollständige Probleme
Disjunktionsterm / Klausel
Literal, (Wahrheitswerte: true, false)
Clique (Graphentheorie)
Cliquenproblem
Knotenüberdeckung
Knotenüberdeckungsproblem
Erfüllbarkeitsproblem der Aussagenlogik (SAT)
3-SAT
Teilsummenproblem (subset sum problem)
Komplexität #05 – Polyzeit-Reduktionen
16. Complexity: P, NP, NP-completeness, Reductions
Reductions – Intro to Theoretical Computer Science
Polynomialzeit-Reduktion
Vertex Cover (Knotenüberdeckung)
CSC 333 Reductions from Ham Cycle to TSP and from Vertex Cover to Dominating Set
NP Completeness for Dummies: Reduction of NP Complete Problems
Reductions and NP-Complete Proofs (CS) (Karp Reduction)
Leibnizformel für Determinanten
Zyklendarstellung von Permutationen
Die Chomsky-Hierarchie
Theoretische Informatik, Karsten Morisse (Playlist)
TI_6_6 TM: akzeptieren und entscheiden, Karsten Morisse
Theoretische Informatik – Kontextsensitive Sprachen
Graphen, Grammatiken und Automaten, The Morpheus Tutorials (Playlist)
Theoretische Informatik (Wintersemester 2013/2014), Weitz / HAW Hamburg
Tim Roughgarden on Theoretical Computer Science (Playlist)
Algorithms Live!
WilliamFiset Algorithms
Diskrete Mathematik erleben, Stephan Hußmann, Brigitte Lutz-Westphal, 2015
Fundamentals of Discrete Math for Computer Science, Tom Jenkyns, Ben Stephenson, 2018
Konkrete Mathematik (nicht nur) für Informatiker, Edmund Weitz, 2018
Konkrete Mathematik (nicht nur) für Informatiker (Playlist)
Formale Sprachen
Berechenbarkeit
Komplexität
Entscheidbar, unentscheidbar, semi-entscheidbar?
Kapitel 1 – Sprachen
Kapitel 2.1 – Aussagenlogik
Kapitel 2.2 – Prädikatenlogik
Kapitel 3 – Schließen und Beweisen
Kapitel 4 – Mengen
Kapitel 5 – Relationen
Kapitel 6 – Induktion
Mat to QImageQPixmap fromImage gives segment fault on image converted from cv::mat
Converting Between cv::Mat and QImage or QPixmap
github.com/asmaloney/asmOpenCV, Simple methods to convert between OpenCV’s cv::Mat and Qt’s QImage and QPixmap
QImage image(cpy.data,
cpy.cols,
cpy.rows,
cpy.step,
QImage::Format_RGB888);
image = image.rgbSwapped();
How to setup Qt and openCV on Windows
github.com/huihut/OpenCV-MinGW-Build, MinGW 32bit and 64bit version of OpenCV compiled on Windows.
install opencv 3.4.1 and Qt 5.10 with CMAKE
How to Use CMake with Qt5 and OpenCV 3 Projects
How opencv 4.x API is different from previous version?
1- OpenCV 4, Deep Learning, Computer Vision
3 – OpenCV 4 , Deep Learning for Computer Vision
What is the difference of shaders with extensions .Shader, .vsh, .fsh
Self-Study Qt Training, Specialized eLearning Videos Based on Qt Training Modules
Qt Resource Center, Getting started kit
Intro to Qt World Summit 2019 – The ultimate Qt gathering, #QtWS19
Qt 6 will bring massive improvements to QML and 3D development, #QtWS19
Progenitor Softworks – Qt Tutorial
ProgrammingKnowledge – QT C++ GUI Tutorial For Beginners
ProgrammingKnowledge – QT C++ GUI Tutorial
VoidRealms – C++ Qt Programming
Derek Banas – Qt Tutorial
Curso de Qt
Qt5 C++ GUI Programming
PyQt5 GUI New Tutorial (2019)
Python OpenCV Tutorial (2019)
Developing QtQuick QML Applications in Qt5
Qt Training: Model/View Oliver Gutbrod, by e-GITS (COPY!?)
Qt Training: Model/View (part 1/4): Model/View Concept: Oliver Gutbrod, by e-GITS
Qt Training: Model/View (part 2/4): Showing Simple Data: Oliver Gutbrod, by e-GITS
Qt Training: Model/View (part 3/4): Proxy Models: Oliver Gutbrod, by e-GITS
Qt Training: Model/View (part 4/4): Custom Models: Oliver Gutbrod, by e-GITS
Qt Training: Model/View II (part 1/5): Editing item data, by e-GITS
Qt Training: Model/View II (part 2/5): Delegates: Oliver Gutbrod, by e-GITS
Qt Training: Model/View II (part 3/5): Data Widget Mapper: Oliver Gutbrod, by e-GITS
Qt Training: Model/View II (part 4/5): Custom Tree Model: Oliver Gutbrod, by e-GITS
Qt Training: Model/View II (part 5/5): Drag and Drop: Oliver Gutbrod, by e-GITS
Qt Based Games
Will Qt be a good choice for a game? [closed]
Abdullah Aghazadah – MeLikeyCode
github.com/MeLikeyCode/QtGameEngine, A game engine for the Qt framework
QT GAME ENGINE – A game engine for the Qt framework
Qt Game Engine
C++ Qt Game Tutorial
github.com/equati0n/Qt, Qt projects
Super Mario Qt Game Programming, Jonathan Baird