代码搜索:CpTest
找到约 81 项符合「CpTest」的源代码
代码结果 81
www.eeworm.com/read/286323/8771553
opt cptest.opt
www.eeworm.com/read/170114/9818756
sh cptest.sh
#!/bin/sh
if cp a.txt b.txt
then
echo "copy the file a.txt to b.txt successfully"
else
echo "can't copy a.txt to b.txt"
fi
www.eeworm.com/read/332234/12772097
sh cptest.sh
#!/bin/sh
if cp a.txt b.txt
then
echo "copy the file a.txt to b.txt successfully"
else
echo "can't copy a.txt to b.txt"
fi
www.eeworm.com/read/143761/12846709
clw cptest.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CCpTestDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "CpTest.
www.eeworm.com/read/143761/12846715
ico cptest.ico
www.eeworm.com/read/143761/12846717
ncb cptest.ncb
www.eeworm.com/read/143761/12846720
h cptest.h
// CpTest.h : main header file for the CPTEST application
//
#if !defined(AFX_CPTEST_H__7D20DBBB_0123_4469_8F12_0293BCBA9895__INCLUDED_)
#define AFX_CPTEST_H__7D20DBBB_0123_4469_8F12_0293BCBA9895
www.eeworm.com/read/143761/12846723
plg cptest.plg
Build Log
--------------------Configuration: CpTest - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/143761/12846725
rc cptest.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/143761/12846729
cpp cptest.cpp
// CpTest.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "CpTest.h"
#include "CpTestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat