Skip to content

[C] Use gcc command to compile and print “Hello World”

[C] Use gcc command to compile and print “Hello World”

Last Updated on 2021-04-29 by Clay

C Programming Language is one of the most common programming languages, and it can be seen in many Unix systems. Many systems and programs are also developed using C.

Therefore, the C language can be said to be a programming language with absolutely no harm when it is familiar to programmers.

Read More »[C] Use gcc command to compile and print “Hello World”

[PyTorch] Tutorial(5) How to train a model to classify CIFAR-10 database

Last Updated on 2021-05-12 by Clay

Today we challenged the classifiers of different data sets again. This time, CIFAR-19 is a more difficult problem than MNIST handwriting recognition. In addition to the size of the picture becoming 32×32, CIFAR-10 is no longer a pure grayscale value, but a picture with the three primary colors of RGB.

Read More »[PyTorch] Tutorial(5) How to train a model to classify CIFAR-10 database

[PyQt5] Tutorial(9) Use QCalendarWidget to create a calendar component

Last Updated on 2022-12-14 by Clay

The original plan about PyQt5 did not intend to write so many articles. Unexpectedly, in the process of learning, I would constantly find things that I needed to record.

The calendar component is a component often used in the development of GUI interfaces, and is often used to allow users to select different dates.

Read More »[PyQt5] Tutorial(9) Use QCalendarWidget to create a calendar component
Exit mobile version