(对数不等式) $$\bex \cfrac{x}{1+x}\leq \ln(1+x)\leq
x\quad(x>-1), \eex$$ 等号当且仅当 $x=0$ 时成立.
分类:
其他好文 时间:
2014-06-03 09:01:53
阅读次数:
178
Given a singly linked list
L: L0→L1→…→Ln-1→Ln,
reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…
You must do this in-place without altering the nodes' values.
For example,
Given {1,2,3,4}, r...
分类:
其他好文 时间:
2014-06-03 03:12:46
阅读次数:
222
试证: $\dps{\int_0^{k\pi} \cfrac{|\sin x|}{x}\rd
x> \cfrac{2}{\pi}\ln\cfrac{k+1}{2}}$.
分类:
其他好文 时间:
2014-05-28 22:44:31
阅读次数:
282
xml .java 添加三张图片private ViewGroup
mgroup;mgroup=(ViewGroup)findViewById(R.id.ln_Group); ImageView imageView;
LayoutParams params ...
分类:
其他好文 时间:
2014-05-26 14:21:23
阅读次数:
320
ln是linux中又一个非常重要命令,它的功能是为某一个文件在另外一个位置建立一个同不的链接,这个命令最常用的参数是-s,具体用法是:ln
–s 源文件 目标文件。
当我们需要在不同的目录,用到相同的文件时,我们不需要在每一个需要的目录下都放一个必须相同的文件,我们只要在某个固定的目录,放上该文件....
分类:
系统相关 时间:
2014-05-26 13:05:54
阅读次数:
284
一直按网上的方法:1.先安装apt-get install
zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make
install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:
编程语言 时间:
2014-05-26 12:35:01
阅读次数:
298
ls
-l:长格式
文件类型:
-:普通文件 (f)
d: 目录文件
b: 块设备文件 (block)
c: 字符设备文件 (character)
l: 符号链接文件(symbolic link file)
p: 命令管道文件(pipe)
s: 套接字文件(socket)
文件权限:9位,每3位一组,每一组:rwx(读,写,执行), r--
文件硬链接的次数
文件的属主(o...
分类:
其他好文 时间:
2014-05-25 01:55:01
阅读次数:
262
1. (1) 求极限 $\dps{I=\lim_{x\to 0^+} \cfrac{ 1-\cos
x}{\int_0^x \cfrac{\ln(1+xy)}{y}\rd y}}$. (2) 计算含参变量广义积分
$\dps{F(x)=\int_0^\infty \cfrac{\sin (xy)}{...
分类:
其他好文 时间:
2014-05-24 00:00:27
阅读次数:
398
问题
Given a singly linked list L: L0→L1→…→Ln-1→Ln,
reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…
You must do this in-place without altering the nodes' values.
For example,
Given {1,2,3,4}, reorde...
分类:
其他好文 时间:
2014-05-22 07:04:46
阅读次数:
298
1 (每小题6分,共48分)(1) 求$\lim\limits_{x \to 0+}x^x;$解答:
$$\begin{eqnarray*}\textrm{ 原式} & = & \lim\limits_{x \to 0+}e^{x\ln x} =
\lim\limits_{x \to 0+}e^{\...
分类:
其他好文 时间:
2014-05-22 06:10:57
阅读次数:
261