由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - [转载] latex question
相关主题
用word 怎么写算法啊MikTex+TeXnicCenter help
ACM transcation Latex 问题IEEE proceedings 的latex模板
How to organize the algorithmLatex急问?
Algorithm 课程及教材选择疑问 (转载)急问一篇paper.
关于计算机算法杂志help for Latex Bib style problem
question about google algorithm/architecture (转载)[转载] latex bib 的问题
Latex problemlatex problem
如何在latex下写pseudocode?Latex 问题:如何定义表格中文字和表格线之间的距离?
相关话题的讨论汇总
话题: latex话题: question话题: using话题: algorithm
进入CS版参与讨论
1 (共1页)
g***l
发帖数: 352
1
【 以下文字转载自 EE 讨论区,原文如下 】
发信人: gbull (BULL), 信区: EE
标 题: latex question
发信站: Unknown Space - 未名空间 (Mon Jan 3 00:29:53 2005) WWW-POST
How to input algorithm by using latex?
For example, the follow code:
function1(int x){
if (x > 10){
do something;
else
return;
}
Thanks a lot.
w*******g
发帖数: 9932
2
easiest way
\begin{verbatim}
your function
\end{verbatim}

【在 g***l 的大作中提到】
: 【 以下文字转载自 EE 讨论区,原文如下 】
: 发信人: gbull (BULL), 信区: EE
: 标 题: latex question
: 发信站: Unknown Space - 未名空间 (Mon Jan 3 00:29:53 2005) WWW-POST
: How to input algorithm by using latex?
: For example, the follow code:
: function1(int x){
: if (x > 10){
: do something;
: else

h****t
发帖数: 93
3
using package algorithm2e, 看一下algorithm2e的文档,很容易的.

【在 g***l 的大作中提到】
: 【 以下文字转载自 EE 讨论区,原文如下 】
: 发信人: gbull (BULL), 信区: EE
: 标 题: latex question
: 发信站: Unknown Space - 未名空间 (Mon Jan 3 00:29:53 2005) WWW-POST
: How to input algorithm by using latex?
: For example, the follow code:
: function1(int x){
: if (x > 10){
: do something;
: else

z*******w
发帖数: 79
4
listings package may also be good.

【在 h****t 的大作中提到】
: using package algorithm2e, 看一下algorithm2e的文档,很容易的.
r****c
发帖数: 2585
5

Using package algorithm and algorithmic, it is pretty good.

【在 g***l 的大作中提到】
: 【 以下文字转载自 EE 讨论区,原文如下 】
: 发信人: gbull (BULL), 信区: EE
: 标 题: latex question
: 发信站: Unknown Space - 未名空间 (Mon Jan 3 00:29:53 2005) WWW-POST
: How to input algorithm by using latex?
: For example, the follow code:
: function1(int x){
: if (x > 10){
: do something;
: else

1 (共1页)
进入CS版参与讨论
相关主题
Latex 问题:如何定义表格中文字和表格线之间的距离?关于计算机算法杂志
[转载] 有搞算法的大侠吗?????问个问题!!!question about google algorithm/architecture (转载)
CS Algorithm questionLatex problem
CS Algorithm Help如何在latex下写pseudocode?
用word 怎么写算法啊MikTex+TeXnicCenter help
ACM transcation Latex 问题IEEE proceedings 的latex模板
How to organize the algorithmLatex急问?
Algorithm 课程及教材选择疑问 (转载)急问一篇paper.
相关话题的讨论汇总
话题: latex话题: question话题: using话题: algorithm