求 S=a+aa+aaa+…+aaaa…a 之值,其中a是一個數字。例如:2+22+222+2222+22222(此時n=5), n由鍵盤輸入。
資源簡介:求 S=a+aa+aaa+…+aaaa…a 之值,其中a是一個數字。例如:2+22+222+2222+22222(此時n=5), n由鍵盤輸入。
上傳時間: 2013-12-18
上傳用戶:aeiouetla
資源簡介:1.輸出1000以內的水仙花數。2.找出1000之內的所有完數。3.求Sn=a+aa+aaa+…+aa…a之值
上傳時間: 2017-08-23
上傳用戶:royzhangsz
資源簡介:dances Act now and you ll be given a free membership to a top Internet firm who is changing people s lives for the better.Mary L. White of LA. stays at home with her children and works just 3 1/2 hours a day... she now earns twice as much m...
上傳時間: 2015-03-08
上傳用戶:xhz1993
資源簡介:SCS-C is another port to C of Goldberg s Simple Classifier System, with a few extensions.
上傳時間: 2013-12-10
上傳用戶:l254587896
資源簡介:In today’s IT environment, Java is a leading technology in the world of enterprise development. As management demands more from technology, complexity in infrastructure seems to grow exponentially, leaving many unable to keep up with th...
上傳時間: 2013-12-24
上傳用戶:Zxcvbnm
資源簡介:英文原著圖書a book of scoundrels(流浪之書),感覺不錯,值得推薦一睹!
上傳時間: 2015-06-05
上傳用戶:bruce5996
資源簡介:The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly. This refreshed resource takes an in-depth look at everything you need to know to join a network. Topics covered include all of the essential...
上傳時間: 2015-09-19
上傳用戶:
資源簡介:This paper describes some of the author s experiences from a C++ implementation of a concordance program for texts in Old West Norse and Runic Swedish.
上傳時間: 2014-01-11
上傳用戶:leixinzhuo
資源簡介:代入法的啟發示搜索 我的代碼實現是:按照自然語言各字母出現頻率的大小從高到低(已經有人作國統計分析了)先生成一張字母出現頻率統計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對密文字母計算頻率,并按頻率從...
上傳時間: 2015-10-24
上傳用戶:wanqunsheng
資源簡介:there s something you can have a look
上傳時間: 2013-12-18
上傳用戶:sardinescn
資源簡介:The J2EE Architect s Handbook: How to be a Successful Technical Architect for J2EE Applications by Derek Ashmore ISBN:0972954899 DVT Press © 2004 (284 pages) This handbook is a concise guide to architecting, designing, and buildin...
上傳時間: 2013-12-26
上傳用戶:www240697738
資源簡介:With the De-Yi Li academician s data field theory, creating a single point of data field
上傳時間: 2016-04-15
上傳用戶:xc216
資源簡介: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:
上傳時間: 2014-01-14
上傳用戶:cx111111
資源簡介:Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divid...
上傳時間: 2017-02-19
上傳用戶:wyc199288
資源簡介:數據異常處理。The main source file is "dabort.s": with suitable -PreDefines or a corresponding "options-setting" file, it assembles to the data abort veneer. This is described in detail in the documentation. The "dabort.h" file contai...
上傳時間: 2013-12-03
上傳用戶:星仔
資源簡介:It s a solar system.. with a colorful interface with C code.
上傳時間: 2017-04-25
上傳用戶:jyycc
資源簡介:A few drivers for the Motorola C380 s celluar phone hardware with a simple test application. It s configured to build a binary that is to be uploaded at 0x03fd0000 and run at 0x03fd0010
上傳時間: 2017-05-01
上傳用戶:zhangzhenyu
資源簡介:歐幾里德算法:輾轉求余 原理: gcd(a,b)=gcd(b,a mod b) 當b為0時,兩數的最大公約數即為a getchar()會接受前一個scanf的回車符
上傳時間: 2014-01-10
上傳用戶:2467478207
資源簡介:us as a a a a a a a a aa a a a a a a a a a aa a a a a a a a a
上傳時間: 2013-12-14
上傳用戶:561596
資源簡介:This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following structure: [min|max] C x s.t. Ax ["="|"<="|">="] b {x <= UB} ...
上傳時間: 2014-12-01
上傳用戶:changeboy
資源簡介:it s a DDos tool.. it a TFN....
上傳時間: 2017-08-13
上傳用戶:ippler8
資源簡介:it s a code for calculator the price of a machine which have a lot of parts.
上傳時間: 2014-01-20
上傳用戶:13188549192
資源簡介:The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive approach to writing code from a Java application to a MySQL database using the industry standard: JDBC. As you will see later in this Introduction, the c...
上傳時間: 2014-01-13
上傳用戶:lnnn30
資源簡介:A language monitor provides a full duplex communications path between the print spooler and bi-directional printers that are capable of providing software-accessible status information and adds printer control information, such as commands ...
上傳時間: 2015-03-29
上傳用戶:comua
資源簡介:This example imports a text file into a database table using ADO. Because it uses ADO, it should work with all data sources, though it has only been tested with Access. Usage is explained in the code s comments.
上傳時間: 2013-12-27
上傳用戶:1079836864
資源簡介:Laser Control is a java program that using a webcam detects when a laser pointer is in a specified hotspot and then does the equivalent of pressing a specified keyboard key. thus controlling Media Portal through it s hot keys. the hotspots ...
上傳時間: 2016-08-20
上傳用戶:英雄
資源簡介:專輯類-實用電子技術專輯-385冊-3.609G A-D、D-A轉換器接口技術與實用線路-374頁-15.5M.pdf
上傳時間: 2013-06-08
上傳用戶:mh_zhaohy
資源簡介:專輯類-實用電子技術專輯-385冊-3.609G A-D和D-A轉換器應用手冊-744頁-27.4M.pdf
上傳時間: 2013-04-24
上傳用戶:kbnswdifs
資源簡介: 常用D/A轉換器和A/D轉換器介紹 下面我們介紹一下其它常用D/A轉換器和 A/D 轉換器,便于同學們設計時使用。 1. DAC0808 圖 1 所示為權電流型 D/A 轉換器 DAC0808 的電路結構框圖。用 DAC0808 這類器件構 成的 D/A轉換器,需要外接運算放...
上傳時間: 2014-12-23
上傳用戶:zhenyushaw
資源簡介:I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote...
上傳時間: 2015-01-10
上傳用戶:hzy5825468