代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/160391/5571529
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes)
% function mpe = find_mpe(engine, evidence,...)
%
% e
www.eeworm.com/read/266188/11237560
h resource.h
//Resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by EC1Assignment.rc
//
#define IDC_COMPARE 3
#define IDM_ABOUTBOX
www.eeworm.com/read/188512/8532175
cpp fig18_01.cpp
// Fig. 18.1: Fig18_01.cpp
// Demonstrating string assignment and concatenation.
#include
using std::cout;
using std::endl;
#include
using std::string;
int main()
{
www.eeworm.com/read/178978/9380098
java tokenbuffer.java
/**
* Course - CS601 OO Programming
* Instructor - Terence Parr
* Assignment - 4
*
* Ideas represented in this class have been recycled from Terence Parr's
* http://www.antlr.org/book/byha
www.eeworm.com/read/366687/9803864
changelog
Changed after first review for comp.sources.reviewed:
- Bug with row singletons and assignment fixed.
- Makefile fixed.
- Formatted man page (lp_solve.man) added + target to generate it in the
Make
www.eeworm.com/read/422532/10631556
vhd selsigen.vhd
-- MAX+plus II VHDL Example
-- Selected Signal Assignment with Enumeration Type
-- Copyright (c) 1994 Altera Corporation
PACKAGE meals_pkg IS
TYPE MEAL IS (BREAKFAST, LUNCH, DINNER, MIDNIGHT_SN
www.eeworm.com/read/159105/10694691
vhd selsigen.vhd
-- MAX+plus II VHDL Example
-- Selected Signal Assignment with Enumeration Type
-- Copyright (c) 1994 Altera Corporation
PACKAGE meals_pkg IS
TYPE MEAL IS (BREAKFAST, LUNCH, DINNER, MIDNIGHT_SN
www.eeworm.com/read/441860/6969357
c neighbor.c
/*
*2006/08/16 WXL 2.0
*/
/*
V0.2 added PC-based binding 21/July/2006
*/
/*
Neighbor Table Support and Address assignment support
*/
#include "compiler.h"
#include "l
www.eeworm.com/read/458682/7291362
sh copyarray.sh
#! /bin/bash
# CopyArray.sh
#
# This script written by Michael Zick.
# Used here with permission.
# How-To "Pass by Name & Return by Name"
#+ or "Building your own assignment statement".
CpArray_M
www.eeworm.com/read/452710/7434945
readme
This directory contains the source code for a simple game called Xinu
worm. The game started as a lab assignment for CS503, our operating
systems class, and was ported to Sun3 Xinu to use for testi