代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/365020/9881980
copying
WARNING
The files getopt.c and getopt.h in this subdirectory (win32) are
not covered by the GNU LIBRARY GENERAL PUBLIC LICENSE as
reproduced in ../COPYING. They carry their own lic
www.eeworm.com/read/362500/9996127
m cgrdsrch.m
function x=cgrdsrch(beta,kin,t,u)
%CGRDSRCH Conjugate gradient optimization for NNPLS
% Routine to carry out optimization using a conjugate gradient approach
% check is relative change in objecti
www.eeworm.com/read/166780/9998313
copying
WARNING
The files getopt.c and getopt.h in this subdirectory (win32) are
not covered by the GNU LIBRARY GENERAL PUBLIC LICENSE as
reproduced in ../COPYING. They carry their own lic
www.eeworm.com/read/361418/10053841
asm 93c46.asm
%*define (write_1) (
setb DI
setb SK
clr SK
)
%*define (write_0) (
clr DI
setb SK
clr SK
)
%*define (write_carry) (
www.eeworm.com/read/165346/10066630
copying
WARNING
The files getopt.c and getopt.h in this subdirectory (win32) are
not covered by the GNU LIBRARY GENERAL PUBLIC LICENSE as
reproduced in ../COPYING. They carry their own lic
www.eeworm.com/read/355284/10281560
copying
WARNING
The files getopt.c and getopt.h in this subdirectory (win32) are
not covered by the GNU LIBRARY GENERAL PUBLIC LICENSE as
reproduced in ../COPYING. They carry their own lic
www.eeworm.com/read/351297/10660923
copying
WARNING
The files getopt.c and getopt.h in this subdirectory (win32) are
not covered by the GNU LIBRARY GENERAL PUBLIC LICENSE as
reproduced in ../COPYING. They carry their own lic
www.eeworm.com/read/422052/10666958
copying
WARNING
The files getopt.c and getopt.h in this subdirectory (win32) are
not covered by the GNU LIBRARY GENERAL PUBLIC LICENSE as
reproduced in ../COPYING. They carry their own lic
www.eeworm.com/read/349103/10851664
vhd cla.vhd
use WORK.LOCAL.ALL;
---------------------------------
-- A 32-bit carry-lookahead adder
---------------------------------
entity ADDER is
port(A, B: in BIT_VECTOR(31 downto 0);
CIN: in BIT;
www.eeworm.com/read/238625/7068994
vb miner.vb
Public Class Miner
'//the amount of gold a miner must have before he feels comfortable
Public Const ComfortLevel As Integer = 5
'//the amount of nuggets a miner can carry
Public Co