代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/353811/10416415
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/353811/10416436
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/161016/10463588
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/279032/10479453
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/276490/10734116
c dhcp_proxy.c
/*
* dhcp_proxy.c - DHCP/BOOTP Process
*
*
* Description: DHCP Proxy IP Address Assignment protocol and related routines
* of the DHCP Process.
*
* Author(s): WEISHEIN FU, Kalyan Venkata
www.eeworm.com/read/349709/10802586
sql create_assocarray6.sql
/*
* create_assocarray6.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates initialization and assignment with a unique
www.eeworm.com/read/349709/10802641
sql create_assocarray5.sql
/*
* create_assocarray5.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates initialization and assignment with a numeri
www.eeworm.com/read/419627/10852728
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/417397/10991804
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/417397/10991825
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