代码搜索:caculation

找到约 25 项符合「caculation」的源代码

代码结果 25
www.eeworm.com/read/216131/4899501

java caculation.java

package com.softeem.jbs; public class Caculation { private static int totallSalary; public static int getTotallSalary() { return totallSalary; } public void add(People p) { tota
www.eeworm.com/read/366163/9826398

asm sine.asm

;sine caculator ;Sep 30,08 ;designed by lzp ;the routine is for sine wave caculation, ;with x values stored inside the DATA segment ;the following equation ;sinx=x-1/3!x^3+1/5!x^5-1/7!x^7+1/
www.eeworm.com/read/353536/10441119

m correlation.m

% Correlation between C(n,k) function Ec = Correlation (n_1, k_1, n_2, k_2, d, M, N, fm, fs) % order of C(n,k) %n_1 = 0;k_1 = 0; %n_2 = 2;k_2 = 2; % parameters %d = 1;
www.eeworm.com/read/260437/11725595

cpp getweightvalue.cpp

//#include "inputIQ.h" //#include #include "filein.h" #include "fileout.h" #include "stdio.h" #include "share.h" extern mark1, mark2,model; complex2 getRowData(matrix &A,int
www.eeworm.com/read/247291/12667732

cpp 矩阵的类定义-1.cpp

#include #include "MatClass.cpp" void main() { MAT m(3,6);cout
www.eeworm.com/read/260437/11725495

cpp bordercell.cpp

#include "BorderCell.h" #include "math.h" BorderCell::BorderCell() { x=0; } void BorderCell::caculation() { double temp; if(Uin==0) { c=1; s=0; x=x*(sqrt(lamda));
www.eeworm.com/read/260437/11725554

cpp boundarycell.cpp

#include "boundaryCell.h" #include "math.h" #include "variable.h" boundaryCell::boundaryCell() { x=0; } void boundaryCell::caculation() { double temp; if(Uin==0) { c=1;
www.eeworm.com/read/260437/11725409

cpp lineinnercell.cpp

#include "lineInnerCell.h" lineInnerCell() { Win=0; for(i=0;i=0;i++) for(k=M-1;k>=i,k+
www.eeworm.com/read/260437/11725417

h bordercell.h

#ifndef BOUNDARYCELL_HH #define BOUNDARYCELL_HH #include "cell.h" class boundaryCell:public cell { public: boundaryCell(); int caculation(); double get_x(); private: double x; };
www.eeworm.com/read/260437/11725435

cpp internalcell.cpp

#include "internalCell.h" internalCell::internalCell() { sin=0; cin=1; x=0; } void internalCell::caculation() { Uout=Uin*cin-x*sqrt(lamda)*(sin.conjugate()); x=sin*Uin+x*cin*(sqrt(