原创 Linux設備驅動1(環境搭建)

1、安裝VMware Workstation Pro   2.安裝Ubuntu   查看內核版本:   3.下載Linux內核代碼 地址:https://mirrors.edge.kernel.org/pub/linux/kerne

原创 Qt平臺下dlib人臉檢測

一、dlib Dlib是一個機器學習的C++庫,包含了許多機器學習常用的算法。下載:http://www.dlib.net/ml.html          二、安轉qt,設置環境變量,用qt自帶的mingw工具編譯dlib庫 工具路徑:

原创 網絡傳輸數據鏈路層,MAC和PHY芯片

聲明:資料來源於網絡整理。 一、TCP/IP四層模型 數據鏈路層:實現網卡接口的網絡驅動程序,處理數據在物理媒介(比如以太網、令牌環等)上的傳輸。數據鏈路層兩個常用的協議是ARP協議(Address Resolve Protocol,地

原创 排序算法測試-歸併排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-選擇排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 10大排序算法總結

聲明:資料來源於網絡整理。 來源1:https://www.runoob.com/w3cnote/ten-sorting-algorithm.html 來源2:https://www.cnblogs.com/itsharehome/p/1

原创 排序算法測試-快速排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-希爾排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-冒泡排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-插入排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-堆排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-桶排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-基數排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 排序算法測試-計數排序

1、測試代碼 #include <iostream> using namespace std; int g_loop = 0; /* 循環計數 */ int g_move = 0; /* 數據移動次數 */ void o

原创 各種學習資料,包括一些百度雲視頻鏈接還有pdf資料。

【1】Spring boot微服務開發天氣預報系統視頻教程 https://pan.baidu.com/s/1joz7flyztCq8oklBlsz8dQ 提取密碼:cpz7 【2】2018年最新尚硅谷大數據從零基礎入門到精通全套教程下載