Alex-six's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
TheAlgorithms/Python
All Algorithms implemented in Python
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
python/cpython
The Python programming language
tmux/tmux
tmux source code
Awesome-Windows/Awesome
:computer: 🎉 An awesome & curated list of best applications and tools for Windows.
nvdla/hw
RTL, Cmodel, and testbench for NVDLA
alexforencich/verilog-axi
Verilog AXI components for FPGA implementation
Samsung/veles
Distributed machine learning platform
alexforencich/verilog-i2c
Verilog I2C interface for FPGA implementation
Freescale/linux-fslc
Linux kernel source tree
linuxacademy/content-aws-csa2019
Adrian's AWS CSA Assoc Course Refresh 2019
NXP/i3c-slave-design
MIPI I3C Basic v1.0 communication Slave source code in Verilog with BSD license to support use in sensors and other devices.
STMicroelectronics/STM32MPU_EmbSW_Overall_Offer
STM32MPU_EmbSW_Overall_Offer
TexasInstruments/jacinto-ai-devkit
This repository has been moved. The new location is in https://github.com/TexasInstruments/edgeai-tensorlab
hisilicon/linux-hisi
nvdla/nvdla.github.io
NVDLA Web Content
ericgineer/CORDIC
The CORDIC algorithm implemented in Octave/MATLAB and Verilog
hukenovs/math
Useful m-scripts for DSP (CIC, FIR, FFT, Fast convolution, Partial Filters etc.)
ericgineer/CIC
A CIC filter implemented in Verilog
m1geo/CIC-Filter
A simple and crude CIC filter implementation in Python3 for learning purposes
cHemingway/CM4_CIC_Filter
A implementation of a Cascaded Integrator Comb filter for the Cortex M4, designed to have an API similar to CMSIS-DSP. *Not currently working!*
linux-doc/YYeTsBot
人人影视bot,完全对接人人影视全部无删减资源
freecores/cic_core
CIC-filter core
melihaltun/floating_point_binary_conversion
Pair functions to convert a floating number to a single precision, double precision, or arbitrary size bit representation and convert a single, double or arbitrary size bit string back into a number.
jeichholz/floating_point
A simple MATLAB class to for storing numbers in any floating point format. Good for illustrating issues with floating point arithmetic.