原创 matlab 實踐程序5——批量將圖片轉移文件夾

%% Example Title % Summary of example objective clear;clc; SOURCE_PATH_t = 'E:\yjydatabase\sword\train\';%源文件目錄 DST_PAT

原创 華爲OJ題5---圖片整理

#include<iostream> #include<algorithm> //#include<functional> sort(a,a+len,greater<int>()); #include<string> using na

原创 dev xtragrid gridcontrol控件簡單認識

        private DataTable InitDt()         {             DataTable dt = new DataTable("個人簡歷");             dt.Columns.A

原创 matlab 實踐程序8——將指定的圖像移動到另一個文件夾

%% move_img % Summary of example objective clear;clc; load 2007_pic SOURCE_PATH_t = 'D:\voc\2007\JPEGImages\';%源文件目錄 D

原创 (轉)8000字乾貨:那些很厲害的人是怎麼構建知識體系的

  本文約8000字,正常閱讀需要15~20分鐘。讀完本文可以獲得如下收益: 分辨知識和知識體系的差別 理解如何用八大問發現知識的連接點; 掌握致用類知識體系的構建方法; 能夠應用甜蜜區模型找到特定領域來構建知識體系。 1. 知識體系?

原创 (轉)程序員 45 歲怎麼了?!

  對於衆多程序員而言,年齡一直是一個讓自己不由得焦慮的話題,一是隨着年齡的增長,如何保持旺盛的學習精力,再者,國內互聯網公司對於年輕的倡導。事實上,國外許多開發者也面臨着同樣的問題。本文作者 Ben Sinclair 是一個已經 45

原创 (轉)不朽 C++ 爲新貴 Python 應用提速 8000 倍!

  在人工智能浪潮之下,全民學習 Python 已成爲必然趨勢。Python 作爲一門膠水語言,以簡單的語法、良好的交互性、移植性等優勢受到諸多開發者的喜愛,但要和老牌的 C++ 相較而言,誰運行的速度更快一些?相信很多開發者會毫無疑問地

原创 華爲OJ題3---字符逆序

#include<iostream> #include<stack> #include<string> #include<vector> using namespace std; int main() { string str;

原创 華爲OJ題1---最大數是多少

#include<iostream> #include<vector> #include<string> using namespace std; int main() { int n,m,k=0; char temp[7];

原创 華爲OJ題4---合唱隊

#include<iostream> using namespace std; void increase(int *aa,int len, int *clong); void decrease(int *aa,int len, in

原创 華爲OJ題2---字符串最後一個單詞的長度

#include<iostream> #include<stack> #include<string> using namespace std; int main() { stack<char> sta; string str;i

原创 華爲OJ題7---挑7

//含7的整數 #include<iostream> #include<stdlib.h> #include<string> using namespace std; bool inseven(int dd); bool modseve

原创 OpenCV 實踐程序18—— Ubuntu14.04配置CodeBlocks+opencv3.1.0

一,安裝CodeBlocks 在Ubuntu軟件中心中找到CodeBlocks軟件,直接安裝; 二,配置opencv apt-cache search opencv  #輸入此行命令,下面爲系統查詢結果 libcv-dev - Tran

原创 yolo_playvideo.c

#include "network.h" #include "detection_layer.h" #include "cost_layer.h" #include "utils.h" #include "parser.h" #inclu

原创 matlab 實踐程序7——將以文本文件的內容分批保存到多個txt文本中

原文件如下: matlab程序如下: %% Example Title % Summary of example objective %% Section 1 Title clear;clc; DST_PATH_t = 'E:\ma