代码搜索:items
找到约 10,000 项符合「items」的源代码
代码结果 10,000
www.eeworm.com/read/455033/7379288
c items.c
#include "medit.h"
#include "extern.h"
#include "sproto.h"
void drawRulers(pScene sc) {
pMesh mesh = cv.mesh[sc->idmesh];
if ( ddebug ) printf("draw rulers\n");
glPushMatrix();
glTran
www.eeworm.com/read/450111/7490440
h items.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490481
cpp items.cpp
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/448428/7533587
txt items.txt
www.eeworm.com/read/435312/7794023
frm items.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form items
BackColor = &H008080FF&
BorderStyle = 0 'None
Caption =
www.eeworm.com/read/296225/8116427
h items.h
// Items.h: interface for the CItems class.
//
// 1 ItemId int 项目编号 自动增一
// 2 ItemName varchar(50) 项目名称
// 3 ItemType varchar(50) 项目工种
// 4 ItemUnit char(10) 计量单位
// 5 CarType varchar(50) 适用的汽车
www.eeworm.com/read/296225/8116692
cpp items.cpp
// Items.cpp: implementation of the CItems class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CarService.h"
#include "Items.h"
#incl