代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/447020/7560295
m-old subsasgn.m-old
function theResult = subsasgn(self, theStruct, other)
% ncvar/subsasgn -- Assignment with subscripting.
% subsasgn(self, theStruct, other) is called whenever
% self is used with subscripting on th
www.eeworm.com/read/447020/7560303
m subsasgn.m
function theResult = subsasgn(self, theStruct, other)
% ncvar/subsasgn -- Assignment with subscripting.
% subsasgn(self, theStruct, other) is called whenever
% self is used with subscripting o
www.eeworm.com/read/435688/7787756
ksh lists.ksh
#!/bin/ksh
# Communication function; assignment function
function gtk { print -p $1; read -p GTK; }
function define { $2 "$3"; eval $1="\"$GTK\""; }
#------------------------------------------------
www.eeworm.com/read/326313/13148634
m subsasgn.m
function Pi = subsasgn(P,S,B)
% SUBSASGN -- assignment to subscripted matrix polynomial
%
% This function is not meant to be called by the user. It is called by
% Matlab when a subscripted matr
www.eeworm.com/read/340916/12122714
cpp soln8_04.cpp
// Soln8_04.cpp
/*
The only change is to the assignment operator to check for lhs being the same as rhs
*/
#include // For stream input/output
#include
www.eeworm.com/read/128030/14318733
cpp strimem2.cpp
// strimem2.cpp
// memory-saving String class
// the this pointer in overloaded assignment
#include
#include //for strcpy(), etc
using namespace std;
////////
www.eeworm.com/read/228652/14371579
m subsasgn.m
function Pi = subsasgn(P,S,B)
% SUBSASGN -- assignment to subscripted matrix polynomial
%
% This function is not meant to be called by the user. It is called by
% Matlab when a subscripted matr
www.eeworm.com/read/216898/14987171
h vecassign.h
// -*- C++ -*-
/***************************************************************************
* blitz/meta/vecassign.h TinyVector assignment metaprogram
*
* $Id: vecassign.h,v 1.6 2005/05/07 04:17:
www.eeworm.com/read/216898/14987174
h matassign.h
// -*- C++ -*-
/***************************************************************************
* blitz/meta/matassign.h TinyMatrix assignment metaprogram
*
* $Id: matassign.h,v 1.6 2005/05/07 04:17:
www.eeworm.com/read/490919/1194162
c sdramc.c
/*!
* \file sdramc.c
* \brief Driver for the SDRAM Controller
* \version $Revision: 1.1 $
* \author Michael Norman
*
* \todo Add section assignment to allow linker files to
*