C/C++ : hanning Matlab Code
C/C++ : hanning Matlab Code I have converted hanning.m code from Matlab to C/C++. The hanning.m is a function in Matlab created hanning window. This is my C/C++ hanning code converted from Matlab :
C/C++ : SEGY Merge
C/C++ : SEGY Merge In my last post, I am create a method how to merge SEGY with cat and dd command. Now, I am create a C/C++ SEGY merge code. This is the main C/C++ : SEGY Merge code : void usage() { printf(“\nSEGY_MERGE \n”); printf(“by toto (toto-share.com)\n\n”); printf(“segy_merge segy1 segy2 segy3 … segyn [...]
C/C++ : LibTiff Tutorial
C/C++ : LibTiff Tutorial Libtiff is a library for reading and writing Tagged Image File Format (abbreviated TIFF) files. The set also contains command line tools for processing TIFFs. It is distributed in source code and can be found as binary builds for all kinds of platforms. The libtiff software was written by Sam Leffler [...]
Integer To Binary Converter
Integer To Binary Converter I am interesting about how we can convert a integer number to binary number. So, I am try to create Integer To Binary Converter with C source Code.I am create this code from tutorial at http://www.helpwithpcs.com/courses/binary-numbers.htm. Please look Integer To Binary source code below : /* * iolibrary.c * * Created [...]
