遞歸方法實現HANOI塔問題 子程序模塊個數不限。要求: 盤子個數可以輸入,第一個塔為A,第二個塔為B,第三個塔的名稱為C。打印出移動過程。
上傳時間: 2013-12-22
上傳用戶:小鵬
This book is a complete reference to the C programming language and the C runtime library. As a Nutshell book, its purpose is to serve as a convenient, reliable companion for C programmers in their day-to-day work. It describes all the elements of the language and illustrates their use with numerous examples.
標簽: programming reference the complete
上傳時間: 2013-12-11
上傳用戶:天誠24
2位A/D轉換器ADS7804與51單片機的接口及程序設計用的是C語言
上傳時間: 2014-01-14
上傳用戶:13681659100
gps C/A碼生成 生成gps32顆衛星偽碼,方便,經過測試
上傳時間: 2016-06-22
上傳用戶:windwolf2000
GNU ccAudio2 is a stand-alone portable C++ class framework for manipulating audio data. It has existed for some time as GNU GPL licensed package and has most recently been designated a GNU package. It is commonly used in GNU Bayonne.
標簽: manipulating stand-alone framework ccAudio2
上傳時間: 2013-12-28
上傳用戶:sjyy1001
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
標簽: applications framework optimized portable
上傳時間: 2014-01-02
上傳用戶:luke5347
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
標簽: relational following tables given
上傳時間: 2014-01-14
上傳用戶:cx111111
單片機A/D模數轉換 C語言編寫 源程序。
上傳時間: 2014-01-22
上傳用戶:daguda
基于verilog HDL的自動售貨機控制電路設計: 可以對5種不同種類的貨物進行自動售貨,價格分別為A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售貨機可以接受1元,5角,1角三種硬幣(即有三種輸入信號IY,IWJ,IYJ),并且在一個3位7段LED(二位代表元,一位代表角)顯示以投入的總錢數,最大9.90元,如果大于該數值,新投入的硬幣會退出,選擇貨物的輸入信號Ia,Ib,Ic,Id,Ie和一個放棄信號In,輸出指示信號為 Sa, Sb ,Sc ,Sd, Se 分別表示售出相應的貨物,同時輸出的信號yuan, jiao代表找零,相應每個脈沖代表找零相應的硬幣,上述輸入和輸出信號均是一個固定寬度的脈沖信號。
上傳時間: 2016-07-12
上傳用戶:lanwei
GA求最大值f=ab-bc+ac+c并顯示出a,b,c
上傳時間: 2013-12-21
上傳用戶:qb1993225