代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/422532/10631541
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/159105/10694647
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/392997/7247775
makefile
# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make".
#
# Makefile for the multiprogramming assignment
# Defines set up assuming multiprogramming is done before the file system.
www.eeworm.com/read/458068/7313450
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/450627/7479904
m dct.m
%Name: Chaitanya Salunke
%Roll No: 504046
%Assignment 8: Image Transforms
F = double(imread('rice.png'));
figure('Name','Comparison of Results of Image Transformations');
subplot(121);
imshow(
www.eeworm.com/read/448535/7531352
m hmmupfv.m
function fnew = hmmupfv(y,statelist,n,f)
%
% Compute an update to the distribution f based upon the data y
% and the (assumed) state assignment in statelist
%
% function fnew = hmmupfv(y,stateli
www.eeworm.com/read/447334/7554319
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/447332/7554326
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/442938/7641596
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