代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/391678/8391640
java simpleinput.java
// SimpleInput.java: 该类包含了几个方法,可以从键盘读取一个整数、浮点数和字符串
import java.io.*;
public class SimpleInput
{
public static String readString( ) // 从键盘读取一个字符串
{
BufferedReader br
= new
www.eeworm.com/read/390195/8476954
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/289577/8542626
c main6-6.c
/* main6-6.c 检验bo6-6.c的主程序 */
#define CHAR /* 字符型 */
/*#define INT /* 整型(二者选一) */
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; /* 字符型以空格符为空 */
#endif
#ifd
www.eeworm.com/read/432765/8576084
c uart0.c
#include
#include
#include
#include
#define MAXLEN 10
u8 trdata[MAXLEN]; //要接收/发送的字符所存放的缓冲区
u8 txCounts = 0; //已发送的字符个数
www.eeworm.com/read/287904/8662686
c main6-6.c
/* main6-6.c 检验bo6-6.c的主程序 */
#define CHAR /* 字符型 */
/*#define INT /* 整型(二者选一) */
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; /* 字符型以空格符为空 */
#endif
#ifd
www.eeworm.com/read/287814/8667852
_c main._c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,接收采用中断方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/287814/8667853
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,接收采用中断方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/386045/8770098
sub keti3_2.sub
search_cmp proc near
;功能: 查找 及 显示
;入口参数:si_si字符串存放地址
; cx_cx= 字符串长度
; pointadd=相对偏移量
;返回值:ax=0000没找到记录时
;---------------
mov filerecord,0
mov fileend,0
mov searchrecord,0
www.eeworm.com/read/385645/8794809
c main6-3.c
/* main6-3.c 检验bo6-3.c的主程序 */
#define CHAR 1 /* 字符型 */
/* #define CHAR 0 /* 整型(二者选一) */
#if CHAR
typedef char TElemType;
TElemType Nil=' '; /* 字符型以空格符为空 */
#define form "%c" /* 输入输出
www.eeworm.com/read/384841/8839178
c main6-6.c
/* main6-6.c 检验bo6-6.c的主程序 */
#define CHAR /* 字符型 */
/*#define INT /* 整型(二者选一) */
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; /* 字符型以空格符为空 */
#endif
#ifd