代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/163168/10172519
h int.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: int.h *
* This is interrupt
www.eeworm.com/read/358270/10193288
m repeat.m
% REPEAT Upsample a vector by inserting repeated samples
%
% [y] = REPEAT (x,N) upsamples x by a factor N using repetition
%
function [Y] = repeat(x, N);
Y = [];
for i = 1:length(x)
Y
www.eeworm.com/read/356874/10219836
c hotel.c
/* hotel.c -- hotel management functions */
#include
#include "hotel.h"
int menu(void)
{
int code, status;
printf("\n%s%s\n", STARS, STARS);
printf("Enter the number of
www.eeworm.com/read/356723/10222037
m test.m
clear all
factor = 4. * pi *5.;
theta = 0:.1:90;;
theta = theta .* (pi/180);
f = sqrt((1. + 1 + 2.0 .* cos(pi+factor .* sin(theta))));
polar(theta,f,'k');
xlabel ('Normalized range R/Ro')
www.eeworm.com/read/356682/10222980
m plterrel.m
function plterrel(xo,yo,C,s,ltype)
% PLTERREL Plots an error ellipse on screen.
% Note 1: x & y represent north & south (opposite of
% normal MatLab convention). Note 2: use a square
% aspect
www.eeworm.com/read/355956/10240908
m fftenhance.m
function [final]=fftenhance(image,f)
%Honors Project 2001~2002
%wuzhili 99050056
%comp sci HKBU
%last update 19/April/2002
I = 255-double(image);
[w,h] = size(I);
%out = I;
w1=floor(w/32
www.eeworm.com/read/355292/10279943
c aa_hiresantialiasing.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/425998/10295546
h matrix.h
//****************************************************************************//
// matrix.h //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/425998/10295618
cpp matrix.cpp
//****************************************************************************//
// matrix.cpp //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/280620/10302325
pas labradlinearunits.pas
{ Copyright (C) 2007 Markus Ansmann
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softw