Junhao

  • iCtrl
  • Blogs
  • Sitemap
  • 中文
    • English
    • 中文

October 2019

Uncategorized

C++ Implementation to ECE345 HW2 Q1

No plagiarism involved since this part is not marked anyways, and the announcement was sent right after I finished the code. #include <iostream> #include <vector> std::vector<unsigned> testArray = {7,4,2,3,5}; unsigned testNum = 28; void merge (std::vector<unsigned> &array, unsigned l, unsigned m, unsigned r){ unsigned lSize = m-l+1; unsigned rSize = Read more…

By Junhao, 6 years2 October 2019 ago
Tips & Tutorials

7-Segment Display with Raspberry Pi

This is a small project done in the summer as my elementary approach to learn Python, and the “gpiozero” library for controlling GPIO devices on a Raspberry Pi. The panel can display hexadecimal numbers/letter from 0x0-0xf. Each segment is formed by 3 LEDs in parallel. The 7 segments are attached Read more…

By Junhao, 6 years1 October 2019 ago
Categories
  • Site Maintenance
  • Tips & Tutorials
    • C Review 30 days
    • ECE243
    • ECE297
    • ECE344
    • Linux
  • Uncategorized
Archives
  • March 2024
  • October 2021
  • August 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • September 2020
  • April 2020
  • March 2020
  • February 2020
  • October 2019
  • June 2019
  • May 2019
  • iCtrl
  • Blogs
  • Sitemap
  • 中文
Hestia | Developed by ThemeIsle