代码搜索:regular
找到约 4,507 项符合「regular」的源代码
代码结果 4,507
www.eeworm.com/read/258884/11834145
cpp automessageboxdlle.cpp
// AutoMessageBoxDllE.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/343324/11957105
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/341978/12049310
cpp algthms.cpp
// Algthms.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/255507/12078321
cpp talkdll.cpp
// TalkDll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#include
#include "AudioCode.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/152202/12132620
cpp dynmatrix.cpp
// DynMatrix.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/151750/12177967
cpp colorstatic.cpp
// ColorStatic.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/253792/12199907
cpp talkdll.cpp
// TalkDll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#include
#include "AudioCode.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/253789/12200224
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/150692/12275571
cpp ex21a.cpp
// ex21a.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/252193/12294583
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