C/C++/C#/JAVA/PHP/JAVASCRIPT/PYTHON 中文字串雜湊值(雜湊函數/雜湊表)
C/C++/C#/JAVA/PHP/JAVASCRIPT/PYTHON 中文字串雜湊值(雜湊函數/雜湊表)~二分搜尋法前置動作 資料來源: Copilot C#…
C/C++/C#/JAVA/PHP/JAVASCRIPT/PYTHON 中文字串雜湊值(雜湊函數/雜湊表)~二分搜尋法前置動作 資料來源: Copilot C#…
Python/C++(QT/MFC)/JAVA/C# SQL注入防呆函數 資料來源: https://www.cnblogs.com/xu-yi/p/…
C/C++ javascript(JS) interpreter(直譯器) 收藏 資料來源: https://github.com/gfwillia…
2024/04/17 不小心弄到手電子書 資料來源:https://github.com/SuperCV/Book GITHUB: https://github…
Runge Kutta C/C++ 範例 資料來源: Bard/ChatGPT35 線上編譯器: https://www.tutorialspoint…
C/C++ 移動平均(SMA)和指數移動平均(EMA)指標 範例 資料來源: Bard for Chrome Code float SMA(float data…
C/C++ 布林通道指標 範例 資料來源: chatGPT35 for Chrome Code #include <stdio.h> #includ…
C/C++ RSI指標 範例 資料來源: chatGPT35 for Chrome Code #include <stdio.h> // 計算相對強…
C/C++ MACD指標 範例 資料來源: Bard for Chrome Code #include <stdio.h> #include <…
C/C++ KDJ指標 範例 資料來源: Bard for Chrome code #include <stdio.h> #include <…
自己當年Linux C/C++ 收集範例 GITHUB: https://github.com/jash-git/Jash_LinuxC (Embed…
自己當年VC(C/C++)收集範例 GITHUB: https://github.com/jash-git/jashliao_VC /////////////…
請AI使用C語言開發一個PID控制器 範例程式碼 AI01答案 #include <stdio.h> // PID控制器的結構 typedef st…
程式演算法 ~ 兩資料集(Array/List) 資料差異比對合併 雙迴圈01.(舊外新內) ~ 剃除/修正舊資料 for(int i=0;i<舊List…
Exponential Moving Average C#/C/C++ ChatGPT: [指數移動平均(Exponential Moving Average,…
程式設計(控制器設計) switch-case 應用 01.定時 執行/控制 switch-case & Timer(thread) -ChatGPT(…
C/C++ Stack: 以Array與Linked list實作 資料來源: http://alrightchiu.github.io/SecondRound…
C/C++ 實作資料結構的佇列(Queue/FIFO) 資料來源: https://www.rockydora.com/2020/06/c-array-queu…
C/C++ 標準差 計算(計算一維數組標準差) 資料來源: https://blog.csdn.net/zfjBIT/article/details/…
C/C++ switch case string(字串) 資料來源: https://stackoverflow.com/questions/4014827/h…
一款只有1300行代碼的輕量級C/C++ 跨平台網路(SOCKET/NETWORK)函數(函式)庫 [dyad.c] 資料來源: https://mp.weix…
C/C++語言實現簡單有限狀態機(FSM) 資料來源: https://www.twblogs.net/a/5cb1bc1abd9eee48d7888718 G…
單晶片(C/C++語言) MD5、CheckSum、CRC和LRC 驗證碼(校驗碼) [原始碼] 資料來源: https://www.eet-china.com…
C/C++ 四則運算 VS Stack [PreFix(前序式)/ InFix(中序式)/ PostFix(後序式)] 資料來源: http://www2.ls…
WINDOWS 純C/C++ CALL API 刪除/停止 正在執行的程式 資料來源: https://stackoverflow.com/questions/…
C/C++/C# 字串中 計算/統計 特定字串出現次數 [How would you count the occurrences of a string wit…
自然語言處理與深度學習:通過 C語言模擬 (ANN/CNN)[電子書 PDF/原始碼] 資料來源: https://www.tenlong.com.tw/pro…
最短路徑規劃的奥妙: A*, BFS, DFS 原理運算 [教學影片+程式碼] 資料來源: https://www.youtube.com/watch?v=lz…
C++ CNN MNIST 資料來源: https://github.com/cooparation/cnnMNIST GITHUB: https:/…
[C/C++] 無符號整數的平均值~預防 記憶體溢出(記憶體溢位/buffer overflow) 資料來源: https://mp.weixin.qq.com…