代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/342768/11999644
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/341108/12106937
cpp 5_19.cpp
#include
int main()
{
const int n=100;
char s[n];//定义字符数组
int i;
cout
www.eeworm.com/read/339239/12246934
m exm030132_1.m
S1=char('This string array','has two rows.')
S2=str2mat('这','字符','串数组','由4行组成')
S3=strvcat('这','字符','串数组',' ','由4行组成')%“空串”会产生一个空格行
size(S3)
www.eeworm.com/read/251182/12359355
cpp main6-6.cpp
// main6-6.cpp 检验bo6-6.cpp的主程序
#define CHAR // 字符型
//#define INT // 整型(二者选一)
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; // 字符型以空格符为空
#endif
#ifdef INT
www.eeworm.com/read/149635/12360785
bas checksummodule.bas
Attribute VB_Name = "checkSumModule"
Option Explicit
Public Function adjustHexString(hexString As String) As String
'此函数用来校正十六进制字符串 "3fA degk"->"3FADEGK"
'去掉空格,转换为大写,并不进行十六进制字符的验证
'曾劲松 2005/5/2
www.eeworm.com/read/131795/14128943
dat vfpdat64.dat
格式: BEFINE POPUP[TITLE][FROM][TO]
---- [IN[WINDOWW]|IN SCREEN][KEY][NARGIN][MESSAGE]
[MOVER][MULTISELECT][PROMPT FIELD|PROMP
www.eeworm.com/read/131670/14133542
c glob.c
/* glob 命令 --
glob params
在 params 中的 "*" 匹配正则表达式 ".*"
在 params 中的 "?" 匹配正则表达式 "."
在 params 中的 "[...]" 匹配字符类
在 params 中的 "[!...]" 匹配字符类的补集。
在 params 中的 "[...a-z...]" 匹配 a 到
www.eeworm.com/read/131660/14134039
txt 11-5.txt
/* 范例:11-5 */
#include
#include
#include
void cin_buf_clear(void); // 清除输入缓冲区字符
void clear_state(int); // 输出被清除字符
void view_cin_buf(void); // 检测输入缓冲区
www.eeworm.com/read/131660/14134255
txt 7-5.txt
/* 范例:7-5 */
#include
int main()
{
/* 定义四个字符类型的变量 */
char GetVarAddress1;
char GetVarAddress2;
char GetVarAddress3;
char GetVarAddress4;
/* 指派四个字符变量的内容值 */
GetV
www.eeworm.com/read/129636/14234559
m exm030132_1.m
S1=char('This string array','has two rows.')
S2=str2mat('这','字符','串数组','由4行组成')
S3=strvcat('这','字符','串数组',' ','由4行组成')%“空串”会产生一个空格行
size(S3)