代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/371950/9529590

cpp main.cpp

/******************************************************************************** 42. (算术表达式求值) 输入一个由数字、+,-,*,/ 及括号组成的算术表达式, 求其值。 ***********************************************************
www.eeworm.com/read/175226/9555143

cpp list0908.cpp

//Listing 9.8 - Returning multiple values from a function #include using namespace std; short Factor(int n, int* pSquared, int* pCubed); int main() { int number, squared
www.eeworm.com/read/371255/9559263

m clouds.m

% CLOUDS % % Function to create a movie of noise images having 1/f amplitude spectum properties % % Usage: clouds(size, factor, meandev, stddev, lowvel, velfactor, nframes) % % size - size of
www.eeworm.com/read/371236/9560465

atg pretty.atg

/********************************************************** ** PRETTY.ATG ** Coco/R C Taste Pretty Printer Example. ** Adapted to C++ by Frankie Arzu ** from Moessenb
www.eeworm.com/read/371236/9560566

atg pretty.atg

/*********************************************************** ** PRETTY.ATG ** Coco/R C++ Taste Pretty-printer example. ** Adapted to C++ by Frankie Arzu ** from Moess
www.eeworm.com/read/370885/9578407

c 语法分析-main.c

#include "stdio.h" #include "string.h" #include "scaner.h" void yucu(); //语句串分析程序 void statement(); //语名分析程序 void expression(); //表达式分析程序 void term(); //项分析程序 void fac
www.eeworm.com/read/365346/9867455

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/365329/9869084

c parse.c

#include #include #include #include #include #include #include #include "parse.h" /* defines NUMBER */ #include "value.h"
www.eeworm.com/read/365329/9869106

c parse.c

#include #include #include #include #include #include #include #include "parse.h" /* defines NUMBER */ #include "value.h" #
www.eeworm.com/read/365319/9869815

m enlargefig.m

function enlargefig(factor) % ENLARGEFIG -- make figure larger for printing/viewing. % % This function changes the 'position' and 'paperposition' % properties of the current figure by a factor 2