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

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

Z-Modem

  • verilog HDL 編寫的PWM

    verilog HDL 編寫的PWM,是初學(xué)CPLD者入門Z資源,epm7128stc100-10

    標(biāo)簽: verilog HDL PWM 編寫

    上傳時(shí)間: 2015-09-05

    上傳用戶:gdgzhym

  • L為樁長(zhǎng)

    L為樁長(zhǎng),r為計(jì)算點(diǎn)與樁軸線的水平距離,z為計(jì)算點(diǎn)距離地面深度。都取正值 %f1,f2,f3依次是點(diǎn)荷載、均布荷載以及三角形荷載下的Geddes應(yīng)力解函數(shù) %Ip,Ir,It依次是對(duì)應(yīng)三個(gè)荷載下的應(yīng)力系數(shù),負(fù)表示拉,正表示壓

    標(biāo)簽:

    上傳時(shí)間: 2014-05-23

    上傳用戶:xuanjie

  • 風(fēng)魂游戲庫(kù)源碼 風(fēng)魂plus,最新的源碼包

    風(fēng)魂游戲庫(kù)源碼 風(fēng)魂plus,最新的源碼包,解壓密碼為www.csai.cn z

    標(biāo)簽: plus 源碼

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

    上傳用戶:稀世之寶039

  • 同一個(gè)數(shù)會(huì)由于采用不同的基數(shù)而使得其表現(xiàn)的形式是完全不一樣的

    同一個(gè)數(shù)會(huì)由于采用不同的基數(shù)而使得其表現(xiàn)的形式是完全不一樣的,在我們的學(xué)習(xí)中,我們熟悉的基數(shù)有10進(jìn)制、12進(jìn)制、60進(jìn)制、2進(jìn)制、8進(jìn)制和16進(jìn)制。比如數(shù)據(jù)12,如果我們用2進(jìn)制表示,則它就是1100;如果用3進(jìn)制表示就是110;如果用8進(jìn)制表示則是14。我們的編程任務(wù)就是與數(shù)的進(jìn)制(也就是基數(shù))有關(guān)。 程序中我們會(huì)給大家很多個(gè)數(shù)對(duì)(假設(shè)每個(gè)數(shù)對(duì)的數(shù)用X和Y表示),程序需要解決的問題就是為X和Y各選擇一個(gè)最小的基數(shù),以使得這兩個(gè)數(shù)在其選擇的基數(shù)上是一對(duì)相等的數(shù)。 例如,12和5這個(gè)數(shù)對(duì),我們可以為12選擇基數(shù)3,為5選擇基數(shù)6,這樣一來12(base 3)=5(base 6),因?yàn)?2(base 3)就是10進(jìn)制數(shù)5,而5(base 6)也是10進(jìn)制數(shù)中的5。 程序的輸入是通過文件完成的。 文件中的每一行都包含一個(gè)數(shù)對(duì)X和Y,兩個(gè)數(shù)通過一個(gè)或多個(gè)空格符分割,與X和Y相關(guān)聯(lián)的有效基數(shù)值范圍為2~36。X和Y的合理數(shù)值表示字符包括0—9和A-Z(表示數(shù)值10-35)。 文件的最后一行用一個(gè)數(shù)字0表示輸入的結(jié)束。

    標(biāo)簽:

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

    上傳用戶:skfreeman

  • 基于44b0使用ucos2.8操作系統(tǒng)的全部源碼

    基于44b0使用ucos2.8操作系統(tǒng)的全部源碼,成功移植了lwip1.1.1,ppp和gprs modem的驅(qū)動(dòng),可通過GPRSmodem實(shí)現(xiàn)網(wǎng)絡(luò)通信

    標(biāo)簽: 44b0 ucos 2.8 操作系統(tǒng)

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

    上傳用戶:hanli8870

  • em78806單片機(jī)的匯編源程序

    em78806單片機(jī)的匯編源程序,實(shí)現(xiàn)專用modem的功能,收發(fā)dtmf,fsk

    標(biāo)簽: 78806 em 單片機(jī) 匯編源程序

    上傳時(shí)間: 2015-09-18

    上傳用戶:朗朗乾坤

  • BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [

    BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %

    標(biāo)簽: constrained variables function possibly

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

    上傳用戶:youth25

  • Problem Statement You are given a string input. You are to find the longest substring of input su

    Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)

    標(biāo)簽: input Statement You are

    上傳時(shí)間: 2015-09-21

    上傳用戶:sunjet

  • 對(duì)電磁波入射的源為偶極子進(jìn)行仿真

    對(duì)電磁波入射的源為偶極子進(jìn)行仿真,可以z作為其他電磁仿真問題中的源的設(shè)置子函數(shù)用

    標(biāo)簽: 電磁波 仿真

    上傳時(shí)間: 2015-09-22

    上傳用戶:ryb

  • This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) comm

    This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver are constructed using z transforms.

    標(biāo)簽: keyed shift amplitude analyzes

    上傳時(shí)間: 2015-09-26

    上傳用戶:liuchee

主站蜘蛛池模板: 阿拉善盟| 玉门市| 巫山县| 涿州市| 石嘴山市| 正镶白旗| 伊川县| 广元市| 岳普湖县| 霍山县| 塔城市| 桂东县| 尉氏县| 通辽市| 临高县| 南安市| 贞丰县| 新乐市| 潼南县| 容城县| 乐亭县| 阿拉善盟| 罗田县| 石棉县| 沙坪坝区| 容城县| 巴塘县| 河间市| 且末县| 民勤县| 济南市| 玉环县| 玉门市| 新津县| 门源| 江都市| 大姚县| 阳高县| 麟游县| 华安县| 河东区|