You will write a program for calculating person s Body Mass Index (BMI). The following formula is used: bmi = weight / length² , where weight is in kilograms and length is in meters.
標(biāo)簽: calculating following program formula
上傳時(shí)間: 2013-12-09
上傳用戶:qq521
* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.
標(biāo)簽: CONSTRAINTS considered module handle
上傳時(shí)間: 2015-09-07
上傳用戶:qunquan
BP神經(jīng)網(wǎng)絡(luò)分類器 程序有兩種運(yùn)行狀態(tài),一個(gè)是學(xué)習(xí),另外一個(gè)是分類。在學(xué)習(xí)狀態(tài)下,在Dos命令符下輸入bp learn,便開始學(xué)習(xí)了,學(xué)習(xí)的結(jié)果放在weight.dat中;在工作狀態(tài)下,在Dos命令符下輸入bp work,便開始識(shí)別classfyme.dat中的數(shù)據(jù)了,識(shí)別完成后,結(jié)果放在results.dat中。在bp運(yùn)行的任何一種狀態(tài)下,都不能手工打開Weight.dat、Sample.dat、classfyme.dat、results.dat中的任何一種。~..~
標(biāo)簽: BP神經(jīng)網(wǎng)絡(luò) 分類器 程序 狀態(tài)
上傳時(shí)間: 2013-12-17
上傳用戶:skfreeman
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.
標(biāo)簽: implementation structural for alignment
上傳時(shí)間: 2014-01-11
上傳用戶:chenbhdt
設(shè)有一個(gè)SPJ數(shù)據(jù)庫(kù),包括S、P、J、SPJ四個(gè)關(guān)系模式: S(SNO,SNAME,STATUS,CITY) P(PNO,PNAME,COLOR,WEIGHT) J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY) 供應(yīng)商表S由供應(yīng)商代碼SNO、供應(yīng)商姓名SNAME、供應(yīng)商狀態(tài)STATUS、供應(yīng)商所在城市名CITY組成。 零件表P由零件代碼PNO、零件名PNAME、顏色COLOR、重量WETGHT組成。 工程項(xiàng)目表J由工程項(xiàng)目代碼JNO、工程項(xiàng)目名JNAME、工程項(xiàng)目所在城市名CITY組成。 供應(yīng)情況表SPJ由供應(yīng)商代碼SNO、零件代碼PNO、工程項(xiàng)目代碼JNO、供應(yīng)數(shù)據(jù)QTY組成,表示某供應(yīng)商供應(yīng)某種零件給某工程項(xiàng)目的數(shù)量為QTY。 上述四表中的具體數(shù)據(jù)可以參考教材30、31頁(yè)。
標(biāo)簽: SPJ 數(shù)據(jù)庫(kù)
上傳時(shí)間: 2015-12-23
上傳用戶:LIKE
% because we do not truncate and shift the convolved input % sequence, the delay of the desired output sequence wrt % the convolved input sequence need only be the delay % introduced by the ideal weight vector centred at n=5
標(biāo)簽: the convolved truncate sequence
上傳時(shí)間: 2015-12-27
上傳用戶:www240697738
用分支限界法求解背包問題(0/1背包) 1.問題描述:已知有N個(gè)物品和一個(gè)可以容納TOT重量的背包,每種物品I的重量為Weight,價(jià)值為Value。一個(gè)只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的總價(jià)值最大。 2.設(shè)計(jì)思想與分析:對(duì)物品的選取與否構(gòu)成一棵解樹,左子樹表示裝入,右表示不裝入,通過檢索問題的解樹得出最優(yōu)解,并用結(jié)點(diǎn)上界殺死不符合要求的結(jié)點(diǎn)。
上傳時(shí)間: 2016-02-09
上傳用戶:我們的船長(zhǎng)
Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The computation uses a quasi-analytic (QA) technique that relies on the estimation (approximate one) of the information-bits Weight Enumerating Function (WEF) using A simulation of the convolutional encoder. Once the WEF is estimated, the analytic formula for the BER is used.
標(biāo)簽: convolutional Computes encoding decision
上傳時(shí)間: 2013-12-24
上傳用戶:咔樂塢
Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system. Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre and to be able to ascertain, at any moment, the amount of the cash taken for that flight. Reservations and bookings cannot be made until the flight details have been finalised (flight number, departure and arrival airports). A seat on a flight is considered booked when payment as been received for it. When a reservation is confirmed (changed to booked), the passenger name is checked against the original reservation. A flight can be in any of the following states: Available for bookings Checking in Boarding Closed
標(biāo)簽: operating Airlines Glasgow Airport
上傳時(shí)間: 2016-03-25
上傳用戶:hgy9473
The Microsoft® Windows Vista® Developer Story includes content for developers, and other technology experts and managers, interested in an in-depth exploration of some of the new and extended features in Windows Vista. Top 10 Ways to Light Up Your Windows Vista Apps provides an overview of these features
標(biāo)簽: developers Microsoft Developer reg
上傳時(shí)間: 2014-11-18
上傳用戶:王者A
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1