代码搜索:Stock
找到约 5,160 项符合「Stock」的源代码
代码结果 5,160
www.eeworm.com/read/167913/9947958
dsp stock.dsp
# Microsoft Developer Studio Project File - Name="Stock" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/167913/9947963
aps stock.aps
www.eeworm.com/read/167913/9947976
h stock.h
// Stock.h : main header file for the STOCK application
//
#if !defined(AFX_STOCK_H__D5CF2F05_2309_490F_82BF_CDEAB28F611B__INCLUDED_)
#define AFX_STOCK_H__D5CF2F05_2309_490F_82BF_CDEAB28F611B__IN
www.eeworm.com/read/167913/9947996
bmp stock.bmp
www.eeworm.com/read/167913/9948007
rc stock.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/167913/9948013
ncb stock.ncb
www.eeworm.com/read/167332/9972181
txt stock.txt
CREATE DATABASE Stock
GO
USE Stock
GO
CREATE TABLE Client
(Cid int PRIMARY KEY IDENTITY,
Cname varchar(50) NOT NULL,
Ctype tinyint,
Contact varchar(30),
Address varchar(50),
www.eeworm.com/read/167332/9972182
mdf stock.mdf
www.eeworm.com/read/167332/9972199
cpp stock.cpp
// Stock.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Stock.h"
#include "StockDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/167332/9972216