为您找到约 146 条结果,搜索耗时:0.0082秒

Python分析电影评价数据

...p;  self.headers = {'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.'                               &nbs...

智能温控器

...度 DisplayOneChar(5,1,K%10+0x30);       DisplayOneChar(11,1,temp1/10+0x30);         //液晶上显示测得的温度   DisplayOneChar(12,1,temp1%10+0x30); DisplayOneChar(14,1,temp2/10+0x30); if(ON_OFF==0)       //若...

考研英语真题词汇

...ing authority apart from politics. They gave justices permanent positions _11_they would be free to _12_ those in power and have no need to _13_ political support. Our legal system was designed to set law apart from politics precisely because they are so closely _14_.  Constitutional law is poli...

万年历

...d; }time; uchar  count=0; date today={{9,20},4,20,1}; time now={11,8,10}; void main() { TMOD=0x01; TL0=(65536-1000)%256; TH0=(65536-1000)/256; IE=0x82;   //EA=1;ET0=1总中断允许和定时器中断允许 TCON=0x10;   //定时器启动计数 while(1)     { ...

4x4乘法器的Verilog代码

... A,B,O,Finish); initial begin reset=1; // reset #40 start = 0;A =14; B= 11; #400 reset = 0; #40 start = 1; // start //@(posedge Finish); //start = 0; //$finish; end endmodule

JavaScript演示类型数据

//数据类型 console.log("111"); //111 var message= "some string"; var message1; console.log(typeof message);//string console.log(typeof 95+','+typeof null+","+typeof message1); //number,object,undefined console.log(undefined == null); //true console.log(undefined === null); //false consol...

STM32单片机和51单片机有何区别?

...晶振。调试模式:串行调试(SWD)和JTAG接口,最多高达112个的快速I/O端口、最多多达11个定时器、最多多达13个通信接口。02STM32常用的器件使用最多的器件:STM32F103系列、STM32 L1系列、STM32W系列。0351和STM32的区别51单片机是对所...

使用WLS进行电力系统状态估计

...p; r = z - h;        % Jacobian..    % H11 - Derivative of V with respect to angles.. All Zeros    H11 = zeros(nvi,nbus-1);    % H12 - Derivative of V with respect to V..     H12 = zeros(nvi,nbus);    for k = 1:nvi ...

可预设电压的数控电源

...temp; P20 = 1; P21 = 1; // 关闭数码管显示 TMOD = 0x11; // T0,T1工作方式1 /* 2ms 定时设置 */ TH0 = -2000/256; TL0 = 2000%256; /* 启动计数器0,关闭计数器1 */ TR0 = 1; ET0 = 1; TR1 = 0; ET1 = 1; EA = 1; count = 0; // 初...

多变循环彩灯

...nbsp;                 0x16,0x01, 0x11,0x02, 0x11,0x03, 0x10,0x03, 0x0F,0x0C,                                   0x10,0x02, 0x15,0x00, 0x1F,0x01, 0x1A,0x01, 0x18,0x66,   ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部