代码搜索:如何学习 Ls?
找到约 10,000 项符合「如何学习 Ls?」的源代码
代码结果 10,000
www.eeworm.com/read/220143/14849707
dbk last loaded 74ls245.dbk
www.eeworm.com/read/215312/15065513
m ls_time_2x2.m
function [H1,H2]=ls_time_2x2(y,chantype,sampletime)
% Pure time domain maximum likelihood estimation
% H1,H2: freq channel response from two Tx to this Rx
% y: received time domain signal on this R
www.eeworm.com/read/211805/15173197
uv2 19 74ls273.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target
www.eeworm.com/read/211805/15173203
m51 19 74ls273.m51
BL51 BANKED LINKER/LOCATER V6.05 05/18/2007 11:48:25 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
D:\PROGRAM FILES\KEIL 8.08\C51\
www.eeworm.com/read/211805/15173329
m51 18 74ls245.m51
BL51 BANKED LINKER/LOCATER V6.05 05/18/2007 11:47:45 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
D:\PROGRAM FILES\KEIL 8.08\C51\
www.eeworm.com/read/211805/15173335
uv2 18 74ls245.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target
www.eeworm.com/read/207850/15260435
txt 串口驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit CLR=P1^7; //用P1^7控制CLR
//-----------------------------------------------
www.eeworm.com/read/207850/15260436
txt io驱动74ls165.txt
//-------------------------------------库函数声明,管脚定义----------------------------------------
#include
sbit a7=ACC^7;
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5;
www.eeworm.com/read/207850/15260437
c 串口驱动74ls165.c
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit LOAD=P1^7; //用P1^7控制SH/LD管脚
//--------------------------------------------
www.eeworm.com/read/207850/15260438
txt io驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5; //