代码搜索:iNum
找到约 785 项符合「iNum」的源代码
代码结果 785
www.eeworm.com/read/405368/11464277
c sysbuspci.c
/* sysBusPci.c - Motorola CPV3060 PCI "board" special configuration code */
/* Copyright 1997-2000 Wind River Systems, Inc. All Rights Reserved */
/* Copyright 1997-2000 Motorola, Inc. All Rights Res
www.eeworm.com/read/400644/11571081
c sppreset.c
/*****************************************************************************
* *
* **********
www.eeworm.com/read/400644/11571097
c spptimer.c
/*****************************************************************************
* *
* **********
www.eeworm.com/read/400644/11571144
c sppreset.c
/*****************************************************************************
* *
* **********
www.eeworm.com/read/400644/11571164
c spptimer.c
/*****************************************************************************
* *
* **********
www.eeworm.com/read/132223/14103846
h ks8695p.h
/* ks8695p.h - Micrel KS8695/X/P header file */
/*
modification history
--------------------
V1.09:---------------------------------------------------------------------
05/13/2004 pcd
(1).In
www.eeworm.com/read/126852/14397328
h ks8695p.h
/* ks8695p.h - Micrel KS8695P header file */
/*
modification history
--------------------
9/15/2003 Ritter Yeh created
*/
/*
This file contains I/O address and related constants for the Micrel
K
www.eeworm.com/read/109974/15544240
h 24dlgdlg.h
// 24DlgDlg.h : header file
//
#if !defined(AFX_24DLGDLG_H__0F393F99_5018_4700_9729_82E8A9866173__INCLUDED_)
#define AFX_24DLGDLG_H__0F393F99_5018_4700_9729_82E8A9866173__INCLUDED_
#if _MSC_VE
www.eeworm.com/read/106834/15620562
ec hand_dated1.ec
/* dated_hand */
#include
$include sqlca;
$include sqlda;
void addspace();
void addspacef();
void mess();
char y_n();
char readdv();
char readst();
char readch();
long ac
www.eeworm.com/read/251030/4424671
c addition.c
#include
void main()
{
int inum, sum, a, a1, b, b1,c, c1,d;
printf("\n 输入一个四位数字:");
scanf("%d", &inum);
a = inum / 1000;
a1 = inum % 1000;
b = a1 / 100;
b1 = a1 % 100