演算法
http://www.cs.sunysb.edu/~algorith/video-lectures/
Related Posts:
[Ipband][C] Create menu, read config, read option Download IP Bandwidth Watchdog According this code can learn of skill as title say. 1. Read init.c This file can learn how to create parameter a… Read More
[VIM] Syntastic : Automatic syntax checking vim ~/.vimrc or ~/.vim/vimrc # error symbol, enable highlight, warning_symbol " syntastic {{{ let g:syntastic_error_symbol='✗' let g:syntastic_wa… Read More
[Compare Number] How to compare number quickly /* 把數值放到 陣列當中,並且數值改成為 16進制 */ unsigned char ip[4] = {0xA0, 0xA8, 0x64, 0x01}; /* 用 For-loop 來比較 */ for (i = 0; i < 4; i++) { … Read More
[VIM] NERDTree - The NERD tree : A tree explorer plugin for navigating the filesystem Under Vim Type :NERDTree Want quit Please type :q! Reference: Vim Essential Plugin: NERDTree… Read More
[Ctags][VIM] How to use ctags to find the definition of the function 1. sudo apt-get install ctags apt-get install exuberant-ctags 2. Under the folder of project Type ctags -R 3. Define the shortcut key… Read More
0 意見:
張貼留言