代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/370579/9595069
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/368351/9700254
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/415351/11075491
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/415351/11075502
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/415351/11075563
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/415351/11075576
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/135526/13923745
java blocknode.java
package ast.statement;
// children : all assignment on this account block
public class BlockNode extends ast.statement.StatementNode {
protected java.util.Vector children;
public BlockNode
www.eeworm.com/read/235707/14055364
cpp ctitleoverlayprop.cpp
//
// CTitleOverlayProp.cpp
//
#include
// Eliminate two expected level 4 warnings from the Microsoft compiler.
// The class does not have an assignment or copy operator, and so c
www.eeworm.com/read/108874/15572912
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/101783/15817135
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