#define PADBYTES 4 int Interpolation(BYTE* pbySrc, BYTE* pbyDest, int iSrcWidth, int iSrcHeight, int iSrcBPP, int iDestWidth, int iDestHeight) { //process each line for (int iRow = 0; iRow < iDes… more →
Creativenesstamildaddy wrote 2 days ago: DESCRIPTION: 330 Java Tips and Tricks Title:330 Java Tips and Tricks Download Link: Click Here Revie … more →
niamathbasha wrote 1 week ago: To copy selected rows : ctrl + alt + [up or down]key To move selected rows up or down : alt + [up or … more →
maoye wrote 2 weeks ago: DWORD, WORD, BYTE, LPSTR, LPTSTR… It is a mess. http://en.wikibooks.org/wiki/Windows_Programmi … more →
Sijo wrote 1 month ago: #define PADBYTES 4 int Interpolation(BYTE* pbySrc, BYTE* pbyDest, int iSrcWidth, int iSrcHeight, int … more →
Sijo wrote 1 month ago: int SetSharpnessR(int iX, int iY, int iWidth, int iHeight, int iBPP, BYTE *pbySrc, double dbSharpnes … more →
Sijo wrote 1 month ago: int ContrastR(int iX, int iY, int iWidth, int iHeight, int iBPP, BYTE *pbySrc, double dContrastValR) … more →
Sijo wrote 1 month ago: int BrightnessR(int iX, int iY, int iWidth, int iHeight, int iBPP, BYTE* pbySrc, int iBrightValR) { … more →
Sijo wrote 1 month ago: #define MAXVAL 255.0 #define GAMMACONSTANT 1 int SetGammaR(int iX, int iY, int iWidth, in … more →
Sijo wrote 1 month ago: #define REDCONSTANT 0.299 #define GREENCONSTANT 0.587 #define BLUECONSTANT 0.114 #define LU … more →
arafatbd wrote 1 month ago: To add a class just use the following lines in your code but remember to add you JQuery Script. $( … more →
niamathbasha wrote 1 month ago: Recently I have gone through a situation where there will be a ComboBox and it will have a list of d … more →
sanghvinirav wrote 1 month ago: Recently in one of projects during testing I required to append the row numbers to each of its recor … more →
Sijo wrote 1 month ago: Include these header files in you program and then use the given function. #define _CRT_RAND_S #incl … more →
niamathbasha wrote 1 month ago: Embedding fonts in Flex 3 can be achived by @font-face { src : url("comic.TTF"); fontFamil … more →
blackbeltreview wrote 1 month ago: This script highlight all text in textarea or text field (input tag) by clicking on it. It allows u … more →
Sijo wrote 2 months ago: Visual Studio .Net 2005 / Visual Studio 8: 1. If you don’t have a usertype.dat file in your … more →
Jeff wrote 2 months ago: Many, many times I’ve had the situation where I want to bind a data-set or data-view to a Drop … more →
Sijo wrote 2 months ago: Y = Luminance, the weighted average of R G B components. (0=black 255=white) U = Cb = Blue component … more →
Sijo wrote 2 months ago: Use the below code to parse the headers in the MP3 files. The code given below is compled and build … more →