代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/340417/12161399
qsf flip_latch.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/340370/12163660
qmsg liangzhu.tan.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/253979/12171204
h mathex.h
//Matrix.h
//
#include "math.h"
#define PI 3.14159 //圆周率
#define Euler 2.71828183 //欧拉常数,自然对数的底
void Mtx_Mult(double *m1,double *m2,double *result,int i_1,int j_12,
www.eeworm.com/read/151476/12207725
hpp sarrayops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/339576/12224255
qsf frequency.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/253260/12234373
cpp assign.cpp
// assign.cpp -- type changes on assignment
#include
int main()
{
using namespace std;
cout.setf(ios_base::fixed, ios_base::floatfield);
float tree = 3; // int convert
www.eeworm.com/read/253260/12235206
cpp assign.cpp
// assign.cpp -- type changes on assignment
#include
int main()
{
using namespace std;
cout.setf(ios_base::fixed, ios_base::floatfield);
float tree = 3; // int convert
www.eeworm.com/read/150905/12249456
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.