代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/317326/13505908
m sa_fig4_5.m
% Figure 4.4 2-D patterns for isotropic array of N elements
%
set(0,'defaultfigurecolor','w')
theta=-pi/2:.005:pi/2;
N=4;
%delta=-pi*sqrt(2); % phase shift for broadside delta=0;
www.eeworm.com/read/314385/13568734
m bierman.m
function [x,U,D] = bierman(z,R,H,xin,Uin,Din)
%
% Matlab implementation of the
% Bierman ``square root filtering without square roots''
%
% From the diskette included with
% M. S. Grewal, L. R.
www.eeworm.com/read/312211/13615447
cpp xftest.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ftest
int main(void)
{
const int NVAL=11,NPTS=1000,MPTS=500;
www.eeworm.com/read/312211/13615552
cpp xks2d1s.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ks2d1s
int main(void)
{
int idum,jtrial,j,n1,ntrial;
DP d,factor,prob,u,v;
www.eeworm.com/read/309649/13667444
c ifactor.c
/* +++Date last modified: 05-Jul-1997 */
/*
** ifactor.c -- print prime factorization of a number
**
** Ray Gardner -- 1985 -- public domain
*/
#include
#include
int
www.eeworm.com/read/308766/13692930
m huoxing.m
function [ output_args ] = huoxing( input_args )
%HUOXING Summary of this function goes here
% Detailed explanation goes here
I=imread('车牌3.bmp');
% G=rgb2gray(I);
% result=imhist(G);
% [a, b1]=max(
www.eeworm.com/read/308602/13698949
m e0519.m
factor(1025)
%由执行结果可以看出1025=5×5×41,恰巧是素数之积。因此求全部两位数的素数的程序如下:
sushu=[];
for ii=10:99
x=factor(ii);
if x==ii
sushu=[sushu ii];
end
end
sushu
www.eeworm.com/read/307590/13719785
h grammer.h
#ifndef GRAMMER_H
#define GRAMMER_H
#include "iostream.h"
#include "scanner.h"
void lrparser();
void yucu();
void statement();
void factor();
void expression();
void term();
void factor();
www.eeworm.com/read/305575/13765537
m stickvect.m
function[h]=stickvect(arg1,arg2,arg3,arg4,arg5,arg6)
%STICKVECT Plots "stick vectors" for multicomponent velocity time series.
%
% STICKVECT(TIME,SCALE,U,V), where U and V are measurements of
%
www.eeworm.com/read/304082/13801499
m lin2pcmu.m
function p=lin2pcmu(x,s)
%LIN2PCMU Convert linear to Mu-law PCM P=(X,S)
% pcmu = lin2pcmu(lin) where lin contains a vector
% or matrix of signal values within a range determined by
% the scale fac