Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Code print Hello World
no vote
Application background Python is a very simple language, and has a very straightforward syntax. It encourages programmers to program without boilerplate (prepared) code. The simplest directive in Python is the "print" directive - it simply prints out a line (and also includes a newline, unlike in C). There are two major Python versions, Python 2 and Python 3. Python 2 and 3 are quite different. 
11022202
2016-08-23
1
1
Alternating direction implicit method
no vote
Application background %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %                                                                      % %    Example of ADI Method for 2D heat equation                        % %                                                                      % %          u_t = u_{xx} + u_{yy} + f(x,t)                              % %          
11022202
2016-08-23
2
1
No more~