代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/315835/13535487
c 大整数.c
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE; //定义链表结构
NODE *insert(u,num)//在u节点之后插入一个新的NODE,其值为NUM
NODE *u;
int num;
www.eeworm.com/read/313430/13587860
s rand.s
AREA |subr|, CODE, READONLY
EXPORT randomnumber
randomnumber
; on exit:
; a1 = low 32-bits of pseudo-random number
; a2 = high bit (if you want to know it)
LDR ip, |seedpointer|
www.eeworm.com/read/311535/13629616
c 大整数.c
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE; //定义链表结构
NODE *insert(u,num)//在u节点之后插入一个新的NODE,其值为NUM
NODE *u;
int num;
www.eeworm.com/read/309649/13666829
c bignum2.c
/* +++Date last modified: 05-Jul-1997 */
/* BIGNUM2.C
**
** Routines to do Big Number Arithmetic. These are multi-precision, unsigned
** natural numbers (0, 1, 2, ...). For the storage method, s
www.eeworm.com/read/309649/13667143
c bignum1.c
/* +++Date last modified: 05-Jul-1997 */
/* BIGNUM1.C
**
** Routines to do Big Number Arithmetic. These are multi-precision, unsigned
** natural numbers (0, 1, 2, ...). For the storage method, s
www.eeworm.com/read/308157/13707134
c 大加数.c
/*这是一个大正数加法问题TC中应该完全可以运行。 */
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE;
NODE *insert(NODE *u,int num) /*声
www.eeworm.com/read/308157/13707139
c 大整数.c
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE; //定义链表结构
NODE *insert(u,num)//在u节点之后插入一个新的NODE,其值为NUM
NODE *u;
int num;
www.eeworm.com/read/306997/13733339
inc uarthd.inc
; half duplex UART code by Rich Ottosen
cblock
bitcnt
dlycnt
serreg
endc
speed equ 26-3 ; 9600 bps
;transmit character in w as 8 bits, no parity, 1 stop
; this rout
www.eeworm.com/read/151133/5685928
c 大加数.c
/*这是一个大正数加法问题TC中应该完全可以运行。 */
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE;
NODE *insert(NODE *u,int num) /*声
www.eeworm.com/read/151133/5685933
c 大整数.c
#include
#include
#define HUN 10000
typedef struct node
{
int data;
struct node *next;
}NODE; //定义链表结构
NODE *insert(u,num)//在u节点之后插入一个新的NODE,其值为NUM
NODE *u;
int num;