Kontera

Wednesday, December 30, 2009

MIT Open Course Ware - Computer Science

Privacy and Terms of Use Introduction to MATLAB® Introduction to C++ Data Communication Networks Programming Languages Computer System Architecture Distributed Computer Systems Engineering Techniques in Artificial Intelligence Principles of Computer Systems Multithreaded Parallelism: Languages and Compilers Operating System Engineering Computer...

Wednesday, December 23, 2009

Sending Email with ASP.NET - The quickest way

What actually happens in the script? The complete email support resides in the System.Web.Mail namespace. In this namespace we find the class SmtpMail, whose static Send method can accept four parameters: SmtpMail.Send(From, To, Subject, BodyTex...

B.Tech Computer Science Lab Manuals

C Programming Lab C++ Programming Lab Database Management Lab Data Structures Lab Microprocessor L...

Tuesday, December 22, 2009

Download MG University, CUSAT B.Tech Syllabus

Download Computer Science(MG University) Syllabus CUSAT B.Tech Sylla...

Good Programming Practices

Documentation Comment your code such that it is clear what you code does. You should be able to figure out your code years after its written .A good programmer should be able to figure out what your code does from your comments. Your code should be well formatted  • Use Tabs to indent: Use tabs to indent; don’t use spaces. The problem with...

Friday, December 4, 2009

THE 8255 PROGRAMMABLE PERIPHERAL INTERFACE

The 8255 is a widely used, programmable, parallel I/O device. • It can be programmed to transfer data under various conditions, from simple I/O to interrupt I/O. • It is flexible, versatile and economical and complex. The 8255 has 24 I/O pins that can be grouped primarily into two 8 bit parallel ports: A and B, with the remaining 8 bits a port...