代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/334779/12573743
cpp prg16_5.cpp
#ifdef _MSC_VER
// disable warning messages that identifier was truncated
// to 'number' characters in the debug information
#pragma warning(disable:4786)
#endif // _MSC_VER
// File: prg16_5.cp
www.eeworm.com/read/334779/12574301
cpp prg1_3.cpp
// File prg1_3.cpp
// the program prompts the user for the pathname of a file.
// it uses string class operations to identify and output
// the pathname and filename. if the filename has the
// ex
www.eeworm.com/read/334422/12603183
cpp studentrecords.cpp
// StudentRecords.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "StudentRecords.h"
#include "StudentRecordsDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CStudentRecordsApp
www.eeworm.com/read/146694/12618284
cpp searchpath.cpp
//searchpath.cpp
#include
#include
#include
#include
void main(void)
{
char *path;
path = searchpath("NOTEPAD.EXE");
cout
www.eeworm.com/read/334152/12631401
frm frmrestore.frm
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Begin VB.Form FrmRestore
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
C
www.eeworm.com/read/135580/13919516
h forms.h
// this file allows some forms programs to be compiled with no change.
// put it in your include path.
#include
www.eeworm.com/read/300258/13923664
cs apisshlwapi.cs
using System;
namespace System.Runtime.InteropServices.APIs
{
public class APIsShlwapi
{
#region PathCompactPath
///
/// Truncates a file path to fit within a given pixel wi