代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/346528/11739266
m qeye.m
% qeye Identity matrix for a given number of qudits.
% qeye(n,d) creates an n qudit identity matrix where d is the
% dimension of the qudits. If d is omitted then it is taken to be 2.
% If
www.eeworm.com/read/346528/11739295
m mineig.m
% mineig Minimum eigenvalue of a matrix
% mineig(M) gives back min(real(eig(M))).
% Note the function real() in the expression.
% This takes care of the small imaginary parts
% appearin
www.eeworm.com/read/346528/11739342
m maxeig.m
% maxeig Maximum eigenvalue of a matrix
% maxeig(M) gives back max(real(eig(M))).
% Note the function real() in the expression.
% This takes care of the small imaginary parts
% appearin
www.eeworm.com/read/346528/11739355
m wstate.m
%wstate Defines a W-state.
% wstate(n) gives the state vector for an n-qubit wstate.
% If argument n is omitted than the default is taking
% the value of global variable N as default.
% C
www.eeworm.com/read/346528/11739477
m mmstate.m
% mmstate Density matrix for the maximally mixed state
% mmstate(n,d) creates an n-qudit maximally mixed state where d is the
% dimension of the qudits. If d is omitted then it is taken to b
www.eeworm.com/read/258131/11882769
m capacity.m
% Capacity determines the ergodic capacity under modulation constraints
%
% The calling syntax is:
% [output] = capacity( input, data )
%
% output = Instantaneous capacity of this frame
www.eeworm.com/read/154972/11908766
m4 autoupdate.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with autoupdate.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2003
# Free Software Foundati
www.eeworm.com/read/154972/11908787
m4 autotest.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with Autotest.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
# 2003 Free Software Foun
www.eeworm.com/read/154972/11908868
at suite.at
# Validation suite for Autoconf -*- Autotest -*-
# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it a
www.eeworm.com/read/154843/11923337
m frq2midi.m
function [n,t]=frq2midi(f)
%FRQ2MIDI Convert frequencies to musical note numbers [N,T]=(F)
% notes are numbered in semitones with middle C being 60
% Note 69 (the A above middle C) has a frequency