Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by dioblo0507

  1. D

    Even or Odd parity check subroutine using PERL

    wow~ ur program is much more advance than my simple and stupid program >.< Thanks for sharing ur knowledge and most probably i will use ur program in my project...is it ok?
  2. D

    Even or Odd parity check subroutine using PERL

    Problem solved. Thread closed... ---------- Post added at 06:11 ---------- Previous post was at 06:11 ---------- Below is my code... #!/usr/bin/perl #use strict; use warnings; @binary = (0,0,1,0,0,1,1,1,1,0); for ($i = 0; $i < 10; $i++){ $bit = shift(@binary); if ($bit == 1){...
  3. D

    Even or Odd parity check subroutine using PERL

    Even parity check subroutine using PERL Hello, I'm writing a PERL program to implement the I/O module of our computer. One of the features of my I/O module is error detection for the data coming from or out to external devices. I'd to know how to program the even parity check of 10 bits word...

Part and Inventory Search

Back
Top