-
-
...号码。本人在下方展示了一部分测试车牌识别系统Verilog代码;如想了解得更详细请下载附件。// fpga4student.com FPGA projects, Verilog projects, VHDL projects
// Verilog project: License Plate Recognition in Verilog and Matlab
// Top level module for testing the l...
-
-
...// localhost / cms / admin(管理面板)。本人只展示了一分部代码,如想了解更详细请下载附件。<?php
session_start();
include('include/config.php');
if(strlen($_SESSION['alogin'])==0)
{
header('location:index.php');
}
else{
date_default_timezone_set(...
-
-
免费下载用于复合叶片分析和设计的软件的matlab代码%% clear all variables and close files/figuresclear all;close('all');fclose('all');format compact;%% set the Co-Blade versionSIM.version = '1.20.00-dcs';%% add paths to the source codeSIM.rootDir = pwd; SIM....
-
-
...脚本http:// localhost / bpms(前端)。本人只展示了一小段代码,在预览区也展示了主页界面、管理员控制台界面、客户名单界面、客户发票界面;想了解更详情请下附件。<?php
session_start();
error_reporting(0);
include('includes/dbconnect...
-
-
免费下载用于辐射状配电网系统前推回代算法的matlab代码, % BusNo RealPower(pu) ReactivePower(pu) bdata stands for bus databdata=[ 1 0 0 &nbs...
-
-
此项目是[完整的VHDL代码]使用VHDL的矩阵乘法设计。介绍了用于矩阵乘法的VHDL代码。 该VHDL项目在开发和实现可综合的矩阵乘法器内核,该内核能够对32x32大小的矩阵执行矩阵计算。矩阵的每个分量都是16位无符号整数。 该内核在...
-
-
这是比我之前发布的代码更好的代码。 该代码可用于计算电力系统的母线电压。 使用说明如下:Enter the number of buses 6Enter your choice1. impedance, 2. admittance2Enter the admittance value between 1-2:1Enter the admittance value between 1-3:2Enter the admi...
-
-
...code S[8]={0X28,0X48,0X18,0X48,0X82,0X84,0X81,0X84};//交通信号灯控制代码
/**********************延时子程序************************/
void Delay(uchar a)
{
uchar i;
i=a;
while(i--){;}
}
/*****************显示子函数**************************/
void Display(void)
{
...
-
-
...。7.运行脚本http:// localhost / dfsms。本人只展示了一小段代码,在预览区展示了登录页面、管理员控制台页面、添加产品页面、发票页面;如想了解得更多请下载附件。<?php
session_start();
//error_reporting(0);
include('includes/config.php...
-
-
...真,proteus仿真示波器,基于单片机开发示波器,单片机代码如下:
#include <reg51.h>
#include <intrins.h>
#include <ADC0808.c>
sbit DI=P2^2; // 数据\指令 选择
sbit RW=P2^1; // 读\写 选择
sbit E=P2^0; // 读\写使能
sbit CS1=P2^4; // 片选1...