代码搜索:quartus ii
找到约 10,000 项符合「quartus ii」的源代码
代码结果 10,000
www.eeworm.com/read/213912/15122466
m break_continue.m
for ii=1:9
if ii==3
continue
end
fprintf('ii=%d\n',ii);
if ii==5
break
end
end
disp('The end of loop')
www.eeworm.com/read/211371/15182309
asv last.asv
[matchpoint1,matchpoint2,L]=point;
matchpoint=zeros(4,L);
for i=1:L
for ii=1:L
if matchpoint1(1,i)==matchpoint2(1,ii)
m=ii
www.eeworm.com/read/208637/15241593
c 5hhqr.c
#include "stdio.h"
#include "math.h"
int hhqr(a,n,u,v,eps,jt)
int n,jt;
double a[],u[],v[],eps;
{ int m,it,i,j,k,l,ii,jj,kk,ll;
double b,c,w,g,xy,p,q,r,x,s,e,f,z,y;
it=0;
www.eeworm.com/read/208637/15241689
c 5hhqr.c
#include "stdio.h"
#include "math.h"
int hhqr(a,n,u,v,eps,jt)
int n,jt;
double a[],u[],v[],eps;
{ int m,it,i,j,k,l,ii,jj,kk,ll;
double b,c,w,g,xy,p,q,r,x,s,e,f,z,y;
it=0;
www.eeworm.com/read/164348/5493624
c hvprofde.c
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hvprofde.c,v 1.2.40.1 2004/07/09 01:56:06 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved
www.eeworm.com/read/194440/8194532
m strmatfind.m
function ind=strmatfind(smat,s)
% ind=strmatfind(smat,s)
%
% STRMATFIND searches a string matrix, smat, for a row whos contents
% contain the same string as s. ind is returned as a vector of row
% nu
www.eeworm.com/read/192744/8288401
txt simp3.txt
Sub SIMP3(A(), MP, NP, I1, K1, IP, KP)
PIV = 1# / A(IP + 1, KP + 1)
For II = 1 To I1 + 1
If II - 1 IP Then
A(II, KP + 1) = A(II, KP + 1) * PIV
For KK =
www.eeworm.com/read/293427/8295008
c qrtt.c
#include "stdio.h"
#include "math.h"
int qrtt(n,a,u,v,eps,jt)
int n,jt;
double a[],u[],v[],eps;
{ int m,it,i,j,k,l,ii,jj,kk,ll;
double b,c,w,g,xy,p,q,r,x,s,e,f,z,y;
it=0;
www.eeworm.com/read/173705/9641002
m segmcirc.m
function[y]=segmcirc(x,L,M,Q)
% y=segmcirc(X,L,M,Q)
%
% Given the data samples X=(x_1,x_2,...,x_N),
% the program obtains Q overlapping (M=L) segm
www.eeworm.com/read/367160/9769840
f sopmtr.f
SUBROUTINE SOPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK,
$ INFO )
*
* -- LAPACK routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berke