O(1) 的小乐
Job Hunting
首页
新随笔
联系
聚合
管理
公告
记录我的生活和工作。。。
<
2010年10月
>
日
一
二
三
四
五
六
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
统计
随笔 - 182
文章 - 1
评论 - 41
引用 - 0
留言簿
(10)
给我留言
查看公开留言
查看私人留言
随笔分类
(70)
Algorithm (14)
(rss)
Books(9)
(rss)
Courses(12)
(rss)
Daily Life(21)
(rss)
Research(3)
(rss)
Taps in Research(11)
(rss)
随笔档案
(182)
2012年11月 (7)
2012年10月 (2)
2012年6月 (4)
2011年12月 (2)
2011年11月 (2)
2011年10月 (9)
2011年7月 (1)
2011年6月 (4)
2011年5月 (7)
2011年4月 (2)
2011年3月 (1)
2011年2月 (2)
2011年1月 (7)
2010年12月 (6)
2010年11月 (7)
2010年10月 (27)
2010年9月 (55)
2010年8月 (37)
文章档案
(1)
2011年1月 (1)
如影随形
小乐 CppBlog
小乐 CSDN
小乐 Github
小乐 博客园
小乐 豆瓣
搜索
最新随笔
1. 算法设计4——贪心算法(3)
2. Timus 1078 SPFA
3. Timus 1078 最长路Floyd
4. POJ 3268
5. POJ 1860 SPFA 最长路
6. POJ 3169 差分约束方程
7. POJ 3159 SPFA
8. 算法设计5——分治策略 (1)
9. 一道网易游戏笔试题
10. SRM 304 U
最新评论
1. re: 有向图强连通分量 Tarjan算法
为代码中的u貌似没定义
--Daivd_Parker
2. re: Writing Solid Code Steve Maguire (0)
好的阅读!这是很好的了解他。于是,他背后的成功的书籍,如“编写可靠的代码”和“调试开发过程中”伟大的之一。感谢您的信息。我希望有更多的读取有关有趣的事情。非常感谢!
--online editing and proofreading company
3. re: 一道网易游戏笔试题[未登录]
@se
X = 1/3+ 1/3*(1+X) + 1/3*(1+1+X) 是这个样子,省略成了 X = 1+ 1/3*X + 1/3*(1+X)
--sosi
4. re: 一道网易游戏笔试题[未登录]
@sworddance
X = 1/3+ 1/3*(1+X) + 1/3*(1+1+X) 是这个样子,省略成了 X = 1+ 1/3*X + 1/3*(1+X)
--sosi
5. re: 傅里叶变换意义[未登录]
这个频谱图指的是经过时域频域变换后得到的频谱图 @bozhao
--sosi
阅读排行榜
1. 有向图强连通分量 Tarjan算法(11373)
2. Kullback–Leibler divergence KL散度(9970)
3. LaTex与word比较(6471)
4. Pseudo-polynomial time 伪多项式时间算法(4260)
5. 傅里叶变换意义(3114)
6. LaTexDraw使用(2822)
7. Cross-validation 交叉验证(2713)
8. LaTex插入图片(2552)
9. Expectation-maximization algorithm EM算法(2481)
10. Mahalanobis distance 马氏距离(2311)
评论排行榜
1. LaTex与word比较(8)
2. 一道网易游戏笔试题(5)
3. 傅里叶变换意义(3)
4. 有向图强连通分量 Tarjan算法(2)
5. 有向图强连通分量 Gabow 算法(2)
常用的数学英语表述
常用的数学英语表述
1.Logic
∃ there exist
∀ for all
p⇒q p implies q / if p, then q
p⇔q p if and only if q /p is equivalent to q / p and q are equivalent
2.Sets
x∈A x belongs to A / x is an element (or a member) of A
x∉A x does not belong to A / x is not an element (or a member) of A
A⊂B A is contained in B / A is a subset of B
A⊃B A contains B / B is a subset of A
A∩B A cap B / A meet B / A intersection B
A∪B A cup B / A join B / A union B
A\B A minus B / the diference between A and B
A×B A cross B / the cartesian product of A and B
3. Real numbers
x+1 x plus one
x-1 x minus one
x±1 x plus or minus one
xy xy / x multiplied by y
(x - y)(x + y) x minus y, x plus y
x y x over y
= the equals sign
x = 5 x equals 5 / x is equal to 5
x≠5 x (is) not equal to 5
x≡y x is equivalent to (or identical with) y
x ≡ y x is not equivalent to (or identical with) y
x > y x is greater than y
x≥y x is greater than or equal to y
x < y x is less than y
x≤y x is less than or equal to y
0 < x < 1 zero is less than x is less than 1
0≤x≤1 zero is less than or equal to x is less than or equal to 1
| x | mod x / modulus x
x 2 x squared / x (raised) to the power 2
x 3 x cubed
x 4 x to the fourth / x to the power four
x n x to the nth / x to the power n
x −n x to the (power) minus n
x (square) root x / the square root of x
x 3 cube root (of) x
x 4 fourth root (of) x
x n nth root (of) x
( x+y ) 2 x plus y all squared
( x y ) 2 x over y all squared
n! n factorial
x ^ x hat
x ¯ x bar
x ˜ x tilde
x i xi / x subscript i / x suffix i / x sub i
∑ i=1 n a i the sum from i equals one to n a i / the sum as i runs from 1 to n of the a i
4. Linear algebra
‖ x ‖ the norm (or modulus) of x
OA → OA / vector OA
OA ¯ OA / the length of the segment OA
A T A transpose / the transpose of A
A −1 A inverse / the inverse of A
5. Functions
f( x ) fx / f of x / the function f of x
f:S→T a function f from S to T
x→y x maps to y / x is sent (or mapped) to y
f'( x ) f prime x / f dash x / the (first) derivative of f with respect to x
f''( x ) f double-prime x / f double-dash x / the second derivative of f with respect to x
f'''( x ) triple-prime x / f triple-dash x / the third derivative of f with respect to x
f (4) ( x ) f four x / the fourth derivative of f with respect to x
∂f ∂ x 1 the partial (derivative) of f with respect to x1
∂ 2 f ∂ x 1 2 the second partial (derivative) of f with respect to x1
∫ 0 ∞ the integral from zero to infinity
lim x→0 the limit as x approaches zero
lim x→ 0 + the limit as x approaches zero from above
lim x→ 0 − the limit as x approaches zero from below
log e y log y to the base e / log to the base e of y / natural log (of) y
lny log y to the base e / log to the base e of y / natural log (of) y
一般词汇
数学 mathematics, maths(BrE), math(AmE)
公理 axiom
定理 theorem
计算 calculation
运算 operation
证明 prove
假设 hypothesis, hypotheses(pl.)
命题 proposition
算术 arithmetic
加 plus(prep.), add(v.), addition(n.)
被加数 augend, summand
加数 addend
和 sum
减 minus(prep.), subtract(v.), subtraction(n.)
被减数 minuend
减数 subtrahend
差 remainder
乘
times(prep.), multiply(v.), multiplication(n.)
被乘数 multiplicand, faciend
乘数 multiplicator
积 product
除 divided by(prep.), divide(v.), division(n.)
被除数 dividend
除数 divisor
商 quotient
等于 equals, is equal to, is equivalent to
大于 is greater than
小于 is lesser than
大于等于 is equal or greater than
小于等于 is equal or lesser than
运算符 operator
数字 digit
数 number
自然数 natural number
整数 integer
小数 decimal
小数点 decimal point
分数 fraction
分子 numerator
分母 denominator
比 ratio
正 positive
负 negative
零 null, zero, nought, nil
十进制 decimal system
二进制 binary system
十六进制 hexadecimal system
权 weight, significance
进位 carry
截尾 truncation
四舍五入 round
下舍入 round down
上舍入 round up
有效数字 significant digit
无效数字 insignificant digit
代数 algebra
公式 formula, formulae(pl.)
单项式 monomial
多项式 polynomial, multinomial
系数 coefficient
未知数 unknown, x-factor, y-factor, z-factor
等式,方程式 equation
一次方程 simple equation
二次方程 quadratic equation
三次方程 cubic equation
四次方程 quartic equation
不等式 inequation
阶乘 factorial
对数 logarithm
指数,幂 exponent
乘方 power
二次方,平方 square
三次方,立方 cube
四次方 the power of four, the fourth power
n次方 the power of n, the nth power
开方 evolution, extraction
二次方根,平方根 square root
三次方根,立方根 cube root
四次方根 the root of four, the fourth root
n次方根 the root of n, the nth root
集合 aggregate
元素 element
空集 void
子集 subset
交集 intersection
并集 union
补集 complement
映射 mapping
函数 function
定义域 domain, field of definition
值域 range
常量 constant
变量 variable
单调性 monotonicity
奇偶性 parity
周期性 periodicity
图象 image
数列,级数 series
微积分 calculus
微分 differential
导数 derivative
极限 limit
无穷大 infinite(a.) infinity(n.)
无穷小 infinitesimal
积分 integral
定积分 definite integral
不定积分 indefinite integral
有理数 rational number
无理数 irrational number
实数 real number
虚数 imaginary number
复数 complex number
矩阵 matrix
行列式 determinant
几何 geometry
点 point
线 line
面 plane
体 solid
线段 segment
射线 radial
平行 parallel
相交 intersect
角 angle
角度 degree
弧度 radian
锐角 acute angle
直角 right angle
钝角 obtuse angle
平角 straight angle
周角 perigon
底 base
边 side
高 height
三角形 triangle
锐角三角形 acute triangle
直角三角形 right triangle
直角边 leg
斜边 hypotenuse
勾股定理 Pythagorean theorem
钝角三角形 obtuse triangle
不等边三角形 scalene triangle
等腰三角形 isosceles triangle
等边三角形 equilateral triangle
四边形 quadrilateral
平行四边形 parallelogram
矩形 rectangle
长 length
宽 width
posted on 2010-10-08 19:53
Sosi
阅读(314)
评论(0)
编辑
收藏
引用
所属分类:
Courses
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
相关文章:
GOF23 Design Pattern
浅谈多元数据的可视化技术
怀念六次Regional(from NJU&HKUST ikki)
EECS Graphics 2
Expectation-maximization algorithm EM算法
k-means clustering
2010百度校园招聘试题 R D-C-2
Hat-Check problem 帽子保管问题
EECS Graphics 1
玩 Python 之必装组件zz
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理
统计系统