代码搜索:Assignment

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

代码结果 8,196
www.eeworm.com/read/125698/14470275

vhd condsigm.vhd

-- MAX+plus II VHDL Example -- Conditional Signal Assignment with Multiple Alternatives -- Copyright (c) 1994 Altera Corporation Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY condsigm
www.eeworm.com/read/116219/14982444

c ush-env.c

/* ush-env.c */ /* environment functions for ush */ #include "ush.h" #include "ush-env.h" // this data structure is used to store the // environment assignment information. struct varslot /* symbo
www.eeworm.com/read/210671/15193750

cpp fig19_01.cpp

// Fig. 19.1: fig19_01.cpp // Demonstrating string assignment and concatenation #include using std::cout; using std::endl; #include using std::string; int main() {
www.eeworm.com/read/208576/15243794

cpp increment.cpp

// Fig. 10.8: Increment.cpp // Attempting to initialize a constant of // a built-in data type with an assignment. #include using std::cout; using std::endl; #include "Increment.h"
www.eeworm.com/read/17631/749464

rpt add.fit.rpt

I/O Assignment Analysis report for add Sat May 12 22:53:26 2007 Quartus II Version 7.0 Build 33 02/05/2007 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/17837/761976

tcl sopc_add_qip_file.tcl

project_open -current_revision "C:/altera/Hengdun/LED/LED.qpf" set_global_assignment -name QIP_FILE "LCD.qip" project_close
www.eeworm.com/read/32279/885012

rpt add.fit.rpt

I/O Assignment Analysis report for add Sat May 12 22:53:26 2007 Quartus II Version 7.0 Build 33 02/05/2007 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/39267/1128030

rpt add.fit.rpt

I/O Assignment Analysis report for add Sat May 12 22:53:26 2007 Quartus II Version 7.0 Build 33 02/05/2007 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/470720/1446457

c 14664-1.c

// 981203 bkoz // g++/14664 - test // Build don't link: char foo[26]; void bar() { //-g++: incompatible types in assignment of 'const char[]' to 'char[]' //-edg: expression must be a modifiable
www.eeworm.com/read/470713/1453282

java assign.java

// Test for an array assignment bug we've had. public class assign { public static class base { } public static class derived extends base { } public static void main(String[] args)