代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/493472/6393963
m calc.m
%Input latitude in degrees and returns how many meters/degree of latitude
%and longitude
function [latmeters,longmeters]=calc(value)
%Compute lengths of degrees
%// Convert latitude to radians
www.eeworm.com/read/493017/6404031
m example6_8.m
Wp=0.2*pi;Ws=0.3*pi;Rp=7;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
% Analog filter design;
[b,a]=afd_butt(Wp,Ws,Rp,As)
%***Butterworth Filter Order=3
%Calculation of second-order sections:
[C,
www.eeworm.com/read/488200/6497886
h crc.h
/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */
#define FCS_START 0xffff /* Starting bit string for FCS calculation */
#define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/478934/6708313
h crc.h
/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */
#define FCS_START 0xffff /* Starting bit string for FCS calculation */
#define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/477921/6726103
m example6_8.m
Wp=0.2*pi;Ws=0.3*pi;Rp=7;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
% Analog filter design;
[b,a]=afd_butt(Wp,Ws,Rp,As)
%***Butterworth Filter Order=3
%Calculation of second-order sections:
[C,
www.eeworm.com/read/410511/11280312
c 11-3.c
#include
#include
#include
#include
int main(int argc,char **argv)
{
double y;
sigset_t intmask;
int i,repeat_factor;
i
www.eeworm.com/read/264473/11311896
c 11-3.c
#include
#include
#include
#include
int main(int argc,char **argv)
{
double y;
sigset_t intmask;
int i,repeat_factor;
i
www.eeworm.com/read/408277/11400365
todo
# rename core.* to socket.*
# rename contorl.* to kbase.*
add selectEx
add accurate receiver buffer size calculation in our-of-order message
delivery.
add file transfer under messaging mode
reduce fr
www.eeworm.com/read/405830/11456066
m 小波神经网络.m
clear all
load data
M1=20;
epo=15;
A=4;
B=18;
B2=B/2+1
N=500;
M=(A+1)*(B+1);
for a0=1:A+1;
for b0=1:B+1;
i=(B+1)*(a0-1)+b0;
b_init(i)=((b0-B2)/10)/(2^(-A)); a_init(i)=1/(2^(-A));
c_init
www.eeworm.com/read/261974/11612479
v div2.v
/* ============================================================================
Author : Li Chunyang
Date : DEC. 2, 2007
File : div2.v
Overview :
Reversion : 3.0
Copyright :