代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/463460/7180373
txt ip和整数互换.txt
''''''''IP和整数互换 {s11ss 2007-12-9}''''''''
Option Explicit
Dim str,re,match,n(3),i,answer,q,r
str=InputBox("请输入IP或对应的整数:","IP和整数互换","127.0.0.1")
If str="" Then WScript.Quit
Set re = New Re
www.eeworm.com/read/457360/7326500
afl double top detection.afl
//------------------------------------------------------------------------------
//
// Formula Name: Double top detection
// Author/Uploader: Tomasz Janeczko
// E-mail: tj@amibroke
www.eeworm.com/read/455115/7377671
m circsine.m
% CIRCSINE - generates circular sine wave grating
%
% Usage: im = circsine(sze, wavelength, p, trim)
%
% Arguments:
% sze - The size of the square image to be produced.
%
www.eeworm.com/read/453925/7403708
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P10003.2/D11.2, except for
internationalization features.)
Copyright (C) 1993 Free Softwa
www.eeworm.com/read/448620/7529035
c find.c
/*===========================================================================
Copyright (c) 1998-2000, The Santa Cruz Operation
All rights reserved.
Redistribution and use in source and binary f