提交 06db5c57 编写于 作者: W wizardforcel

2020-07-25 13:59:09

上级 8296d015
......@@ -58,14 +58,14 @@ In [42]: print("Hello, World!")
任何命令行输入或输出的编写方式如下:
```py
**In [6]: x
In [6]: x
Out[6]:
array([[1, 2, 3],
       [2, 3, 4]])
In [7]: x[0,0]
Out[7]: 1
In [8]: x[1,2]
Out[8]: 4**
Out[8]: 4
```
......
......@@ -122,7 +122,7 @@ Windows OS 用户注意事项:除了 Python 发行版,您还可以从 [Ghris
$ pip install numpy
$ easy_install numpy
$ enpkg numpy # for Canopy users
$ conda install numpy # for Anaconda users**
$ conda install numpy # for Anaconda users
```
......
......@@ -222,7 +222,7 @@ return NULL;
```c
/* iterate over the arrays */
do {
**out_dataptr =pow(**in_dataptr,2);
out_dataptr =pow(**in_dataptr,2);
} while(in_iternext(in_iter) && out_iternext(out_iter));
/* clean up and return the result */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册