代码搜索:credit
找到约 2,598 项符合「credit」的源代码
代码结果 2,598
www.eeworm.com/read/199740/7825608
h credit.h
#ifndef CREDITCARD
#define CREDITCARD
#include "i:\C++答案\ch16\savings.h"
class Creditcard :public Savings{
public:
Creditcard(unsigned accNo, float balan=0.0);
bool Verify(char *);
vi
www.eeworm.com/read/433356/7939187
bmp credit.bmp
www.eeworm.com/read/297450/8020060
mdb credit.mdb
www.eeworm.com/read/397777/8022147
txt credit.txt
本程序由三角洲科技汉化修改,
运行中遇到问题请E-mailI:stard01@163.com
感谢以下人员为本程序提供部分源代码:
First - Ian Ippolito -whose
source code examples I ran
across on the web several times
when there wasn't much out
there.
--
www.eeworm.com/read/143957/12827572
txt credit.txt
1 1:1 2:6 3:4 4:12 5:5 6:5 7:3 8:4 9:1 67 3 2 1 2 1 0 0 1 0 0 1 0 0 1
-1 1:2 2:48 3:2 4:60 5:1 6:3 7:2 8:2 9:1 22 3 1 1 1 1 0 0 1 0 0 1 0 0 1
1 1:4 2:12 3:4 4:21 5:1 6:4 7:3 8:3 9:1 49 3 1 2 1 1 0 0
www.eeworm.com/read/331075/12852537
cpp credit.cpp
// Credit.cpp: implementation of the CCredit class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Credit.h"
#include
#inclu
www.eeworm.com/read/331075/12852561
h credit.h
// Credit.h: interface for the CCredit class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CREDIT_H__775EA939_3F56_4F8A_97E2_CC70DE5884B9__INCLUDED_)
www.eeworm.com/read/244535/12857751
gif credit.gif
www.eeworm.com/read/330219/12906172
cpp credit.cpp
#include "credit.h"
#include
#include
float Creditcard::minbalance = 5000.0;
Creditcard::Creditcard(unsigned accNo, float balan)
:Savings(accNo,balan)
{
char str
www.eeworm.com/read/330219/12906191
h credit.h
#ifndef CREDITCARD
#define CREDITCARD
#include "i:\C++答案\ch16\savings.h"
class Creditcard :public Savings{
public:
Creditcard(unsigned accNo, float balan=0.0);
bool Verify(char *);
vi