代码搜索:assignment

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

代码结果 8,196
www.eeworm.com/read/215969/15031725

qsf sram_2.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/215969/15031803

bak sram_2.qsf.bak

# 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/215744/15050467

java crtflags.java

/** * @(#)CRTFlags.java 1.4 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.tools.javac
www.eeworm.com/read/162614/5530434

c 20050412-1.c

/* PR tree-optimization/14627 */ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int b; void foo (int a) { if (a) a = 3; b = a; } /* Make sure we do not have an assignm
www.eeworm.com/read/284808/8889621

txt dianzibiao.txt

;name: ELECTRONIC CLOCK data segment mess1 db ' ****************ASM ASSIGNMENT**************** ',0ah,0dh db '
www.eeworm.com/read/176535/9494095

c memory allocation.c

/******************** memory allocation function ********************/ #include #include // 159.335 assignment 3 // This is a working memory allocation program // but it is
www.eeworm.com/read/447020/7560361

m subsasgn.m

function theResult = subsasgn(self, theStruct, other) % netcdf/subsasgn -- Assignment with "{}", "()", and ".". % subsasgn(self, theStruct, other) is called whenever % self is used with subind
www.eeworm.com/read/443555/7630774

cpp dijkpath.cpp

/************************************************************* Assignment No. :- Title :- Program for find out single sourcr-Shortest Path for given vetix.(DIJKSTRA Algo.) Name :
www.eeworm.com/read/435688/7787828

ksh hug-test2.ksh

#!/bin/ksh # # Testing the multiline text widget and list widget #---------------------------------------------------- # Communication function; assignment function function gtk { print -p $1; read -
www.eeworm.com/read/142226/12956538

txt c51图形lcd显示函数程序.txt

/********************************************************************/ #define LcdDataPort PioPortB #define LcdCtrlPort PioPortC /* Bit Address Assignment*/ #define LcdRegPin 0x01 /* bit 0 of th