能運算的函數: sin,cos,TG,cTG,e^,pow(x,y),cosh,sinh,TGh,log10,ln,sqrt,arcsin,arccos,
運算方式: +,-,*,/,絕對值(“[ ]”),^,!,
輸入規則: 用鍵盤或按鈕都可,輸入完按回車運算,(光標要在最后)
sin(21-32)/(12-43)
4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要輸入pow(3,4)) //有無*都可
2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一個括號
[3-4]是求3-4的絕對值不是中括號
標簽:
arcsin
arccos
cosh
sinh
上傳時間:
2015-04-11
上傳用戶:sxdtlqqjl
英文版,pdf格式。
詳細說明:
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
URL: http://www.amazon.com/exec/obidos/TG/detail/-/0201379236/
ISBN: 0201379236
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Catalog: C++
Format: PDF
Size: 3.8M
Supplier: December
Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽:
Programming
Reference
Standard
Tutorial
上傳時間:
2015-09-02
上傳用戶:Breathe0125
文本計算器是一款為經常需要使用計算器的工程項目人士而設計的軟件,該軟件使用簡單、方便。
當需要計算數據時,在窗口中輸入整個表達式(表達式可以是加+、減-、乘*、除/、平方^、括號(),以及數學函數組合),按回車后可自動計算出結果,計算方法一目了然,便于查找計算中可能出現的錯誤。
支持的數學函數:cos(), sin(), TG(), cTG(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th() or tanh(),cth() or coth(), heaviside()
標簽:
計算器
工程項目
軟件
上傳時間:
2015-10-25
上傳用戶:zhuyibin