代码搜索:Calculating
找到约 1,772 项符合「Calculating」的源代码
代码结果 1,772
www.eeworm.com/read/157627/6285200
pdf a practical method for calculating largest lyapunov exponents from small data sets.pdf
www.eeworm.com/read/107559/15604936
m im_class_mle.m
function class=im_class_MLE(im,plot);
% function class=im_class_MLE(im,plot);
%
% routine for performing classification of multispectral images using
% Maximum Likelihood Estimation algorithm
%
www.eeworm.com/read/423264/10575327
m matrix.m
a=[1 2 3;2 0 3;1 2 0] %%creating matrix%%
b=[2 2 3;2 2 3;2 2 3]
c=a+b %%adding matrix%%
sum(a) %%adding elements of columns%%
sum(b')' %%adding elements
www.eeworm.com/read/460384/7252237
for fixed.for
C-----CALCULATING 99
INTEGER i, j
DO 100 i=1, 9
DO 100 j=1, 9
PRINT *, i, j, i*j
100 CONTINUE
END
www.eeworm.com/read/457943/7315229
m lmsalgo.m
function[]=lmsalgo(M,d,angle1,inter)
T= 1e-3;
t=(1:100)*(T/100);
it=1:100;
s=sin(pi*t/T);
i=randn(1,100);
thetao=angle1*pi/180; % calculation of source direction %
www.eeworm.com/read/435150/7796668
cpp prog2_01.cpp
// Program 2.1 - Calculating with integer constants
#include // For output to the screen
using std::cout;
using std::endl;
int main() {
cout
www.eeworm.com/read/299920/7820737
txt readme.txt
This is a readme file for using(running) the DQPSK modem simulation.
1. To compile the simulation program, you will need a Borland C++ 5.0 compiler or
an equivalent C++ compiler.
2. The main p
www.eeworm.com/read/399279/7875886
for fixed.for
C-----CALCULATING 99
INTEGER i, j
DO 100 i=1, 9
DO 100 j=1, 9
PRINT *, i, j, i*j
100 CONTINUE
END
www.eeworm.com/read/241323/13156433
m pw2d.m
%> The file treats 2D partial wave scattering, calculating
%> the scattering on a circular 'hard cylinder', and on an attractive
%> circular potential of arbitrary constant depth.
%>
%> Cho
www.eeworm.com/read/319883/13440635
cpp prog2_01.cpp
// Program 2.1 - Calculating with integer constants
#include // For output to the screen
using std::cout;
using std::endl;
int main() {
cout