搜索资源列表
talepolynom
- Tyler polynom with mathematica 5
crcasm.asm
- 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
polynom
- 数据结构两个多项式相加源码.数据结构两个多项式相加源码-polyadd,polyadd:the program is about two polynome adding,which use linked storage structure.the program is about two polynome adding,which use linked storage structure.the program is about two polynome adding,which use lin
pol
- Polynom for transfer function tf (1, c)
PNGen
- PN_GEN: This is a matlab function generates the Pseudo Noise sequnece of length (N)according to Generation Polynom and input state. Inputs: G - Generation Polynom, Zin - Initial state of Shift register N - The length of PN sequence Outputs: y - T
Matlab_Blatt1bis6
- Lagrange Polynom,CubicSpline, Heavyside-function anmd more
show_polinterp
- Numerical method - Langrageov polynom
divdiff
- NUmerical method - newton polynom
zernike polynom
- This file calculates and plots the Wave Aberration specified by: jmax = highest mode in Wave Aberration Expansion Wrmsj = rms Wave Aberration coefficients of modes 0 to jmax The Zernike Polynomial definitions used are derived from: Thibos, L., Appleg
crc32
- CRC32 algorithm on C/C++. Polynom 0xEDB88320 is used.