代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/441863/7663651
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/441862/7663660
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/399935/7821188
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/245644/12786182
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/327524/13073534
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by EC1Assignment.rc
//
#define IDC_COMPARE 3
#define IDM_ABOUTBOX 0x0010
www.eeworm.com/read/239682/13261746
java sudoku.java
// Name: Tsang Kai Ming, Patrick (25)
// Couse Code 41300/1 Group V
// Subject: ICT-1414 Object-oriented Programming
// Sudoku Assignment 2 File (Java Programming)
class Sudoku {
//------------
www.eeworm.com/read/138015/13272690
cpp assgn2.cpp
/*
root.cpp
Author: Ebon Bokody
Description: Numerical Analysis Assignment 2 -
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] a
www.eeworm.com/read/303591/13812026
txt 调试实例.txt
调试结果:
Some years ago I took on an assignment in a southern county to work with people
on public welfare. What I wanted to do was show that everybody has the capacity
to be self-sufficient and all w
www.eeworm.com/read/301133/13865711
m contharm.m
%% Assignment # 3 & 4
% DIP @ c@se Fall 2006
% Contra Harmonic Mean Filter
%% Program Initializations
clc
close all
clear all
%% Reading an Image and making basic maniulations
%data=imread('camerama
www.eeworm.com/read/124804/6040102
cpp fig17_03.cpp
// Fig. 17.3: fig17_03.cpp
// Attempting to initialize a constant of
// a built-in data type with an assignment.
#include
using std::cout;
using std::endl;
class Increment {
publ