討論串[問題] C++複數的初始值設定
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者khoguan (Khoguan Phuann)時間19年前 (2005/09/23 01:02), 編輯資訊
1
0
1
內容預覽:
那裡面有幾句話不對。. "In fact, c2=(3,7) is equivalent to c2=3,7. C++'s "," operator. suppresses the value of the first operand in favour of the second,. so c2=
(還有103個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者lex0606 (shawn)時間15年前 (2009/12/31 15:23), 編輯資訊
1
0
1
內容預覽:
//爬文后還是沒有說明如何在C++中. //給定2個實數值在1個複數變數中 初值的設定. //以下是測試過的程式. #include <complex>. #include <iostream>. #include <math.h>. #include <stdio.h>. using namesp
(還有559個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者LPH66 ((short)(-15074))時間15年前 (2010/01/01 11:55), 編輯資訊
0
0
0
內容預覽:
你的問題其實這樣就行了:. complex <double> z (0.1, 0.2);. complex <double> psi (0,2, 0.6);. 不用寫 = 而且和你後來寫的(y和nu)是一樣的意思 都是使用 constructor 來設初值. 因此這裡的 , 就變成 construc
(還有212個字)
首頁
上一頁
1
下一頁
尾頁