代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/436014/7779022

cp 8859_5.cp

ISO 8859-5 "ISO-8895-5", "8859-5" # # Name: ISO 8859-5:1999 to Unicode # Unicode version: 3.0 # Table version: 1.0 # Table format: Format A # Date: 1999 July 27 # Auth
www.eeworm.com/read/436014/7779027

cp cp1257.cp

Window$ 1257 "windows-1257", "1257" # # Name: cp1257 to Unicode table # Unicode version: 2.0 # Table version: 2.01 # Table format: Format A # Date: 04/15/98 # # Contact
www.eeworm.com/read/399843/7831373

txt 例2.4.txt

例2.4 求1-1/2+1/3-1/4+…+1/99-1/100。 算法可以表示如下: S1: 1=>sign S2: 1=>sum S3: 2=>deno S4: (-1)×sign=>sign S5: sign×(1/deno)=>term S6: sum+term=>sum S7: deno+1=>deno S8: 若
www.eeworm.com/read/433829/7907360

m parabola.m

function root=Parabola(f,a,b,x,eps) if(nargin==4) eps=1.0e-4; end f1=subs(sym(f),findsym(sym(f)),a); f2=subs(sym(f),findsym(sym(f)),b); if(f1==0) root=a; end if(f2==0) root=b;
www.eeworm.com/read/433450/7928781

js common.js

function trim(str){ //删除左右两端的空格 return str.replace(/(^\s*)|(\s*$)/g, ""); } /** * 查测字符串是否为数字字符串(只适用于整数)。 */ function isNumber(str) { if (str == "") { return false;
www.eeworm.com/read/433450/7928785

js common.js

function trim(str){ //删除左右两端的空格 return str.replace(/(^\s*)|(\s*$)/g, ""); } /** * 查测字符串是否为数字字符串(只适用于整数)。 */ function isNumber(str) { if (str == "") { return false;
www.eeworm.com/read/298871/7929041

m nndrwlin.m

function h = nndrwlin(x,y,w,c) %NNDRWLIN Neural Network Design utility function. % NNDRWLIN(X,Y,W,C) % X - Vector of horizontal coordinates. % Y - Vector of vertical coordinates. % W - Wi
www.eeworm.com/read/298817/7933298

c 递归车厢.c

/**********递归题改为非递归题实例 车厢********/ #include #define MAX 4 int stack[MAX],p=-1; struct { int num; int sign; }train[MAX]; void sub() { int inc; if(p==MAX-
www.eeworm.com/read/197646/7983487

m rect.m

% rect.m % 实现一个单相不控的全桥整流器 function[sys,xo]=rect(t,x,u,flag,R1,C,R) % 由于不是离散系统,输出参数没有包括ts % 此外需要用户输入3个新的参数 % 交流母线电阻R1,直流滤波电容C,负载电阻R % 根据不控全桥整流电路的原理,列写微分方程 a1=-(1/R1+1/R)/C; a2=-1/R/C; b1=1
www.eeworm.com/read/297948/7984240

cpp largeintegers.cpp

/* Lint class. Version 1.5 Copyright VF (C) 2004 implemented by Vagelis Fortunas Mytilini Greece email: vagelisfortunas@lycos.com December 2004 You are free to use this code as you wish. In