- 軟體名稱:MP3Gain Portable
- 軟體版本:1.3.5
- 檔案大小:1.01 MB
- 官方網址:http://mp3gain.sourceforge.net/
- 下載連結:Mega載點
2013年10月9日 星期三
2013年10月5日 星期六
迴路殺手(looper)
片長: 118分鐘
導演: 雷恩強生 (Rian Johnson)
演員: 喬瑟夫高登李維 (Joseph Gordon-Levitt)
布魯斯威利 (Bruce Willis)
艾蜜莉·布朗(Emily Blunt)
在2074年的世界,由於DNA技術的進步,使得殺人滅跡不再容易,因此黑道幫派開始利用時光機將人送到30年前的世界交由迴路殺手(looper)來解決,迴路殺手的工作很簡單,只要到指定地點,拿著散彈槍,等著被蒙著面的人出現一槍斃命即可,賞金也相當優渥。但既然稱作looper,自然有其原因,30年後的looper會被黑道捕捉,然後送回現在交給looper本身解決掉,關閉這個迴路(closing the loop)。殺死一般人可獲得銀磚,殺死自己則獲得金磚,等關閉迴路後,looper即可拿著金磚享受30年的退休生活。
2013年10月3日 星期四
匿名
匿名的世界,紛紛擾擾,沒有壓力也沒有防備,彷彿看得見一切,卻又什麼都看不見的世界。執著的情緒轉化成具體的形象,各具特色,是好是壞沒人知道,即使是網路,一個理想安定的世界依然不存在,因最終人們總渴望著現實。在虛幻的世界尋找現實,無可避免的矛盾導致無可避免的衝突,匿名所能稀釋的成效有限,滿溢出的情緒無處安置,最終還是流回自身,回到原點。
鍵盤堆疊出的世界,華麗且永恆,但終究隨著電源切除而消散,消散之後,彷彿失去了什麼,但失去的卻又是從未擁有過的,最後只存在短暫停留過的記憶。
邏輯的盡頭,不是理性與秩序的理想國,而是不斷重蹈覆轍的過錯。
鍵盤堆疊出的世界,華麗且永恆,但終究隨著電源切除而消散,消散之後,彷彿失去了什麼,但失去的卻又是從未擁有過的,最後只存在短暫停留過的記憶。
邏輯的盡頭,不是理性與秩序的理想國,而是不斷重蹈覆轍的過錯。
2013年9月24日 星期二
[Matlab] 移除極座標內的格點線
http://www.mathworks.com/support/solutions/en/data/1-1BPZF/index.html?product=ML&solution=1-1BPZF
Subject:
How can I remove the grid lines and labels from a polar plot within MATLAB?
Problem Description:
I have created a plot with the POLAR function from which I want to remove the grid lines and labels. However, changing the axes' properties does not affect the polar plot.
Solution:
There are no actual polar axes in MATLAB 6.5.1 (R13SP1) and earlier versions. The polar plot is created with a patch object representing the background, and multiple line and text objects used to create the grid lines and labels, respectively. These objects exist in an axes, whose "Visible" property has been set to "off".
You can remove the labels and grid lines from a polar plot by locating their handles with the FINDALL function, and using the DELETE function to remove them.
Subject:
How can I remove the grid lines and labels from a polar plot within MATLAB?
Problem Description:
I have created a plot with the POLAR function from which I want to remove the grid lines and labels. However, changing the axes' properties does not affect the polar plot.
Solution:
There are no actual polar axes in MATLAB 6.5.1 (R13SP1) and earlier versions. The polar plot is created with a patch object representing the background, and multiple line and text objects used to create the grid lines and labels, respectively. These objects exist in an axes, whose "Visible" property has been set to "off".
You can remove the labels and grid lines from a polar plot by locating their handles with the FINDALL function, and using the DELETE function to remove them.
% create the polar plot, and store the line's handle
p = polar((0:99)*pi/100, (0:99)/100);
% find all of the lines in the polar plot
h = findall(gcf,'type','line');
% remove the handle for the polar plot line from the array
h(h == p) = [];
% delete all other lines
delete(h);
% find all of the text objects in the polar plot
t = findall(gcf,'type','text');
% delete the text objects
delete(t);2013年9月15日 星期日
Eva Green 伊娃‧葛林
Christina Ricci 克莉絲汀娜·蕾茜
訂閱:
文章 (Atom)




