目前分類:未分類文章 (33)

瀏覽方式: 標題列表 簡短摘要

0 : jump to beginning of current line

 

bamil 發表在 痞客邦 留言(0) 人氣()

Our situation

1.  use Vivado 2017 for whole flow

bamil 發表在 痞客邦 留言(0) 人氣()

use mxGetData

 

bamil 發表在 痞客邦 留言(0) 人氣()

Error Message:

Error using  * 

bamil 發表在 痞客邦 留言(0) 人氣()

cp -t /home/myid/dst/ file1 file2 file3 ...

file1 file2 file3 ... will be copied to the directory /home/myid/dst/

可以先指定好目的資料夾,再在原始資料夾中用 auto complete 一個一個把要複製的檔案加上去.

bamil 發表在 痞客邦 留言(0) 人氣()

grep KEYWORD *.log

 

文章標籤

bamil 發表在 痞客邦 留言(0) 人氣()

:%s/string//gn


文章標籤

bamil 發表在 痞客邦 留言(0) 人氣()

To jump to 18th row (跳到第18列):

Step 1.  click F5

bamil 發表在 痞客邦 留言(0) 人氣()

min(find(A == -1)) can be replaced by find(A == -1, 1)

文章標籤

bamil 發表在 痞客邦 留言(0) 人氣()

To print Single quotation mark (')

use ''

bamil 發表在 痞客邦 留言(0) 人氣()

mingw32-make


bamil 發表在 痞客邦 留言(0) 人氣()

好物!

列印, 複製的限制都可以解開.

bamil 發表在 痞客邦 留言(0) 人氣()

在cmd下執行

dir /b > filelist.txt

bamil 發表在 痞客邦 留言(0) 人氣()

Problematic code:

int *A;

bamil 發表在 痞客邦 留言(0) 人氣()

%lu


bamil 發表在 痞客邦 留言(0) 人氣()

http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html


bamil 發表在 痞客邦 留言(0) 人氣()

erfc() erf() 這些 function 並沒有定義在 VS 的 cmath 中

 

bamil 發表在 痞客邦 留言(0) 人氣()

把 for (i=0; i<10; i++) 改成  for (i=0; i<10; i=i+1

 

bamil 發表在 痞客邦 留言(0) 人氣()

Ctrl G


bamil 發表在 痞客邦 留言(0) 人氣()

copy: 用游標選取要複製的文字

paste: 滑鼠的中間鍵 or 使用 Shift + Ins

bamil 發表在 痞客邦 留言(0) 人氣()

1 2