原创 latex algorithm2e 算法寫作技巧

首先,送上algorithm2e官方文檔 \IncMargin{1em} % 行號不向外突出 \begin{algorithm} \SetAlgoNoLine % 不要算法對齊豎線 \SetKwInOut{Input}{\t

原创 牛客網 大吉大利-今晚喫雞!

時間限制:C/C++ 1秒,其他語言2秒 空間限制:C/C++ 32768K,其他語言65536K 64bit IO Format: %lld 題目描述 在絕地求生(喫雞)遊戲裏,不同的槍支有不同的威力,更是可以

原创 學術網站(計算機/通信)

文獻查找: Code和Dataset IEEE 會議文獻 雜誌評價: 雜誌影響因子查詢 top雜誌 寫作: 語法模板 常用詞彙替換 機器學習+神經網絡: sklearn中文網站 用Python從頭實現一個神經網絡 隨機梯度-矩陣補

原创 裝機必備程序(個人向)

馬上要換電腦了,記錄一下自己必須要裝的軟件和程序吧 編程軟件 vscode(有這個一個基本就夠了吧,對不同的語言裝不同的插件應該就ok) 工作軟件 google 瀏覽器 ppt word visio one note 網

原创 WordPress “站點出現致命問題” 解決方案

最近在幫學院管理一個網站,用wordpress搭的,其中有個頁面出了問題,後臺一點進去就是您的站點存在致命問題——白屏+一個小框框告訴你出了問題讓你看郵件 我哪見過這陣仗啊,收件人的郵箱號也不是我(我後來問了收件人他說他也沒收到郵

原创 計算機領域頂級期刊

IEEE Transactions on Pattern Analysis and Machine Intelligence PAMI是由IEEE計算機學會出版的月度同行評審科學期刊。 它涵蓋了計算機視覺和圖像理解,模式分析和識

原创 Prime Path POJ - 3126

The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all hav

原创 Fire Game FZU - 2150

Fat brother and Maze are playing a kind of special (hentai) game on an N*M board (N rows, M columns). At the beginning,

原创 Ignatius and the Princess IV HDU - 1029

題目 "OK, you are not too bad, em... But you can never pass the next test." feng5166 says.  "I will tell you an odd numbe

原创 Catch That Cow POJ - 3278

Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a poin

原创 基本算法_位運算_lowbit

lowbit運算 lowbit(n)定義爲非負整數n在二進制表示下“最低位的1及後面的所有0”構成的數值。比如二進制10011111010的lowbit就是最後兩位10。 那麼我們如何得到lowbit的值呢? 首先:取反。  ~ 1001

原创 Max Sum Plus Plus HDU - 1024

題目: Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselve

原创 棋盤問題 POJ - 1321

題目   在一個給定形狀的棋盤(形狀可能是不規則的)上面擺放棋子,棋子沒有區別。要求擺放時任意的兩個棋子不能放在棋盤中的同一行或者同一列,請編程求解對於給定形狀和大小的棋盤,擺放k個棋子的所有可行的擺放方案C。 Input 輸入含有多組測

原创 Fliptile POJ - 3279

Farmer John knows that an intellectually satisfied cow is a happy cow who will give more milk. He has arranged a brainy

原创 Pots POJ - 3414

You are given two pots, having the volume of A and B liters respectively. The following operations can be performed: FI