代码搜索:Carry

找到约 8,060 项符合「Carry」的源代码

代码结果 8,060
www.eeworm.com/read/279051/10474761

s subtest2.s

# subtest2.s - An example of a subtraction carry .section .text .globl _start _start: nop movl $5, %eax movl $2, %ebx subl %eax, %ebx jc under movl $1, %eax int $0x80 under: mo
www.eeworm.com/read/449030/7520051

s subtest2.s

# subtest2.s - An example of a subtraction carry .section .text .globl _start _start: nop movl $5, %eax movl $2, %ebx subl %eax, %ebx jc under movl $1, %eax int $0x80 under: mo
www.eeworm.com/read/127293/14363285

prg setting1.prg

SET SYSMENU OFF SET SYSMENU TO SET TALK OFF CLEAR ALL CLOSE ALL SET NOTIFY OFF SET STATUS BAR OFF SET PALETTE OFF SET BELL ON SET SAFETY OFF SET ESCAPE ON SET KEYCOMP TO WINDOWS SET CARRY
www.eeworm.com/read/214748/15089574

txt os2.txt

OS2.TXT Notes on upgrading to MS-DOS 6 ============================== If you have OS/2 on your computer, and the MICROSOFT MS-DOS 6 USER'S GUIDE referred you to the OS2.TXT file, carry out th
www.eeworm.com/read/176157/5339235

java toolbarframe3.java

// ToolbarFrame3.java // The Swing-ified button example. The buttons in this toolbar all carry images // but no text. // package jswing.ch02; import java.awt.*; import java.awt.event.*; import javax.
www.eeworm.com/read/135832/13895013

vhd cnt10.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity cnt10 is port(clk:in std_logic; clr:in std_logic; ci:in std_logic; -- carry
www.eeworm.com/read/179774/9339627

v alu_32_bit.v

/* Gabe Rowe EE 471 Lab #2 32 bit ALU with Carry Look Ahead, and minimized logic on set less than and overflow. */ module alu_32_bit(bus_a,bus_b,op_code,result_bu
www.eeworm.com/read/374588/9394905

tdf lpm_divide_2mo.tdf

--lpm_divide DEVICE_FAMILY="Cyclone" LPM_DREPRESENTATION="SIGNED" LPM_NREPRESENTATION="SIGNED" LPM_REMAINDERPOSITIVE="FALSE" LPM_WIDTHD=11 LPM_WIDTHN=32 OPTIMIZE_FOR_SPEED=5 denom numer quotient CARRY
www.eeworm.com/read/233448/4685153

c gcc-bug-f.c

/* { dg-do compile } */ #include typedef short Word16; typedef int Word32; typedef int Flag; extern Flag Overflow; extern Flag Carry; extern vector signed short table[8]; extern vec
www.eeworm.com/read/180137/5291097

c localmap.c

static char rcsid[]="$Id: localmap.c,v 2.3 2000/02/03 12:45:56 sxw Exp $"; /* * localmap.c -- Carry out local mapping wildcard and tilde expansions * * Use -DAFS_HESIOD_FILSYS to include AFS / H