代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/357276/10212794
java star.java
// star
// coded by Tota/tomato interactive
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
//Midp class
public class star extends MIDlet implements CommandListene
www.eeworm.com/read/357276/10212815
java rainbow.java
// colorbugs
// coded by Tota
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
//Midp class
public class rainbow extends MIDlet implements CommandListener {
pri
www.eeworm.com/read/279052/10474443
s mmxadd.s
# mmxadd.s - An example of performing MMX addition
.section .data
value1:
.int 10, 20
value2:
.int 30, 40
.section .bss
.lcomm result, 8
.section .text
.globl _start
_start:
nop
movq va
www.eeworm.com/read/279046/10475330
s mmxadd.s
# mmxadd.s - An example of performing MMX addition
.section .data
value1:
.int 10, 20
value2:
.int 30, 40
.section .bss
.lcomm result, 8
.section .text
.globl _start
_start:
nop
movq va
www.eeworm.com/read/352500/10547207
c example 3-31.c
; Example 3 - 31. Extended Precision Multiplication C Listing Shifting before Addition
int epmpy(int A, int B)
{
short AH, BH;
unsigned short AL, BL;
int ahbl, albh, ahbh;
AH = A>>16; AL
www.eeworm.com/read/466057/7043684
xsf bcd6.xsf
;"#C:\Program Files\Rigel\Reads51\Include\sfr51.inc"
; --- 8051 registers ---
ACC data 0xE0
B data 0xF0
DPH data 0x83
DPL data 0x82
IE data 0
www.eeworm.com/read/466057/7043688
asm bcd6.asm
#include
;*-----------------------------------------------------------
;*
;* bin6bcd - routine compute from binary value to bcd
;*
;* Entry: reg_e:d - binary value (24 bit)
www.eeworm.com/read/449030/7520022
s mmxadd.s
# mmxadd.s - An example of performing MMX addition
.section .data
value1:
.int 10, 20
value2:
.int 30, 40
.section .bss
.lcomm result, 8
.section .text
.globl _start
_start:
nop
movq va
www.eeworm.com/read/399569/7847429
js diff.js
/*
Language: diff
Description: Unified and context diff
Author: Vasily Polovnyov
*/
hljs.LANGUAGES.diff = {
case_insensitive: true,
defaultMode: {
contains: ['chunk', 'he
www.eeworm.com/read/198748/7913557
inc menu_def.inc
#define SC signed char
#define UC unsigned char
#define SI signed int
#define UI unsigned int
#define UL unsigned long int
#define SL signed long int
#define G_BX 94 /* gen menu begin X C