表
a = { }
b = { x = 1, ["hello, "] = "world!" }
a.astring = "ni, hao!"
a[1] = 100
a["a table"] = b
function foo()
end
function bar()
end
a[foo] = bar
--分别穷举表a和b
for k, v in pairs(a) do
print(k, "=>",...
分类:
其他好文 时间:
2014-07-22 23:00:33
阅读次数:
261
$\bf命题1:$设$\left\{ {{a_n}}
\right\}$为单调增加的数列,则$\lim \limits_{n \to \infty } {a_n} = \mathop {Sup}\limits_{k
\ge 1} \left\{ {{a_k}} \right\}$证明:记\[M = ...
分类:
其他好文 时间:
2014-05-04 20:40:45
阅读次数:
382
$\bf命题:$设$A \in {M_{m \times n}}\left( F
\right),B \in {M_{n \times m}}\left( F \right),m \ge n,\lambda \ne 0$,则\[{\rm{
}}\left| {\lambda {E_m} - AB} ...
分类:
其他好文 时间:
2014-05-04 20:10:21
阅读次数:
332
MyOpenSUSE:/home/jin/workspace # tail -f
.metadata/.log !SESSION 2014-05-04 11:35:58.869
-----------------------------------------------eclipse.buildI...
分类:
系统相关 时间:
2014-05-04 19:34:07
阅读次数:
984
$\bf命题:$设$A \in {M_{m \times n}}\left( F
\right),B \in {M_{n \times m}}\left( F \right),m \ge n,\lambda \ne 0$,则\[{\rm{
}}\left| {\lambda {E_m} - AB} ...
分类:
其他好文 时间:
2014-05-04 19:33:10
阅读次数:
348
ubuntu安装opencv(1)安装编译opencv的环境sudo apt-get -y
install build-essential cmake pkg-config(2)安装Image I/O库sudo apt-get -y install
libjpeg62-dev sudo apt-ge...
分类:
其他好文 时间:
2014-05-01 22:42:45
阅读次数:
451
安了两次才弄好, 蛋疼的操作系统实验..先总结下第一次的错误。在最后使用gdb调试pintos的时候, 会报这样的错误:bochsrc.txt:8: Bochs is not compiled with gdbstub support百度了好久没找到解决办法。 后来通过设置 ubuntu 64位 兼容32位 , 解决了问题。具体解决办法如下: (依次执行如下三条指令即可)$ sudo apt-ge...
分类:
其他好文 时间:
2014-04-27 21:45:59
阅读次数:
355