代码搜索:regular
找到约 4,507 项符合「regular」的源代码
代码结果 4,507
www.eeworm.com/read/101082/6248746
c fregex.c
#ifndef lint
static char *sccsid = "@(#)fregex.c 4.1 (Ultrix) 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1988 by
www.eeworm.com/read/101082/6249800
bboardaliases
; This file is generated on a regular basis.
; Right now, it's empty.
www.eeworm.com/read/101082/6250317
bboardaliases
; This file is generated on a regular basis.
; Right now, it's empty.
www.eeworm.com/read/326077/6287901
cpp imagelib.cpp
// ImageLib.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/492582/6415750
cpp camain.cpp
// CaMain.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/491812/6426377
cpp cj60lib.cpp
// CJ60Lib.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/486384/6540678
cpp csqlaccess.cpp
// CSQLAccess.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/410511/11280202
sh lsfor.sh
#!/bin/sh
for name in 'ls'
do
if [ -f $name ]; then
echo '$name is a regular file'
elif [ -d $name ];then
echo '$name is a directory'
fi
done
www.eeworm.com/read/264473/11311822
sh lsfor.sh
#!/bin/sh
for name in 'ls'
do
if [ -f $name ]; then
echo '$name is a regular file'
elif [ -d $name ];then
echo '$name is a directory'
fi
done
www.eeworm.com/read/409678/11316588
cpp mfcexpenddll.cpp
// mfcexpenddll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE