This blog tell user about daily facing problem in technology field, about programming language projects,what is and how to solve the problem and about programming language.
Thursday, December 26, 2019
Sorting of array in ascending order in 8085 assembly language
Sorting of array in 8085
Description:
Here all the array input is provided through address shown in simulator.
code:
Addition of upper and lower nibble of a 8 bit number in 8085 assembly language
Addition of upper and lower nibble of a 8 bit number
code:
Addition of two 8 bit number in 8085 microprocessor assembly language
Addition of two 8 bit number
code
How to make Virtual Guitar in C++ programming language
Virtual Guitar
Audio file used in the project can be download through link below along with complete project:
Download here:
Download here:
code
How to make Maze in 2d using C programming language using concept of Data structure and Algorithm
MAZE Generator
ALGORITHM
- Start
- Declaration of all the necessary variable.
- Display initial message to user to perform some task.
- Depending upon the user input perform task as below:
a) if userInput == 1 then draw maze.
i. Take length and width of maze from user.
ii. Allocate memory segment for all maze dynamically.
iii. Set boundary with “#” character.
iv. Link inner node with each other.
v. Check whether destination is wall or not.if not make it blank.
vi. Draw character of each node to generate maze.
b) else if userInput == 2 then terminate the program.
c) else goto step 3.
- Handle all necessary exception.
- stop.
CODE
Subscribe to:
Posts (Atom)