代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/168218/9933316

h curr3.h

#ifndef Currency_ #define Currency_ #include #include enum sign {plus, minus}; class Currency { public: // constructor Currency(sign s = plus,
www.eeworm.com/read/168218/9933374

h curr1.h

#ifndef Currency_ #define Currency_ #include #include enum sign {plus, minus}; class Currency { public: // constructor Currency(sign s = plus, unsi
www.eeworm.com/read/168218/9933377

h curr5.h

#ifndef Currency_ #define Currency_ #include #include enum sign {plus, minus}; class Currency { friend ostream& operator
www.eeworm.com/read/168218/9933409

h curr4.h

#ifndef Currency_ #define Currency_ #include #include #include "xcept.h" enum sign {plus, minus}; class Currency { public: // constructor Curren
www.eeworm.com/read/363596/9943714

c ap.c

static const char *rcsid = "$Id: ap.c 6 2007-01-22 00:45:22Z drhanson $"; #include #include #include #include #include "assert.h" #include "ap.h" #include "f
www.eeworm.com/read/167703/9955214

m envelope.m

function [up,down] = envelope(x,y,interpMethod) %ENVELOPE gets the data of upper and down envelope of the known input (x,y). % % Input parameters: % x the abscissa of the give
www.eeworm.com/read/363220/9964816

m d2r.m

function q=d2r(deg,min,sec) % degree to radians % input: degree, minute and second % return: radians STR=4.8481368110953599359e-6 ;%radians per arc second */ s=sign1(deg)*sign1(min)*sign1(sec);
www.eeworm.com/read/166700/10006812

asm flo2432.asm

; 24位整数转化为32位浮点数 IFNDEF FLO24321 #DEFINE FLO24321 FLO2432 MOVLW D'23'+.127 ;初使化阶码 MOVWF EXP CLRF SIGN
www.eeworm.com/read/360928/10071958

jsp result.jsp

登录显示结
www.eeworm.com/read/360928/10071971

java checkuseraction.java

package com; import org.apache.struts.action.*; import javax.servlet.http.*; public final class CheckUserAction extends Action { public ActionForward execute(ActionMapping mapping, ActionFor