Tuesday, December 25, 2012

STRUCTURAL ANALYSIS University Question Paper


STRUCTURAL ANALYSIS University Question Paper


Ċ2 CE331 STRUCTURAL ANALYSIS D03.pdf
View Download



Railway Airport and ports Question Bank


Railway Airport and ports Question Bank  :

                           The Unit Wise notes for the subject has been attached on the following link

                      click here to download  -- CLICK HERE 
                           
                                  Link : https://docs.google.com/open?id=0B8VDnKzfglNnVmt4NGp0VlpadUU

Monday, December 24, 2012

Multibyte Addition


Multibyte Addition :


              The Microchip PIC instruction set provides opcodes that will perform the addition or subtraction two 8-bit values but what if we need to add or subtract 16-, 24- or 32-bit values held in several bytes?

16 bit division by repeated subtraction

16 bit division by repeated subtraction


16 bit multiplication by repeated addition


16 bit multiplication by repeated addition



16 Bit Subtraction

16 Bit Subtraction




16 Bit addition Using DAD Command

16 Bit addition Using DAD Command



8 Bit Division by Repeated Subtraction

8 Bit Division by Repeated Subtraction


8 Bit Multiplication by Repeated Addition

8 Bit Multiplication by Repeated Addition



8 bit subtraction - Indirect Addressing Mode

8 bit subtraction - Indirect Addressing Mode


8 Bit Addition Indirect Addressing Mode


8 Bit Addition Indirect Addressing Mode



8 Bit Addition Direct Addressing Mode

8 Bit Addition Direct Addressing Mode



courtesy : +Amudha Muthukumar 

8 - Bit addition Immediate Addressing Mode


8 - Bit addition Immediate Addressing Mode



         
       courtesy :
                          +Amudha Muthukumar 

Friday, December 14, 2012

SONY PC CompanioN Latest version


SONY PC Companion




PC Companion is a computer application that acts as a portal to Sony Xperia and operator features and applications, such as phone software updates, management of contacts and calendar, media management with Media Go, and a backup and restore feature for your phone content (availability of applications depends on your phone and operator). Over time, more applications can be added and downloaded when made available by Sony Xperia or your operator.

System requirements

  • Internet broadband connection
  • Intel® Pentium® 4, 3.6 GHz or equivalent AMD processor
  • 500 MB free hard disk space
  • 2 GB RAM
  • 1 available USB 2.0 port and USB cable
  • Microsoft® Windows XP™ SP2 (32 bit), Vista (32/64 bit) or Windows 7 (32/64 bit) or Windows 8 (32/64 bit)*
*PC Companion is not supported on Windows RT

Installation instructions

  1. Download the installation package to a temporary folder on your PC.
  2. Run the downloaded file, and follow the instructions that appear.

Version: 2.10.115 (Prod 27.1)
                                                                  File size 26,3 MB

How to run Android apps on Windows PC

How to run Android apps on Windows PC ?

There are many answers but the one most prefer is BlueStacks App Player
 

Running Android apps on Windows PC via BlueStacks App Player

Want to play Android games or run your favourite Android apps on your Windows PC, then you need BlueStacks App Player. The first beta version of the App Player was released today for general public with a host of pre-loaded Android apps and direct access to download more.

Improving a lot from the Alpha version that 
was made available last year, the current beta allows you to play even the most graphic-intensive Android games on your PC, thanks to the in-built hardware graphics acceleration.







Using the company's LayerCake technology, BlueStack beta is basically converting the ARM compatible Android apps to run on x86 platform and that too with a great efficiency. It uses PC's graphics card to run graphic intensive apps/games or replicates accelerometer input for the apps via mouse interactions or arrow keys.

Company has also partnered with developers of Fruit Ninja, SliceIt, Nook, Townsmen, Evernote, Defender and StumbleUpon to pre-load their apps on the beta version of BlueStacks App Player. Users will also have access to GetJar, 1Mobile, and Amazon to get more Android apps and games within the App Player itself.

So, rather than buying the paid PC version of Angry Birds Space, you can now just grab the free ad-supported Android version and play it on your Windows PC.




download link   -- click here to download BlueStacks App Player

http://www.mediafire.com/?c40ih1ayl4plita



C# complete tutorial download free

C# complete tutorial download free


collection of offline pages that can help you for learning c# 

C tutorial.rar

Plan for nov dec 2012 c# exam

Plan for nov dec 2012 c# exam 

only 8 marks are asked no 16 mark questions

unit 1 

operator and expression
statements
arrays and structures
program structure and simple i/o
basic elements of c#

unit 2*

property and indexes
delegates
publish/subscribe design pattern
operator and method overloading
multiple inheritence

unit 3 *

stream oriented operation
multitasking
multithreading
thread operation
synchronization

unit 4

working with xml
reading and writing xml data
xpath to search xml
ado.net arch
ado.net connected and disconnected 


unit 5

building xml web service
web service client
wsdl and soap
web service with complex data types
web service performance 


