代码搜索:Calculation

找到约 2,005 项符合「Calculation」的源代码

代码结果 2,005
www.eeworm.com/read/432387/8607189

h uart.h

// uart.h #ifndef __UART_H__ #define __UART_H__ /* UART Baud rate calculation */ #define UART_CPU 4000000 /* 4Mhz */ #define UART_BAUD_RATE 19200 /* baud ra
www.eeworm.com/read/428036/8903419

c crcdefs.c

#ifndef LINT static char sccsid[]="@(#) crcdefs.c 2.1 87/12/25 12:21:58"; #endif /* LINT */ #include "options.h" /* Global definitions for CRC calculation. I claim no copyright over the con
www.eeworm.com/read/427177/8969583

readme

This package contains code for L2-optimal three view triangulation based on calculation of stationary points. The main file is tvt.cpp where you should also look for info on how to use the code. You
www.eeworm.com/read/283091/9043251

m tm.m

function [M,e,rho,Ebin] = TM(Eh,bins) % Transition matrix calculation method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/so
www.eeworm.com/read/375836/9348727

m tm.m

function [M,e,rho,Ebin] = TM(Eh,bins) % Transition matrix calculation method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/so
www.eeworm.com/read/169871/9835658

m tm.m

function [M,e,rho,Ebin] = TM(Eh,bins) % Transition matrix calculation method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/so
www.eeworm.com/read/365352/9866516

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.1 $ $Date: 1997/1
www.eeworm.com/read/365348/9867114

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.1 $ $Date: 1997/1
www.eeworm.com/read/167079/9980874

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.1 $ $Date: 1997/1
www.eeworm.com/read/161043/10459194

m calplotsig7.m

% calplotsig7.m - Written by Eli Mozeson and Nadav Levanon % used by ambfn7 for calculation and plot of the signal when the signal is defined % by u_amp, u_phase and u_freq (single carrier signal) %