代码搜索:逻辑运算

找到约 275 项符合「逻辑运算」的源代码

代码结果 275
www.eeworm.com/read/175042/9561763

mht 0逻辑运算.mht

From: Subject: =?gb2312?B?0MXPotGnvrrI/L3Ms8w=?= Date: Sat, 23 Sep 2006 09:56:10 +0800 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html";
www.eeworm.com/read/289573/7142870

txt 4-11.txt

【例4.11】进行如下的逻辑运算 8>3 .AND. 8"C" .OR. "A"
www.eeworm.com/read/407541/11417031

cpp 逻辑运算符-错误.cpp

#include /*逻辑运算符*/ void main() { char c='k'; int i=1,j=2,k=3; float x=3e+5,y=0.85; printf(" %d %d\n",!x*!Y,!!!x); printf(" %d %d\n",x||i&&j-3,i
www.eeworm.com/read/407541/11417101

cpp 关系,逻辑运算符.cpp

#include /**/ void main() { int a,b,avg; a=34;b=44;avg=(a+b)/2; printf(" \n"); printf("定义赋值: int a,b,avg; \n"); printf(" a=34;b=44;avg=(a+b)/2;\n\n"); printf(" a
www.eeworm.com/read/492921/6413925

txt alu算术逻辑运算模块设计.txt

ALU算术逻辑运算模块设计。 LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; USE IEEE.NUMERIC_STD.ALL; ENTITY alu IS PORT( R,S : IN UNSIGNED(3 DOWNTO 0); ALU_CTRL: IN STD
www.eeworm.com/read/220804/14788175

asv 逻辑运算及流程控制.asv

%《MATLAB在电子信息课程中的应用》第二章第四节演示程序q24 % 逻辑运算及流程控制 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format,echo off disp(' < 小于 '),disp(' ') disp(' 大于 '),disp(' ')
www.eeworm.com/read/220804/14788428

m 逻辑运算及流程控制.m

%《MATLAB在电子信息课程中的应用》第二章第四节演示程序q24 % 逻辑运算及流程控制 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format,echo off disp(' < 小于 '),disp(' ') disp(' 大于 '),disp(' ')