代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/494705/1157647
c text_settextcolor.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/494705/1157664
c text_settextalign.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/494705/1157674
h text_private.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/493275/1168289
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/491416/1190978
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/491360/1191594
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/491360/1191663
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/490827/1195880
h gp_text.h
//********************************************
// 文字显示相关处理函数
// softboy 创建于2000年1月25日
//********************************************
#ifndef _GP_FONT_
#define _GP_FONT_
#include