代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
quditop.m
% quditop Operator acting on a qudit of a qudit register
% quditop(op,k,n) defines an n-qudit quantum operator
% which corresponds to operator op acting on the kth qudits.
% Qudit position
spcoll.m
%spcoll Defines a collective operator which is the sum of single-qudit
% operators; sparse version.
% spcoll (op,n) defines an operator of the type sum_k op(k) where
% op(k) denotes the
twoquditop.m
% twoquditop Operator acting on two qudits of a qudit register
% twoquditop(op,k1,k2,n) defines an n-qudit quantum operator
% which corresponds to operator op acting on the k1th and k2th qudi
coll.m
%coll Defines a collective operator which is the sum of single-qudit operators.
% coll (op,n) defines an operator of the type sum_k op(k) where
% op(k) denotes the operator op acting on qubit k
mrflash.c
/*
* MIRACL floating-Slash arithmetic
* mrflash.c
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#include "miracl.h"
#ifdef MR_FLASH
void flop(_MIPD_ flash x,flash y,int *op
temp.cpp
#define LENGTH 80
char ch[LENGTH],op[LENGTH];
int chptr=0;
int opptr=0;
void main()
{
extern char push(),pop();
extern void postfix();
char expr[LENGTH];
int i;
printf("Expression="
minimum_phase.m
function wav=minimum_phase(amp,nsamp)
% Function computes minimum-phase wavelet with given amplitude spectrum
% INPUT
% amp amplitude spectrum
% nsamp number of samples of desired wavelet
% O
commi_de.ts
CommiMainForm
Commi
Commi
&File
ds1302.plg
Build target 'Target 1'
compiling DS1302.c...
.\DS1302.C(404): error C202: 'temp1_value': undefined identifier
.\DS1302.C(408): error C213: left side of asn-op not an lvalue
.\DS1302.C(409): error C21
ldpc_demo.m
%clear all;
%clc;
tic
rows=128;
cols=256;
s=round(rand(1, cols-rows));
%产生H矩阵
H=genH(rows,cols);
%使用H矩阵进行LDPC编码
[u,P,rearranged_cols]=ldpc_encode(s,H);
SNR=10;
amp=1;
tx_wavefo