代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/272106/4218556
rc2 text.rc2
//
// TEXT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/272106/4218811
rc2 text.rc2
//
// TEXT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/271875/4221680
h text_utils.h
#ifndef NETSNMP_TEXT_UTILS_H
#define NETSNMP_TEXT_UTILS_H
#ifdef _cplusplus
extern "C" {
#endif
/*------------------------------------------------------------------
*
* text file
www.eeworm.com/read/270620/4237527
txt text1.txt
double CABS(double A1, double A2)
{
double X,Y,t1;
X = fabs(A1);
Y = fabs(A2);
if (X == 0.0)
t1 = Y;
else if (Y == 0)
t1 = X;
else if (X > Y)
t1
www.eeworm.com/read/270429/4238145
txt text_out.txt
This is a test of the OFDM thingy. Eat a burrito on gameday. Root, root, root for the home team. Poop. This is a test of the OFDM thingy. Eat a burrito on gameday. Root, root, root for the home team.
www.eeworm.com/read/270429/4238214
txt text_out.txt
This is a test of the OFDM thingy. Eat a burrito on gameday. Root, root, root for the home team. Poop. This is a test of the OFDM thingy. Eat a burrito on gameday. Root, root, root for the home team.
www.eeworm.com/read/268663/4251004
h text_dct.h
void fdct_enc(short *block);
void init_fdct_enc();
void idct_enc(short *block);
void init_idct_enc();
void fdct_mm32(short *blk);
void Fast_IDCT(short int *x);
www.eeworm.com/read/268663/4251007
h text_defs.h
#ifndef _TEXT_DEFS_H_
#define _TEXT_DEFS_H_
#include "mom_structs.h"
#include
#include
#include "vm_enc_defs.h"
#define ESCAPE 7167
#define PCT_IN
www.eeworm.com/read/268663/4251009
c text_dct.c
#include
#ifndef PI
# ifdef M_PI
# define PI M_PI
# else
# define PI 3.14159265358979323846
# endif
#endif
static double c[8][8];
void fdct_enc(block)
short *block;
{
int i,