代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/301474/3839621
m p5_5.m
% Program P5_5
% Determines the binary equivalent of a
% decimal number in sign-magnitude form
d = input('Type in the decimal fraction = ');
b = input('Type in the desired wordlength = ');
d1 = a
www.eeworm.com/read/300509/3846749
java scramblingtypes.java
package security;
public interface ScramblingTypes {
/** No scrambling */
public static final int NO_SCRAMBLING = 0;
/** Scrambling in the wavelet domain (i.e. code-block's sign bit-pla
www.eeworm.com/read/286854/4032116
c sshpubk.c
/*
* Generic SSH public-key handling operations. In particular,
* reading of SSH public-key files, and also the generic `sign'
* operation for ssh2 (which checks the type of the key and
* dispatch
www.eeworm.com/read/283334/4084108
l lexer.l
SIGN [+-]
DIGIT [0-9]
ALPHA [a-zA-Z_]
ALPHADIGIT [a-zA-Z_0-9]
STRINGCHAR [^"\\]
WORDCHAR [^'\\]
%{
/*
* File: lexer.l
* Description: Lexical analyser for PROLOGIO; can be used
www.eeworm.com/read/448886/1683529
m p5_5.m
% Program P5_5
% Determines the binary equivalent of a
% decimal number in sign-magnitude form
d = input('Type in the decimal fraction = ');
b = input('Type in the desired wordlength = ');
d1 = a
www.eeworm.com/read/429426/1949288
py owcorranalysisgraph.py
"""
graph for correspondence analysis
"""
BROWSE_RECTANGLE = 4
BROWSE_CIRCLE= 5
from OWGraph import *
from math import sqrt
from numpy import arange, sign
import operator
class OWCorr
www.eeworm.com/read/409921/2223567
h retypes.h
typedef unsigned int ULONG,*PULONG;
typedef unsigned short USHORT,*PUSHORT;
typedef unsigned char UCHAR,*PUCHAR;
typedef signed int LONG,*PLONG;
typedef signed short SHORT,*PSHORT;
typedef sign
www.eeworm.com/read/405889/2281086
sql jpetstore-hsqldb-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign
www.eeworm.com/read/405889/2281091
sql jpetstore-postgres-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign
www.eeworm.com/read/405889/2281099
sql jpetstore-hsqldb-schema.sql
drop index productCat;
drop index productName;
drop index itemProd;
drop table lineitem;
drop table orderstatus;
drop table orders;
drop table bannerdata;
drop table profile;
drop table sign