Search:

Type: Posts; User: JohnnyOmari

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Threads Problem in Programming Multithreading

    Hi guys ;
    I'm trying to solve as much as possible multithreading problems in regard of getting a job ; I've
    seen this problem of multithreading:
    Top Multithreading Interview Question #full Answer...
  2. Replies
    2
    Views
    4,694

    Finding the pair matched to given sum

    Hi guys .
    I'm struggling to implement in C a function that gets as two inputs , one input is an integer array, second input is the given sum.
    the function returns the pairs of two element that its...
  3. I would much appreciate @laser about the...

    I would much appreciate @laser about the direction on the solution, he's really pro-tutor :) ... I succeeded to implement the function! thanks alot !!!

    thank you all for the assistance, appreciate.
  4. Alright as you wish, lets take part part till we...

    Alright as you wish, lets take part part till we succeed !

    Now, Im trying to implement the part that finding each occurrence of given SearchedWord within the given array.

    What I tried to write...
  5. Replies
    10
    Views
    9,163

    I believe I answered you by "appreciated" , it...

    I believe I answered you by "appreciated" , it means that you given me the correct answer !

    Really appreciated and thanks for your advance!


    Alright I misused the word permutations in my...
  6. I understand you much! , thanks alot. but my...

    I understand you much! , thanks alot.
    but my problem is what the algorithm to use for grabbing each 8followed bit after each occurrence of SearchedWord and storing them in the matrix(at the end I...
  7. I understand, but here you're not searching for...

    I understand, but here you're not searching for the searched word , didn't I explain the question in a good way? because maybe you missunderstand the question. so what you attached don't help me ..
    ...
  8. Yes exactly this what I'm looking for but be...

    Yes exactly this what I'm looking for but be careful if the searched word occurrence once then at least there's 8bits appear before the next occurrence of the searched word(in your example you wrote...
  9. Returning Correspond Matrix to problem rules

    Hi ;
    Im trying to implement in c a function that's called Sniffer which gets two inputs and returns the correspond matrix.
    First input is an integer binary array values (just zero or one)
    second...
  10. straight forward ! Understand. appreciated .

    straight forward !
    Understand.

    appreciated .
  11. @laser appreciate for your help, I need to...

    @laser
    appreciate for your help, I need to understand the algorithm, what I understand from your last comment the the treck in the question is in DSSS.
    may you explain the algorithm by more...
  12. Alright, I posted their my fault just because the...

    Alright, I posted their my fault just because the solution could be in c.
  13. Pre-Mapping issue (could be in C or C++ )

    I'm trying to implement a function in C++(or c) that gets two inputs, one input is an array of integers value (binary values just zero or one) , the second input is an integer value one of those...
  14. Replies
    10
    Views
    9,163

    Hi , I appreciate much your help @salem , @John.C...

    Hi , I appreciate much your help @salem , @John.C .
    @Salem I din't get an answer there, because if you even read my post their you would understand that what I need is to understand the algorithm in...
  15. Replies
    10
    Views
    9,163

    if can't be equipartitioned then the function...

    if can't be equipartitioned then the function should return this possibility.

    In each set (consist of three parts) , each part of the set should have the same number of occurrence of 'a' for each...
  16. different opinions accepted (more for beginner programmers / CS students )

    by a week I'm searching for a good tutorial to understand start with
    in order to understand the concept of programming but not in high
    level, I mean because I didn't learn about electronics and...
  17. Replies
    10
    Views
    9,163

    Permutations Problem Help

    Hi guys,
    I'm struggling to solve and implement in C a function that gets as input
    a "string" which it contains the chars 'a' or 'b' (the input string might be included chars 'a' and 'b' altogether)...
  18. Replies
    3
    Views
    5,502

    What do you mean? so creating array with...

    What do you mean?
    so creating array with variable length(not dynamically) depends on which compiler I use? I want to understand if it's allowed in c or not .
    @lets forget from c++.

    thanks
  19. Replies
    3
    Views
    5,502

    Size of array concept in C/C++

    Hi guys,
    As I understand that the if the length of the array isn't constant (variable) then in c/c++ I can't declare it and I must create it dynamically.
    This point I understand, but what about if...
  20. Alright, you're right, SOLVED It appreciated!

    Alright, you're right, SOLVED It appreciated!
  21. Thanks for your reply, I already solved the...

    Thanks for your reply, I already solved the compilation error, and now I have wrong output.
    Appreciated for any help/suggestion.
  22. Hi, I edited my code again, and I fixed all the...

    Hi, I edited my code again, and I fixed all the compilation error , but I get wrong output ..wrong output of the array positions:
    (Yes I used some library from C++ but it's ok .. I can use c/c++ in...
  23. #include #include ...

    #include<stdio.h>
    #include<stdbool.h>

    zeroCrossing(float *data, float *zerCross, int nx);
    /* zero crossing function */
    /* data = input array which it's the Array data*/
    /* zerCross = output...
  24. How to return the edge points positions-zero crossing points of array values?

    Hello !
    I'm trying to implement in c a function that returns the positions of the zero crossing points of its array values, this means to return all the positions where there's a transition between...
  25. Changing constant value by pointer variable

    Hi guys.
    I'm wondering if it's possible that when I declare an constant value and I point to it by pointer variable (not constant pointer variable) ... is it legible and possible to change the value...
Results 1 to 25 of 35
Page 1 of 2 1 2