Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (8)
QT recording
no vote
QT real time recording. It has run on the software of qt5.3. First, take the headset and plug it directly into the hole of the computer. Then run it directly, press the play button, and then click it with the mouse. You can hear it on your headphones. I also want to improve it. If there is any improvement, the code will be updated. thank you
luobin853
2018-12-06
0
1
QT real time recording based on UDP
no vote
QT based on real-time recording under UDP. The code has been tested with qt5.3. no problem. Plug the earplug or microphone into the laptop, run the code directly, and click play. You can record it in real time. UDP sending mode is applied. TCP sending is the same. So I didn't do it. If you want to make a phone call or QQ call, you haven't done it yet. You just record what you say to yourself. If you want to make a phone call or QQ recording, this code is a good reference. On this basis, I also want to make the call full duplex mode.
luobin853
2016-12-24
0
1
Multithreaded UDP transmission based on Linux
no vote
Under Linux, many examples of multithreaded TCP, but few examples of UDP. You can refer to my example. In the Linux thread under the UDP. App1 App2 Services client-side data is sent, the server receives the data.
luobin853
2016-11-14
1
1
Multithreaded reading and writing files in Linux
4.0
Under the Linux multi-threaded read and write files, read the thread to read data from a file to a circular queue buffer and control the write pointer. When the circular queue data written notifications thread write thread from the circular queue to write data is removed in a different file. Write a thread to control the write pointer, when the circular queue data, it is written to another file, and notify the reading thread I have read data from the file and then write to another file.
luobin853
2016-08-23
0
1
music player
no vote
QT based music player, music player can achieve a variety of functions, the specific features of the code
luobin853
2016-08-23
0
1
Snake snake
no vote
We should have played a snake game, the specific kind of game, I think I do not have to introduce myself. When you play a small snake snake, hit the wall will die, did not hit the wall when you can continue to eat
luobin853
2016-08-23
0
1
QT calculator
no vote
Linux Application Based on QT simple calculator. The calculator can also be able to achieve the add, subtract, multiply and divide integer arithmetic add, subtract, multiply and divide floating-point operations.
luobin853
2016-08-23
0
1
Calculator based on the powerful function of QT
4.5
QT function calculator based on integer arithmetic, can also add, subtract, multiply and divide the floating-point operations add, subtract, multiply and divide. Is a good example of learning to do the project.
luobin853
2016-08-23
0
1
No more~