tutorial.html

来自「[[ Complex Matrices : Language c]]」· HTML 代码 · 共 50 行

HTML
50
字号
<HTML>
<HEAD>
<TITLE> Mathematic : Tutorial for the language C. </TITLE>
</HEAD>
<BODY>  

<HR>
<A HREF="http://groups.yahoo.com/group/mathc/">Mathc</A> : This group work on numerical computation. You can find free source code to download.

<HR>
<A HREF="http://www.geocities.com/xhungab/package.html">Algebra Linear</A>,
<A HREF="http://www.geocities.com/xhungab/calculus.html">Calculus</A>,
<A HREF="http://www.geocities.com/xhungab/complex.html">Complex Matrices</A>,
<A HREF="http://www.geocities.com/xhungab/gnuplot.html">Gnuplot</A>.  The other packages. 

<HR>
<U><H4>Tutorial</U> : language c (version  2003/09/01)</H4></P>
 * You need a C compiler to compile the code (source).</br> 
 * For this work, I use  
   <A HREF="http://www.simtel.net/pub/pd/17456.html">Dev-C++ 4</A>, 
   and 
   <A HREF="http://www.delorie.com/djgpp/zip-picker.html">DJGPP</A> 
   two freewares. </br> 
 * You can also use 
   <A HREF="http://www.softintegration.com">Ch 4.0 released</A> (C99). 
   The Standard Edition is free in all platforms. </br> 
 * The graphic interface is gnuplot.</br>
 * You can download this freeware here : <A HREF="http://www.gnuplot.info/">Gnuplot Central</A>. </br>
 * My work is also a Freeware.</br> 
 * Windows, Linux.</br>


<HR>
<U>A Book</U> : The C programming language, by Brian W. Kernighan and Denis M. Ritchie.

<HR>
<A HREF="http://www.geocities.com/xhungab/tutorial/t00a.zip">t00a.zip</A> : 
Compile your first programs.</br>
<HR>

<A HREF="http://www.geocities.com/xhungab/tutorial/t01a.zip">t01a.zip</A> : 
Draw a function with gnuplot.</br>

<A HREF="http://www.geocities.com/xhungab/tutorial/t01b.zip">t01b.zip</A> : 
Why pointers on functions ?</br>
<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?