note :  * in unit 2 or 3 (i.e in q.no 12 or 13) simple programs are asked for 8 marks 

cs706 C# dot net unit wise notes ppt pdf [ c# .net ]

cs706 C# dot net unit wise notes ppt pdf  [ c# .net ] 

notes for all units from unit 1 to unit 5


ćUNIT 1.ppt
View Download




ćUNIT 2.ppt
View Download




ćUNIT 3.ppt
View Download



ćUNIT 4.ppt
View Download



ćUNIT 5.ppt
View Download











Course Plan:: C# and .NET Framework cs706


 Course Plan:: C# and .NET Framework   cs706C# and .NET Framework   cs706
Course Plan
Subject Code   : CS706                                              
Subject Name  : C# and .NET Framework                   
TEXT BOOK:
T1 - S.Thamarai  Selvi  and  R.  Murugesan  A  Textbook  on  C#  ,  Pearson Education,2003.
T2 - Stephen C. Perry Core C# and .NET, Pearson Education,2006. (Xerox)

S.No
Topic
Page No.
Teaching Aid
No of Hrs
Cum. Hrs
         1.          
Introduction about the subject
1
1

UNIT – I
         2.          
Review of OOP Concepts
T(20-28)
-
1
2
         3.          
Overview of .NET Framework
T(28-38)
-
2
4
         4.          
Basic Elements of C#
T(39-63)

1
5
         5.          
Program   Structure   and   simple   Input   and   Output   Operations  
T(72-80)
-
1
6
         6.          
Operators  and Expressions
T(80-88)
PPT
2
8
         7.          
Statements
T(88-99)
PPT
1
9
         8.          
Arrays and Structures
T(99-107)
-
1
10

UNIT – II
         9.          
Inheritance
T(137-148)
-
1
11
       10.        
Namespace
T(148-156)
PPT
1
12
       11.        
Polymorphism
T(156-167)
-
1
13
       12.        
Interface  and  Overloading:
Multiple Inheritance
T(192-198)
-
1
14
       13.        
Property, Indexes
T(208-216)
-
1
15
       14.        
Delegates
T(216-228)
PPT
1
16
       15.        
Publish/Subscribe Design Patterns
T(228-244)
-
1
17
       16.        
Operator Overloading-Method Overloading
T(244-253)
-
2
19

UNIT – III
       17.        
C# Concepts for creating Data Structures
T(265-273)
-
1
20
       18.        
File Operations:
File Management systems
T(273-284)
-
1
21
       19.        
Stream  Oriented  Operations
T(284-298)
-
2
23
       20.        
Multitasking
T(298-315)
-
1
24
       21.        
Multithreading
T(323-329)
-
1
25
       22.        
Thread  Operation
T(329-338)
PPT
2
27
       23.        
Synchronization.
T(338-350)
-
1
28

UNIT – IV
       24.        
Working with XML
T2(462-471)
-
1
29
       25.        
Techniques for Reading and Writing XML Data
T2(472-484)
-
2
31
       26.        
Using XPath to Search XML
T2(485-493)
-
1
32
       27.        
ADO.NET Architecture
T2(498-502)
Video
1
33
       28.        
ADO.NET Connected and Disconnected Models
T2(502-533)
-
2
35
       29.        
XML and ADO.NET
T2(533-540)
-
1
36
       30.        
Simple and Complex Data Binding
T2(546-563)
-
       31.        
Data Grid view class
T2(563-584)
-
1
37

UNIT – V
       32.        
Application Domains,  Remoting,  Leasing and Sponsorship  
Notes
-
1
38
       33.        
.NET Coding Design Guidelines
T2(682-691)

1
39
       34.        
Assemblies
       35.        
Security,  Application  Development 
T2(692-728)
-
1
40
       36.        
Web  Services
T2(870-874)
-
1
41
       37.        
Building an XML Web Service
T2(875-883)
Video
1
42
       38.        
Web Service Client
T2(884-894)
-
1
43
       39.        
WSDL and SOAP
T2(895-906)
PPT
2
45
       40.        
Web Service with Complex Data Types,  Web Service Performance
T2(906-918)
-
1
46
       41.        
Review
1
47
Advance Topic:
·         MVC Architecture in C# .net
References:
  1. http://dotnet.jku.at/courses/csharp/download/Slides.aspx
  2. http://dotnet.jku.at/csbook/solutions
  3. http://www.dotnetperls.com/datagridview
  4. http://www.c-sharpcorner.com/uploadfile/tusharkantagarwal/objectorientedcsharp11162005070743am/objectorientedcsharp.aspx
  5. http://www.c-sharpcorner.com/uploadfile/eecabral/oopsand.net211102005075520am/oopsand.net2.aspx

Slider

Image Slider By engineerportal.blogspot.in The slide is a linking image  Welcome to Engineer Portal... #htmlcaption

Tamil Short Film Laptaap

Tamil Short Film Laptaap
Laptapp

Labels

