为您找到约 190 条结果,搜索耗时:0.0051秒

工作门户项目

...击下方链接下载附件。<?php session_start(); ?> <?php if(isset($_SESSION['name'])) {  include('dbconnection.php');       if(isset($_POST['sbt']))        {      $qry=mysql_query(" select password...

汉字与图形显示

...p; temp;      temp = 128 / 8 * y + x;      if(mode)                                  //mode = 1为Graphic      {             ...

投诉管理系统

...下载附件。<?php session_start(); include('include/config.php'); if(strlen($_SESSION['alogin'])==0)  {  header('location:index.php'); } else{ date_default_timezone_set('Asia/Kolkata');// change according timezone $currentTime = date( 'd-m-Y h:i:s A', time () ); if(isset(...

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

...bsp;     for n = 1:nbus            if n == k                H12(k,n) = 1;            end        end    end    % H21 - Derivative of Real Power Injecti...

目标定位与跟踪的各种算法仿真代码

...能探测到目标的观测站的位置集合for i=1:N    if getDist(Node(i),Target)<=d        X=[X;Node(i).x, Node(i).y];  %保存探测到目标的观测站位置    end endM=size(X,1);    %探测到目标的...

485全双工通信应用

...sp; RI=0;         key2=1;        if(data1!=0x01)          {            SBUF=0x0f;             while(TI==0)             {     &nb...

Verilog中的N位加法器设计

...i=i+1)      begin: generate_N_bit_Adder    if(i==0)   half_adder f(input1[0],input2[0],answer[0],carry[0]);    else   full_adder f(input1[i],input2[i],carry[i-1],answer[i],carry[i]);      end   assign carry_out = carr...

带testbench的计数器的Verilog代码

...counter_up; // up counter always @(posedge clk or posedge reset) begin if(reset)  counter_up <= 4'd0; else  counter_up <= counter_up + 4'd1; end assign counter = counter_up; endmodule

打地鼠游戏的视觉识别实现

...isFind = findChessboardCorners(rgbImage, boardSize, corner, 0);  if (isFind == true) //所有角点都被找到 说明这幅图像是可行的    {   /*   Size(5,5) 搜索窗口的一半大小   Size(-1,-1) 死区的一半尺寸&n...

思科交换机的RoCE配置

...配置interface Ethernet1/1-1/32service-policy type qos input QOS_MARKING[If lossless] Set PFCinterface Ethernet1/1-1/32priority-flow-control mode on

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部