Programmers Heaven
This site is dedicated to programmers all over the world. Our main goal is to provide a complete starting point for programming related web surfing, file downloading and interaction.
Since this site opened we have gathered more than 32,000 resources to explore. We have tried to collect all kinds of programming related files and links, and new ones are added every week. However, we still need help to maintain this site and make it grow! If you have any good resources, head over to our submissions area and share them with the rest of the community here!
Consider the scenario of…
Consider the scenario of retail store management again.
The store provides discount for all bill amounts based on
the criteria below
• If the bill amount is >2000 the discount percentage is 10.
• If bill amount is 2000 and > 1000 the discount
percentage is 5.
• If bill amount is 1000 and > 500 the discount percentage
is 2
Write a Python program to find the net bill amount after
discount. Observe the output with different values of bill
amount. Assume that bill amount will be always greater
than zero.
Computer architechture
Identify and remove the data dependencies in the following Pipelined MIPs code and remove it (IF EXIST) (4+4) a) With Forwarding b) Without Forwarding for2tst: addi slti bne sll add lw Iw slt beq lw add j $s1, $s0,- 1 $t0, $s1,0 $t0,$zero, Exit2 $t0,$s 1, 2 $t0, $a0,$t1 $t3, 0($t2) $14, 4($t2) $t0,$t4, $t3 $t0, Szero, exit2 $12, 8($t0) $81, $s1, $t2 for2tst Exit 2: s11 j $81, $s1, 2 Exit Exist: Note: Assume $s0=5 initially
How to do echo cancellation…
How to do echo cancellation on real time audio wav file with python
Add new comment
- Add new comment
- 3360 views