全部博文(103)
发布时间:2015-02-02 12:02:31
一、printf()printf()函数优点在于可以格式化输出!printf()是一个函数,输出字符串,而print是一个语言结构,总是返回true(1),而echo也是语言结构,返回无效。$total = 12.4如果用echo时,是这样:echo "Total amount is $total.";输出:Total amount is 12.4.换回printf则为这样表达:printf.........【阅读全文】
发布时间:2015-02-02 11:40:10
一、在函数中的例子<span style="font-size:16px;color:#3366FF;"></span><pre name="code" class="cpp">INT PalPrintf(const MMP_CHAR* format, ...) /*…为可变参数,不限定个数和类型。(后面采用专门的指针指向他)*/ { &.........【阅读全文】
发布时间:2015-01-26 21:01:00
KEYBINDINGS The following keybindings can be used to control Terminator: Ctrl+Shift+O Split terminals H o rizontally.(上下开新窗口) Ctrl+Shift+E Split terminals V e rtically.(垂直开新窗口) Ctrl+Shift+Right Move parent dragbar Right .KEYBIN DINGSThe follow.........【阅读全文】
发布时间:2015-01-25 17:01:17
一.Scheme 自学教程 http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-1.html#node_toc_start二.LaTexhttp://www.latex-project.org/你可以在 Ubuntu 安装很多 LaTeX 的分发版,其中一个是 TeX Live。 使用下面命令可以在 Ubuntu 上安装 Tex Live? .........【阅读全文】