代码搜索:E1通信
找到约 10,000 项符合「E1通信」的源代码
代码结果 10,000
www.eeworm.com/read/371738/9538628
c lcd1.c
#include
#include "uart.h"
sbit di=P1^4;
sbit e1=P1^5;
sbit e2=P1^6;
sbit rw=P1^7;
unsigned char x,y;
unsigned char *p[];
void delay(int num)
{
while(num--) ;
}
void s
www.eeworm.com/read/166702/10006374
txt 868registers.txt
Register: Data: mode:
00 11 RX
00 E1 TX
00 7F PD
00 7B XOSC Core Only
00 79 XOSC Core & Bias
00 71 XOSC Core, Bias & Synth
01 58
02 60
03 00
04 58
05 5B
06 43
07 01
08 AB
www.eeworm.com/read/159105/10694726
vhd tingzhimokuai.vhd
library ieee;
use ieee.std_logic_1164.all;
entity tingzhimokuai is
port(c0,c1,c2,c3,e0,e1,e2,e3:in std_logic;
en0:out std_logic);
end tingzhimokuai;
architecture tingzhimokuai_arc of
www.eeworm.com/read/275202/10829101
m gadmeetplanes.m
% |
% | MEET AND JOIN OF PLANES
% |
clf; %/
A = e1^(e2+0.1*e3); %/
B = (e1+e2)^(e2+e3); %/
draw(A,'g'); GAtext(0.35*e1+0.1*e3,'A'); %/
draw(B,'b'); GAtext(0.6*(e2+e3),'B'); %/
axis off; %/
axis([-0.
www.eeworm.com/read/455133/7377492
map modbus51.map
HI-TECH Software PICC Compiler V9.50PL2
Linker command line:
--edf=C:\Program Files\HI-TECH Software\PICC\9.50\dat\en_msgs.txt \
-h+MODBUS51.sym -z -Q16F917 -ol.obj -MMODBUS51.map -E1 -ver=PI
www.eeworm.com/read/367363/7562406
m qpsk.m
function QPSK
K=randint(1,240);
data=phaseshift(K);
Iphase=cos(data);
Qphase=sin(data);
D=lvbo2(Iphase);
E=lvbo2(Qphase);
D0=D';
E0=E';
D1=reshape(D0,1,[]);
E1=reshape(E0,1,[]);
f=1800;
t=
www.eeworm.com/read/443813/7622909
c pid.c
#define Position 9
#define MAX_Speed 50
#define MIX_Speed 10
#define Init_Speed 30 //初始给定速度
char e0,e1,e2;
float Mid_Speed,Mid_SpeedV;
float Left_SpeedV,Right_SpeedV;
//const float P=Kp*(1+T/
www.eeworm.com/read/124989/6034810
makefile-e1
ARCH:=e1
MAKEDEPS:=
include arch/$(ARCH)/Config
include Config
CC= e1-coff-gcc
AS= e1-coff-as
LD= e1-coff-ld
SIZE= e1-coff-size
AR= e1-coff-ar
RANLIB= e1-coff-ranlib
OBJCOPY=e1-coff-objcopy
MAK
www.eeworm.com/read/477762/6733856
f currentz0.f
real*8 function current(z,w)
implicit none
real*8 PI,EL,MASS,H,Vb
real*8 EFS,EFT,WS,WT,bat
real*8 temp0,e0,e1,grunch,e,err
real*8 bohr,bbmin,fi,z,zz,w,ww
integer nmax,ip
common/om/zz,ww
comm
www.eeworm.com/read/347146/11688692
asm yxd.asm
;RET TO VCC,TO P1.0-P1.7
;A0 T0 P3.3
;E1 TO P3.0
;E2 TO P3.4
;WR TO P3.1
FILL EQU 20H
LAB EQU 21H
TEMP EQU 22H
ORG 0000H
JMP START