代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/339483/12230687
sh realname.sh
#!/bin/bash
# realname.sh
#
# From username, gets "real name" from /etc/passwd.
ARGCOUNT=1 # Expect one arg.
E_WRONGARGS=65
file=/etc/passwd
pattern=$1
if [ $# -ne "$ARGCOUNT" ]
then
echo
www.eeworm.com/read/150470/12291183
txt 说明文档.txt
1.首先感谢sunhorse和原作者,思想什么的可以参考《时间触发嵌入式系统设计模式》(pattern for time-triggered edmedded system ,building reliable applications with the 8051 family of microcontrollers)或者http://www.21icbbs.com/club/bbs/bbsVie
www.eeworm.com/read/251168/12359948
h dsp_usb.h
/*******************************************************************************
* FILENAME
* cnfdsp_nohost.h
*
* DESCRIPTION
* Confidence Test Header File
*
*******************************
www.eeworm.com/read/336690/12424666
c stepper.c
/*driver1
StepperDrive
a loadable driver module stepper program for uClinux20030909(linux-2.4.x-2003-12-20)
on cvtech EBD44B0.
Copyright (C) Apr,2006 by Cheng-gang Shan
*/
#include
www.eeworm.com/read/232339/14197682
m xform_nii.m
% Perform a subset of NIFTI sform/qform transform. Transforms like
% (Translation, Flipping, and a few Rotation (N*90 degree) are
% supported. Other transforms (any degree rotation, shears, etc.
www.eeworm.com/read/129814/14223885
t brkcont.t
name: break-1
description:
See if break breaks out of loops
stdin:
for i in a b c; do echo $i; break; echo bad-$i; done
echo end-1
for i in a b c; do echo $i; break 1; echo bad-$i; done
echo end-
www.eeworm.com/read/226770/14452927
c matchtest.c
#include "match.h"
#include "buffer.h"
#include "str.h"
int main(int argc,char **argv)
{
const char *pattern = "";
const char *buf = "";
if (argv[1]) {
pattern = argv[1];
if (argv[2])
www.eeworm.com/read/125782/14462633
c m_driver.c
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
*
www.eeworm.com/read/218331/14926343
c getsdir.c
/*
* getsdir.c
*
* Get and return a sorted directory listing
*
* Copyright (c) 1998 by James S. Seymour (jseymour@jimsun.LinxNet.com)
*
* This code is free software; you can redistribute it and