開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Verilog-A
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
G(X)=2X if X<C
G(X)=EXP(X) if X>=C
X=G(X)+Y Y為自變數,C為常數
Z(X)=KX if X<C
Z(X)=MX if X>=C
想求Z-X之間的關係應該如何用程式語言描述?
謝謝各位了!!
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
補充說明(Supplement):