摘要:
If the sequence has complex valued elements, the transpose operator takes the conjugate of the sequence elements. To transform a complex valued row ve 阅读全文
摘要:
所谓静态内存分配,就是值我们并没有鲜明的指明内存分配,普通的变量的声明啦什么的,都需要内存,但是都是由系统自动分配的,所以叫静态内存分配。 关键点: 函数内部的局部变量,在函数运行完销毁,之前指向它的指针变得不确定 例如一段程序: include void swipe(int p){ int tem 阅读全文