運行程序,顯示主菜單,要求做出選擇: 輸入 1 ,轉到樂曲選擇菜單,輸入要播放的樂曲的序號,若輸入正確(如 1 ),則要求輸入播放次數,然后按輸入的播放次數播放所選樂曲,輸入非法或樂曲播放完后返回樂曲選擇菜單。 輸入 2 或者 3 ,程序提示“該部分功能未完成,按任意鍵返回”,按一下鍵盤返回主菜單。 輸入 4 或 q 或 Q ,程序提示是否退出,鍵入 y ,程序退出,鍵入其它值則返回主菜單。
標簽: 運行程序
上傳時間: 2016-03-26
上傳用戶:CSUSheep
學生信息管理系統,本程序共有八個功能與數據結構說明: 每一條記錄包括一個學生的學號、姓名、3門課成績、平均成績。 1.學生記錄的輸入,可以一次完成若干條記錄的輸入,可以控制所要輸入學生的總數,根據提示進行輸入次數,然后每輸入一個值按下回車,然后再根據提示進行輸入。 2.顯示學生信息。完成全部學生記錄的顯示。 3.查找功能。輸入一個學生的名字,然后就顯示該學生的所有信息。 4.排序功能:按學生平均成績進行排序。 5.插入記錄。在程序進行中可以輸入一個學生的名字,然后在該學生后面插入一個學生的信息,插入完之后會提示用戶是否進行排序,輸入y則進行排序,輸入n不進行排序。 6.刪除功能。該功能實現刪除學生信息,給出所要刪除的學生的名字,即可實現將該學生的所有信息刪除。 7.文件的存盤功能。該功能模塊實現對該文件的存盤操作。將文件存入磁盤中的命名為student.cpp的文件中,直到存完為止。 8.文件的讀出功能。該功能模塊實現對磁盤中文件名為student.cpp的文件進行讀出操作,直到讀完為止。 9.則退出整個程序的運行。
上傳時間: 2013-12-19
上傳用戶:李彥東
多項式曲線擬合 任意介數 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
使用單片機控制兩片串行A/D芯片TLC5615輸出字模電壓值,分別接入模擬示波器的X、Y通道,示波器在雙蹤模式下就可以顯示單片機輸出的字符
上傳時間: 2013-12-24
上傳用戶:古谷仁美
本程序是用于WGS-84向北京1954坐標系轉換的。要想進行轉換需要至少3個控制點。這些后,程序通過轉換參量計算待轉換點在北京1954坐標系中的空間直角坐標。然后將空間直角坐標轉換成大地坐標,最后再將大地坐事本文件中。首先將控制點數據保存在一個記事本文件中。在此文件中每行對應一個控制點的信息,按先北京1954坐標系X、Y、Z再WGS-84坐標系X、Y、Z,每個數據用空格分開。然后將要輸入的待轉換點坐標寫入令一個記事本文件,本程序可同時計算多個待轉換點數據,在記事本中每行保存一個待轉換點數據
上傳時間: 2013-12-14
上傳用戶:Amygdala
巴克碼生成與測試電路。 當計數脈沖不斷進入由Q3Q2Q1組成的三位二進制異步計數器時,3-8譯碼器的8個輸出經反相器后順序輸出高電平。其中五路信號經“或非”后再和其中3路“或”,在Y端便可順序產生11000100代碼序列。
上傳時間: 2016-04-18
上傳用戶:極客
可以通過向電子指南針模組發送不同的命令字,得到X 軸和Y 軸磁性傳感器的測量值,經過計算可 以得到電子指南針模組與正北方向的順時針夾角。
上傳時間: 2014-01-21
上傳用戶:水口鴻勝電器
電源:穩壓的+5V電源,電流小于300mA。 視頻輸入:RGB+HSYNC+VSYNC信號,取自VGA卡,刷新率與NTSC標準兼容。 視頻輸出:混合視頻和S-視頻(Y/C)。 支持的視頻標準:PAL B、G、H和NTSCM。 電路要求VGA卡能發送與PAL或NTSC標準視頻時序兼容的RGB格式視頻信號。
上傳時間: 2014-11-22
上傳用戶:zhuyibin
PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue
標簽: PlotSphereIntensity elevation azimuth intensity
上傳時間: 2014-01-15
上傳用戶:ruan2570406
runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted outcomes y_pred and error matrix Ey (reshaped) for y and Ea for a along with inovation prob P = P(y_t | D_t-1) = evidence
標簽: matrix observations Kalman-Bucy prediction
上傳時間: 2016-04-28
上傳用戶:huannan88