代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/353183/6282547
cpp execute.cpp
#include "all.h"
bool execute(char *shuttime){
int i=0;
FILE *fin=fopen("guzhieli19860411.txt","r");
char *commend=(char*)malloc(100*sizeof(char));
char *temp=" >guzhieli19860411.
www.eeworm.com/read/187914/6338025
c execute.c
execute(int j)
{
int i, fd, fds[2];
/* 1 */
if (infile[0]!='\0')
cmdlin[0].infd = open(infile, O_RDONLY);
/* 2 */
if (outfile[0]!='\0')
if (append==FALS
www.eeworm.com/read/493401/6402378
c execute.c
/*
Copyright (c) 1992-1993 The Regents of the University of California.
All rights reserved. See copyright.h for copyright notice and limitation
of liability and disclaimer of warranty provisions
www.eeworm.com/read/492438/6423167
obj execute.obj
www.eeworm.com/read/244480/6427460
ico execute.ico
www.eeworm.com/read/488926/6479853
cpp execute.cpp
#include "nlf.h"
void main()
{
nlf ps;
ps.BeginPowerflow();
ps.iterative();
ps.result();
ps.free_point();
}
www.eeworm.com/read/484631/6580924
gif execute.gif
www.eeworm.com/read/479064/6698740
c execute.c
/* execute.c
Support for executable statements. */
/*
* Copyright (c) 1998-2001 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, wit
www.eeworm.com/read/405850/11455822
h execute.h
// execute.h
#ifndef EXECUTE_H
#define EXECUTE_H
#ifdef __cplusplus
extern "C" {
#endif
int ExecuteA ( const char *szCmdLine, int nCmdShow, unsigned long dwTimeOut, int *pExitCode ) ;
i
www.eeworm.com/read/405850/11455838
cpp execute.cpp
// execute.cpp
#include
#include
#include
#include
#include "msc.h"
#include "execute.h"
#define CREATE_PROCESS_FLAGS CREATE_DEFAULT_ERROR_MOD