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

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

釘釘企業(yè)(yè)組織認(rèn)(rèn)證申請(qǐng)(qǐng)公函

  • a Java program that reads in the following values from the standard input device (i.e. Keyboard) an

    a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%) Y: the number of whole remaining years (for repayment) M: the number of remaining months Output: The program should calculate and output the amount of monthly repayments in dollars and cents as single value (e.g. $840.55)

    標(biāo)簽: i.e. following the Keyboard

    上傳時(shí)間: 2013-12-15

    上傳用戶:米卡

  • 本文采用蒙特卡洛方法

    本文采用蒙特卡洛方法,將方程y=sin(x)+x與方程y=cos(x)+x之間的曲線包絡(luò)面積求解出來。

    標(biāo)簽: 蒙特卡洛

    上傳時(shí)間: 2016-11-04

    上傳用戶:gtzj

  • 用蒙特卡洛方法

    用蒙特卡洛方法,求解出y=cos(x)/x在給定區(qū)間上的定積分值。

    標(biāo)簽: 蒙特卡洛

    上傳時(shí)間: 2014-01-22

    上傳用戶:1966640071

  • 輸入某年某月某日

    輸入某年某月某日,判斷是不是閏年? 輸入三個(gè)整數(shù)x,y,z,請(qǐng)把這三個(gè)數(shù)由小到大輸出。

    標(biāo)簽: 輸入

    上傳時(shí)間: 2013-12-17

    上傳用戶:aix008

  • 這是一個(gè)求數(shù)獨(dú)遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內(nèi) 填入 數(shù)獨(dú)的問題

    這是一個(gè)求數(shù)獨(dú)遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內(nèi) 填入 數(shù)獨(dú)的問題 按下 "計(jì)算是否有解" 的功能鍵 若不是存在多組的解,則可以 按下 "顯示結(jié)果" 的功能鍵, 也可以載入作者測(cè)試的"date1"或"date2" 但不可載入及修改"condition"

    標(biāo)簽: m-file sudo7 matlab gt

    上傳時(shí)間: 2016-11-18

    上傳用戶:waizhang

  • 顯示螺旋隊(duì)列

    顯示螺旋隊(duì)列,//螺旋隊(duì)列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上數(shù)字排列的規(guī)律,設(shè)1點(diǎn)的坐標(biāo)是(0,0),X方向向右為正,y方向向下為正。例如,7的坐標(biāo)為 //(-1,-1),2的坐標(biāo)為(0,1),3的坐標(biāo)為(1,1)。編程實(shí)現(xiàn)輸入任意一點(diǎn)坐標(biāo)(x,y),輸出所對(duì)應(yīng)得

    標(biāo)簽: 螺旋 隊(duì)列

    上傳時(shí)間: 2013-12-18

    上傳用戶:許小華

  • 用RBF神經(jīng)網(wǎng)絡(luò)

    用RBF神經(jīng)網(wǎng)絡(luò),完成對(duì)y=f(x)的曲線擬合。

    標(biāo)簽: RBF 神經(jīng)網(wǎng)絡(luò)

    上傳時(shí)間: 2013-12-06

    上傳用戶:mikesering

  • PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen

    PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).

    標(biāo)簽: from eliminates PRINCIPLE algorithm

    上傳時(shí)間: 2016-11-27

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

  • 這個(gè)程試是利用基因演算法來進(jìn)行模擬路徑繞送

    這個(gè)程試是利用基因演算法來進(jìn)行模擬路徑繞送,並試著找出一組最佳解。

    標(biāo)簽: 基因 算法

    上傳時(shí)間: 2016-11-30

    上傳用戶:nairui21

  • 標(biāo)準(zhǔn)的遺傳算法代碼

    標(biāo)準(zhǔn)的遺傳算法代碼,下面是程序:function y=fitness(chrom,p,aim) global P_cross P_mutation [Popsize len]=size(chrom) fitness_gene=zeros(Popsize,1) in_he=zeros(4,1) out_he=zeros(4,1) in_out=0 out_out=0

    標(biāo)簽: 標(biāo)準(zhǔn) 代碼 算法

    上傳時(shí)間: 2013-12-08

    上傳用戶:pkkkkp

主站蜘蛛池模板: 芜湖市| 濮阳市| 庄河市| 淮阳县| 突泉县| 盐亭县| 申扎县| 五台县| 招远市| 平和县| 安化县| 东兴市| 集贤县| 赤峰市| 西丰县| 临沧市| 昌图县| 赫章县| 府谷县| 静宁县| 商洛市| 黎平县| 乃东县| 临汾市| 奉新县| 南靖县| 乐都县| 佳木斯市| 大石桥市| 郁南县| 鄂托克前旗| 调兵山市| 治县。| 青川县| 萝北县| 锡林浩特市| 司法| 昭通市| 敖汉旗| 克东县| 谢通门县|