代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/428887/8831228

l pi.l

# 14aug05abu # (c) Software Lab. Alexander Burger ############################## # Iterative calculation of PI: # S = 0 # P = 2 # Loop # S = sqrt(S+2) # P = 2*P/S #########################
www.eeworm.com/read/419052/10888687

h ipcsum.h

/*** ipcsum.h - prototype declaration for the standard IP checksum calculation routine ***/ #include int in_cksum(u_short * addr, int len);
www.eeworm.com/read/449679/7498572

nec gwave.nec

CM 1/4 wl vertical with ground wave calculation CM Select 'use original file' or check gnd-wave box. CE GW 1 10 0 0 0 0 0 36.6 .001 GE 1 GN 0 0 0 0 14 .006 EX 0 1 1 0 1 0 FR 0 1 0 0 2.0 0 RP 1
www.eeworm.com/read/243136/12959146

h crctab.h

/* @(#)crctab.h 1.2 96/09/13 */ /* * Crc calculation stuff. See crctab.c */ extern unsigned short crctab[256] ; //#define updcrc(cp, crc) ( crctab[((crc >> 8) & 255)] ^ (crc
www.eeworm.com/read/314839/13557900

changelog

New in 0.10 ----------- * Examples for libftdi_usb_find_all and CBUS mode * Fixed ftdi_list_free * Small cosmetic changes New in 0.9 ---------- * Fixed build without doxygen * Correct .so file librar
www.eeworm.com/read/488292/6491647

cpp experiment-1.cpp

#include"math.h" #include"stdio.h" #include"stdlib.h" void signal(float *h, float f, float dt, float m, int N); extern void Spectrum(float *x, float *Amp, int N); extern void DFT(float *x, float
www.eeworm.com/read/477108/6747592

m flight_data.m

% Flight data for aerodynamic calculation model % LiuXiangChun % The college of astronautics NWPU % Date:2007-06-07 disp('Loading data from file Flight_data.m ...') %*****************
www.eeworm.com/read/338523/12302390

asv findminusinges.asv

% findMinUsingES.m rand('state',sum(100*clock)); % Seed % Initial popu genSize=100; popuSize=50; range=[-5 -5 5 5]; [junk,var_n]=size(range); for i=1:var_n popu(1:popuSize,i)=rand(p
www.eeworm.com/read/118495/14868497

h ipcsum.h

/*** ipcsum.h - prototype declaration for the standard IP checksum calculation routine ***/ #include int in_cksum(u_short * addr, int len);
www.eeworm.com/read/211682/15175642

vhd hdsdi_crc.vhd

-------------------------------------------------------------------------------- -- Copyright (c) 2004 Xilinx, Inc. -- All Rights Reserved -------------------------------------------------------