About Blogging (1) Advance Data Structure (2) ADVANCED COMPUTER ARCHITECTURE (4) Advanced Database (4) ADVANCED DATABASE TECHNOLOGY (4) ADVANCED JAVA PROGRAMMING (1) ADVANCED OPERATING SYSTEMS (3) ADVANCED OPERATING SYSTEMS LAB (2) Agriculture and Technology (1) Analag and Digital Communication (1) Android (1) Applet (1) ARTIFICIAL INTELLIGENCE (3) aspiration 2020 (3) assignment cse (12) AT (1) AT - key (1) Attacker World (6) Basic Electrical Engineering (1) C (1) C Aptitude (20) C Program (87) C# AND .NET FRAMEWORK (11) C++ (1) Calculator (1) Chemistry (1) Cloud Computing Lab (1) Compiler Design (8) Computer Graphics Lab (31) COMPUTER GRAPHICS LABORATORY (1) COMPUTER GRAPHICS Theory (1) COMPUTER NETWORKS (3) computer organisation and architecture (1) Course Plan (2) Cricket (1) cryptography and network security (3) CS 810 (2) cse syllabus (29) Cyberoam (1) Data Mining Techniques (5) Data structures (3) DATA WAREHOUSING AND DATA MINING (4) DATABASE MANAGEMENT SYSTEMS (8) DBMS Lab (11) Design and Analysis Algorithm CS 41 (1) Design and Management of Computer Networks (2) Development in Transportation (1) Digital Principles and System Design (1) Digital Signal Processing (15) DISCRETE MATHEMATICS (1) dos box (1) Download (1) ebooks (11) electronic circuits and electron devices (1) Embedded Software Development (4) Embedded systems lab (4) Embedded systems theory (1) Engineer Portal (1) ENGINEERING ECONOMICS AND FINANCIAL ACCOUNTING (5) ENGINEERING PHYSICS (1) english lab (7) Entertainment (1) Facebook (2) fact (31) FUNDAMENTALS OF COMPUTING AND PROGRAMMING (3) Gate (3) General (3) gitlab (1) Global warming (1) GRAPH THEORY (1) Grid Computing (11) hacking (4) HIGH SPEED NETWORKS (1) Horizon (1) III year (1) INFORMATION SECURITY (1) Installation (1) INTELLECTUAL PROPERTY RIGHTS (IPR) (1) Internal Test (13) internet programming lab (20) IPL (1) Java (38) java lab (1) Java Programs (28) jdbc (1) jsp (1) KNOWLEDGE MANAGEMENT (1) lab syllabus (4) MATHEMATICS (3) Mechanical Engineering (1) Microprocessor and Microcontroller (1) Microprocessor and Microcontroller lab (11) migration (1) Mini Projects (1) MOBILE AND PERVASIVE COMPUTING (15) MOBILE COMPUTING (1) Multicore Architecute (1) MULTICORE PROGRAMMING (2) Multiprocessor Programming (2) NANOTECHNOLOGY (1) NATURAL LANGUAGE PROCESSING (1) NETWORK PROGRAMMING AND MANAGEMENT (1) NETWORKPROGNMGMNT (1) networks lab (16) News (14) Nova (1) NUMERICAL METHODS (2) Object Oriented Programming (1) ooad lab (6) ooad theory (9) OPEN SOURCE LAB (22) openGL (10) Openstack (1) Operating System CS45 (2) operating systems lab (20) other (4) parallel computing (1) parallel processing (1) PARALLEL PROGRAMMING (1) Parallel Programming Paradigms (4) Perl (1) Placement (3) Placement - Interview Questions (64) PRINCIPLES OF COMMUNICATION (1) PROBABILITY AND QUEUING THEORY (3) PROGRAMMING PARADIGMS (1) Python (3) Question Bank (1) question of the day (8) Question Paper (13) Question Paper and Answer Key (3) Railway Airport and Harbor (1) REAL TIME SYSTEMS (1) RESOURCE MANAGEMENT TECHNIQUES (1) results (3) semester 4 (5) semester 5 (1) Semester 6 (5) SERVICE ORIENTED ARCHITECTURE (1) Skill Test (1) software (1) Software Engineering (4) SOFTWARE TESTING (1) Structural Analysis (1) syllabus (34) SYSTEM SOFTWARE (1) system software lab (2) SYSTEMS MODELING AND SIMULATION (1) Tansat (2) Tansat 2011 (1) Tansat 2013 (1) TCP/IP DESIGN AND IMPLEMENTATION (1) TECHNICAL ENGLISH (7) Technology and National Security (1) Theory of Computation (3) Thought for the Day (1) Timetable (4) tips (4) Topic Notes (7) tot (1) TOTAL QUALITY MANAGEMENT (4) tutorial (8) Ubuntu LTS 12.04 (1) Unit Wise Notes (1) University Question Paper (1) UNIX INTERNALS (1) UNIX Lab (21) USER INTERFACE DESIGN (3) VIDEO TUTORIALS (1) Virtual Instrumentation Lab (1) Visual Programming (2) Web Technology (11) WIRELESS NETWORKS (1)

LinkWithin