原创 vs2017上的linux編程踩坑記錄(RedHat 5,VMWare,win10)

記得先要安VMware tools 安完reboot vs2017工具欄下載linuxC++編程工具包 其他連接建立工程等如dalao們所言 如果是x64,別忘把x64改成x86(這裏因爲我的linux是x86)   另 缺少頭文件怎麼辦

原创 Win10+gtx1050+python3.6(原爲3.7,使用3.6的環境)+cuda9.2+cudnn7.1.4+vs2017 安裝Tensorflow受苦心得

首先感謝https://blog.csdn.net/wwtor/article/details/80603296,超感謝TuT 我總體是按照這位博主的教程安裝的 但是在感謝之餘,我還是要提醒各位同學,如果你是剛剛開始安裝tensorflo

原创 777

好折騰人啊…… /*100 70 80 60 80 77 777 7 77 1 100000000000000000000000000000000000000000000 1 10000 1 1000000 1 1000000000000

原创 【轉載自夏天的風】多次遞歸調用手動擴棧,碼住了

還在因爲 怕 g++ 提交時間很慢,但是用C++ 交又怕棧溢出??? 我們都知道,如果代碼裏有 遞歸函數 頻繁調用, 用 C++ 提交代碼, 很可能就會 出現 Runtime Error (ACCESS_VIOLATION) 但是用G++

原创 hdu1232 暢通工程 並查集模板題

hdu1232 暢通工程 並查集模板題 emm套版子就可以,但是感覺能想出這個的人很有意思 很簡潔 //其實就是c #include<stdio.h> #include<string.h> using namespace std; i

原创 公司那些事——用鏈表建父兄二叉樹及操作

#include<cstdio>#include<cstring>#include<queue> #include<set> #include<string> #include<algorithm>#inc

原创 memset函數

頭文件:C:<memory.h>/<string.h>              C++:<cstring>eg1 : char map[2][2];         memset(map, 5, sizeof(map));eg2 : i