代码搜索:regular

找到约 4,507 项符合「regular」的源代码

代码结果 4,507
www.eeworm.com/read/352425/10553920

java testregularexpression10.java

// strings/TestRegularExpression10.java // TIJ4 Chapter Strings, Exercise 10, page 533 /* For the phrase "Java now has regular expressions" evaluate whether the following * expressions will find a
www.eeworm.com/read/420994/10761886

c fio.c

/***************************************************************************** * fio.c: Fast I/O module file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semico
www.eeworm.com/read/418205/10958945

txt 19.9 mfc dll.txt

19.9 MFC DLL VC++集成开发工具还提供了一个向导: MFC AppWizard ( dll),它将帮助我们创建一个支持MFC类库的 DLL。在此向导中,增加了对MFC类库的支持。下面我们就利用该向导创建一个MFCDLL。 首先,在 VC++开发环境中,利用【File\New...】菜单项打开工程创建对话框,选择 Projects选项卡,然后选中 "MFC AppWizard (
www.eeworm.com/read/467204/7020252

m whk_l.m

function main() AllDataNum=200; TrainDataNum=100; % 时间序列计算 u=rands(1,AllDataNum+1); y=zeros(1,AllDataNum+1); for i=2:AllDataNum+1 numerator=16*u(i-1)+8*y(i-1); denominator=3+4*y(i-1)
www.eeworm.com/read/461886/7214962

set telnetclient.exe.settings.set

127.0.0.1 23 True -16777216 -1 MingLiU 14.25 Regular Point 0 False
www.eeworm.com/read/454660/7386089

java testregularexpression10.java

// strings/TestRegularExpression10.java // TIJ4 Chapter Strings, Exercise 10, page 533 /* For the phrase "Java now has regular expressions" evaluate whether the following * expressions will find a
www.eeworm.com/read/450693/7477751

txt example 1.txt

/***************************************************************************** * fio.c: Fast I/O module file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semico
www.eeworm.com/read/449522/7501689

c fio.c

/***************************************************************************** * fio.c: Fast I/O module file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semico
www.eeworm.com/read/449504/7502476

m numpar.m

function r=numpar(rex); % PURPOSE: determine the number of non-zero values of ARIMA model % ------------------------------------------------------------ % SYNTAX: r=numpar(rex); % ----------------
www.eeworm.com/read/445022/7601194

cpp class_out.cpp

// Class_Out.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]