代码搜索:Assignment

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

代码结果 8,196
www.eeworm.com/read/264936/11293873

qsf clock.qsf

# Copyright (C) 1991-2006 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/404264/11489373

qsf itemnew3_2.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/400062/11583899

txt grammar.txt

gram Notes: DW 23/04/03 This data was originally obtained from, http://www.csci.csusb.edu/dick/C++std/cd2/gram.html I have converted the original hyphens separating words in names to und
www.eeworm.com/read/344532/11874133

qsf step_motor.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/344530/11874347

qsf frequency.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/154361/11967055

qsf biyesheji.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/340606/12145172

h l1p_msgt.h

/************* Revision Controle System Header ************* * GSM Layer 1 software * L1P_MSGT.H * * Filename l1p_msgt.h * Copyright 2003 (C) Texas Instruments
www.eeworm.com/read/217139/14977351

qsf key.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any
www.eeworm.com/read/162614/5530411

c 20040729-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-dce3" } */ foo () { volatile int *p; volatile int x; p = &x; *p = 3; return *p + 1; } /* The assignment to 'p' is dead and should
www.eeworm.com/read/162614/5530492

c 20050314-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-lim-details" } */ float a[100]; int foo(void); float sinf (float); void xxx (void) { int i, k = foo (); for (i = 0; i < 100; i++) a