subscribe

Archive for the ‘Engineering Stuffs’ Category

CISC vs RISC: The functional and comprehensive differences between CISC and RISC

Today both CISC (Complex Instruction Set Computing) and RISC (Reduced Instruction Set Computing) devices/computers exist in market. There are fundamental differences between these along with their working design. Though we can’t compare CISC and RISC machines saying this is better and this is NOT, here are some comparisons made between

Read more

Write an assembly program to CONVERT UPPERCASE TO LOWERCASE IN A STRING

Write an assembly program to CONVERT UPPERCASE TO LOWERCASE IN A STRING title convert uppercase to lowercase in a string dosseg .model small .stack 100H .code main proc mov ax, @data ; initialize ds register mov ds, ax mov cx, 09h ; for 9 characters including space mov si, offset

Read more

ALP to add list of 10 given numbers

title ALP to add list of 10 given numbers dosseg .model small .stack 100 .code main proc mov ax, @data mov ds, ax mov, cx, 0aH mov dx, 00 mov SI, offset array1 BACK: add dl, SI adc dh, 00 LOOP back mov result, dx mov ax, 4c00h INT 21h

Read more

Basic features and Advantages of Microprocessors

The following features enable microprocessor to be a versatile component in an instrumentation system. Memory Decision making power based on previously entered  values Repeatability of the reading Digital read-out and interactiveness Parallel Processing Time sharing and multiprocessing Data storage, retrieval and transmission Effective control of multiple equipment in time sharing

Read more

Distribution of different frequency range

Different Frequency Range Distribution This table might not provide all the necessary information for specific frequency range. No hard and fast rule for opting an antenna for a particular frequency be there. Many electrical factors (eg radiation efficiency, radiation pattern, maximum antenna gain, antenna impedance, frequency characteristics) and structural factors

Read more

To draw a line by using Bresenham’s line drawing algorithm

to draw a line by using Bresenham’s line drawing algorithm // modified version checks slope sign and function realization #include #include #include #include #include void func(int, int, int, int); void main() { int gd=DETECT, gm; initgraph(&gd, &gm, “c:\\tc\\bgi”); int x1, y1, x2, y2, dx, dy, p; cout< cin>>x2>>y2; dx= abs(x2-x1);

Read more

To calculate the value of an integer using Trapezoidal rule both when functional values are both given and values NOT given independently

Trapezoidal rule can be applied to find the value of a limiting integer programmatically in both cases whether individual functional values are given or not. A complete algorithm follows the both process below. /********* Trapezoidal rule complete algorithm 1. start 2. read n= no of intervals 3. read initial and

Read more

[How to] Configure TeXnic Center for Typesetting with MikTex-distribution

TeXnic Center is choice of sophisticated LaTeX editor of many people simply because TeXnic is feature loaded and comes with easy integrated environment to work on creating LaTeX documents including thesis, report and journals on Windows OS. TeXnic Center is really a great software application to typeset documents of many

Read more

Easiest and Fastest way to create References for your Thesis and Documents

To answer in one sentence: using JabRef and Mendeley we can achieve the easiest and fastest way to create references for your thesis or other reports. Here we illustrate a visual tutorial on how to create references for your need. One main benefit is that you can directly copy paste

Read more

Useful Tips and Tricks in using LaTeX

Here are some really useful tips and tricks to be used for LaTeX documentations like Journal papers or even your thesis reports. I have compiled some of them which I encountered during my Thesis and special study. * How to remove or hide page number from (front page) LaTeX Document?

Read more
Page 10 of 10« First...678910

Archives

Categories

+Ekendra Lamsal

Digital computer background vista lights field