|
| |
| |
| |
|
Statistics |
| Unique Visitors: 2 |
| Total Unique Visitors: 24480351 |
| Visitors Out: 3474 |
| Total Visitors Out: 31287 |
|
|
|
| |
|
|
| |
|
| LED or Lamp Pulsar Circuit |
| 2012-02-09 19:15:23 |
Astonishing effect 4.5V supply This circuit operates a LED in pulsing mode, i.e. the LED goes from off state, lights up gradually, then dims gradually, etc. This operation mode is obtained by a triangular wave generator formed by two op-amps contained in a very cheap 8 pin DIL case IC. Q1 ensures current buffering, in [...]...
|
| |
|
| Java applet program that allows the user to draw lines, rectangles and ovals |
| 2012-02-04 19:15:19 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import java.awt.*; import java.applet.*; /* <applet code="Sujith" width=200 height=200> </applet> */ public class Sujith extends Applet { public void paint(Graphics g) { for(int i=0;i<=250;i++) { Color c1=new Color(35-i,55-i,110-i); g.setColor(c1); g.drawRect(250+i,250+i,100+i,100+i); g.drawOval(100+i,100+i,50+i,50+i); g.drawLine(50+i,20+i,10+i,10+i); } } } [...]...
|
| |
|
|
| Fuse Monitor Indicator |
| 2012-02-01 19:16:49 |
Description: The idea for this project may have come to me in a flash of inspiration, and its a very simple way to check if a fuse has blown without removing it from its holder. Notes The simplicity of this circuit uses just two components, but with just one resistor and an LED this circuit [...]...
|
| |
|
| Program for Deadlock detection algorithm |
| 2012-01-29 07:15:23 |
INPUT: enter total no. of processes : 4 enter claim matrix : 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 enter allocation matrix : 1 0 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 [...]...
|
| |
|
| Lie Detector Circuit #2 |
| 2012-01-28 19:15:43 |
This lie detector circuit can be built in a few minutes, but can be incredibly useful when you want to know if someone is really telling you the truth. It is not as sophisticated as the ones the professionals use, but it works. It works by measuring skin resistance, which goes down when you lie. [...]...
|
| |
|
| Java program for creating multiple threads |
| 2012-01-27 07:15:40 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 class NewThread implements Runnable { String name; Thread [...]...
|
| |
|
| C program for Round Robin CPU Scheduling Algorithm |
| 2012-01-26 19:15:45 |
INPUT : enter the process name : aaa enter the processing time : 4 enter the process name : bbb enter the processing time : 3 enter the process name : ccc enter the processing time : 2 enter the process name : ddd enter the processing time : 5 enter the process name : [...]...
|
| |
|
| Circuit Troubleshooting |
| 2012-01-24 19:16:01 |
Short notes about Circuit troubleshooting. - Check the circuit for mechanical failures, like disconnected wire, broken vias on the board, and connections between two adjacent vias which are not to be connected. - You should compare values of components and their connections with values and connections between components on the schematic. - Measuring DC voltages [...]...
|
| |
|
| Brightness Controller Circuit For Small Lamps and Leds |
| 2012-01-17 07:15:34 |
Switch-mode driven 1.5V bulb, Portable unit – 3V battery supply This device was designed on request; to control the light intensity of four filament lamps (i.e. a ring illuminator) powered by two AA or AAA batteries, for close-up pictures with a digital camera. Obviously it can be used in other ways, at anyone’s will.IC1 generates [...]...
|
| |
|
| |
 |