代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/243682/12925643
txt mof.txt
/L20"MOF" Line Comment = // Nocase File Extensions = MOF
/Function String = "^{Sub^}^{Function^} [a-z,A-Z,0-9,_, ,(,)]+$"
/Delimiters = .(),-+=|\/{}[]:;"'< >
/Indent Strings = "{"
/Unindent Stri
www.eeworm.com/read/243682/12925756
txt gauss.txt
/L20"GAUSS" Line Comment = @ Block Comment On = /* Block Comment Off = */ Escape Char =\ String Chars = " @ File Extensions = prg SRC BAT g e dec gss
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , ?
/Fun
www.eeworm.com/read/243682/12925757
txt beckhoff_twincatplc.txt
/L16"TwinCat PLC" Nocase Block Comment On = (* Block Comment Off = *) String Chars = ' File Extensions = EXP
/Delimiters = ~!^&*()-+=|\/{}[]:;"' , .
/C1"Program Structure"
BY
CASE
DO
ELSE
E
www.eeworm.com/read/243682/12925846
txt progress91.txt
/L20"Progress 9.1D" Nocase Escape Char = ~ Block Comment On = /* Block Comment Off = */ File Extensions = p i w
/Delimiters = @!()\/[]{}:;'",.?
/Function String 1 = "PROCEDURE ^(*^):"
/Function
www.eeworm.com/read/329507/12950428
c driver_wext.c
/*
* WPA Supplicant - driver interaction with generic Linux Wireless Extensions
* Copyright (c) 2003-2007, Jouni Malinen
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/139250/13169562
c nu_file.c
/*
* EBS - RTFS (Real Time File Manager)
* Accelerated Technology, Inc. - Nucleus FILE Extensions, Copyright 1993
*
* Copyright Peter Van Oudenaren , 1993
* All rights reserved.
* This code may
www.eeworm.com/read/136754/13362502
m analh.m
function [an,pl] = analh(data,al,ah,levs)
%Routine to compute DWT using an even length half sample symmetric
%(HSS) biorthogonal filter bank. Symmetric extensions are used to
%extend the data to
www.eeworm.com/read/136754/13362527
m analw.m
function [an,pl] = analw(dat,al,ah,levs)
%Routine to compute DWT using odd length or whole sample symmetric
%(WSS) biorthogonal filter bank. Symmetric extensions are used to
%extend the data to
www.eeworm.com/read/150726/5689644
cpp warpdll.cpp
//warpdll.cpp
//Update:2003.4.15
#include // MFC core and standard components
#include // MFC extensions
#include // MFC Automation classes
www.eeworm.com/read/144216/5752392
t filehand.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bIO\b/ && $^O ne 'VMS') {
print "1..0\n";
exit 0;
}
}
use F