代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/346528/11739307
m reordervec.m
% reordervec Transformation vector for reordering the qudits according to
% the given pattern.
% reordervec(pattern,d) gives a transformation vector for
% putting the qudits in the
www.eeworm.com/read/346528/11739424
m rvec.m
% rvec Random state vector for a given number of qudits.
% rvec(n,d) gives an n-qudit random state vector,
% the dimension of the qudit is given in d.
% The distribution of a state vector obta
www.eeworm.com/read/156705/11784237
h loadbalance.h
// This software is copyright (C) by the Lawrence Berkeley
// National Laboratory. Permission is granted to reproduce
// this software for non-commercial purposes provided that
// this notice is l
www.eeworm.com/read/156705/11784245
h layoutdata.h
// This software is copyright (C) by the Lawrence Berkeley
// National Laboratory. Permission is granted to reproduce
// this software for non-commercial purposes provided that
// this notice is l
www.eeworm.com/read/156529/11793932
m mmono.m
function f=mmono(x)
%MMONO Test for Monotonic Vector.
% MMONO(X) where X is a vector returns:
% 2 if X is strictly increasing,
% 1 if X is non decreasing,
% -1 if X is non increasing,
%
www.eeworm.com/read/259363/11805509
h ccontroller.h
#ifndef CController_H
#define CController_H
//turn off the warnings for the STL
#pragma warning (disable : 4786)
//------------------------------------------------------------------------
//
www.eeworm.com/read/259345/11806275
h cga.h
#ifndef CGA_H
#define CGA_H
//------------------------------------------------------------------------
//
// Name: Cga.h
//
// Author: Mat Buckland 2002
//
// Desc: The evolutionary algori
www.eeworm.com/read/345496/11812265
cpp simplechat.cpp
// SimpleChat.cpp : Defines the class behaviors for the application.
// Written by Marat Bedretdinov (maratb@hotmail.com)
// Copyright (c) 2000.
//
// This code may be used in compiled form in a
www.eeworm.com/read/344877/11854800
f90 clmtc_module.f90
MODULE clmtc_module
!=======================================================================
! Source file: clmtc_module.f90
! Original version: Yongjiu Dai, September 15, 1999
!
!============