原创 【PAT】A1129 Recommendation System (25point(s))

文章目錄A1129 Recommendation System (25point(s))Input Specification:Output Specification:Sample Input:Sample Output:Cod

原创 【PAT】A1095 Cars on Campus (30point(s))

文章目錄A1095 Cars on Campus (30point(s))Input Specification:Output Specification:Sample Input:Sample Output:CodeAnalys

原创 【PAT】A1117 Eddington Number (25point(s))

文章目錄A1117 Eddington Number (25point(s))Input Specification:Output Specification:Sample Input:Sample Output:CodeAnal

原创 【Python+OpenCV+PyTorch】基於Python的連連看自動操作器

文章目錄基於Python的連連看自動操作器1 設備與環境1.1 設備1.2 環境2 實現思路2.1 類圖2.1.1 圖像獲取器2.1.2 圖像處理器2.1.3 輸出模擬器2.1.4 數據集生成器2.1.5 神經網絡訓練測試器2.1

原创 【PAT】A1121 Damn Single (25point(s))

文章目錄A1121 Damn Single (25point(s))Input Specification:Output Specification:Sample Input:Sample Output:CodeAnalysis

原创 【PAT】A1080 Graduate Admission (30point(s))

文章目錄A1080 Graduate Admission (30point(s))Input Specification:Output Specification:Sample Input:Sample Output:CodeAn

原创 【Python】pip安裝opencv-python包失敗與換清華源提速

文章目錄出現的問題解決的方法換源 出現的問題 在Windows10系統中,在cmd中(或者在pycharm的Terminal中)輸入pip install opencv-python會出現如下報錯 ERROR: Exception

原创 【PAT】A1089 Insert or Merge (25point(s))

文章目錄A1089 Insert or Merge (25point(s))Input Specification:Output Specification:Sample Input 1:Sample Output 1:Sampl

原创 【PAT】A1082 Read Number in Chinese (25point(s))

文章目錄A1082 Read Number in Chinese (25point(s))Input Specification:Output Specification:Sample Input 1:Sample Output

原创 【PAT】A1073 Scientific Notation (20point(s))

文章目錄A1073 Scientific Notation (20point(s))Input Specification:Output Specification:Sample Input 1:Sample Output 1:S

原创 【PAT】A1076 Forwards on Weibo (30point(s))

文章目錄A1076 Forwards on Weibo (30point(s))Input Specification:Output Specification:Sample Input:Sample Output:CodeAna

原创 【Python】print()語句中的 end='' 是什麼意思

文章目錄輸入1輸出1輸入2輸出2輸入3輸出3 end=’'是print()的一個參數。 作用:爲end傳遞一個空字符串,這樣print函數不會在字符串末尾添加一個換行符,而是添加一個空字符串。 注意:只有Python3有用,Py

原创 【Python】win32gui.Findwindow(parm1,parm2)窗口句柄獲取

文章目錄win32gui.Findwindow(param1,param2)使用工具MicrosoftSpy++使用方法1.打開Spy++,搜索程序窗口2.可以拖動查找程序工具中的準心,到要查找的程序上3.點擊確定後,查看屬性,獲

原创 【環境配置】CUDA和cuDNN安裝

文章目錄1.CUDA安裝(有N卡,v10.0)什麼是CUDA下載安裝包安裝步驟2.安裝cuDNN(v7.5.0)什麼是cuDNN下載安裝包解壓環境變量配置。 1.CUDA安裝(有N卡,v10.0) 什麼是CUDA CUDA(Com

原创 【環境配置】Anaconda安裝

文章目錄Anaconda安裝下載安裝包檢驗是否安裝成功: Anaconda安裝 下載安裝包 進入Anaconda官方網站的下載頁選擇對應的版本下載,我選擇的是Python 3.7 version,64-bit Graphical