代码搜索结果

找到约 3,568 项符合 Strip 的代码

mmpsim.m

function y=mmpsim(x,tol) %MMPSIM Polynomial Simplification, Strip Leading Zero Terms. % MMPSIM(A) Deletes leading zeros and small coefficients in the % polynomial A(s). Coefficients are considered sma

mmpsim.m

function y=mmpsim(x,tol) %MMPSIM Polynomial Simplification, Strip Leading Zero Terms. % MMPSIM(A) Deletes leading zeros and small coefficients in the % polynomial A(s). Coefficients are considered sma

mmpsim.m

function y=mmpsim(x,tol) %MMPSIM Polynomial Simplification, Strip Leading Zero Terms. % MMPSIM(A) Deletes leading zeros and small coefficients in the % polynomial A(s). Coefficients are considered sma

info.pas

unit info; interface uses Windows,SysUtils,dialogs,WinSock; type TFriendInfo=class public Id,Name:String; strIp:String; nIp:DWORD; nPort:WORD; nFaceNo:WORD; en

makefile

## ## Simple makefile for CS143 programming projects ## .PHONY: clean strip # Set the default target. When you make with no arguments, # this will be the target built. COMPILER = cuc PRODUCTS = $(C

todo

- true multiple dimension array / strings in arrays support - compatibility mode for generating MIDL-readable data: - strip out pidl-specific properties - make bitmap an optional attribute on enum

fig10_32.cpp

// Points are all in the strip for( i = 0; i < numPointsInStrip; i++ ) for( j = i + 1; j < numPointsInStrip; j++ ) if( $\mvar{dist}(p_i, p_j) < \delta$ )