RusselCK

@RusselCK

Joined on Sep 8, 2020

  • C 語言開發 MinGW mingw-get-setup.exe mingw32-gcc-g++-bin mingw32-gdb-bin 檔案總管 > 電腦 > 內容 > 進階系統設定 > 環境變數 > Path 加入 \MinGW\bin
     Like  Bookmark
  • contributed by < RusselCK > tags: RusselCK 【目標】 [ ] 2020q3 第 10 週測驗題 - 測驗 1 rgba.bng bw.png
     Like  Bookmark
  • 範例程式碼 先修班 Chapter 0 歡迎光臨物件村 基礎篇 Chapter 1 偉大軟體的三步驟 Chapter 2 收集客戶需求
     Like 2 Bookmark
  • [x] TCL 教學 [x] TCL vscode 套件 Jimmy Mac VSCode 寫 C/C++ 教學 codechef jimmy helloworld.c
     Like 1 Bookmark
  • Akuan #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> int main() { int scords[30]; int i,j,h,c,x,s; srand(time(NULL));
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK 作業要求 Step 1 Use Uart to show Free linked list. Create a task to call vPrintFreeList(). Implement your vPrintFreeList() in heap_2.c.
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK 作業要求 給定下列 tasks,從 pxReadyTasksLists 或 pxDelayedTaskList 找出他們的 TCB ,並將其部分內容在 Console 呈現出來。 Task Name Priority
     Like 1 Bookmark
  • contributed by <RusselCK > tags: RusselCK 作業要求 Must use sensor interrupt : motion detection. When you shake your board, it will trigger the interrupt. Please use the deferred interrupt handling task.
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK ==數值系統 & Bitwise 練習題== 作業繳交區 Q1.判斷指定的記憶體範圍內是否全是有效的 ASCII 字元 目前電腦中用得最廣泛的字元集及其編碼,是美國國家標準局 (ANSI) 制定的 ASCII 碼,被國際標準化組織 (ISO) 採納為 ISO 646 標準。7 位碼 ASCII 是以 7 位元二進位數字進行編碼,可表示 128 個字元,第 128~255 號為擴展字元 (extended ASCII)。
     Like  Bookmark
  • contributed by < RusselCK > tags: RusselCK 浮點數運算 & 數值系統 & Bitwise 練習題 Q1. 浮點數除法程式: (fdiv.c) #include <stdio.h> #include <stdlib.h>
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK https://www.embedded.com 指標篇 (上) C 語言: 超好懂的指標 Everything you need to know about pointers in C
     Like 1 Bookmark
  • contributed by <RusselCK > tags: RusselCK [ ] Routing, Spectrum and Modulation Level Assignment, and Scheduling in Survivable Elastic Optical Networks Supporting Multi-Class Traffic 環境假設 survivability of an EON with multiclass traffic each traffic type needs specific protection mechanism and scheduling strategy
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK 記憶體管理 alignment、pedding、pack 參照 What a C programmer should know about memory (簡記) Understanding virtual memory - the plot thickens
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK [ ] Fairness in Wireless Networks:Issues, Measures and Challenges [ ] Fair end-to-end window-based congestion control [ ] Cross-layer optimization for OFDM wireless networks-part I: Theoretical framework [ ] Multi-resource allocation is measured by proportional fairness [ ] Rate control for communication networks: shadow prices, proportional fairness and stability [18] [ ] Charging and rate control for elastic traffic [17]
     Like  Bookmark
  • contributed by < RusselCK > tags: RusselCK Arm 處理器 & dynamic programming 練習題 Q1. 彩色圖片轉灰階 [ ] ARM NEON 範例 [ ] Neon Intrinsics
     Like  Bookmark
  • 現況 ASUS 充電座 + Type A to Type C 線 apple 充電座 + Type C to Lightning 線 小米行動電源 Output : Type A Input : Type C 藍芽耳機
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK 導論 ( 回顧 ARM 架構 ) [ ] 《我是高頻交易工程師》 [ ] 快閃大對決: 一場華爾街起義 [ ] ==投影片: ARM processor== 1. Evaluation of ARM
     Like 3 Bookmark
  • contributed by <RusselCK > tags: RusselCK 基礎指令和開發環境 (ARM 指令) ARM 與 MIPS 2012年,MIPS 被 Imagination 買走了 CoreMarks : a benchmark that measures the performance of central processing units (CPU) used in embedded systems.
     Like  Bookmark
  • contributed by <RusselCK > tags: RusselCK 前置處理器應用篇 回顧 C99/C11 的 macro 特徵,探討 C11 新的關鍵字 _Generic 搭配 macro 來達到 C++ template 的作用 Preprocessor 是後來才納入 C 語言的特徵 由 Dennis M. Ritchie (以下簡稱 dmr) 開發的早期 C 語言編譯器 沒有明確要求 function prototype 的順序。
     Like  Bookmark
  • contributed by < RusselCK > tags: RusselCK dynamic programming & bitwise 操作 & linked list & 非連續記憶體操作 練習題 Q1. LeetCode 1494. Parallel Courses II Given the integer n representing the number of courses at some university labeled from 1 to n
     Like  Bookmark