Here we go.......
IIT lecture vidoe links:
-----------------------
1. ECE lectures
http://nptel.iitm.ac.in/courses.php?branch=Ece
2.Digital Image Processing
http://nptel.iitm.ac.in/video.php?courseId=1079
For Free Download of Books:
-----------------------------
1. www.chmpdf.com
2. www.freebookspot.in
3. gigapedia.ws
For Electronics Software:
--------------------------
1. gigle.ws
2. electronic-student.blogspot.com
---Thats all for this post.....
pavan
Wednesday, December 2, 2009
Subscribe to:
Posts (Atom)
Constraint to have N elements distributed in M bins
Code to distribute N elements into M bins, you add unique keyword to have each bin will have unique number of elements. class test; param...
-
Problem statement : 8 queens should be placed on a chess board such that no queen can kill each other. Notes : To solve this we need to kno...
-
Following is the SV code for knight tour. On each randomisation, we get the next position of knight. The concept is simple, based on which w...