代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/385844/8786431
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/385648/8794005
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/285874/8806272
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/382051/9055918
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/184775/9076816
txt hamming vhdl design by huangkun.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.
LIBRARY ieee;
US
www.eeworm.com/read/379647/9190679
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/168886/9890452
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/166954/9988216
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/164962/10080337
txt hamming_encoder.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/164962/10080345
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'