-
-
...2.解压缩文件并复制cms文件夹;3.在根目录下粘贴(用于xampp xampp / htdocs,用于wamp wamp / www,用于灯var / www / html);4.打开PHPMyAdmin(http:// localhost / phpmyadmin);5.创建一个名称为cms的数据库;6.导入cms.sql文件(在SQL文件夹的zip包中提...
-
-
...)    end    if ( OUT.PLOT_MODE_S || OUT.PLOT_MODE_D ) && ANLS.N_MODES >= 1        plotModes(iSIM, SIM, ANLS, Modes, OUT)    end    if OUT.PLOT_APPLOADS || OUT.PLOT_RESLOADS        plotLoads(iSIM, SIM, BLADE, A...
-
-
...sets.dxycdn.com/core/widgets/cascading-list-v2/data/location.js?t=20180226&t=2019324'
        res = requests.get(url)
        data = json.loads(res.text.replace('\n    ', '').replace('\n', '')[19:-25])
 ...
-
-
...线,以使周围电场趋近于零;: ④. 尽可能采用45º的折线布线,不可使用90º折线,以减小高频信号的辐射;(要求高的线还要用双弧线): ⑤. 任何信号线都不要形成环路,如不可避免,环路应尽量小...
-
-
...4倍频电流计算,涵盖线路负荷谐波模型。 clcclear allsample_number=1;w=2*pi*50;for jj=1:sample_number% line=[3 0 0 0 0 0%       0 5 0 0 0 0%       0 0 6 0 8 0%       0 0 0 4 0 0%       0 0 0 0 0 0%&nb...
-
-
...bsp; return 0.0;    }    if(_intRate > 0 && _duration >0){        return (_income / _duration) *ADJ_FACTOR;    }    return 0.0;}```**优化后:**```public double getAdjustedCapital(){ ...
-
-
...> LSN_out <= "0000";
end case;
end process;
LUTOUT <= MSN_out & LSN_out;
end Behavioral;
-
-
..._nop_();
    ADCLK=1;//拉高CLK端
    ADDI=channel&0x1;
    _nop_();
    _nop_();
    ADCLK=0;//拉低CLK端,形成下降沿2
    _nop_();
    _nop_();
    ADCLK=1;//拉高CLK端
    ADDI=(channe...
-
-
...sp;    // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h"   // DSP2833x Examples Include File
#define   LED4 GpioDataRegs.GPADAT.bit.GPIO1  //自定义4个控制LED的GPIO数据寄存器
#define   LED3 GpioDataRegs.GPADAT.bit.GPIO2
#define &nb...
-
-
...ile (i--)
{
Delay(10);
SCK=0;
MOSI=(bit)(b&0x80);
b<<=1 ;
Delay(10);
SCK=1;
Delay(10);
}
SCK=0;
}
///////////////从nrf905读取数据////////////////
unsigned char SpiRead(void)
{
register unsigned ch...