BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
標簽: one-dimensional consideration calculation and
上傳時間: 2015-07-17
上傳用戶:royzhangsz
BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
標簽: one-dimensional consideration calculation and
上傳時間: 2015-07-17
上傳用戶:wendy15
編譯命令 cc -o fget fget.c -lcurses 此程序適用于SCO UNIX主機系統,客戶端為任意平臺。 以Windows客戶為例,以下簡要說明其使用方法。 1、直接撥號方式 先進入Windows的終端仿真器, 使用ATDT命令向UNIX主機撥號,當主機連通時, 運行主機的FGET程序,格式為 FGET 下載文件名。然后,從終端仿真器的"傳輸"菜單選"接收二進制文件"選項,輸入本地文件名后,即可接收文件。 2、internet連接方式 先將FGET文件在主機上編譯通過, 然后用Netterm之類的telnet軟件連接到主機上,當主機連通時,運行主機的FGET程序,格式為FGET 下載文件名。 然后從菜單選"接收文件"選項,輸入本地文件名后,即可接收文件。
上傳時間: 2014-11-10
上傳用戶:xuan‘nian
24e1接收程序,3-rec.rar,用c語言編寫
上傳時間: 2013-12-14
上傳用戶:731140412
24e1接收按鍵程序,4-key-send.rar,C語言編寫
上傳時間: 2014-01-02
上傳用戶:標點符號
GPS數據采集程序大致可分4個模塊:串行通信、數據庫處理、控制和顯示模塊。串口通信技術使用了自己編寫的CSerialPortEx類;接收串口數據時使用隱式調用,CserialPortEx在串口數據到達時講數據發送到程序主窗口。控制模板每隔一段時間察看一次主創口串口數據接收緩沖區,并對符合要求的數據進行處理后通過數據庫處理模塊存儲導數據庫中,同時請求顯示模塊跟新紀錄,語言環境:Visual C++6.0。
標簽: CSerialPortEx GPS 數據采集 分
上傳時間: 2013-12-09
上傳用戶:wab1981
英文版,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
接收紅外程序,僅供大家參考,是用C編的,用的是ADS編譯環境。
上傳時間: 2015-10-02
上傳用戶:蟲蟲蟲蟲蟲蟲
經典C語言程序設計100例1-10 如【程序1】 題目:有1、2、3、4個數字,能組成多少個互不相同且無重復數字的三位數?都是多少? 1.程序分析:可填在百位、十位、個位的數字都是1、2、3、4。組成所有的排列后再去 掉不滿足條件的排列。 2.程序源代碼: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下為三重循環*/ for(j=1 j<5 j++) for (k=1 k<5 k++) { if (i!=k&&i!=j&&j!=k) /*確保i、j、k三位互不相同*/ printf("%d,%d,%d\n",i,j,k) } }
上傳時間: 2013-12-14
上傳用戶:hfmm633
C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛民張麗譯 Addison-Wesley 中國電力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e
標簽: Primer Addison-Wesley infopower www
上傳時間: 2014-01-14
上傳用戶:myworkpost