Category: tutorial
Unlike Dynamic Link Library (DLL), the static library are pre-compiled and linked to the binary executables. Once built into the final executables, the static library cannot be shared among …
The ImageJ is an open source software that is provided for free by National Institutes of Health (US), and it is used widely in the world. The ImageJ is …
C++11 (formerly named C++0x) has some great new features to improve the code efficiency such as the use of auto which is the same as the var in C#, …
Map, Reduce, Filter and Lambda are four commonly-used techniques in functional programming. Like Python, the R programming has these features as well. This tutorial will cover the basic examples …
In last tutorial, we learn the basics of R programming by the simple example to plot the sigmoid function. This tutorial will continue to help you understand how powerful …