用棧的形式實現車廂調度,火車入口處的車廂序列編號為1到n
上傳時間: 2015-03-21
上傳用戶:13215175592
對任意給定的n,用字典法和鄰位互換法生成并打印全部排列。
標簽:
上傳時間: 2014-01-27
上傳用戶:ma1301115706
題目:參加運動會的N個學校編號為1~N.比賽分成M個男子項目和W個女子項目,項目編號分別為1~M和M+1~M+W.由于個項目參加人數差別較大,有些項目取前5名,得分順序為7,5,3,2,1 還有些項目只取前3名,得分順序為5,3,2.寫一個統計程序產生各種成績單和得分報表.基本要求:產生各學校的成績單,內容包括各校所取得的每項成績的項目號,名次,姓名和得分 產生團體總分報表,內容包括校號,男子團體總分,女子團體總分和團體總分.概要設計:1. 為實現上述程序功能,應以線性表表示集合.2. 本程序包含3個模塊:(1) 各集合定義模塊(2) 線性表實現模塊(3) 主程序模塊
上傳時間: 2013-12-21
上傳用戶:黃華強
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.
標簽: introduce Overview Borland Builder
上傳時間: 2014-01-04
上傳用戶:小鵬
This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
上傳時間: 2015-03-23
上傳用戶:skhlm
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a copy of the ported source andexe files.
標簽: is portable possible extract
上傳時間: 2014-01-20
上傳用戶:維子哥哥
踐踏堆棧 [C語言編程] n. 在許多C語言的實現中,有可能通過寫入例程 中所聲明的數組的結尾部分來破壞可執行的堆棧. 所謂 踐踏堆棧 。使用的 代碼可以造成例程的返回異常,從而跳到任意的地址.這導致了一些極為險惡的數據相關漏洞
上傳時間: 2013-12-16
上傳用戶:WMC_geophy
SOR解n維線性方程組 用vc語言完成SOR解n維線性方程組
上傳時間: 2015-03-24
上傳用戶:zhaiyanzhong
數字帶通濾波器的設計過程。共3個源程序。其中,dos.cpp為帶通FIR的源程序,其中的濾波器階數n,濾波器的低頻fln,濾波器的高頻fhn,窗函數w,可以按照自己的要求改變。這里采用的是漢寧窗。主函數main.cpp實現輸入與fir的h(n)的卷積,輸出結果Y(n),并將其存儲在y.txt中。最后,graphics.cpp從y.txt讀取數據,再由語句畫出波形,可以清楚地看出計算結果是否正確,并進行比較。
上傳時間: 2015-03-24
上傳用戶:123456wh
DSP中輸入信號的生成過程。 conio.cpp實現X(n)信號,其中有兩個頻率分量的正弦信號(正弦計算由sinwn.cpp實現),頻率可變,這里取140Hz和70Hz。 考慮了高斯白噪聲,由gauss.cpp實現。 最后該信號共產生2000個點,最后的信號點存儲于 “x.txt”文本中。
上傳時間: 2014-09-03
上傳用戶:tianyi223