本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
caitiancheng
/
TrainCamp_MotorControl
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Initial commit
master
天成 蔡
3 年之前
當前提交
538b5ed7d6
共有
2 個檔案被更改
,包括
37 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+34
-0
.gitignore
+3
-0
README.md
+ 34
- 0
.gitignore
查看文件
@@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
+ 3
- 0
README.md
查看文件
@@ -0,0 +1,3 @@
# TrainCamp_MotorControl
电机控制项目
Write
Preview
Loading…
取消
儲存