查看文章
 
new word
2009-08-08 13:37

python     蟒蛇
IDLE     Integrated DeveLopment Environment(python的标准开发环境)
formal lanuage     形式语言
natural lanuage    自然语言
state diagram    状态图
variable    变量
value     值
intepreter    解释器
compiler    编译器
keyword     关键字
script mode    脚本模式
interactive mode   交互模式
operator    操作符
operand     操作数
XOR     异或
bitwise     按位的
floor division    除后向下圆整
rule of precedence   优先规则
parentheses    插入语,括弧(括号)
exponentiation    指数
PEMDAS     Parentheses,Exponentiation,Multiplication,Division,Addition,Subtraction(Python中的precedence)
concatenation    连接
formal language    形式语言
#     Python中用来comment(注释),相当于其他语言的//或者/*    */
syntax error    句法错误
symantic error    语义错误
runtime error    exception(意外)(运行时错误)
value     python中相当于其他语言中的constant(常数)
statement    statement can be executed
assignment    赋值
state diagram    状态图
keyword     关键字
evaluate    对expression(表达式)的化简(simplify)得到1个(single)value
function    函数
argument    实参
return value    返回值
type conversion    类型转换
chops off    砍掉
module     模块
import     引用,相当于C中的#include(包含),file inclusion(文件包含)
dot notation    实心小圆点标记法
radian     弧度
trigonometry    三角学
compose     组合
composition    组合(组块)
punctuation mark   标点符号
def     Python中函数定义(function prototype)
colon     冒号:
semicolon    分号;
header      函数头
body     函数体
indentation    缩进
single quote    单引号‘’
double quote    双引号“”
apostrophe    撇号xingwei's(例如表示所有格)
function object    函数对象
function definition   函数定义
flow of execution   执行流
detour     弯路,绕行之路
arguments    实参
parameter     形参
built-in function   内置函数
user-defined function   用户定义函数
local     局部的(scope)(作用域)(空间)
_main_
traceback    回溯
fruitful function   有返回值的函数
void function    无返回值的函数
None     无返回值函数的return
module object    模块对象
composition    组合,复合
stack diagram    栈图
frame     stack diagram中可以包含多个frame


conditional execution   条件执行
alternative execution   选择执行
compound statement   复合语句
brach     条件分支
chained conditional   链式条件
nested conditional   嵌套条件
logical operator   逻辑运算符
recursion    递归
stack diagram    栈图
frame     帧(stack diagram中的1 slice)
base case    recursion中回归的条件
infinite recursion   无限递归
raw_input()    python中的输入函数,cin,scanf()
modulus operator   模除运算符 %(求余)
boolean expression   布尔表达式
fruitful function   有返回值的函数
dead code    永远不会执行的代码(在return之后)
incremental development   增量开发
pythagorean    毕达哥拉斯
hypotenuse    直角三角形的斜边
scaffolding    脚手架
right triangle    直角三角形
composition    复合
circular definition   循环定义
labyrinthine    迷宫似得
leap of faith
fabonacci    斐波那契数列(兔子数列)
isinstance(object,class) object是class的instance(实例)吗?
guardian    护卫者
precondition
postcondition
rule out    根除,杜绝
palindrome    回文(例如noon,redivider)
multiple assignment   多次赋值
equality    等于
assignment    赋值
update     更新
initialize    初始化
increment    增量
decrement    减量
iteration    重复(但是常常在recursion中使用)
blast off    点火起飞
loop     循环
lather     涂肥皂泡
rinse     漂洗
infinite loop    无穷循环
epsilon     希腊字母e(表示小的正数)
algorithm    算法
with dispatch    迅速的,尽快的
Maxwell‘s equations   麦克斯韦方程
terminal    端子
port     口
node     节点
brach     支路
loop     回路
brach Voltage    支路电压
brach current    支路电流
current through    流过的电流
Voltage across   
potential difference   电势差
potential    电势
Voltage     电压

branch Voltage    支路电压
branch current    支路电流
constituent relation   组成关系
fundamental method   基本方法(KVL and KCL method):1 constituent relation(组成关系)
     (b = brach),2 KVL(b - n + 1),3 KCL(n - 1),2b法
associated variable   关联变量
element law    = constituent relation(组成关系)
brach     = element(支路)
terminal variable   端子变量
branch variable    支路变量
brach current    支路电流
brach Voltage    支路电压
supply     提供
consume     消耗
conservation of energy    能量守恒定律
inductor    电感
grunge     蹩脚
energy conservation   能量守恒
Voltage divider    分压器
Voltage source    电流源
current divider    分流器
conductance    电导
inductance    电感
duality     对偶性质
flow of energy    能量的流动
power into    流入的能量
parallel    并联的
series     级联的(串联的)
equivalent conductance   等效电感
cross-section    横截面积
equivalent resistance   等效电阻
VLSI     Very Large Scale Integration(超大规模集成电路)
planar     平面的
planar resistor    平板电阻
fringing effects   边缘效应
loop     回路
node     节点
solution procedure   解决步骤
other than    除过(除去)(表示例外)
terminal variable   端子变量
brach variable    支路变量
brach Voltage    支路电压
brach current    支路电流
label     做标记
KCL     node(节点)
KVL     loop(回路)
closed path    闭合回路
perfect conductor   理想导体
circuit element    电路元件
independent equation   独立方程
column vector    列向量
linear algebra    线性代数
drive Voltage    驱动电压
drive current    驱动电流
cramer's rule    克拉姆法则
net resistance    网络电阻
intuition    知觉的
series equivalent   级联等效
Ohm’s law    欧姆定律
Voltage divider relation 分压关系
dwell on    细想,详述
collapse   
expand
basic method    基本方法(VAR+KVL+KCL,2b法)
network resistance   网络电阻
hypothetical    假定的,假想的
vertices    顶点
Reference node    参考节点
power supply    电源
terminal variable   端子变量
amenable    顺从的,容易处理的
element law
independent source   独立源
energy is conserved   能量是守恒的
excitation    激励
current source    电流源
element laws    constituent condition(组成关系)
dependent source   非独立源
dimmer     调光器
controlled source   受控源(dependent source)(非独立源)
MOSFET     Metal Oxide Semiconductor Field Effect Transistor(金属氧化物场效应管)
VCCS     Voltage Controlled Current Source(电压控制电流源)
control port    控制口
output port    输出口
diamond shape    菱形
linear dependent source   线性受控源
transconductance   互导,跨导
conductance    电导
dashed box    虚线框
linear dependent source   线性非独立源(线性受控源)
branch current     支路电流
CCCS     Current Controlled Current Source(电流控制电流源)
current transfer ratio   电流转移比(对CCCS)
VSVS     Voltage Controlled Voltage Source(电压控制电压源)
Voltage Transfer Ratio   电压转移比(对VCVS)
transresistance    互阻(对CCVS)
transconductance   互导(对VCCS)
branch variable    支路变量
input side    输入侧
output side    输出侧
sequential approach to circuit analysis 电路分析的顺序方法
input part    输入部分
output part    输出部分
clutter     混乱
open circuit    开路


类别:New Word||添加到搜藏 |分享到i贴吧|浏览(156)|评论 (0)
 
最近读者:
 
网友评论:
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
     

   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu