-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
37 lines (28 loc) · 1.06 KB
/
README
File metadata and controls
37 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This repository contains sample projects in various languages. Each project
is contained in its own directory within this repository. Details on each
project can be found in its respective README. Below is a brief overview
of the projects, organized by language.
====================
Assembly
====================
* yak-rtos: Real-time operating system for the x86 architecture.
====================
C
====================
* multithread-crc: Multithreaded CRC computation.
* yak-rtos: Real-time operating system for the x86 architecture.
====================
Java
====================
* avl-tree: Self-balancing binary search tree and visualization GUI.
====================
MATLAB
====================
* gp-terrain: Gaussian processes for modeling terrain.
* kalman-filter: Kalman filter for 2D projectile tracking.
====================
Python
====================
* decision-tree: Decision tree for binary classification.
* maze-search: Various search algorithms used to solve 2D mazes.
* svm-classifier: Support Vector Machine with multithreaded cross-validation.