Skip to content

These is the collection of codes I wrote as lab experiments during my BE

Notifications You must be signed in to change notification settings

sunnypatel165/BELabCodes

Repository files navigation

BELabCodes

This is the collection of codes I wrote as lab experiments during my BE. These codes can also be found at codeoutofbounds.com Above site was creating with intention of sharing codes to help each other do well in exams.

Most of these codes are written by me completely. If you find a code that is similar to yours/any other over the internet and i havent given credits, i can assure you it was unintentional, and i apologize for the same.

Most codes are in java or specified otherwise.

Please look at the input format that the code expects, most codes wont work if the inputs arent proper. Also, I will keep adding as and when i find codes(3 years old you see/)

Other resoruces needed depend on subject and the code itself. But generally would need:

Java
Netbeans
Jquery
PHP
MySQL
XAMPP
TASM

Index:

Advanced Mircroporcessors
Use TASM

  • Use of Bound
  • Find CID
  • User of CMPXCHG
  • Matrix Ops
  • First of x
  • Password ID system
  • PCI bus

Analysis of Algorithms

  • Boyle Moore
  • DP knapscak
  • Prims
  • Job Scheduling
  • KMP
  • Kruskal
  • Merge Sort
  • Quikc sort
  • Selection sort
  • Sum of subset

Computer Networks

  • Bit/byte/character Stuffing
  • Distance vector routing
  • shortest path routing
  • Framing
  • GO back N
  • Selective Repeat
  • TCP communication
  • Hamming code

Data Warehousing and Mining

  • Apriori
  • Bayes Classification
  • Heirarchical clustering
  • Job Scheduling
  • Kmeans
  • KNN

Operating Systems

  • Bankers
  • Dynamic Memory Allocation
  • Page Replacement
  • Priority Preemption
  • Producer Consumer
  • Round Robin
  • Shortest Job First
  • Shortest Remaining Time first

System Programming and compiler construction

  • Assembler
  • Macro
  • Syntax Analyzer
  • Lexical Analyzer
  • First of x
  • Left Recursion
  • SR Parser
  • ICG

Computer Graphics concepts These are java applets.
To run using CMD:

  1. set the path
  2. CD to the directory/folder where you save this
  3. javac filename.java
  4. appletviewer filename.java

Or use netbeans/eclipse

  • Bezier curve
  • Bresenhem and DDA line drawing algorithms
  • circle drwaing
  • Circle moving- around a circle, around a diamond, on a sine wave
  • cohen sutherland-normal and moving window
  • draw various shapes like- fish, coconut
  • flood fill basic and applications

Feel free to open an issue or pull request :)

About

These is the collection of codes I wrote as lab experiments during my BE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages