亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

INPUT-events

  • C 開發(fā)的有限元軟件

    C 開發(fā)的有限元軟件,界面還可以,不錯,可以試試。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. In a command line environment, FElt uses an intuitive, straightforward input syntax to describe problems. It also includes a graphical user interface for workstations that allows the user to set-up, solve and post-process the problem in a single CAD-like environment.

    標簽: 有限元 軟件

    上傳時間: 2014-03-09

    上傳用戶:zycidjl

  • Lex helps write programs whose control flow is directed by instances of regular expressions in the

    Lex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-script type transformations and for segmenting input in preparation for a parsing routine.

    標簽: expressions instances directed programs

    上傳時間: 2016-11-16

    上傳用戶:時代電子小智

  • model OF the OFDM communication in simulink. And I was successful in completing it using a Bernoulli

    model OF the OFDM communication in simulink. And I was successful in completing it using a Bernoulli binary generator as the input source (Basic_OFDM.mdl).

    標簽: communication completing successful Bernoulli

    上傳時間: 2014-01-10

    上傳用戶:13188549192

  • Problem A:放蘋果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language:

    Problem A:放蘋果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language: not limited Description 把M個同樣的蘋果放在N個同樣的盤子里,允許有的盤子空著不放,問共有多少種不同的分法?(用K表示)5,1,1和1,5,1 是同一種分法。 Input 第一行是測試數(shù)據(jù)的數(shù)目t(0 <= t <= 20)。以下每行均包含二個整數(shù)M和N,以空格分開。1<=M,N<=10。 Output 對輸入的每組數(shù)據(jù)M和N,用一行輸出相應(yīng)的K。 Sample Input 1 7 3 Sample Output 8

    標簽: Limit Accepted Language Problem

    上傳時間: 2016-11-30

    上傳用戶:leixinzhuo

  • // chebysheve outlier detection // this function is used to detect the abnormal value among a set o

    // chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // double[] door : byyond which the data may be considered as a outlier // door[0]: the upperdoor // door[1]: the lowerdoor

    標簽: chebysheve detection abnormal function

    上傳時間: 2013-11-30

    上傳用戶:13517191407

  • N位同學(xué)站成一排

    N位同學(xué)站成一排,音樂老師要請其中的(N-K)位同學(xué)出列,使得剩下的K位同學(xué)排成合唱隊形。 合唱隊形是指這樣的一種隊形:設(shè)K位同學(xué)從左到右依次編號為1,2…,K,他們的身高分別為T1,T2,…,TK, 則他們的身高滿足T1 < T2 < ...< Ti > Ti+1 > … > TK (1 <= i <= K)。 你的任務(wù)是,已知所有N位同學(xué)的身高,計算最少需要幾位同學(xué)出列,可以使得剩下的同學(xué)排成合唱隊形。 Input 輸入包含若干個測試用例。 對于每個測試用例,輸入第一行是一個整數(shù)N(2<=N<=100),表示同學(xué)的總數(shù)。第二行有N個整數(shù),用空格分隔,第i個整數(shù)Ti(130<=Ti<=230)是第i位同學(xué)的身高(厘米)。當輸入同學(xué)總數(shù)N為0時表示輸入結(jié)束。 Output 對于每個測試案例,輸出包括一行,這一行只包含一個整數(shù),就是最少需要幾位同學(xué)出列。 Sample Input 8 186 186 150 200 160 130 197 220 3 150 130 140 0 Sample Output 4 1

    標簽:

    上傳時間: 2016-12-06

    上傳用戶:jackgao

  • Description 將m個孩子從1到m編上號

    Description 將m個孩子從1到m編上號,按序號圍坐成一個圈,從1號孩子開始數(shù),每數(shù)到n時,被數(shù)到的孩子即離開圈子,然后從下一個孩子開始,再從1開始數(shù),如此不斷地數(shù)下去,只到只剩下最后一個孩子,問剩下的孩子是幾號? Input 輸入為一組整數(shù)對,每個整數(shù)對占一行,整數(shù)對的第一個整數(shù)表示m,即孩子的個數(shù),第二個整數(shù)表示n,即被數(shù)到n的孩子將離開。 0<m<10000, n>0 輸入以0 0作為結(jié)束。 Output 每組整數(shù)對輸出一個結(jié)果整數(shù),每個輸出占一行。 最后一行輸入0 0不產(chǎn)生輸出。

    標簽: Description

    上傳時間: 2016-12-09

    上傳用戶:凌云御清風(fēng)

  • Description 一個一元多項式可以看作由若干個一元單項式按降冪排列成的線性表。請編寫程序?qū)斎氲膬蓚€一元多項式求積

    Description 一個一元多項式可以看作由若干個一元單項式按降冪排列成的線性表。請編寫程序?qū)斎氲膬蓚€一元多項式求積,并輸出求積的結(jié)果。 Input 輸入為兩個一元多項式,每個一元多項式輸入一行,按照降冪依次輸入每個單項式的系數(shù)和指數(shù),并以-1 -1作為結(jié)束。 系數(shù)和指數(shù)均為整數(shù),指數(shù)不小于0。 Output 輸出為求積結(jié)果多項式,按照降冪依次輸出每個單項的系數(shù)和指數(shù),每個數(shù)值后面用一個空格隔開,輸出結(jié)果多項式后換行。 系數(shù)為0的單項式不得輸出——除非結(jié)果多項式就是0,則直接輸出0。

    標簽: Description 多項式 線性 程序

    上傳時間: 2016-12-09

    上傳用戶:sammi

  • 文件說明java模式

    文件說明java模式,The CustomerFacade class offers a higher level business service in the form of the saveCustomerData method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level, more simplified interface offered by the CustomerFacade object to validate and save the input customer data.

    標簽: java 模式

    上傳時間: 2016-12-10

    上傳用戶:kernaling

  • 自動投票程序: web 控件操作例程

    自動投票程序: web 控件操作例程,使用的技術(shù)包括: 瀏覽器視圖的使用 網(wǎng)頁form及input按鈕的讀寫以及自動提交form 定時器的使用 投票結(jié)果查看網(wǎng)址: http://www.scient.com.cn/picCountrywide.asp?province=&city=&page=1 默認投票對象是: 照片編號:630 姓  名:王丙乾 年  齡:1歲7個月 參賽項目:大力王 可以自己修改不同的投票對象為他進行自動投票 最后編譯環(huán)境是vs2008

    標簽: web 自動 程序 控件

    上傳時間: 2016-12-22

    上傳用戶:cuibaigao

主站蜘蛛池模板: 资中县| 宣武区| 汝南县| 台前县| 安化县| 连云港市| 晋城| 莒南县| 沂南县| 弋阳县| 江门市| 梅河口市| 陕西省| 蕲春县| 枣庄市| 新乐市| 广元市| 梅州市| 霍邱县| 阿拉善左旗| 贞丰县| 鄂伦春自治旗| 福海县| 德钦县| 蒙自县| 富蕴县| 平泉县| 搜索| 礼泉县| 石柱| 辛集市| 海南省| 上栗县| 黄龙县| 中宁县| 阳东县| 平原县| 贵溪市| 宜城市| 南部县| 栾川县|