原创 Build Tiny C Compiler by VC in Visual Studio

     Tiny C compiler (TCC) is a profound contribution by Fabrice Bellard. Originally, the predecessor of TCC was for I

原创 A RTSP Server Based on Qt Framework and LIVE555

※ The code corresponding to this post is here, the "Server" folder.     Recent years, the streaming technologies have b

原创 Exploit FFmpeg Libraries to Decode Raw H264 File in Windows, Which Supports Multithread-Decoding

My previous article has demonstrate how to build to ffmpeg libraries in windows. In here, I continue the work, to use

原创 Use Unicode and Hide the Console in Windows

 If one would like to make his program being able to accept the arguments which is not English, the Unicode is requisit

原创 Use Bonjour SDK for mDNS Discovering in Windows

    How to use Bonjour SDK for mDNS is rut, but I found that in the website, there is no simple example WITHOUT window

原创 A Calculator Supports Parentheses Written in C

 The flow chart be:  Read Input  -> Get Tokens -> Infix To Postfix -> Evaluate -> Output Result GetToken : Check if th

原创 Build ffmpeg Libraries in Windows via MinGW

  It is trite, but I nmot how to build the ffmpeg in this article. 零    Set up your MinGW environment, you could downl

原创 Use Avahi as a library for Discovering mDNS Service

     Avahi(http://www.avahi.org/) is an implement ofmulticast Domain Name System (mDNS) in Linux/Android. mDNS is a (l

原创 Utilize Avahi Libraries in Android for mDNS Discovering

零. Continue my previous avahi article, here, i would port the same example code to Android platform. Download and un

原创 漢字之色 Hue in Chinese Literal Characters

    紅   FF0000                                                                               綠   008000               

原创 Calling C# Methods From C++

        In the previous article, I have demonstrated how to call C/C++ libraries from C#. In this post, I want to dea

原创 Calling C/C++ functions from C#

          Dot net framework is profound for coding, features the integrated API with service. However, some people wou

原创 Cross-Compile the Qt Libraries for Nvidia® Jetson TX2 and Set the QtCreator Environment

         For some high-end use cases, like car self-driving, medical devices, telemetry equipments and so forth,  the s

原创 Optimize Separable Convolution for the Specified Size on NVIDIA® CUDA®

※The code corresponding to this blog in here.     Continue this post, in here I will show how to optimize the CUDA code

原创 Exploit SSE/AVX Instructions to Speed up the Computation of Separable Convolution

※The full code of this post is available in here.         In my previous posts, this one and this one, I discussed vari