Click here to Skip to main content
15,904,926 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany23-Sep-09 3:19
Alan Balkany23-Sep-09 3:19 
GeneralRe: Fast Image Processing - programming language to use Pin
Tim Craig23-Sep-09 8:53
Tim Craig23-Sep-09 8:53 
GeneralRe: Fast Image Processing - programming language to use [modified] Pin
Amarnath S21-Sep-09 19:15
professionalAmarnath S21-Sep-09 19:15 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany22-Sep-09 5:15
Alan Balkany22-Sep-09 5:15 
GeneralRe: Fast Image Processing - programming language to use Pin
Luc Pattyn22-Sep-09 5:35
sitebuilderLuc Pattyn22-Sep-09 5:35 
GeneralRe: Fast Image Processing - programming language to use Pin
CPallini24-Sep-09 21:12
mveCPallini24-Sep-09 21:12 
GeneralRe: Fast Image Processing - programming language to use Pin
Nagy Vilmos24-Sep-09 21:46
professionalNagy Vilmos24-Sep-09 21:46 
GeneralRe: Fast Image Processing - programming language to use Pin
CPallini24-Sep-09 21:57
mveCPallini24-Sep-09 21:57 
GeneralRe: Fast Image Processing - programming language to use Pin
Luc Pattyn25-Sep-09 2:59
sitebuilderLuc Pattyn25-Sep-09 2:59 
GeneralRe: Fast Image Processing - programming language to use [modified] Pin
CPallini25-Sep-09 9:28
mveCPallini25-Sep-09 9:28 
AnswerRe: Fast Image Processing - programming language to use Pin
Chris Losinger24-Oct-09 10:50
professionalChris Losinger24-Oct-09 10:50 
AnswerRe: Fast Image Processing - programming language to use Pin
novice__geek30-Oct-09 0:13
novice__geek30-Oct-09 0:13 
GeneralPagerank and its mathematics: Explanation needed Pin
kentipsy20-Sep-09 8:24
kentipsy20-Sep-09 8:24 
GeneralRe: Pagerank and its mathematics: Explanation needed Pin
Richard MacCutchan20-Sep-09 9:41
mveRichard MacCutchan20-Sep-09 9:41 
QuestionHow to manage a share buf array? Pin
donniehan18-Sep-09 0:04
donniehan18-Sep-09 0:04 
AnswerRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 2:32
sitebuilderLuc Pattyn18-Sep-09 2:32 
GeneralRe: How to manage a share buf array? Pin
donniehan18-Sep-09 4:06
donniehan18-Sep-09 4:06 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 4:15
sitebuilderLuc Pattyn18-Sep-09 4:15 
GeneralRe: How to manage a share buf array? Pin
donniehan18-Sep-09 13:43
donniehan18-Sep-09 13:43 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 14:48
sitebuilderLuc Pattyn18-Sep-09 14:48 
GeneralRe: How to manage a share buf array? Pin
donniehan20-Sep-09 18:03
donniehan20-Sep-09 18:03 
Hi
thanks for your great idea.
But i still have a few problems:

1st, i can only use pure C to program(Well, it will not be the real problem,i can use structure instead Smile | :) )

2nd, the size of each message is not fixed. a message maybe very small(16B) or very big(>10KB). if i apply your idea to my system, it will make tiny memory pieces in this share memory, so i must implement a function to recycle the memory pieces and it will also cost some time. When the system is very busy and producer create many msgs, the system must call recycle function frequently to avoid memory pieces problem and it will cost much time to do recycle work.---------->That's the big problem for me! Frown | :(

The Share Memory is a block of contiguous memory allocated at first system startup. The maxsize of this Share Memory is fixed. it is not allowed to allocate another free share memory after system startup.

It is a quite annoying problem, isn't it? D'Oh! | :doh:
GeneralRe: How to manage a share buf array? [modified] Pin
Luc Pattyn21-Sep-09 1:17
sitebuilderLuc Pattyn21-Sep-09 1:17 
GeneralRe: How to manage a share buf array? Pin
donniehan21-Sep-09 2:00
donniehan21-Sep-09 2:00 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn21-Sep-09 2:07
sitebuilderLuc Pattyn21-Sep-09 2:07 
QuestionHough Circular transform Pin
lcssiva16-Sep-09 1:38
lcssiva16-Sep-09 1:38 

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.