代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/352751/7101479

cg firstpass.cg

void mins( varying float2 elem2d : WPOS, uniform samplerRECT reals : texunit2, uniform samplerRECT imags : texunit3, float2 coords0 : TEXCOORD0, float2 coords1 : TEXCOO
www.eeworm.com/read/459054/7283540

txt deinterlace (blend).txt

// deinterlace (blend)=ps_2_0 // Code from MPC sampler s0 : register(s0); float4 p0 : register(c0); #define width (p0[0]) #define height (p0[1]) #define counter (p0[2]) #define clock (p0[3]
www.eeworm.com/read/459054/7283543

txt edgesharpen v1_1(jim ro).txt

// EdgeSharpen v1.1 ( jim.ro )=ps_2_0 // http://www.homecinema-fr.com/forum/viewtopic.php?t=29814317 sampler s0 : register(s0); float4 p0 : register(c0); float4 p1 : register(c1); #define
www.eeworm.com/read/459054/7283544

txt undot.txt

// Undot=ps_3_0 // http://www.homecinema-fr.com/forum/viewtopic.php?t=29814317 sampler s0 : register(s0); float4 p0 : register(c0); float4 p1 : register(c1); #define width (p0[0]) #defi
www.eeworm.com/read/196292/8101695

cpp stereo.cpp

/* Copyright (C) 2002 Jean-Marc Valin File: stereo.c Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
www.eeworm.com/read/487870/6290689

cpp siftmatch.cpp

//////////////////////////////////////////////////////////////////////////// // File: SiftMatch.cpp // Author: Changchang Wu // Description : implementation of SiftMatchGPU and SiftMatchGL // /
www.eeworm.com/read/480849/6662558

cpp ch03_2.cpp

// Chapter 3 - Programming exercise 2 #include #include void print_stuff(float data_to_ignore); void print_message(float list_this_data); void print_float(float
www.eeworm.com/read/480849/6662652

cpp funcpnt.cpp

// Chapter 3 - Program 3 - FUNCPNT.CPP #include void print_stuff(float data_to_ignore); void print_message(float list_this_data); void print_float(float
www.eeworm.com/read/480849/6662712

cpp funcpnt.cpp

// Chapter 3 - Program 3 - FUNCPNT.CPP #include void print_stuff(float data_to_ignore); void print_message(float list_this_data); void print_float(float
www.eeworm.com/read/257436/11927339

cpp fsk_coh_sim_bp.cpp

// // File = fsk_coh_sim_bp.cpp // #define SIM_NAME "FskCohSim_Bp\0" #define SIM_TITLE "Bandpass Sim of Coherent FSK\0" #include "global_stuff.h" #include "fsk_theory.h" #include "gausr