OnGeekSide
Friday, 27 March 2015
Friday, 15 August 2014
BE essentials
Sem 7 syllabus
http://comp.spit.ac.in/pdf/be-2007.pdf
1. Digital Signal & Image Processing
http://www.mediafire.com/view/pg0ckbm1p77skmh/dip_gw.pdf
2.Robotics and AI
http://www.mediafire.com/view/1l3c6tfb8ts5s50/artificial-intelligence-modern-approach.9780131038059.25368.pdf
3. System Security
http://www.mediafire.com/view/p4d6zlm3m2cnwab/9781133511960.pdf
4.Soft Computing
http://www.mediafire.com/view/h2r793f2v99sa5v/Neuro-Fuzzy_and_Soft_Computing_(Jang).pdf
5.E-commerce
http://www.mediafire.com/view/p4d6zlm3m2cnwab/9781133511960.pdf
BE extras
System security PPTS
All other subjects PPTS
Monday, 5 May 2014
For all my friends who have Maths 3 and maths 4 (K.T. or Regular ) in computer engineering (Mumbai University) here a formula book for solving integration and laplace and various formulas required for solving complex integration , please download it and take printout of it , it will be very necessary while solving lots of maths sums , and for all my buds who got kt make sure u get passed this time
https://www.mediafire.com/folder/c9lvdsjqigxca/Formula_Book
there are all formulas necessary to solve Maths 3 and maths 4 sums
NOTE:make an account in Mediafire : online storage gives u more than 50GB space
https://mfi.re/?nbckme3
GOOD LUCK , Fellas.
if any problem just mail me at contact form.
Saturday, 12 April 2014
HTC Explorer Bug
About a month ago i found a bug in my phone HTC Explorer that makes its "All Apps & phone"tab disappear.
if u want to see the bug you have to follow following steps
1.Go to home screen
2. Press the "All Apps" tab then press quickly options tab , so that such screen should appear
3.Now select "Edit home"
4.Hold any App icon & drag the App to the "Remove "tab
5. And leave it you will notice "All Apps & phone"tab disappear.
6."BAAM"
Wednesday, 25 December 2013
hi guys, i am rajan, 6th sem gonna start in jan , sucks that college starts so early, anyways here's the syllabus and reference books to get started
here is the entire sem 6 package link (inludes all booksand syllabus)
(if u dont have 4shared account just sign up for it , itz safe dont worry)
or
u ca n get individual items from following links
SYLLABUS SEM 6
1.Advance Computer Networking
TCP/IP Protocol Suite-Forouzan
2.System Programming And Complier Construction
Compilers: Principles, Techniques, and Tools
3.Object Oriented Software Engineering
Object-Oriented Software Engineering-Schach
4.Advance Microprocessor
Computer Architecture & P arallel P rocessing
5.Data Warehouse And Mining
The Data Warehouse Lifecycle Toolkit
Data Mining: Concepts and Techniques
Saturday, 27 July 2013
Microprocessor Programs
Here is the 8086 programs that might help u for engineers and all other guys who are interested
here the list of programs in the link given below , here all all necessary programs for microprocessor practicals
To find 1’s complement of a number.
|
Programb1.doc
|
Program to find 2’s complement of a
number.
|
Programb2.doc
|
Program to mask lower nibble.
|
Programb3.doc
|
Program to mask upper nibble.
|
Programb4.doc
|
Program to pack the two unpacked
BCD numbers.
|
Programb5.doc
|
Program to unpack the packed BCD
number.
|
Programb6.doc
|
Count the number of 1’s in a
register.
|
Programb7.doc
|
Add two 8 bit numbers.
|
Programb8.doc
|
Subtract two 8 bit numbers
|
Programb9.doc
|
To multiply two 8 bit numbers
|
Programb10.doc
|
Multiply two 8 bit numbers using
successive addition method
|
Programb11.doc
|
Multiply two 8 bit numbers using
add and shift method
|
Programb12.doc
|
Add 8 bit BCD numbers
|
Programb13.doc
|
Subtract 8 bit BCD numbers
|
Programb14.doc
|
Program to multiply two 8 bit BCD
numbers
|
Programb15.doc
|
Add two 16 bit BCD numbers
|
Programb16.doc
|
Divide 16 bit numbers by an 8 bit
numbers
|
Programb17.doc
|
Add two 16 bit numbers
|
Programb18.doc
|
Subtract two 16 bit numbers
|
Programb19.doc
|
Multiply two 16 bit numbers
|
Programb20.doc
|
Add two 32 bit numbers
|
Programb21.doc
|
Subtract two 32 bit numbers
|
Programb22.doc
|
Program for Simulating AAA
Instruction
|
Programb23.doc
|
Program for Binary-Gray conversion
|
Programb24.doc
|
Program For Conversion of BCD to
Hex
|
Programb25.doc
|
Program For Conversion of Hex to
BCD
|
Programb26.doc
|
Program for BCD to 7 segment code
conversion
|
Programb27.doc
|
Program to find 2’s complement of a
number
|
Programb28.doc
|
To find 1’s complement of a number
|
Programb29.doc
|
Transfer a block of N bytes from
source to destination
(Non overlapped block transfer) |
Programb30.doc
|
To perform overlapped block
transfer for a block of N bytes from
source to destination
|
Programb31.doc
|
Program to sort the numbers in
ascending order
|
Programb32.doc
|
Program to sort the numbers in descending
order
|
Programb33.doc
|
Add block of N numbers
|
Programb34.doc
|
Program to find Average of block of
N bytes
|
Programb35.doc
|
To reverse the contents of block of
N bytes and transfer them from
source to destination |
Programb36.doc
|
Program to find maximum number in
the array
|
Programb37.doc
|
Program to find the number of negative numbers in the array
|
Programb38.doc
|
To find and count the number of
negative numbers from an array of signed numbers
|
Programb39.doc
|
Program for checking the parity of
number is Odd or even
|
Programb40.doc
|
Program to Add two 3 ´ 3
matrices
|
Programb41.doc
|
Program to subtract two 3 ´ 3
matrices
|
Programb42.doc
|
To find the square of a number
|
Programb43.doc
|
To find the factorial of a number
|
Programb44.doc
|
To find the Factorial of a Number
using Recursive procedure
|
Programb45.doc
|
Program to find LCM of two numbers
|
Programb46.doc
|
Program to find the GCD of two
numbers
|
Programb47.doc
|
To find nCr of a number
|
Programb48.doc
|
To find Fibonacci series of N given
terms
|
Programb49.doc
|
Multiply two 16 bit signed numbers
|
Programb50.doc
|
Divide 16 bit signed numbers by a
16 bit signed numbers
|
Programb51.doc
|
Divide two BCD numbers
|
Programb52.doc
|
Add two 8 bit ASCII numbers
|
Programb53.doc
|
Subtract two 8 bit ASCII numbers
|
Programb54.doc
|
Program for ASCII-Binary conversion
|
Programb55.doc
|
Program for Binary-ASCII conversion
|
Programb56.doc
|
Program for ASCII-BCD conversion
|
Programb57.doc
|
Program for BCD-ASCII conversion
|
Programb58.doc
|
Program to compare given strings
|
Programb59.doc
|
Program for operation on strings
|
Programb60.doc
|
To concatenate Two Strings using
Procedure
|
Programb61.doc
|
To find the String Length of the
given string
|
Programb62.doc
|
To Reverse the given string
|
Programb63.doc
|
To find the occurrence of substring
in the given string
|
Programb64.doc
|
Program for case conversion
|
Programb65.doc
|
Data block Transfer using string
instructions
|
Programb66.doc
|
Here the link , go ahead n enjoy
Wednesday, 17 July 2013
Sem 5 book for computer engg
Sem 5 books
Hi there engg. guys , i have uploaded engg. books of sem 5 , i think u might find it useful
list of books down there
- Data Communications and Networking By Behrouz A.Forouzan
2.Mcgraw.Hil.Database.Management. Systems. 2nd Ed
3.Theory of automata formal languages and computation eugeune xavier
4.Computer Networks - A Tanenbaum - 5th edition
5.Web Engineering - John wiley and Sons
so this are the books in the zip file given in link below
this truly recommendable books for engg. from mumbai university for sem5
hope u find it useful
the link is given below
Subscribe to:
Posts (Atom)