代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/137875/13288780
htm chap18.htm
Intro to Algorithms: CHAPTER 18: AMORTIZED ANALYSIS
www.eeworm.com/read/137597/13310244
vhd ocw3_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : ocw3_reg.vhd
-- USED IN : rw_cntl.vhd (Read/Write Con
www.eeworm.com/read/137597/13310302
vhd ocw2_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : ocw2_reg.vhd
-- USED IN : rw_cntl.vhd (Read/Write Con
www.eeworm.com/read/238749/13327320
cpp flyweight.cpp
//Flyweight.cpp
#include "Flyweight.h"
#include
using namespace std;
Flyweight::Flyweight(string intrinsicState)
{
this->_intrinsicState = intrinsicState;
}
Flyweight::~Fl
www.eeworm.com/read/136696/13365598
m imply.m
function [R] = imply(dA,dB,n)
%IMPLY This function returns fuzzy implication of two matrix of fuzzy
% values A and B, based on selected method of implication.
% With selecting variable
www.eeworm.com/read/320820/13417655
m chap10_1.m
%Generic Algorithm for function f(x1,x2) optimum
clear all;
close all;
%Parameters
Size=80;
G=100;
CodeL=10;
umax=2.048;
umin=-2.048;
E=round(rand(Size,2*CodeL)); %Initial C
www.eeworm.com/read/320644/13420494
eqn full_adder.fit.eqn
--A1L4 is S~2 at LC1
A1L4_p2_out = X & !Y;
A1L4_p3_out = !X & Y;
A1L4_or_out = A1L4_p2_out # A1L4_p3_out;
A1L4 = CIN $ A1L4_or_out;
--A1L11 is add~48 at LC2
A1L11_p1_out = X & Y;
A1L11_p2_o
www.eeworm.com/read/320641/13420599
eqn compare_8_bits.fit.eqn
--A1L74 is reduce_nor~25 at LC21
A1L74_p0_out = !A[7] & B[7];
A1L74_p1_out = !A[5] & B[5];
A1L74_p2_out = A[6] & !B[6];
A1L74_p3_out = !A[6] & B[6];
A1L74_p4_out = A[7] & !B[7];
A1L74_or_out = A
www.eeworm.com/read/320637/13420761
eqn coder_8_3.fit.eqn
--A1L9 is EO~28 at LC1
A1L9_p1_out = !EN & I6 & I5 & I7 & I1 & I2 & I4 & I3 & I0;
A1L9_or_out = A1L9_p1_out;
A1L9 = !(A1L9_or_out);
--A1L6 is A2~31 at LC2
A1L6_p1_out = I4 & I6 & I7 & I5;
A1
www.eeworm.com/read/320190/13431230
txt part3.txt
1. In 1.2.2 Relational Operations, there was an example of the set difference operation: the result of r - s was provided to you. Provide the result of the set difference operation s - r.
Answe