-
-
...下面两点来运行这个项目:1.在本地系统副本srms文件夹中下载文件并解压缩。2.将srms文件夹放在根目录中。本人只展示了一小段代码,如想详细了解请下载附件。<?php
session_start();
error_reporting(0);
include('includes/config.php');
if(st...
-
-
...在下方展示了运行模拟后正确的结果;如想了解的更多请下载附件。TIME = 110, data_out = 1, mem = 1
TIME = &...
-
-
...编程数字延迟计时器LS7212的Verilog代码;如想了解更多请下载附件。//fpga4student.com: FPga projects, Verilog projects, VHDL projects
// Verilog project: Verilog code for delay timer LS7212
module delay_timer_ls7212
(
...
-
-
...面展示了矩阵乘法器的VHDL顶级代码;如想了解得更多请下载附件。-- fpga4student.com FPGA projects, Verilog projects, VHDL projects
-- VHDL project: VHDL code for matrix multiplcation
library ieee;
use ieee.std_logic_1164.all;
&...
-
-
...:Test @ 123。本人只展示了一小部分代码,想了解更多请下载附件。<?php
session_start();
//echo $_SESSION['id'];
//$_SESSION['msg'];
include("dbconnection.php");
include("checklogin.php");
check_login();
if(isset($_POST['send']))
{
$count_my_page = ("hitcounter.txt"...
-
-
...Empid进行密码恢复。安装步骤(配置):1.在本地系统上下载并解压缩文件。2.复制elms文件夹并将此文件放在根目录中(对于xampp是htdocs,对于wamp是www,对于lamp是var / www /)。3.数据库配置。本人只展示一小段代码,如想了解更详...
-
-
免费下载Matlab 电能质量仿真工具,带有GUI界面%% Power Quality Tool
% A lightweight application for investigating common power quality measures of
% arbitrary power system measurement waveforms and groups of such waveforms.
function PowerQualityTool
% Create i...