Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
-
Updated
Aug 7, 2024 - C
Computer science is the study of the theory, experimentation, and engineering that form the basis for the design and use of computers. It is the scientific and practical approach to computation and its applications and the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to, information.
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
本人自学计算机基础课程记录,主要为基础四大件,即大家常说的“408”,包含数据结构和算法 、计算机操作系统 、计算机网络 、计算机组成原理。学习资料来源王道课程,笔记插图来源于个人整理。
Harvard CS50x — 2021 solutions
「一名普通电子信息本科生的项目实践管理」将大学阶段的实训内容,按照专业课程设计(包括上机实验、课程设计、下学年的毕业设计等)、竞赛项目、科创项目、小型编程项目这四个门类进行整理汇总。
🎓🐳 Build Environment And Lab Assignments of the Introduction to Computer Systems course, CMU 15-213 dated 2015 Fall
📚 İstanbul Üniversitesi - Cerrahpaşa Bilgisayar Mühendisliği tüm dönemlerinin ders notları ve faydalı kaynakları
Every day for four weeks and even on weekends, we have to do exercises and projects in C. This piscine starts from zero and does not ask for any prior knowledge... apart from knowing how to use a mouse and a keyboard.
A simple tool to extract motion vectors from h264 encoded videos.
A c/RISCV of "Let's Build a Compiler" by Jack Crenshaw
🎓 Path to a free self-taught education in Computer Science!
Assignments from Gebze Technical University Computer Science Depertmant
A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen by ARM Cortex-M3 assemble language and works on STM32F103 MCU.
A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn't have as much experience in programming
This repository is created in order to share the resources of all the subjects related to Computer Science and Engineering.
Prover9 is an automated theorem prover for first-order and equational logic, and Mace4 searches for finite models and counterexamples.
Harvard University’s introduction to the intellectual enterprises of computer science and the art of programming. This repository contains all of Kyle Español's projects and files made for the course.
This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently.