代码搜索:sales
找到约 3,366 项符合「sales」的源代码
代码结果 3,366
www.eeworm.com/read/463240/7185664
dsr salesreport.dsr
VERSION 5.00
Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} SalesReport
Caption = "Sales Report"
ClientHeight = 10950
ClientLeft = 60
ClientTop = 510
www.eeworm.com/read/462821/7195467
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/461713/7221807
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/456569/7344894
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/240985/13182898
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/401625/11553278
java example5.java
package java2.E;
import static java2.E.NewDepartment.*;
public class Example5
{
enum Jobs { ENGINEER, PROGRAMMER, SALES};
public static void main(String[] args)
{
//compareTo
int
www.eeworm.com/read/258733/11846493
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/119273/14835027
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/221422/4832662
java updatesalesaction.java
package com.funddeal.view.action.sales;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import net.sf.hibe
www.eeworm.com/read/221422/4832664
java delsalesaction.java
package com.funddeal.view.action.sales;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.st