filter « Operation « C Array Q&A

Home
C Array Q&A
1.bit
2.Byte
3.char
4.class
5.Development
6.Dimensional Array
7.dynamic
8.element
9.find
10.index
11.initialization
12.Integer
13.length
14.loop
15.memory
16.Operation
17.pointer
18.Print
19.size
20.Sort Search
21.string
22.struct
23.variable
C Array Q&A » Operation » filter 

1. Convolution, array with filter, in CUDA    stackoverflow.com

I'm trying to take the convolution of an array of data, 256x256, with a filter, 3x3 on a GPU using shared memory. I understand that I'm to break the array up ...

2. Implement a simple "graphic pen" effect in C given an array of pixels    stackoverflow.com

I want to write a "graphic pen" filter in C given an array of 32-bit integers (each representing an ARGB pixel). Here's an example of the "graphic pen" filter:

3. Struggling with filtering arrays    cboard.cprogramming.com

Hi Im new to C programming, in fact i started learning it about 4 days ago. I have an assignment which involves fitting an N variable m-th degree Polynomial to data. (I just love my uni, they tell us to go and program stuff without teaching anything about programming) I'm stuck at the begining trying to construct each term. (without the ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.