代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/494521/6377168

h crc32.h

/* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL
www.eeworm.com/read/490567/6447527

h crc32.h

/* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL
www.eeworm.com/read/486343/6539889

h crc32.h

/* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cU
www.eeworm.com/read/406785/11435770

c pid.c

#include "DSP281x_Device.h" #include "pid.h" //PID Calculation Program Uint32 PIDCalc(struct STRUCT_PID *pp,Uint32 NextPoint,Uint32 SetPoint) { Uint32 dError,Error; pp->SetPoint=SetPoint;
www.eeworm.com/read/406209/11447802

c pid.c

#include "DSP281x_Device.h" #include "pid.h" //PID Calculation Program Uint32 PIDCalc(struct STRUCT_PID *pp,Uint32 NextPoint,Uint32 SetPoint) { Uint32 dError,Error; pp->SetPoint=SetPoint;
www.eeworm.com/read/400461/11576192

c pid.c

#include "DSP281x_Device.h" #include "pid.h" //PID Calculation Program Uint32 PIDCalc(struct STRUCT_PID *pp,Uint32 NextPoint,Uint32 SetPoint) { Uint32 dError,Error; pp->SetPoint=SetPoint;
www.eeworm.com/read/152475/12111270

h crc32.h

/* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL
www.eeworm.com/read/151561/12200760

m ex3052.m

wp=0.2*pi;ws=0.3*pi;Rp=1;As=15; T=1; OmegaP=wp/T; OmegaS=ws/T; ep=sqrt(10^(Rp/10)-1); Ripple=sqrt(1/(1+ep*ep)); Attn=1/(10^(As/20)); % Analog Butterworth Prototype Filter Calculation: [cs,ds]=
www.eeworm.com/read/129847/14222383

h crc32.h

/* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL
www.eeworm.com/read/224546/14585478

m tdof_ss_time_slnk_plot.m

echo off % tdof_ss_time_slnk_plot.m Plotting of results from % tdof_ss_simulink.mdl Simulink run plot(tout,dof1,'k+-',tout,dof2,'k*-',tout,dof3,'k') title('State Space Simulink Calculation