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

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

win8 PL2303驅(qū)(qū)動(dòng)

  • 走馬燈(燈光變幻)程序 內(nèi)容:用DIP的8位開關(guān)控制走馬燈的花樣

    走馬燈(燈光變幻)程序 內(nèi)容:用DIP的8位開關(guān)控制走馬燈的花樣,用SW3控制走馬燈的起/停 運(yùn)行步驟:1.按下一次開關(guān)SW3,開始燈光變幻,再按下一次則停止 可重復(fù)進(jìn)行 * 2.按下SW3后,撥動(dòng)不同的數(shù)碼開關(guān)DIP,就會(huì)出現(xiàn)不同的燈光變幻 * 3.按下"q"或者"Q",退出

    標(biāo)簽: DIP 走馬燈 燈光 8位

    上傳時(shí)間: 2017-06-21

    上傳用戶:yepeng139

  • 蟻群算法的MATLAB程序

    蟻群算法的MATLAB程序,提供變量初始化 C=[1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196 1004 4312 790 4386 570 3007 1970 2562 1756 2788 1491 2381 1676 1332 695 3715 1678 3918 2179 4061 2370 3780 2212 3676 2578 4029 2838 4263 2931 3429 1908 3507 2367 3394 2643 3439 3201 2935 3240 3140 3550 2545 2357 2778 2826 2370 2975] m=31 Alpha=1 Beta=5 Rho=0.9 Q=100 NC_max=200

    標(biāo)簽: MATLAB 蟻群算法 程序

    上傳時(shí)間: 2017-07-08

    上傳用戶:wangyi39

  • 模擬QPSK發(fā)射和接受的一個(gè)程序

    模擬QPSK發(fā)射和接受的一個(gè)程序,帶I-Q修正,對(duì)于理解QPSK有很好的作用

    標(biāo)簽: QPSK 模擬 發(fā)射 程序

    上傳時(shí)間: 2017-07-12

    上傳用戶:tianyi223

  • 數(shù)字下變頻的Verilog程序

    數(shù)字下變頻的Verilog程序,測(cè)試可以直接使用,將A/D信號(hào)下變頻為基帶I,Q兩路信號(hào)

    標(biāo)簽: Verilog 數(shù)字下變頻 程序

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

    上傳用戶:saharawalker

  • We are providing the best information available to us as at date of writing and intend to update it

    We are providing the best information available to us as at date of writing and intend to update it at frequent intervals as things change and/or more information becomes available. However we intend this Q&A as a guide only and recommend that users obtain specific information to determine applicability to their specific requirements. (This is another way of saying that we can t be held liable or responsible for the content.)

    標(biāo)簽: information providing available writing

    上傳時(shí)間: 2017-07-22

    上傳用戶:四只眼

  • RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the

    RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the simple SR latch, where S and R stand for set and reset. It can be constructed from a pair of cross-coupled NOR (Not OR) logic gates. The stored bit is present on the output marked Q. Normally, in storage mode, the S and R inputs are both low, and feedback maintains the Q and Q outputs in a constant state, with Q the complement of Q. If S (Set) is pulsed high while R is held low, then the Q output is forced high, and stays high when S returns to low similarly, if R (Reset) is pulsed high while S is held low, then the Q output is forced low, and stays low when R returns to low.

    標(biāo)簽: using fundamental the RS_latch

    上傳時(shí)間: 2017-07-30

    上傳用戶:努力努力再努力

  • 一個(gè)模擬的心電信號(hào)的matlab程序

    一個(gè)模擬的心電信號(hào)的matlab程序,其中一共包含了一個(gè)主程序和6個(gè)小程序,小程序分別是q波,s波,u波,p波,t波以及QRS波的模擬,運(yùn)行的時(shí)候直接運(yùn)行主程序complete.m 文件即可,運(yùn)行良好,可以出波形

    標(biāo)簽: matlab 模擬 心電信號(hào) 程序

    上傳時(shí)間: 2017-08-01

    上傳用戶:chenxichenyue

  • 格式為GDF

    格式為GDF,遺傳算法在大學(xué)排課問題中的應(yīng)用,對(duì)畢業(yè)論文有很大的幫助,需要的請(qǐng)下載看吧,需要更多的資料請(qǐng)Q我365191126

    標(biāo)簽: GDF

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

    上傳用戶:894898248

  • 實(shí)現(xiàn)了蟻群算法求解TSP問題。注釋詳細(xì) function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,

    實(shí)現(xiàn)了蟻群算法求解TSP問題。注釋詳細(xì) function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符號(hào)說明 C n個(gè)城市的坐標(biāo),n×2的矩陣 NC_max最大迭代次數(shù) m螞蟻個(gè)數(shù) Alpha表征信息素重要程度的參數(shù) Beta表征啟發(fā)式因子重要程度的參數(shù) Rho信息素蒸發(fā)系數(shù) Q信息素增加強(qiáng)度系數(shù) R_best各代最佳路線 L_best各代最佳路線的長度 =========================================================================

    標(biāo)簽: Shortest_Length Shortest_Route function R_best

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

    上傳用戶:lunshaomo

  • tsp問題的群蟻算法實(shí)現(xiàn)

    tsp問題的群蟻算法實(shí)現(xiàn),其中c為測(cè)試矩陣,代表各點(diǎn)的相對(duì)坐標(biāo),NC_max 最大迭代次數(shù) ,m螞蟻個(gè)數(shù),Alpha 表征信息素重要程度的參數(shù),Beta 表征啟發(fā)式因子重要程度的參數(shù),Rho 信息素蒸發(fā)系數(shù),Q 信息素增加強(qiáng)度系數(shù),R_best 各代最佳路線,L_best 各代最佳路線的長度,運(yùn)行后得到最佳路線和收斂曲線

    標(biāo)簽: tsp 算法

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

    上傳用戶:ippler8

主站蜘蛛池模板: 黎川县| 蒲江县| 汝城县| 沁水县| 南丹县| 德令哈市| 项城市| 青岛市| 正安县| 洛浦县| 辽宁省| 永清县| 湛江市| 竹山县| 申扎县| 锡林郭勒盟| 天祝| 宁陵县| 台江县| 专栏| 建湖县| 龙岩市| 津市市| 花莲县| 衡水市| 万全县| 攀枝花市| 康马县| 安福县| 黄骅市| 光山县| 韩城市| 永春县| 金昌市| 静安区| 宣威市| 疏勒县| 襄汾县| 科尔| 安化县| 惠安县|