代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/454374/7392915

eqn stmch1.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/453101/7426862

eqn myled.fit.eqn

--y[6]$latch is y[6]$latch at LC1_J14 --operation mode is normal y[6]$latch = A1L1 & A1L2; --y[4]$latch is y[4]$latch at LC4_J15 --operation mode is normal y[4]$latch = !A1L1 & A1L2;
www.eeworm.com/read/452798/7432655

txt rel-ops.txt

1.Relational operations I used: select,project and join. 2.Roles of each operation in my query: I use select operation to retrieve the rows which I want and the conditions are expressed in where
www.eeworm.com/read/452710/7435946

h,v mib.h,v

head 1.2; access; symbols; locks dls:1.2; strict; comment @ * @; 1.2 date 97.09.21.19.26.19; author dls; state Dist; branches; next 1.1; 1.1 date 94.05.10.20.48.46; author dls; state
www.eeworm.com/read/452228/7444233

eqn deled.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/452228/7444281

eqn deled.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/452228/7444658

eqn zhishi.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/452050/7451485

c 1808204_ac_0ms_44k.c

# include main() { char a[10],b[10],c[10],d[10];int i,carry; while(1) { scanf("%s %s",&a,&b);getchar(); if(a[0]=='0'&&b[0]=='0') break; if(strlen(a)==strlen(b)) {st
www.eeworm.com/read/452050/7451486

c 1808156_re.c

# include # include void main() { char a[20],b[20],c[20],d[20];int i,carry; while(1) { scanf("%s %s",&a,&b);getchar(); if(a[0]=='0'&&b[0]=='0') break;
www.eeworm.com/read/452050/7451487

c 1808145_re.c

# include main() { char a[10],b[10],c[10],d[10];int i,carry; while(1) { scanf("%s %s",&a,&b);getchar(); if(a[0]=='0'&&b[0]=='0') break; if(strlen(a)==strlen(b)) {st