代码搜索:product 开发教程
找到约 10,000 项符合「product 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/197995/7957259
h product.h
// Product.h: interface for the CProduct class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PRODUCT_H__4D0865B0_F5BD_4BD9_80B2_0E97E837FCAD__INCLUDE
www.eeworm.com/read/197995/7957325
cpp product.cpp
// Product.cpp: implementation of the CProduct class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "heavenmis.h"
#include "Product.h"
www.eeworm.com/read/197930/7961829
cls product.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/295809/8138524
class product.class
www.eeworm.com/read/295809/8138527
ctxt product.ctxt
#BlueJ class context
comment0.params=aProductNo\ aDescription\ aPrice\ aQuantity
comment0.target=Product(String,\ String,\ double,\ int)
comment0.text=\nConstruct\ a\ product\ details\n\n
comment1
www.eeworm.com/read/295809/8138548
java product.java
package Catalogue;
import java.io.Serializable;
/**
*
*/
public class Product implements Serializable
{
private static final long serialVersionUID = 2;
private String theProduct