代码搜索:myfind
找到约 26 项符合「myfind」的源代码
代码结果 26
www.eeworm.com/read/357543/10206915
myfind
#!/bin/bash
find . -type f -exec gawk 'BEGIN{n=0} {if($0~/'"$1"'/){a[n++]=FNR" "$0}}END{if(n>0){print(FILENAME);for(i=0;i
www.eeworm.com/read/278108/10569031
myfind
www.eeworm.com/read/307121/7068393
myfind
www.eeworm.com/read/278108/10569034
c myfind.c
#include "apue.h"
#include
#include
#include
#include "pathalloc.c" //pathalloc.c必须与myfind.c同一个目录
#define BUFSIZE 1024 //缓冲区的大小
typedef int Myfunc(const char *,cons
www.eeworm.com/read/307121/7068392
myfind2
www.eeworm.com/read/307121/7068396
c myfind.c
#include
#include
#include
#include
#include
#include "apue.h"
#include
#include
#include
www.eeworm.com/read/312132/13619146
class myfind.class
www.eeworm.com/read/225362/14543941
c myfind.c
#include "apue.h"
#include
#include
#include
#include
#define MAXSIZE 4096
typedef int Myfunc(const char *,const struct stat *,int);
static Myf
www.eeworm.com/read/209472/15218905
h myfind.h
#include
#include
#include
#include
void myfind(char *str1,char *str2)
{
if(isdir(str1)==0&&isfile(str1)==0)
printf("%s is not a file or file directory!/n
www.eeworm.com/read/356313/3041926
java myfind.java
package com.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServle