代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4881935
c label.c
/*
* LABEL.C - label internal command.
*
*
* History:
*
* 10-Dec-1998 (Eric Kohl )
* Started.
*
* 11-Dec-1998 (Eric Kohl
www.eeworm.com/read/216802/4885832
c label.c
/* $Id: label.c 21259 2006-03-08 23:18:27Z audit $
*
* COPYING: See the top level directory
* PROJECT: ReactOS
* FILE: reactos/lib/fmifs/label.c
* DESCRIPTION: File management IFS utility f
www.eeworm.com/read/215134/4906271
h label.h
#if !defined(AFX_LABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_)
#define AFX_LABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_V
www.eeworm.com/read/215134/4906282
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "Label.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/209211/4981429
c label.c
#include
#include
#include "grap.h"
#include "y.tab.h"
int pointsize = 10; /* assumed pointsize to start */
int ps_set = 0; /* someone has set pointsize explicitly */
double te
www.eeworm.com/read/209211/4986636
c label.c
#include
#include
#include
#include
#include
#include
#include
typedef struct Label Label;
struct Label
{
Control;
int border
www.eeworm.com/read/208260/4994870
c label.c
#include
#include
int main(int argc, char **argv) {
Widget top_level, label;
XmString motif_string;
Arg arg[1];
top_level = XtInitialize(argv[0], "test", NUL
www.eeworm.com/read/208260/4994875
c label.c
// label.c
#include
#include
#include
#include
String app_resources[] = { "*Label.Label: Testing Athena Label Widget", NULL };
int m
www.eeworm.com/read/208260/4994887
hxx label.hxx
// Label.hxx
//
#ifndef Label__hxx
#define Label__hxx
#include "Component.hxx"
class Label : public Component {
public:
Label(char * label = "test label", int width=100, int height=20);
void s
www.eeworm.com/read/208260/4994891
cpp label.cpp
// Label.cpp
//
#include
#include
#include
#include "Label.hxx"
Label::Label(char *label, int width, int height) {
my_label = label;
my_wid