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

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

數據<b>挖掘</b>算法

  • 題目:利用條件運算符的嵌套來完成此題:學習成績>=90分的同學用A表示

    題目:利用條件運算符的嵌套來完成此題:學習成績>=90分的同學用A表示,60-89分之間的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b這是條件運算符的基本例子。

    標簽: gt 90 運算符 嵌套

    上傳時間: 2015-01-08

    上傳用戶:lifangyuan12

  • WEBGAME 機器人大戰EBS(無盡的戰爭) 架設方法 WIN2K系列主機

    WEBGAME 機器人大戰EBS(無盡的戰爭) 架設方法 WIN2K系列主機 ,最簡單的方法就是 設置一個虛擬目錄 其它就稍微改改 config.cgi的設置,還有餓ebs_sub 1 2 3.cgi的圖片地址就基本好了 WIN2K沒有虛擬目錄的話就除了要做上面的那些以外 還要打開所有文件,搜索類似這樣的 require config.cgi  都改成絕對路徑就行了 UNIX LINUX FREEBSD 系列的話,就要設置屬性了 ebs目錄所有CGI文件設置成 755 所有DAT文件設置成 777 logmiulerebeb 目錄也就是數據目錄,這個要設置成 777 裏面所有文件也是 777 當然,你可以修改這個目錄,最好修改成其他目錄,然後把config.cgi的數據庫目錄改改就可以了, 然後就是改 config.cgi的一些設置,還要改 ebs_sub 1 2 3.cgi的圖片地址了,最後就是,UNIX LINUX系列的大小寫都分的很清楚,這個版本我懶得整理,所以有的是答謝,有的是小寫,自己改改吧. 

    標簽: WEBGAME WIN2K EBS 機器人

    上傳時間: 2014-01-10

    上傳用戶:tuilp1a

  • 此代碼是用c語言編寫的決策樹的c4.5代碼

    此代碼是用c語言編寫的決策樹的c4.5代碼,它是數據挖掘分類算法中的一種,可以對給定數據集進行分類,挖掘出規則

    標簽: 4.5 代碼 c語言 編寫

    上傳時間: 2013-12-15

    上傳用戶:sz_hjbf

  • 數字運算

    數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標簽: 數字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    標簽: government streamline important alphabet

    上傳時間: 2015-06-09

    上傳用戶:weixiao99

  • 電力系統在臺穩定計算式電力系統不正常運行方式的一種計算。它的任務是已知電力系統某一正常運行狀態和受到某種擾動

    電力系統在臺穩定計算式電力系統不正常運行方式的一種計算。它的任務是已知電力系統某一正常運行狀態和受到某種擾動,計算電力系統所有發電機能否同步運行 1運行說明: 請輸入初始功率S0,形如a+bi 請輸入無限大系統母線電壓V0 請輸入系統等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運行時的系統直軸等值電抗Xd 2故障運行時的系統直軸等值電抗X d 3故障切除后的系統直軸等值電抗 請輸入慣性時間常數Tj 請輸入時段數N 請輸入哪個時段發生故障Ni 請輸入每時段間隔的時間dt

    標簽: 電力系統 計算 運行

    上傳時間: 2015-06-13

    上傳用戶:it男一枚

  • 這是一個通過mscomm控件的程序

    這是一個通過mscomm控件的程序,是通過MSCOMM事件來自動檢查串口的數據,並把接受到的數據顯示在指定位置

    標簽: mscomm 控件 程序

    上傳時間: 2013-12-01

    上傳用戶:chens000

  • 里面包含一個PDF文檔

    里面包含一個PDF文檔,29頁,包含ID3、SG-1等三個數據挖掘經典算法的源代碼。仔細研究會有收獲。

    標簽: 文檔

    上傳時間: 2013-12-10

    上傳用戶:wang0123456789

  • 上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P)

    上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產生式規則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結符,T的元素稱為終結符,S是一個特殊的非終結符,稱為文法開始符。 設G=(V, T, S, P)是一個CFG,則G產生的語言是所有可由G產生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個語言L是上下文無關語言(Context-Free Language, CFL),當且僅當存在一個CFG G,使得L=L(G)。 *⇒ 例如,設文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結符都是大寫字母,開始符都是S,終結符都是小寫字母。

    標簽: Context-Free Grammar CFG

    上傳時間: 2013-12-10

    上傳用戶:gaojiao1999

  • Robot控制項之程式碼

    Robot控制項之程式碼,可以有效控制Sonar 數據,並且做妥善利用

    標簽: Robot 控制 程式

    上傳時間: 2013-12-22

    上傳用戶:s363994250

主站蜘蛛池模板: 仁布县| 吴忠市| 温泉县| 女性| 台江县| 西畴县| 平罗县| 云南省| 城步| 桦川县| 宁波市| 壶关县| 调兵山市| 巫溪县| 景宁| 邹平县| 九寨沟县| 茂名市| 北京市| 奉节县| 富蕴县| 公安县| 德格县| 丰台区| 海原县| 青浦区| 农安县| 卢氏县| 谢通门县| 泸水县| 寻甸| 祁阳县| 厦门市| 连江县| 巴中市| 珠海市| 梓潼县| 洮南市| 栖霞市| 张家界市| 民勤县|