代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/199740/7825603
h checking.h
//**********************
//** checking.h **
//**********************
#ifndef CHECKING
#define CHECKING
#include "account.h"
enum REMIT{remitByPost,remitByCable,other}; //无,信汇,电汇
c
www.eeworm.com/read/299153/7884401
java checking.java
package com.javapatterns.dip;
public class Checking extends AccountType
{
public void deposit(float amt)
{
//write your code here
}
}
www.eeworm.com/read/245818/12779292
c checking.c
/* checking.c -- validating input */
#include
#include
// validate that input is an integer
int get_int(void);
// validate that range limits are valid
bool bad_limits(int b
www.eeworm.com/read/244008/12899466
cpp checking.cpp
//=====================================
// checking.cpp
//=====================================
#include
#include"checking.h"
//-------------------------------------
Checking::Checking
www.eeworm.com/read/244008/12899517
h checking.h
//=====================================
// checking.h
//=====================================
#ifndef HEADER_CHECKING
#define HEADER_CHECKING
//-------------------------------------
#include
www.eeworm.com/read/330219/12906161
cpp checking.cpp
//************************
//** checking.cpp **
//************************
#include
#include "account.h"
#include "checking.h"
Checking::Checking(unsigned accNo, float bal
www.eeworm.com/read/330219/12906187
h checking.h
//**********************
//** checking.h **
//**********************
#ifndef CHECKING
#define CHECKING
#include "account.h"
enum REMIT{remitByPost,remitByCable,other}; //无,信汇,电汇
c
www.eeworm.com/read/240956/13185291
cpp checking.cpp
//************************
//** checking.cpp **
//************************
#include
#include "account.h"
#include "checking.h"
Checking::Checking(unsigned accNo, float bal
www.eeworm.com/read/240956/13185301
h checking.h
//**********************
//** checking.h **
//**********************
#ifndef CHECKING
#define CHECKING
#include "account.h"
enum REMIT{remitByPost,remitByCable,other}; //无,信汇,电汇
c