代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/266188/11237537
cpp ec1assignmentdlg.cpp
// EC1AssignmentDlg.cpp : implementation file
//
#include "stdafx.h"
#include "EC1Assignment.h"
#include "EC1AssignmentDlg.h"
#include "abstract.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/205036/15328886
m subsasgn.m
function t = subsasgn(t,s,rhs)
%SUBSASGN Subscripted assignment for sparse tensor.
%
% We can assign elements to a sptensor in three ways.
%
% Case 1: X(R1,R2,...,RN) = Y, in which case we replace
www.eeworm.com/read/290607/8472466
m subsasgn.m
%SUBSASGN assignment methods on a LINK object
%
% LINK.alpha = alpha kinematic parameters
% LINK.A = A
% LINK.theta = theta
% LINK.D = D
% LINK.sigma = sigma 1 if joint is prismatic
%
% LINK.I = 3x3 i
www.eeworm.com/read/468319/6996362
c steep1.c
/* ROLL NO. CMS0801
ASSIGNMENT NO. 2
C PROGRAM FOR STEEPEST SECENT METHOD
*/
#include
#include
#include
#define N 1000 /* ITERATIONS */
double grad1,grad2
www.eeworm.com/read/140893/7117087
java arraysize.java
//: c11:ArraySize.java
// Initialization & re-assignment of arrays.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import co
www.eeworm.com/read/243539/12935279
m subsasgn.m
%SUBSASGN assignment methods on a LINK object
%
% LINK.alpha = alpha kinematic parameters
% LINK.A = A
% LINK.theta = theta
% LINK.D = D
% LINK.sigma = sigma 1 if joint is prismatic
%
% LINK.I = 3x3 i
www.eeworm.com/read/327524/13073556
cpp encrypt.cpp
//Encrypt.cpp
#include "stdafx.h"
#include "EC1Assignment.h"
#include "EC1AssignmentDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/327524/13073560
cpp decrypt.cpp
//Decrypt.cpp
#include "stdafx.h"
#include "EC1Assignment.h"
#include "EC1AssignmentDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/327524/13073568
cpp rsa.cpp
// RSA.cpp
//
#include "stdafx.h"
#include "EC1Assignment.h"
#include "EC1AssignmentDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif