代码搜索结果
找到约 10,000 项符合
2 的代码
c-pro2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,2,
pow2_try2.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
pow2_try2.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
ps2key.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target
ps2key.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target
c2_2_4.dsp
.entry dps;
dps: AR=AX0-AY0;
SR0=AR, AR=AX1-AY1+C-1;
SR1=AR;
RTS;
.ENDMOD
c5_2_2.dsp
.MODULE SP;
.CONST N=H#040; {64个数据}
.VAR/DM/RAM W_INPUT [N], RR_INPUT [N];
.VAR/DM/RAM R_INPUT [N], Y_INPUT [N+2];
.INIT W_INPUT:
.I
c8_2_2.c
#include
#include
#include
void main()
{ unsigned int control_word = 0x7000069;
printf("Default GFPGFR is %x \n", GFPGFR);
printf("2 GMPY 128 is %d \n", _gmpy
c2_2_1.asm
.global _add64
.text
_add64:
ADDU.L1 A4, A6, A1:A0
|| ADD .L2 B4, B6, B7
|| ADD .S2X A8, 4, B0
ADD .L2X A1, B7, B7
STW .D1 A0, *A8
|| STW .D2 B7, *B0
|| B .S2 B3
NOP 5
c2_2_3.dsp
.entry dpa;
dpa: AR=AX0+AY0;
SR0=AR, AR=AX1+AY1+C;
SR1=AR;
RTS;
.ENDMOD