代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/119409/14830925
tbl cp1252_uni.tbl
#Shall this become the "default" translation?
#There has to be exactly one table marked as "default".
D0
#
#The MIME name of this charset.
Mwindows-1252
#Name as a Display Charset (used on Options s
www.eeworm.com/read/119409/14830930
tbl iso07_uni.tbl
#The MIME name of this charset.
Miso-8859-7
#Name as a Display Charset (used on Options screen)
OISO 8859-7 Greek
#
# Name: ISO 8859-7 (1987) to Unicode
# Unicode version: 1.1
# Table
www.eeworm.com/read/119409/14830933
tbl cp775_uni.tbl
#The MIME name of this charset.
Mcp775
#Name as a Display Charset (used on Options screen)
ODosBaltRim (cp775)
# Name: cp775_DOSBaltRim to Unicode table
# Unicode version: 2.0
# Table
www.eeworm.com/read/119409/14830945
tbl iso03_uni.tbl
#The MIME name of this charset.
Miso-8859-3
#Name as a Display Charset (used on Options screen)
OISO Latin 3
#
# Name: ISO 8859-3 (1988) to Unicode
# Unicode version: 1.1
# Table vers
www.eeworm.com/read/119409/14830954
tbl cp1253_uni.tbl
#The MIME name of this charset.
Mwindows-1253
#Name as a Display Charset (used on Options screen)
OWinGreek (cp1253)
# Name: cp1253_WinGreek to Unicode table
# Unicode version: 2.0
# T
www.eeworm.com/read/119409/14830960
tbl iso05_uni.tbl
#The MIME name of this charset.
Miso-8859-5
#Name as a Display Charset (used on Options screen)
OISO 8859-5 Cyrillic
#
# Name: ISO 8859-5 (1988) to Unicode
# Unicode version: 1.1
# Tab
www.eeworm.com/read/119409/14830967
tbl cp1250_uni.tbl
#The MIME name of this charset.
Mwindows-1250
#Name as a Display Charset (used on Options screen)
OWinLatin2 (cp1250)
#
# Name: cp1250_WinLatin2 to Unicode table
# Unicode version: 2.0
#
www.eeworm.com/read/119409/14830973
tbl cp850_uni.tbl
#Shall this become the "default" translation?
#Meaning of that is currently unclear... It's different
#from the default input or default output charset...
#but there has to be exactly one table marke
www.eeworm.com/read/118192/14883096
c 2-12.c
#include
#include
void main(void)
{
int c,sign,result;
printf("input a string [digits]:\n");
for(c=getchar();isspace(c);c=getchar());
sign=(c=='-')?-1:1;
if(c=='+'||c=
www.eeworm.com/read/218207/14931152
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