代码搜索:Customized

找到约 858 项符合「Customized」的源代码

代码结果 858
www.eeworm.com/read/389692/8507884

m contents.m

% Fuzzy Logic Toolbox Demos. % % General demos % defuzzdm - Defuzzification methods. % fcmdemo - Fuzzy c-means clustering demo (2-D). % invkine - Inverse kinematics system of a robo
www.eeworm.com/read/389692/8508319

m custimp.m

function y=custimp(x1,x2) %CUSTIMP Customized implication function for CUSTTIP.FIS. % OUT = CUSTIMP(IN1,IN2) calculates the implication output. % The implication operator must be able to suppor
www.eeworm.com/read/359005/10172036

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/359005/10172263

m custimp.m

function y=custimp(x1,x2) %CUSTIMP Customized implication function for CUSTTIP.FIS. % OUT = CUSTIMP(IN1,IN2) calculates the implication output. % The implication operator must be able to suppor
www.eeworm.com/read/358784/10179482

bat asm16.bat

@echo off REM asm16.bat REM Revised 2/1/02 REM Assemble the current source file REM REM Command-line options (unless otherwise noted, they are case-sensitive): REM REM /nologo Suppress the
www.eeworm.com/read/358784/10179483

bat make16.bat

@echo off REM make16.bat REM Revised 2/1/02 REM By: Kip R. Irvine REM Assembles and links the current 16-bit ASM program. REM REM Command-line options (unless otherwise noted, they are case-s
www.eeworm.com/read/358784/10179485

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/358784/10179582

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/358784/10179588

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/358784/10179602

bat make16.bat

@echo off REM Special version of make16.bat used only for the HelloNew.asm REM program in Chapter 10. REM Revised 2/1/02 REM ************* The following lines can be customized: path c:\Masm61