代码搜索:saving
找到约 1,242 项符合「saving」的源代码
代码结果 1,242
www.eeworm.com/read/395034/8199022
h saving.h
#ifndef savings
#define savings
#include "account.h"
class Savings:public Account
{
public:
Savings(unsigned accNo,float balan=0.0);
virtual void Withdrawal(float amount);
protected:
s
www.eeworm.com/read/395034/8199026
cpp saving.cpp
#include"saving.h"
float Savings::minbalance=500.0;//设置透支范围
Savings::Savings(unsigned accNo,float balan):Account(accNo,balan){}
void Savings::Withdrawal(float amount)
{
if(balance+minbalan
www.eeworm.com/read/193417/8231063
ico saving.ico
www.eeworm.com/read/415087/11084386
mdb saving.mdb
www.eeworm.com/read/204370/15340827
h saving.h
#ifndef HEADER_SAVINGS
#define HEADER_SAVINGS
#include "Account.h"
#include
// using std::string;
using namespace std;
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/376212/9324661
m help_saving.m
function help_saving(self)
%
% The current SeaGrid gridwork can be saved to a mat-file, using the
% "SeaGrid/Save" or "SeaGrid/Save As" menu item, then later retrieved
% with "Seagrid/Load" or "Sea
www.eeworm.com/read/358669/10182402
m saving_calib.m
if ~exist('n_ima')|~exist('fc'),
fprintf(1,'No calibration data available.\n');
return;
end;
if ~exist('no_image'),
no_image = 0;
end;
if ~exist('est_alpha'),
est_alpha = 0
www.eeworm.com/read/399806/7834149
rtr saving4.rtr
hostname Tampa
interface Ethernet0
ip address 24.37.2.1 255.255.255.0
www.eeworm.com/read/399806/7834162
rtr saving3.rtr
www.eeworm.com/read/399806/7834167