代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/184617/9091742

m linreg.m

% A linear SVM regression example; % Reference from "A Tutorial on Support Vector Regression",pp4,Eq.9; % Parameters: % n: number of samples (random produced); % e: tube width
www.eeworm.com/read/184617/9091744

m svmnlusex01fun.m

%SVMnLSPex01FUN.m % %Object function and Constrained function for Two Dimension SVM Problem, Two Class and Separable Situation; % %Method from Christopher J. C. Burges: %Object function and Const
www.eeworm.com/read/282428/9094226

c aliasing.c

//Aliasing.c illustration of downsampling, aliasing, upsampling #include "lp33.cof" //lowpass at 1.8 kHz short flag = 0; //toggles for 2x down-sampling float indly[
www.eeworm.com/read/282428/9094928

c graphiceq.c

//GraphicEQ.c Graphic Equalizer using TI floating-point FFT functions #include #include "GraphicEQcoeff.h" //time-domain FIR coefficients #define PI 3.14159265358979 #define PTS 2
www.eeworm.com/read/282428/9095080

c adaptnoise_pcm.c

//Adaptnoise_pcm.c Adaptive FIR for noise cancellation using PCM3003 #define beta 1E-12 //rate of convergence #define N 30 //# of weights (coefficients) #d
www.eeworm.com/read/282428/9095141

asm icfftr2_dif.asm

;File was assembled with assembler version 4.0 (included with CCS V1.2) and ;NOT with assembler version 4.1 (included with CCS V2) due to "BUG" SDSsq21569. ;icfftr2_dif.asm file used as source in pr
www.eeworm.com/read/381363/9096188

m editstr2value.m

function editstr2value(obj, min, max, type) %EDITSTR2VALUE Set the value of an edit obj to its str2num(string) % % Copyright (c) 1995 by Claudio Rivetti and Mark Young % claudio@alice.uoregon.edu,
www.eeworm.com/read/184417/9101416

graph

A Simple Scene Graph Although there are a few standard scene graph APIs available, including VRML and JAVA 3D, none have yet become dominant. Rather than discuss one of these, we shall opt instead to
www.eeworm.com/read/184417/9101488

cc sphere.cc

//Sphere.cc #include "Sphere.h" Sphere::Sphere(float R) { Radius=R; } void Sphere::SetValue(Enum Pname, float v) { if(Pname==RADIUS) Radius=v; } void Sphere::Render() { glPushAttrib(GL_A
www.eeworm.com/read/282300/9103050

h ogsextern.h

/* ************************************************************************ * * * GPS Simulation