代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/418162/10962914
htm 14.11 数字千分位函数.htm
标题页
function millon()
{
var s=parseFloat(myNum.value); //获取小数型数据
s+="";
www.eeworm.com/read/417397/10991802
txt 8位数据锁存器.txt
--
--
------------------------------------------------------------------------------------
-- DESCRIPTION : Flip-flop D type
-- Width: 8
-- Clock active: high
www.eeworm.com/read/417397/10991807
txt 简单的12位寄存器.txt
-- User-Defined Macrofunction
-- Download from: http://www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY reg12 IS
PORT(
d : IN BIT_VECTOR(11 DOWNTO 0);
clk :
www.eeworm.com/read/467521/7004899
zip 位方式i2c_asm.zip
www.eeworm.com/read/467522/7004914
uv2 跑马灯位寻址.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,0
www.eeworm.com/read/467522/7004918
m51 跑马灯位寻址.m51
BL51 BANKED LINKER/LOCATER V6.00 08/10/2007 15:29:08 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/467023/7013628
txt 14.2.1位置式pid控制.txt
DATA EQU 30H
PSTNPID:
MOV R1,#DATA
MOV R0,#COEFRK
SETB 3AH
MOV A,@R0
MOV R6,A
INC R0
MOV A,@R0
MOV R2,A
INC R0
MOV A,@R0
MOV R3,A
DEC R0
DEC R0
MOV A,@R1
MOV R4,A
www.eeworm.com/read/459723/7266037
txt 14.2.1位置式pid控制.txt
DATA EQU 30H
PSTNPID:
MOV R1,#DATA
MOV R0,#COEFRK
SETB 3AH
MOV A,@R0
MOV R6,A
INC R0
MOV A,@R0
MOV R2,A
INC R0
MOV A,@R0
MOV R3,A
DEC R0
DEC R0
MOV A,@R1
MOV R4,A
www.eeworm.com/read/459669/7268954
txt 16位高速数字相关器.txt
16位高速数字相关器
module correlator(out,a,b,clk);
output[4:0] out;
input[15:0] a,b;
input clk;
wire[2:0] sum1,sum2,sum3,sum4;
wire[3:0] temp1,temp2;
detect u1(sum1,a[3:0],b[3:0],clk), //模块调用
u2(sum2,