傅立葉(Fourier)分析與偏微分方程式 林宗志

傅立葉(Fourier)分析與偏微分方程式 單元(一)之一 傅立葉分析簡介 1.傅立葉級數 2.傅立葉積分

傅立葉(Fourier)分析與偏微分方程式 單元(一)之二 基本觀念回顧 1.週期函數 2.奇函數與偶函數 3.三角函數的性質與積分

傅立葉(Fourier)分析與偏微分方程式 單元(二) 傅立葉級數 決定週期=2兀 的傅立葉係數

繼續閱讀 傅立葉(Fourier)分析與偏微分方程式 林宗志

Coherence

spectral density
Coherence
Fourier analysis
Fourier Transform Two-dimensional functions
Harmonic analysis
Spectral density
Window function
Convolution theorem duality
Convolution
固定範圍,gaussian function 的 fourier transform
在methatica 中,如何求 exp(x^2) 及 sinc(x) 的摺積?
Sinc函数
matlab erfi
內積的定義,複數的內積
好像 Simon 都是用這些符號

於 UEFI 環境 安裝 OPENsuse 13.2

我使用的硬體規格是

主板 H97M-E
i7 4790
RAM 16 GB
硬碟 3T

之前灌的時候,常會出現:

error : no such partition

這是因為 grub2 找不到開機區域,你可以使用 GRUB2看看,但也沒啥用。

基本上,在 UEFI 的環境下,還是要以能跟 UEFI 相容的環境安裝 Linux,但是要把 Secure Boot 關掉
就是:

  1. 將Secure Boot裡的OS Type設定為Other OS
  2. 將CSM裡的Launch CSM設定為Enabled

但有一些比較高級的linux 還是可以支援 Secure Boot。但對於免費的自由軟體來說,新的 shim 載入器允許更多的機器能從 Secure Boot 模式下啟動(請參考 啟動於 Secure Boot 模式下)。以目前的情況來說,要灌 Linux,基本上還是要關掉 Secure Boot。

這裡有些爭議的點

以下開始我所經過的流程:

繼續閱讀 於 UEFI 環境 安裝 OPENsuse 13.2

安裝gitv 在vim 中版本控制

通常在電腦中都有 git 了,若是你沒有裝,可以找這裡:安裝git
另外這是 git 的詳解書:Pro Git 中文

要用vim 的plugin 與 git 進行版本控制,
首先你要先裝 vim plugin 的控制plugin : Vundle
然後再用vundle 來裝 vim-fugitivegitv
首先輸入 (以下摘自 https://github.com/VundleVim/Vundle.vim )

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

安裝 Vundle。

然後在 ~/.vimrc 中多加:

set nocompatible " be iMproved, required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
Plugin 'L9'
" Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin)
Plugin 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" Avoid a name conflict with L9
Plugin 'user/L9', {'name': 'newL9'}
Plugin 'gregsexton/gitv'

" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line

其中最重要的兩個是

Plugin 'tpope/vim-fugitive'
Plugin 'gregsexton/gitv'

然後在vim 的環境中輸入

:PluginInstall

Vundle 會開始幫你檢查,並開始安裝 plugin

在vim中使用github的安裝版本控制
gitv the download page

tsum tsum sikuli autoclick 自動送心

  1. 下載bluestake http://www.bluestacks.com/
  2. 在bluestake 中的google play 商店下載國際版的tsum tsum 並安裝 (不需要下載line。登入新的tsum tsum,錢、紅寶石都會歸零。)
  3. 下載 java https://java.com/zh_TW/download/
    a. 正在安裝
    java 1
    繼續閱讀 tsum tsum sikuli autoclick 自動送心