代码搜索:下载器
找到约 10,000 项符合「下载器」的源代码
代码结果 10,000
www.eeworm.com/read/433021/8551858
vhd 汉明纠错码编码器_译码器.vhd
--Hamming Encoder
--A 4-bit Hamming Code encoder using concurrent assignments. The output vector is connected to the individual parity bits using an aggregate assignment.
ENTITY hamenc IS
PORT(datain
www.eeworm.com/read/386171/8762460
txt 9.2.1普通编码器8至3编码器.txt
在实际的数字逻辑电路中,为了区分一系列不同的事物,设计人员经常将其中的每一个食物用一个二进制代码来表示
,这就是编码的含义。在二值逻辑电路中,信号都是义高、低电平的形式来表示的,因此编码器的逻辑功能就是把输
入的每一个高、低电平信号便写成一个对应的二进制代码。
普通编码器就是对某一个给定的时刻只能对一个输入信号进行编码的编码器,它的输入端口不允许同一时刻出现两个
或两个以上的有效输入信号
...
www.eeworm.com/read/371232/9560603
doc 词法分析器、语法分析器 上机题.doc
www.eeworm.com/read/164336/10117040
pdf 实验名称:用定时器实现数字振荡器.pdf
www.eeworm.com/read/357756/10201640
ms8 乘磯嚋鉴痸器+劋抧器.ms8
www.eeworm.com/read/353312/10455421
ppt 第8章 定时器/计数器0.ppt
www.eeworm.com/read/469362/6973746
exe pdg文件阅读器pdg文件阅读器(超星).exe
www.eeworm.com/read/452689/7436472
exe 51单片机定时器初值计算器.exe
www.eeworm.com/read/447561/7549529
c 基于jl3脉冲点器频率测试器程序.c
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
#define uint unsigned int
#define uchar unsigned char
//定义宏==================
www.eeworm.com/read/242302/13078526
txt 知道那个驱动器不是网络虚拟驱动器.txt
Private Declare Function GetDriveType Lib "kernel32" Alias _
"GetDriveTypeA" (ByVal sDrive As String) As Long
Private Function DriveType(sDrive As String) As String
Dim sDr