代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/11175/210101
h direct.h
/***
*direct.h - function declarations for directory handling/creation
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contains the func
www.eeworm.com/read/11888/235450
psd direct.psd
www.eeworm.com/read/11888/235695
psd direct.psd
www.eeworm.com/read/15499/466711
h direct.h
/* direct.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1991, 1992 by Borland International
All Rights Reserved.
*/
www.eeworm.com/read/16273/667275
h direct.h
/***
*direct.h - function declarations for directory handling/creation
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contai
www.eeworm.com/read/16910/702647
h direct.h
/***
*direct.h - function declarations for directory handling/creation
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contai
www.eeworm.com/read/19026/807193
pas direct.pas
{$ALIGN OFF} {Switch Align Data}
{$APPTYPE GUI} {Parameter Application type}
{$BOOLEVAL OFF} {Switch Boolean Evaluation}
www.eeworm.com/read/26953/861602
h direct.h
/***
*direct.h - function declarations for directory handling/creation
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contai
www.eeworm.com/read/478549/1351645
bas direct.bas
Sub Command1_Click () ' "PRINT DIRECTLY" BUTTON
' Uses Visual BASIC commands to plot circles and
' lines directly on the printer.
Screen.MousePointer = 11 ' HOURGLASS CURSOR
www.eeworm.com/read/470917/1441418
h direct.h
struct direct
{
unsigned short int d_fileno;
char d_name[14];
};
#define D_NAMLEN(d) \
((d)->d_name[13] == '\0' ? strlen ((d)->d_name) : 14)
#define D_RECLEN(d) (sizeof (*(d)))