Shut the Box is a simple diversion written in C and GTK+. The object is simple: Roll the dice and click the tiles that SUM up to that dice roll until there are no more tiles to click.
上傳時間: 2014-12-03
上傳用戶:天涯
學生成績查詢系統,運用結構體,struct ,sort ,Clrscr(),textcolor()函數,用for()循環語句,switch和ifelse作為條件測試語句。 程序實現了學生成績查詢功能,有20個我們班學生的數據信息,每個包含: 學號 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性別 — sex(字符,M或W)、年齡 — age(整型)、 三門課程成績(高數、英語、計算機)— score [3 ](單精度)。設計一個系統: 定義及輸出。用結構體類型數據及其賦初值的方法把學生的數據送到結構體數組中(第一個數據用自己的真實數據,其它數據自定,但注意要是合法數據),然后把它們輸出顯示;計算并排序。計算每個學生三門課程的總分(SUM,單精度)及平均分(aver,單精度,輸出一位小數),還有他們成績的排名,將包括所有數據的結構體數組元素按總分從大到小的順序排序打印出來; 運行程序,進入主界面!可輸入1—輸出所有學生的成績,輸入2—計算和排列學生的成績,輸入3—查詢學生個人成績,輸入4—退出查詢。 在進行學生個人成績個人查詢可以實現多次查詢——進入學生個人查詢,輸入1回車實現多次查詢。 運行環境為TURBOC ,WINDOWSXP。
標簽: 成績查詢系統
上傳時間: 2014-01-01
上傳用戶:cx111111
spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub SUM and updating a cell in O(logn)
標簽: dimensional Querying fenwick matrix
上傳時間: 2017-03-02
上傳用戶:chfanjiang
Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them into 2 piles so that: The SUM of the first pile is as close as possible to 36 and the product of all in second pile is as close as poss to 360.
標簽: have Algorithm You numbered
上傳時間: 2017-03-08
上傳用戶:lacsx
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted SUM XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).
標簽: demonstrate artificial Functions program
上傳時間: 2013-12-30
上傳用戶:hfmm633
ADIAL Basis Function (RBF) networks were introduced into the neural network literature by Broomhead and Lowe [1], which are motivated by observation on the local response in biologic neurons. Due to their better approximation capabilities, simpler network structures and faster learning algorithms, RBF networks have been widely applied in many science and engineering fields. RBF network is three layers feedback network, where each hidden unit implements a radial activation function and each output unit implements a weighted SUM of hidden units’ outputs.
標簽: introduced literature Broomhead Function
上傳時間: 2017-08-08
上傳用戶:lingzhichao
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: SUM of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
標簽: state algorithme Program problem
上傳時間: 2017-08-12
上傳用戶:jjj0202
第一章JSP簡介 例子1(效果如圖1.1所示) Example1_1.jsp: < @ page contentType="text/html charset=GB2312" > <HTML> <BODY BGCOLOR=cyan> <FONT Size=1> <P>這是一個簡單的JSP頁面 < int i, SUM=0 for(i=1 i<=100 i++) { SUM=SUM+i } >
標簽: contentType Example charset 2312
上傳時間: 2017-08-31
上傳用戶:zycidjl
Java的面向對象編程 掌握類的定義以及繼承機制,熟悉方法的多態性。1、 成下面父類及子類的聲明:(1)聲明Student類。屬性包括學號、姓名、英語成績、數學成績、計算機成績和總成績。方法包括構造方法、get方法、set方法、toString方法、equals方法、compare方法(比較兩個學生的總成績,結果分大于、小于、等于)、SUM方法(計算總成績)和testScore方法(計算評測成績,即平均成績
上傳時間: 2017-09-12
上傳用戶:ecooo
記錄學生的信息 :(1)聲明Student類。屬性包括學號、姓名、英語成績、數學成績、計算機成績和總成績。方法包括構造方法、get方法、set方法、toString方法、equals方法、compare方法(比較兩個學生的總成績,結果分大于、小于、等于)、SUM方法(計算總成績)和testScore方法(計算評測成績,即平均成績)。
標簽: toString Student equals compa
上傳時間: 2014-11-21
上傳用戶:q123321