代码搜索:Customized
找到约 858 项符合「Customized」的源代码
代码结果 858
www.eeworm.com/read/358784/10179610
txt readme.txt
(readme.txt) Bsearch program, Chapter 9
Run the customized version of make32.bat found in the current directory when you assemble and link this program.
www.eeworm.com/read/358784/10179635
txt readme.txt
(readme.txt) ModSum program, Chapter 8
Use the customized version of make32.bat found in the current directory when you assemble and link this program.
www.eeworm.com/read/352165/10577024
em funnych.em
/* F U N N Y C H A R */
/*-------------------------------------------------------------------------
Inserts an extended ascii character into the current buffer selection
Modify the
www.eeworm.com/read/457876/7316218
html fir.html
A.h:hover { color: "#FF0000"; }
A.menu:link { text-decoration: none}
A.menu:visited{ text-decoration: none}
www.eeworm.com/read/141139/13036041
txt readme.txt
(readme.txt) HelloNew program, Chapter 10
Use the customized version of make16.bat found in the current directory when you assemble and link the HelloNew.asm program.
www.eeworm.com/read/143582/5756654
bat make16.bat
@echo off
REM Name this file make16.bat
REM Revised 1/21/02
REM Assembling and linking with ML.EXE, along with the book's link library.
REM
REM Command-line options (unless otherwise noted, t
www.eeworm.com/read/131315/5932186
readme
@(#)README 1.1 88/10/12 NFS Rev 2 Testsuite
This directory contains tools which may help you out. The
programs are very rough and may need to be customized for
your purposes.
dirdmp.c
dumps direct
www.eeworm.com/read/129250/5974538
bat make16.bat
@echo off
REM Name this file make16.bat
REM Revised 1/21/02
REM Assembling and linking with ML.EXE, along with the book's link library.
REM
REM Command-line options (unless otherwise noted, t
www.eeworm.com/read/123143/14645705
m contents.m
% Fuzzy Logic Toolbox Demos.
%
% General demos
% defuzzdm - Defuzzification methods.
% fcmdemo - Fuzzy c-means clustering demo (2-D).
% fuzdemos - List of all Fuzzy Logic Toolbox dem
www.eeworm.com/read/123143/14645726
m custand.m
function y=custand(x)
%CUSTAND Customized AND function for CUSTTIP.FIS.
%
% Copyright (c) 1994-98 by The MathWorks, Inc.
% $Revision: 1.3 $
y=min(x).^0.5;