代码搜索:Assignment

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

代码结果 8,196
www.eeworm.com/read/162614/5530598

c ssa-dse-4.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-dse1" } */ foo( int *a) { *a = 5; *a = 3; } /* We should eliminate the first assignment to *p, but not the second. */ /* { dg-final {
www.eeworm.com/read/162614/5530614

c ssa-dse-2.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-dse1" } */ int a, b, c; int foo () { int *p; if (c) p = &a; else p = &b; *p = 3; *p = 4; return *p; } /* We should elim
www.eeworm.com/read/472148/6879943

qsf shfrt.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/188102/8571338

cpp vector.cpp

/*+---------------------------------------------------------------------------- Ben Landon CSCI E-235 Assignment 1 Vector.cpp This is the implementation file for a basic Vector cl
www.eeworm.com/read/285965/8799175

clp relation.clp

;;;====================================================== ;;; ;;; Name : Michael Giordano ;;; Instructor : Dr.Kurfess ;;; Date : 06/17/97 ;;; Assignment : Family Relations Test script
www.eeworm.com/read/183630/9146970

f90 ex1110.f90

module rational_util implicit none private public :: rational, & operator(+), operator(-), operator(*),& operator(/), assignment(=),& output type :
www.eeworm.com/read/376037/9335481

f90 ex1110.f90

module rational_util implicit none private public :: rational, & operator(+), operator(-), operator(*),& operator(/), assignment(=),& output type :
www.eeworm.com/read/360543/10088634

f90 ex1110.f90

module rational_util implicit none private public :: rational, & operator(+), operator(-), operator(*),& operator(/), assignment(=),& output type :
www.eeworm.com/read/458682/7291677

sh ex9.sh

#!/bin/bash # ex9.sh # Variables: assignment and substitution a=375 hello=$a #------------------------------------------------------------------------- # No space permitted on either side of = sign
www.eeworm.com/read/476406/6760878

f90 ex1110.f90

module rational_util implicit none private public :: rational, & operator(+), operator(-), operator(*),& operator(/), assignment(=),& output type :