代码搜索结果
找到约 10,000 项符合
2 的代码
i2c.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 // Targ
c2cxrad2.mac
******************************************************************************
* FILE: c25cxrad2.mac --> macro file for radix 2 fft's based on 320c5x *
*
str2mat2.m
% function s=str2mat2(t1,t2,t3)
% 替代函数
function s=str2mat2(t1,t2,t3)
[Q1,L1]=size(t1);
[Q2,L2]=size(t2);
if nargin == 2,
if L1 > L2,
s=[t1; [t2 blanks(L1-L2) ]];
elseif L1 < L
draw2dgraph.rc2
//
// DRAW2DGRAPH.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APS
nnd2n2.m
function nnd2n2(cmd,arg1,arg2,arg3)
%NND2N2 Two-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
ps2icc.dp2
PS2ICC.o: C:/icc/include/io8535v.h C:/icc/include/macros.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/Encode.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/RTC.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/ZIMO.H
mul2x2.asm
;
; R4R5R6R7 = R6R7 * R2R3
;
; use Acc,B,R1..R7
;
.global mul2x2
mul2x2: mov a,r3
mov b,r6
mul ab ;R3R6
xch a,r6 ;A=R6 R6=lowR3R6
mov r1,b ;R1=highR3R6
mov b,r2
mul ab ;R2R6
mov r5,a ;R5=lowR
i2c_2.lst
C51 COMPILER V7.06 I2C_2 12/29/2008 22:30:16 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE I2C_2
OBJECT MODULE PLACED IN i
i2c_2.h
/**********************************************************
函数:I2C_Init_2()
功能:I2C 总线初始化,使总线处于空闲状态
说明:在main()函数的开始处,通常应当要执行一次本函数
***********************************************************/
void