代码搜索:assignment

找到约 8,196 项符合「assignment」的源代码

代码结果 8,196
www.eeworm.com/read/149607/12362895

txt d-filp-flop_hct175.txt

-- Quad D-Type Flip-flop -- This example shows how a conditional signal assignment statement could be used to describe sequential logic (it is more common to use a process). The keyword 'unaffected'
www.eeworm.com/read/227189/14437606

txt 四d触发器74175.txt

-- Quad D-Type Flip-flop -- This example shows how a conditional signal assignment statement could be used to describe sequential logic(it is more common to use a process). -- The keyword 'unaffect
www.eeworm.com/read/227189/14437610

txt 汉明纠错吗编码器.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w
www.eeworm.com/read/225725/14521647

htm edesignc.htm

Effective C++, 2E | Classes and Functions: Design and Declaration Back to Item 17: Check for assignment to self in operator=. Continue to Item 18: Strive for class interfaces that are complete and mi
www.eeworm.com/read/222641/14681837

project .project

Assignment4 org.eclipse.jdt.core.
www.eeworm.com/read/18335/784553

vhd mistake.vhd

-- Demonstrates latch warning -- caused by missed assignment in case "two" -- This warning message will help you find a functional -- error even before simulation! library ieee; use ieee.std_log
www.eeworm.com/read/491809/1187563

makefile

# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make". # # Makefile for the file system assignment # Defines set up assuming multiprogramming and virtual memory done first. #
www.eeworm.com/read/490329/1202787

cpp riff.cpp

// Avoid these warnings: #pragma warning(disable : 4512) // warning C4512: 'InFileRIFF' : assignment operator could not be generated #pragma warning(disable : 4514) // warning C4514: 'RIFFName' : un
www.eeworm.com/read/490329/1203275

cpp riff.cpp

// Avoid these warnings: #pragma warning(disable : 4512) // warning C4512: 'InFileRIFF' : assignment operator could not be generated #pragma warning(disable : 4514) // warning C4514: 'RIFFName' : un
www.eeworm.com/read/470720/1447910

c 3523.c

// Build don't link: // GROUPS passed assignment class ccUnwind { public: virtual ~ccUnwind (); // comment out virtual, and void diag changes }; template class ccHandle : public ccUnwi