Chenzs108's repositories
Cpp-Primer-5th-Notes-CN
📚 《C++ Primer中文版(第5版)》笔记
Windows-PE-Packer
🗜️ A packer for Windows x86 executable files written in C and Intel x86 Assembly. The new file after packing can obstruct reverse engineering.(使用C和Intel x86汇编开发的Windows x86可执行文件打包工具,打包后的新文件可以阻碍逆向工程。)
Microsoft-Malware-Classification
🔍 "2015 Microsoft Malware Classification Challenge" - Using machine learning to classify malware into different families based on Windows PE structures, disassembly scripts and machine code.
Coursera-From-Nand-to-Tetris
🖥️ Solutions for the course "From Nand to Tetris" on Coursera.
LeetCode-Solutions
✏️ Solutions and notes for LeetCode problems.
Probability-Theory
📊 Simple probability theory exercises, including Sampling, Combination, Bayes' Theorem, Binomial Distribution, Normal Distribution, Poisson Distribution, Geometric Distribution, etc.
Top-Countries-Mentioned-by-Donald-Trump
🌎 A data visualization project showing the top countries and diplomatic relations mentioned by Donald Trump in his presidential term from 2017 to 2020.(展示唐纳德·特朗普在其2017年至2020年总统任期内提及的国家外交关系的数据可视化。)
Coursera-Algorithms
✏️ Solutions for the course "Algorithms" on Coursera.
Coursera-Machine-Learning
📈 Solutions for the course "Machine Learning" on Coursera.
Media-Memorability-Prediction
🎞️ "MediaEval 2018: Predicting Media Memorability" - Using machine learning and visual features to predict multimedia content memorability.(“MediaEval 2018:预测媒体记忆性” - 利用机器学习和视觉特征预测多媒体内容的记忆性。)
Ubuntu-Clang-Cpp-Dev-Docker
🐳 A Clang C++ development environment based on Ubuntu in Docker, including Git, CMake and GoogleTest.