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

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

單片機<b>c</b>語言

  • prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example

    prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================

    標簽: Part connections example prolog

    上傳時間: 2015-04-24

    上傳用戶:ljt101007

  • 網關模擬實驗

    網關模擬實驗,輸入ip,判斷何a.b.c類網關。并加以修改。

    標簽: 網關 模擬實驗

    上傳時間: 2013-12-17

    上傳用戶:thuyenvinh

  • Easy_Buy是一個在線銷售系統

    Easy_Buy是一個在線銷售系統,是一個B-C模式的電子商務系統,由前臺的B/S模式購物系統和后臺的C/S模式的管理系統兩部分組成。該電子商務系統可以實現會員注冊、瀏覽商品、查看商品詳細信息、選購商品、取消訂單和查看訂單等功能。

    標簽: Easy_Buy 銷售

    上傳時間: 2015-04-28

    上傳用戶:luke5347

  • 多對象的旋轉

    多對象的旋轉,實現用戶自定義輸入各個點的位置,并可以自己修改運動速度,軌跡A,B,C的徑長。

    標簽: 對象 旋轉

    上傳時間: 2015-05-14

    上傳用戶:Pzj

  • 大整數乘法例子代碼 /* 遞歸邊界

    大整數乘法例子代碼 /* 遞歸邊界,如果是1位二進制數與1位二進制數相乘,則可以直接計算 */ /*累計做1位二進制乘法運算的次數*/ /* return (X*Y) */ /* 計算n的值 */ /* 把X和Y拆分開來,令X=A*2^(n/2)+B, 左移位運算,mod = 1<<(n/2) */ /* 計算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 計算A*C,再向左移n位 */ /* 遞歸計算A*D */ /* 遞歸計算C*B */ /* 計算a21+a22,再向左移n/2位 */ /* 遞歸計算B*D */ /* XY=a1+a2+a3 */

    標簽: 整數 乘法 代碼 遞歸

    上傳時間: 2015-05-19

    上傳用戶:gyq

  • 程序用JAVA語言編寫, 綜合利用圖結構和堆棧結構進行數據組織和處理. 可以進行正則表達式到NFA的轉化, 并能用圖形直觀的表示. 對正則表達式有一些約定, 就是可以用單個字符表示輸入, 也可以

    程序用JAVA語言編寫, 綜合利用圖結構和堆棧結構進行數據組織和處理. 可以進行正則表達式到NFA的轉化, 并能用圖形直觀的表示. 對正則表達式有一些約定, 就是可以用單個字符表示輸入, 也可以用 ‘ ‘ 連接起來的一串字符進行輸入. 有基本的表達式以及由基本表達式構成的并置, 選擇和重復的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法輸入. 還帶有括號功能, 優先級

    標簽: JAVA NFA 表達式

    上傳時間: 2015-05-26

    上傳用戶:金宜

  • 源代碼用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a

    源代碼\用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a,b,c依次序排列時,有13種不同的序列關系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要將n個數依序列,設計一個動態規劃算法,計算出有多少種不同的序列關系, 要求算法只占用O(n),只耗時O(n*n).

    標簽: lt 源代碼 動態規劃 序列

    上傳時間: 2013-12-26

    上傳用戶:siguazgb

  • 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

  • 光學設計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in

    光學設計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in annular field systems" By Jose M. Sasian Opt. eng. 36 (12) P 3401-3401 December 1997 This surface is essentially an odd aspheric surface with an offset in the aspheric terms. The sag is given by: Z = (c*r*r) / (1+(1-((1+k)*c*c*r*r))^ 1/2 ) + a*(r-q)^2 + b*(r-q)^3 + c*(r-q)^4 + ... Note the terms a, b, c, ... have units of length to the -1, -2, -3, ... power.

    標簽: described aspheric surfaces Annular

    上傳時間: 2014-01-08

    上傳用戶:yyyyyyyyyy

  • 該源碼是一個問題的解決方法。問題是給你個長為L的串

    該源碼是一個問題的解決方法。問題是給你個長為L的串,串中可以出現n種字符,還給出m個子串,求有多少個長為n的只由這些字串組成的串。輸入例子:4 5 6 ABB BCA BCD CAB CDD DDA 結果為2.而5 4 5 E D C B A的結果為625

    標簽: 源碼

    上傳時間: 2014-01-12

    上傳用戶:水中浮云

主站蜘蛛池模板: 确山县| 玛纳斯县| 宣化县| 东海县| 临泉县| 沅陵县| 宜川县| 云梦县| 治县。| 庄浪县| 上高县| 志丹县| 锦屏县| 民权县| 内丘县| 迁安市| 石屏县| 泗水县| 会昌县| 大同县| 砀山县| 卓尼县| 青海省| 唐河县| 峨山| 灵璧县| 当雄县| 昔阳县| 定州市| 扬中市| 祁门县| 大余县| 新巴尔虎左旗| 云霄县| 道孚县| 祥云县| 庄河市| 砚山县| 抚顺县| 盈江县| 佛教|