Search Results

Search: Posts Made By: shashi
Forum: Programming 11-18-2008
8,519
Posted By shashi
Multiple process using fork()
I have a code which has four different process, each printing different message. I have provided it with user input (implemented using thread), depending on which the corresponding message from that...
Forum: Programming 10-20-2008
15,373
Posted By shashi
I have designed my client in such a way that it...
I have designed my client in such a way that it picks a file present in specified directory and keeps sending that data till end of file and then picks up next file and sends data ,it continues.
...
Forum: Programming 10-17-2008
15,373
Posted By shashi
socket programming (UDP with multiple clients)
Hi all,

I have an application where


there are 5 udp clients/senders which keep sending data to same IP with different port number

can I design my udp server to recieve data from...
Forum: Programming 09-19-2008
6,612
Posted By shashi
Actualy working towards finding DCT of samples,...
Actualy working towards finding DCT of samples, so need accurate values
Forum: Programming 09-18-2008
6,612
Posted By shashi
ya I have done the same, its not working
ya I have done the same, its not working
Forum: Programming 09-18-2008
6,612
Posted By shashi
thanks for the reply, but its not working , I...
thanks for the reply,
but its not working , I do link with -lm, still not getting correct value which is 0.999624217 but I am getting 0.000796
:confused:
Forum: Programming 09-18-2008
6,612
Posted By shashi
cos() command not working in Linux
Hi,
I have written a c program to find cos() of a value , its not working, I am getting value of "val " as 0000.

#include<stdio.h>
#include<math.h>
main()
{
float val;
val = cosf(...
Forum: Programming 09-12-2008
7,887
Posted By shashi
calculating frame size of MPEG file Read the...
calculating frame size of MPEG file

Read the BitRate, SampleRate and Padding (as value of one or zero) of the frame header and use the formula:

FrameSize = 144 * BitRate / SampleRate + Padding...
Forum: Programming 09-11-2008
7,887
Posted By shashi
to find header in Mp3 file and retrieve data
hi all,
In an mp3 file , data is arranged in sequence of header and data ,how to retrieve data between two headers. Is the data between two headers fixed? because as per theory it says 1152...
Forum: Programming 08-25-2008
2,244
Posted By shashi
problem with playing a song using mplayer
Hi all,
I have an application program which keeps reading an audio file from a directory one after the other , once a file is chosen it keeps sending data in terms of 60000 bytes to a...
Forum: Programming 08-22-2008
3,769
Posted By shashi
thanx , adding "\n" and fflush(stdout ) , both...
thanx , adding "\n" and fflush(stdout ) , both are working
Forum: Programming 08-22-2008
3,769
Posted By shashi
its workin, thank u
its workin, thank u
Forum: Programming 08-20-2008
3,769
Posted By shashi
problem with sleep command
Hi all,
I have a following code,(linux)

#include<stdio.h>
#include<unistd.h>

int main()
{
printf("start");
sleep(3);
printf("stop");
return 0;
}


i am getting output as
...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 11:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy