代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/306478/13744695

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % sign
www.eeworm.com/read/303558/13812647

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % sign
www.eeworm.com/read/139842/5796810

c postprocess.c

#include "postprocess.h" #ifdef PP_SELF_CHECK #include #endif #define ABS(a) ( (a)>0 ? (a) : -(a) ) #define SIGN(a) ( (a)
www.eeworm.com/read/131315/5935293

c strtod.c

/* * strtod.c * * Stupid version of System V strtod(3) library routine. * Does no overflow/underflow checking. * * A real number is defined to be * optional leading white space * optional sign
www.eeworm.com/read/486736/6526106

dat usage.dat

Test Driver for Crypto++(TM) Library, a C++ Class Library of Cryptographic Schemes - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To sign a f
www.eeworm.com/read/476907/6754408

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % sign
www.eeworm.com/read/409871/11308850

txt spmsgc126.txt

Subject: thank you for your continue support ! ( 12828 ) as a special thank you from our team at web - entertainment , we have sign special license deal with top entertainment facility across the wor
www.eeworm.com/read/347053/11704335

java signonfilter.java

package com.ebusiness.ebank.security; /** * Title: * Description: This class manage user's front-end sign on process. If a user * has not authenticated and try to acces
www.eeworm.com/read/156804/11763657

c iobyevnt.c

/* * IoByEvnt.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-2 * * Demonstrates how to use event objects instead of * file handles to sign
www.eeworm.com/read/257553/11920826

cpp 030300726_2.cpp

#include #include using namespace std; int m=1; typedef struct BiTNode { int data; int sign; struct BiTNode *lchild,*rchild; }BiTNode,*BiTree; // void find(BiTre