代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/399935/7821176
vhd condsigm.vhd
-- MAX+plus II VHDL Example
-- Conditional Signal Assignment with Multiple Alternatives
-- Copyright (c) 1994 Altera Corporation
ENTITY condsigm IS
PORT
(
high, mid, low : IN BIT;
q
www.eeworm.com/read/330982/12858181
h grid.h
#ifndef GRID_H
#define GRID_H
#include
#include
using namespace std;
/*
* IMPORTANT NOTE:
*
* For this assignment, you might need to add state to the
* class and/
www.eeworm.com/read/320955/13415299
c s_copy.c
/* Unless compiled with -DNO_OVERWRITE, this variant of s_copy allows the
* target of an assignment to appear on its right-hand side (contrary
* to the Fortran 77 Standard, but in accordance with Fo
www.eeworm.com/read/319707/13445778
py reference.py
# Filename: reference.py
print 'Simple Assignment'
shoplist = ['apple', 'mango', 'carrot', 'banana']
mylist = shoplist # mylist is just another name pointing to the same object!
del shoplist[0
www.eeworm.com/read/303351/13817548
m subsasgn.m
function a=subsasgn(a,s,b)
%SUBSASGN Subscripted assignment for Rational Polynomial Objects.
%
% R(1,p)=C sets the coefficients of the Numerator of R identified
% by the powers in p to the values in t
www.eeworm.com/read/124426/6047837
java actorassignmenthandler.java
package org.jbpm.delegation.assignment;
import org.jbpm.*;
import org.jbpm.delegation.*;
public class ActorAssignmentHandler implements AssignmentHandler, Configurable {
private String act
www.eeworm.com/read/493401/6402278
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/483654/6600225
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/483654/6600241
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/481225/6645065
cc threadtest_ex2.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat