为您找到约 167 条结果,搜索耗时:0.0046秒

ds18b20

...(i=8; i>0; i--)    { DQ = 0;      DQ = wdata&0x01;      delay_18B20(10);      DQ = 1;      wdata>>=1;    }  }        read_temp()/*读取温度值并转换*/  {uchar...

Rivermax Linux性能调优指南

...to open cpu_dma_latency: error %s", strerror(errno));return fd;}write(fd, &lat, sizeof(lat));return fd}disable pause framesethtool -A [interface] rx off tx offCPU Frequency检查CPU的最大可用频率(有用的命令:cpupower frequency-info,lshw,lscpu)监视CPU的活动,并检查...

优化配电系统光伏渗透

...p;  for k=1:nbr           if n1(k)>0&nr(k)>0               ybus(n1(k),nr(k))=-y(k);               ybus(nr(k),n1(k))=-y(k);           end  &n...

单片机应用编程技巧

...缩短配线长度。⑤ 减少电路之间的结合。尤其是filter与amplifier输出入之间作电路分割非常重要,它相当于audio电路的cross talk对策。⑥ MCU回路Layout考量:震荡电路仅可能接近IC震荡脚位;震荡电路与VDD & VSS保持足够的距离;震...

《Python深度学习》书籍代码

...tputs": [],    "source": [     "# Numbers: int & float\n",     "a = 1  # int\n",     "b = 1.0  # float"    ]   },   {    "cell_type": "code",    "execution_count": 6,    "...

在线图书馆管理系统

...maxlength="5" autocomplete="off" required  style="height:25px;" /> <img src="captcha.php"> </div>  <button type="submit" name="login" class="btn btn-info">LOGIN </button> | <a href="signup.php">Not Register Yet</a> </form>  &l...

汉字与图形显示

...+ 0x0100;      }      write_ddc(0x24,temp & 0xff,temp / 256);   //地址指针位置 } //显示一个ASCII码函数 void Putchar(uchar x,uchar y,uchar Charbyte) {      goto_xy(x,y,TXT);      write_dc(0xC4,Charbyte-32...

ib_send_bw

...ex=<pkey index> PKey index to use for QP --report-both Report RX & TX results separately on Bidirectinal BW tests --report_gbits Report Max/Average BW of test in Gbit/sec (instead of MB/sec) --report-per-port Report BW data on both ports when running Dualport and Duration mode ...

电力系统的稳定性和控制

...定性和控制,本程序的目的是分析小信号稳定性, Example 12.3 (page 752),参考文档: http://www.apollocode.net/a/1535.html  clear,clc,close all; % clear memory and workspaces = tf('s'); % specifies the transfer function H(s) = s (Laplace variable)digits(4);&nbs...

数据可视化–Matplotlib

...]=='STATE' mask2 = populationdf['TRU']=='Total' df = populationdf[mask1 & mask2]   plt.hist(df['TOT_P'], label='Distribution')   plt.xlabel('Total Population') plt.ylabel('State Count') plt.yticks(np.arange(0,20,2))   plt.grid(True) plt.legend()通过以上内容,可...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部