代码搜索:sales
找到约 3,366 项符合「sales」的源代码
代码结果 3,366
www.eeworm.com/read/372148/9519473
h speed.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efSPEEDBAR_H
#define _GUI_efSPEEDBAR_H
typedef struct _efS
www.eeworm.com/read/372148/9519475
h ctrl.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_CTRL_H
#define _GUI_CTRL_H
#define MAINWINDOW 10
www.eeworm.com/read/372148/9519477
h check.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efCHECKBOX_H
#define _GUI_efCHECKBOX_H
typedef struct _efC
www.eeworm.com/read/372148/9519479
h choice.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efCHOICEBOX_H
#define _GUI_efCHOICEBOX_H
typedef struct _e
www.eeworm.com/read/363449/9950827
cpp intro2.cpp
// INTRO2.CPP--Example from Chapter 3, "An Introduction to C++"
// INTRO2.CPP calculates a sales slip.
#include
float tax (float) ;
int main()
{
float purchase, tax_amt, total
www.eeworm.com/read/462821/7195414
cpp intro2.cpp
// INTRO2.CPP--Example from Chapter 3, "An Introduction to C++"
// INTRO2.CPP calculates a sales slip.
#include
float tax (float) ;
int main()
{
float purchase, tax_amt, total
www.eeworm.com/read/461713/7221619
cpp intro2.cpp
// INTRO2.CPP--Example from Chapter 3, "An Introduction to C++"
// INTRO2.CPP calculates a sales slip.
#include
float tax (float) ;
int main()
{
float purchase, tax_amt, total
www.eeworm.com/read/456569/7344707
cpp intro2.cpp
// INTRO2.CPP--Example from Chapter 3, "An Introduction to C++"
// INTRO2.CPP calculates a sales slip.
#include
float tax (float) ;
int main()
{
float purchase, tax_amt, total
www.eeworm.com/read/240985/13182759
cpp intro2.cpp
// INTRO2.CPP--Example from Chapter 3, "An Introduction to C++"
// INTRO2.CPP calculates a sales slip.
#include
float tax (float) ;
int main()
{
float purchase, tax_amt, total
www.eeworm.com/read/240530/13215104
h common.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_COMMON_H
#define _GUI_COMMON_H
#define True 1
#