No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
EE Student
- Interests
- Engineering
4 Posted Topics
I'm trying to write a program that will ask the user to input the number of values he wants, prompt him for the values and then print out the maximum value and the minimum value. This is what I have so far: count=1 echo "Enter number of integers" read n … | |
I want to write a program that does the following: reads and integer matrix from stdin and outputs the input matrix, its transpose and multiplication of the input matrix with its transpose. I limited the matrix to a 10x10. I want to ask the user to enter a number of … | |
Hello, I am having difficulty writing a function file that produces an echo to a .wav recording I made. How do you create one? Thanks! | |
Hello, I want to use Hamming Code to correct any BER's that I have streaming from a text file. The contents of my text file are as follows: 0 0 1 0 1 1 0 0 0 1 0 1 1 1 1 1 1 0 0 0 0 1 … |
The End.