advertisement

2013年9月11日

python

C++中如果值非零就为True,为零就是False。
expression
variable
built-in
Conditional
depend



dir(fibo)列出設計在fibo裡的模組
模組內的doc是看詳細說明

>>> a = [1, 2, 3, 4, 5]
>>> import fibo
>>> fib = fibo.fib
>>> dir()
['__builtins__', '__name__', '__package__', 'a', 'fib', 'fibo', 'sys']模組 物件

>>> dir(__builtin__)列出內建的所有模組

Packages類似目錄的結構 作函數的存取 可以壓縮目錄變單一檔案 把相關模組壓縮

 str()把資料結構變成字串的形式,直接輸出,不會傳給編譯器,有效位數較短
repr()讓直譯器(python)可以印出來,在編譯器來又持續使用時,傳給編譯器,可確保編譯器看得懂,有效位數較長

(x, y, ('spam', 'eggs'))list當中還有list
repr轉成合法的字串"(32.5, 40000, ('spam', 'eggs'))"

.rjust(2)靠右邊兩格

{0:2d}用兩個字元位元放置零的位置
print '{0:2d} {1:3d} {2:4d}'.format(x, x*x, x*x*x)把參數x, x*x, x*x*x格式化放到前面{0:2d} {1:3d} {2:4d}

{!r}為用repr
{}為用str

bool同為int float一樣

'r+'可以同時打開讀寫

f.read(1) 1為bytes
f.close()除了讀以外其餘一定要有

consist of由...構成

split切割

obtain concise
single
as below 如下
Normally 通常 慣例
emulate
shadow非官方的; 非正式的
Sint16 A signed 16-bit value.
handling操作
The SDL_Event union is the core to all event handling is SDL
SDLK_ESCAPE = 27
event.key.keysym.sym==SDLK_LEFT
pend等候判定或決定

PolSDL_PollEvent ls for currently pending events, and returns 1
int SDL_FillRect(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);

vertical 垂直

preference偏好設定
default預設值
capture 拍攝
capture mouse pointer:是否拍攝滑鼠
capture area follows mouse 拍攝的區域跟著滑鼠移動
hide frame 隱藏紅色邊框
manually 手工地
disable關閉
enable開啟
autocontinue自動繼續(結束後不會出現視窗)
rescale output 重新調整輸出的畫面大小
multi-frame多個錄影窗\
increment增加
frame

array陣列
specify詳細指明
strategy策略,above在...上面
dimension面積尺寸[
Diameter直徑
modifier修改者
string字串
perform執行
slighty輕微的;
confusing令人困惑的
track追蹤
reaches達到
global總體的
.SUBCKT OPAMP1 1 2 6
INPUT IMPEDANCE
RIN 1 2 10MEG
DC GAIN (100K) AND POLE 1 (100HZ)
EP1 3 0 1 2 100K
RP1 3 4 1K
CP1 4 0 1.5915UF
OUTPUT BUFFER AND RESISTANCE
EOUT 5 0 4 0 1
ROUT 5 6 10
.ENDS

俄羅斯方塊、電子學、電路學、工數、C語言、SDL、數位邏輯、LINUX、gimp、邏輯分析儀、電路實習、李blogger、空英、英文'blender

沒有留言:

張貼留言

文章有誤或有問題麻煩您留言告知! 謝謝您~~