Posts

Lover's Marriage (காதலியின் திருமணம் )

Image

Learn 5 Words a day

1.Mar -   to damage or to spoil Something good Example : The Opening Ceremony of the world cup was marred by the protesters.  Synonyms:  Blight , Ruin Blight: His Company has been blighted by his enemies. Ruin: The rain ruined the match between India and Srilanka. 2. Squander- to waste money,time etc., Example: The team squandered several good scoring chances 3. Lavish- large in amount, impressive Example: He lives a lavish lifestyle.   Synonyms: Extravagant, Luxurious Extravagant: My Dad warned me not to be extravagant with water Luxurious: My friend wants a luxurious life. ( Opposite: Spartan )  4.Aggravate- to annoy somebody, to make an illness/Unpleasant situation. Example: His worst behavior is very aggravating. Synonyms: Irritate 5. Tantamount- to amount to as much, to be equivalent , having the same bad effect as something else. Example: If he resigned it would be tantamount to admit...

Funny Facebook Posts

Post by Po Nee PO-The Feel Of True Love .

எனது ஆசை

அவள் எனது தாலியை சுமக்க தொடங்கிய நிமிடத்தில் இருந்து அவளது வாழ்வில் துக்கம் , சோகம் , கவலை , அழுகை போன்ற வாக்கியங்கள் அவள் அகராதியில் இருந்து நீங்க வேண்டும் . என்னை மனதார தாங்கியவள் அவள் அவளே எனது முதல் குழந்தை அவளை நான் என் மூச்சு உள்ளவரை சுமக்க வேண்டும் என் மார்பில்.....

ஆசையோடு ஏற்று கொள்வேன்

Image
ஆயிரம் ஆண்டுகள் தனியே மரமாய்  மாறும் சாபமென்றாலும் மகிழ்ச்சியோடு ஏற்று கொள்வேன் பெண்ணே..! என்னிழலில் ஒரு நொடியேனும் நீ இளைப்பாருவாய் என்றால்!! ---------------------------------------------------------------------- என்னுடைய உலகம் என்றும்                உன்னை சுற்றியே வட்டமிடும்..! என்னுடைய பாதை யாவும்                உன்னை மட்டுமே அணுகவிடும்..! கண்விழிகள் இரண்டும் கூட                உன் விழிகளையே தேடியோடும்..! காந்தம்போல என்மனம் தினம்                உன் நினைவையே கவர்ந்துவிடும்..!

Program to Copy and Paste files from one directory to another using Java programming

import java.io.*; class FileInDemo {    public static void main (String as[]) throws Exception    {       File f=new File ("F:/Images/"); //Directory Folder       int a;       File fa[]=f.listFiles();       for( File faa: fa) //Enhanced For Loop       {       FileInputStream fis=new FileInputStream (faa.getPath());       FileOutputStream fos=new FileOutputStream (faa.getName());       while((a=fis.read())!=-1)           {             fos.write(a);            }        }    } }

உனக்காக....

உனக்கே தெரியாமல் உனக்காக எழுதுகின்றேன் உன்னைப்பற்றி என்றாவது ஒருநாள் நீ இதை பார்த்து புரிந்துகொள்வாய ் என்று ஆனால் அன்று உனக்கும் தெரியாது இது உனக்காக என்று -- Via Facebook.. 

Anna University Madurai-6th semester Laboratory Experiment for ECE

10144EC607 COMPUTER NETWORKS LAB L T P C 0 0 3 2 1. PC to PC Communication Parallel Communication using 8 bit parallel cable Serial communication using RS 232C 2. Ethernet LAN protocol To create scenario and study the performance of CSMA/CD protocol through simulation 3. Token bus and token ring protocols To create scenario and study the performance of token bus and token ring protocols through simulation 4. Wireless LAN protocols To create scenario and study the performance of network with CSMA / CA protocol and compare with CSMA/CD protocols. 5. Implementation and study of stop and wait protocol 6. Implementation and study of Goback-N and selective repeat protocols 7. Implementation of distance vector routing algorithm 8. Implementation of Link state routing algorithm 9. Implementation of Data encryption and decryption 10. Transfer of files from PC to PC using Windows / Unix socket processing TOTAL= 45 PERIODS Requirement for a batch of 3...

Anna University Madurai-6th semester Elective paper for ECE

SEMESTER VI – Elective I (E01) Code No. Course Title L T P C 10144ECE11 Medical Electronics 3 0 0 3 10144ECE12 Operating Systems 3 0 0 3 10144ECE13 Solid State Electronic Devices 3 0 0 3 10144ECE14 Speech Processing 3 0 0 3 10144ECE15 Numerical Methods 3 1 0 4 10144ECE16 Multicore Programming 3 0 0 3 ------------------------------------------------------------------ 10144ECE11 MEDICAL ELECTRONICS L T P C 3 0 0 3 UNIT I ELECTRO-PHYSIOLOGY AND BIO-POTENTIAL RECORDING 9 The origin of Bio-potentials; biopotential electrodes, biological amplifiers, ECG, EEG, EMG, PCG, EOG, lead systems and recording methods, typical waveforms and signal characteristics.                   UNIT II BIO-CHEMICAL AND NON ELECTRICAL PARAMETER MEASUREMENT 9 PH, PO2, PCO2, PHCO3, Electrophoresis, colorimeter, photometer, Auto analyzer, Blood flow meter, cardiac output, respirator...