Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsegmenting a wave file based on short pauses Pin
chandu00413-Jul-09 1:37
chandu00413-Jul-09 1:37 
GeneralRe: segmenting a wave file based on short pauses Pin
killabyte13-Jul-09 3:28
killabyte13-Jul-09 3:28 
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00413-Jul-09 18:08
chandu00413-Jul-09 18:08 
QuestionEsc Key in a dialog based application Pin
Rakesh512-Jul-09 20:07
Rakesh512-Jul-09 20:07 
AnswerRe: Esc Key in a dialog based application Pin
_AnsHUMAN_ 12-Jul-09 20:12
_AnsHUMAN_ 12-Jul-09 20:12 
AnswerRe: Esc Key in a dialog based application Pin
Chandrasekharan P12-Jul-09 20:16
Chandrasekharan P12-Jul-09 20:16 
GeneralRe: Esc Key in a dialog based application Pin
Rajesh R Subramanian12-Jul-09 21:49
professionalRajesh R Subramanian12-Jul-09 21:49 
Questionvery faster method than getpixel and setpixel Pin
Mortezai12-Jul-09 19:59
Mortezai12-Jul-09 19:59 
dear sir

i need a high speed method to make 4 image from one, that the first image have for example 2048*1536 pixel, and the four made is each 1024*768 , so i use the getpixel and setpixel method that is too slow :

vb.net code ::

For y = 0 To picy.Height - 1 Step 2
For x = 0 To picy.Width - 1 Step 2
pic(0).SetPixel(Int(x / 2), Int(y / 2), picy.GetPixel(x, y))
pic(1).SetPixel(Int(x / 2), Int(y / 2), picy.GetPixel(x + 1, y))
pic(2).SetPixel(Int(x / 2), Int(y / 2), picy.GetPixel(x + 1, y + 1))
pic(3).SetPixel(Int(x / 2), Int(y / 2), picy.GetPixel(x, y + 1))
Next x
Next y

please help me to find a very faster method in any languages, vc++ or vb or vc# or others , its not important i need a fast method,

thank you for attentions and cooperations.
AnswerRe: very faster method than getpixel and setpixel Pin
Chandrasekharan P12-Jul-09 20:01
Chandrasekharan P12-Jul-09 20:01 
AnswerRe: very faster method than getpixel and setpixel Pin
CPallini12-Jul-09 21:47
mveCPallini12-Jul-09 21:47 
Questionhow can this program work correctly Pin
carter200012-Jul-09 19:37
carter200012-Jul-09 19:37 
AnswerRe: how can this program work correctly Pin
Stuart Dootson12-Jul-09 20:07
professionalStuart Dootson12-Jul-09 20:07 
GeneralRe: how can this program work correctly Pin
carter200012-Jul-09 20:23
carter200012-Jul-09 20:23 
AnswerRe: how can this program work correctly Pin
_AnsHUMAN_ 12-Jul-09 20:08
_AnsHUMAN_ 12-Jul-09 20:08 
AnswerRe: how can this program work correctly Pin
ludi042312-Jul-09 20:26
ludi042312-Jul-09 20:26 
GeneralRe: how can this program work correctly Pin
carter200012-Jul-09 20:36
carter200012-Jul-09 20:36 
AnswerRe: how can this program work correctly Pin
«_Superman_»12-Jul-09 21:03
professional«_Superman_»12-Jul-09 21:03 
Questionc++ source code for acm 2004-2005 problems Pin
dv200912-Jul-09 13:09
dv200912-Jul-09 13:09 
AnswerRe: c++ source code for acm 2004-2005 problems Pin
Chandrasekharan P12-Jul-09 19:03
Chandrasekharan P12-Jul-09 19:03 
AnswerRe: c++ source code for acm 2004-2005 problems Pin
killabyte12-Jul-09 19:03
killabyte12-Jul-09 19:03 
AnswerRe: c++ source code for acm 2004-2005 problems Pin
santosh10313-Jul-09 0:28
santosh10313-Jul-09 0:28 
QuestionReport on Threadpool Scheduling Techniques -- Need Feedback Pin
Cyrilix12-Jul-09 11:26
Cyrilix12-Jul-09 11:26 
AnswerRe: Report on Threadpool Scheduling Techniques -- Need Feedback Pin
Stuart Dootson12-Jul-09 13:14
professionalStuart Dootson12-Jul-09 13:14 
GeneralRe: Report on Threadpool Scheduling Techniques -- Need Feedback [modified] Pin
Cyrilix12-Jul-09 14:15
Cyrilix12-Jul-09 14:15 
AnswerRe: Report on Threadpool Scheduling Techniques -- Need Feedback Pin
killabyte12-Jul-09 18:59
killabyte12-Jul-09 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.