目前分類:未分類文章 (33)
- May 21 Mon 2018 13:09
[Vi] 游標跳至列首 (move cursor to beginning of the line)
- Dec 29 Fri 2017 11:20
[Vivado] How to change firmware ROM by modifying bitstream (updateMem)
- Jul 12 Wed 2017 16:53
[MATLAB] Pass float/char type data to a C MEX function
- Jul 12 Wed 2017 15:21
[MATLAB] MTIMES is not fully supported for integer classes
- Feb 15 Wed 2017 19:54
[Linux] How to copy several specific files to one directory (複製多個特定檔案到別的資料夾)
cp -t /home/myid/dst/ file1 file2 file3 ...
file1 file2 file3 ... will be copied to the directory /home/myid/dst/
可以先指定好目的資料夾,再在原始資料夾中用 auto complete 一個一個把要複製的檔案加上去.
- Aug 23 Tue 2016 10:24
[linux] search keyword in files
- Aug 09 Tue 2016 10:29
[vi] 統計string出現次數 (count string in vi)
:%s/string//gn
- Feb 24 Wed 2016 16:07
[Excel] 如何跳到特定的列並選取? (How to jump/select to specific row in excel?)
- Dec 10 Thu 2015 10:54
MATLAB find 使用
min(find(A == -1)) can be replaced by find(A == -1, 1)
- Sep 17 Thu 2015 16:25
[MATLAB] print character '
- Aug 12 Wed 2015 12:25
[gcc for windows] MinGW的make指令
mingw32-make
- May 30 Thu 2013 12:05
解開 pdf 的列印權限
- Dec 11 Tue 2012 17:49
快速複製一資料夾的的所有檔案的檔名成文字
- Nov 29 Thu 2012 11:03
Visual C++ error C2440
- Oct 23 Tue 2012 20:18
unsigned long 在 printf 時的 specifier
%lu
- Oct 11 Thu 2012 14:36
Online hex to binary converter
- Aug 17 Fri 2012 22:06
在 Visual Studio 下如何使用 erfc()
- Jun 15 Fri 2012 15:53
ncvlog: pre-post-assignment operator: Use -sv switch to enable this SystemVerilog construct. 錯誤的解法
- Jun 07 Thu 2012 10:54
Notepad++ 如何跳到指定的那一行?
Ctrl G
- Feb 20 Mon 2012 11:19
Xterm 的 copy / paste