Define
共 234 篇文章
Define 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 234 篇文章,持续更新中。
IIC接口E2PROM(AT24C64) 读写VERILOG 驱动源码+仿真激励文件: module
<p>IIC接口E2PROM(AT24C64) 读写VERILOG 驱动源码+仿真激励文件:</p><p>module i2c_dri</p><p> #(</p><p> parameter SLAVE_ADDR = 7'b1010000 , //EEPROM从机地址
lm75A温度数字转换器 FPGA读写实验Verilog逻辑源码Quartus工程文件+文档资料
<p>lm75A温度数字转换器 FPGA读写实验Verilog逻辑源码Quartus工程文件+文档资料,FPGA为CYCLONE4系列中的EP4CE6E22C8. 完整的工程文件,可以做为你的学习设计参考。</p><p>LM75A 是一个使用了内置带隙温度传感器和模数转换技术的温度数字转换器。它也是一个温度</p><p>检测器,可提供一个过热检测输出。LM75A 包含许多数据寄存器:配置寄存器用来
基于51单片机的RS485从机系统设计
<p class="MsoPlainText">
题目:基于<span>51</span>单片机的<span>RS485</span>从机系统设计<span></span>
</p>
<p class="MsoPlainText">
<span> </span>
</p>
<p class="MsoPlainText">
单片机接口资源配置:<span></span>
</p>
<
数组子系统
#include <stdio.h><br />
#include <stdlib.h><br />
#define SMAX 100<br />
typedef struct SPNode<br />
{<br />
<span style="white-space:pre;"> </span>int i,j,v;<br />
}SPNode;<br />
<br />
二叉树子系统
#include<stdio.h><br />
#define TREEMAX 100<br />
typedef struct BT<br />
{<br />
<span style="white-space:pre;"> </span>char data;<br />
<span style="white-space:pre;"> </span>BT *lchild;
Deep_Learning_for_Computer_Architects
This book is intended to be a general introduction to neural networks for those with a computer<br />
architecture, circuits, or systems background. In the introduction (Chapter 1), we define key vo-<
Autonomous+Robots+Modeling,+Path+Planning
A kinematically redundant manipulator is a serial robotic arm that has more<br />
independently driven joints than are necessary to define the desired pose (position<br />
and orientation) of its end-
VoIP+and+Unified+Communications
This book intends to prepare you to define Unified Communications (UC) for<br />
yourself and then get it to work for you.<br />
Each vendor pulls together from its available products a package of fea
Protocol Engineering
Communication protocols – for short protocols – form the basis for the opera-<br />
tion of computer networks and telecommunication systems. They are behavior<br />
conventions which describe how comm
Agile+Architecture+Revolution
The core thrust of architecture has been to define core business requirements,<br />
and then construct the IT solution to meet those requirements, typically as<br />
instances of software. While this
C语言编写雅可比迭代
# include<stdio.h><br />
# include<math.h><br />
# define N 3<br />
<br />
main(){<br />
float NF2(float *x,float *y);<br />
float A[N][N]={{10,-1,-2}
短时过零率和短时能量
% Computation of ST-ZCR and STE of a speech signal.<br />
%<br />
% Functions required: zerocross, sgn, winconv.<br />
%<br />
% Author: Nabin Sharma<br />
% Date: 2009/03/15<br />
<br />
[x,Fs] = wav
pid教程
<p>
pid控制
</p>
<p>
#ifndef _PID_H<br />
#ifndef _PID_H<br />
<br />
#ifdef _PID_C<br />
#define PID_EXT<br />
#else<br />
#define PID_EXT extern<br />
#endif<br
学生成绩guanli
<p class="MsoNormal">
#include<stdio.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<string.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<stdlib.h><o:p></o:p>
</p>
<p class=
成绩查询系统
<p class="MsoNormal">
#include<stdio.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<string.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<stdlib.h><o:p></o:p>
</p>
<p class=
数据结构实验
<pre class="prettyprint" style="box-sizing:border-box;outline:0px;padding:8px 16px 4px 56px;margin-top:0px;margin-bottom:24px;position:relative;overflow-y:hidden;overflow-x:auto;font-family:Consolas,
数据结构实验
<div class="dp-highlighter bg_cpp" style="box-sizing:border-box;outline:0px;padding:1px 0px 0px;margin:0px 0px 24px;position:relative;overflow-y:hidden;overflow-x:auto;font-family:Consolas, "back
模拟 PWM 输出控制灯的 10 个亮度级别
LED 一般是恒流操作的,如何改变 LED 的亮度呢?答案就是 PWM 控制。在一定的<br />
频率的方波中,调整高电平和低电平的占空比,即可实现。比如我们用低电平点亮一个 LED<br />
灯,我们假设把一个频率周期分为 10 个时间等份,如果方波中的高低电平占空比是 9:1,<br />
这是就是一个比较暗的亮度,如果方波中高低电平占空比是 10:0,这时,全部是高电平,<br />
灯
一个按键控制的 10 级变速跑马灯试验
在本课中,我们要用一个按键来实现跑马灯的 10 级调速。这又会涉及到键的去抖的问<br />
<br />
题。 <br />
<br />
本课的试验结果是,每按一次按键,跑马速度就降低一级,共 10 级。 <br />
这里我们又增加了一个变量 speedlever,来保存当前的速度档次。 <br />
在按键里的处理中,多了当前档次的延时值的设置。 <
12345
<br />
<br />
/****************temic*********t5557***********************************/ <br />
#include <at892051.h> <br />
#include <string.h>