代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/223105/14658503
cpp chapter2-19.cpp
//文件名:CHAPTER2-19.cpp
#include
#include
using namespace std ;
void main()
{
string str1("012"); //给字符串str1赋值
string str2("345"); //给字符串str2赋值
cout
www.eeworm.com/read/223073/14660944
txt 4-2.txt
/* 范例:4-2 */
#include
void main()
{
char *str = "null-terminator string";
int count; /* 记录%n前一字符输出位置(即输出字符数) */
int ComputerAddr; /* 计算机用的地址格式 */
/* Integer type */
prin
www.eeworm.com/read/223073/14661330
txt 7-15.txt
/* 范例:7-15 */
#include
#include
void main(void)
{
/* 定义参数dest的字符数组destination[25] */
char destination[25];
/* 定义参数scr的字符指针scr1、scr2、scr3 */
char *scr1 = "tiger
www.eeworm.com/read/223000/14665491
txt 7-15.txt
/* 范例:7-15 */
#include
#include
void main(void)
{
/* 定义参数dest的字符数组destination[25] */
char destination[25];
/* 定义参数scr的字符指针scr1、scr2、scr3 */
char *scr1 = "tiger
www.eeworm.com/read/223000/14665675
txt 4-2.txt
/* 范例:4-2 */
#include
void main()
{
char *str = "null-terminator string";
int count; /* 记录%n前一字符输出位置(即输出字符数) */
int ComputerAddr; /* 计算机用的地址格式 */
/* Integer type */
prin
www.eeworm.com/read/221894/14715466
cpp 6_19.cpp
#include
int main()
{
static char c[10]=
{'I',' ','a','m',' ','a',' ','b','o','y'}; //一维字符数组的声明和初始化
int i;
for(i=0;i
www.eeworm.com/read/118454/14869455
prg test_dowhile.prg
******程序功能:将非汉字字符组成的字符串反序显示(例如将Microsoft显示为tfosorciM)
CLEAR
cString="DO WHILE ... ENDDO Command"
cResult=cString+"的反序显示为"
DO WHILE LEN(cString)>0
cResult=cResult+RIGHT(cString,1)
cString=SUBST
www.eeworm.com/read/212769/15150288
txt 7-15.txt
/* 范例:7-15 */
#include
#include
void main(void)
{
/* 定义参数dest的字符数组destination[25] */
char destination[25];
/* 定义参数scr的字符指针scr1、scr2、scr3 */
char *scr1 = "tiger
www.eeworm.com/read/212766/15150325
txt 4-2.txt
/* 范例:4-2 */
#include
void main()
{
char *str = "null-terminator string";
int count; /* 记录%n前一字符输出位置(即输出字符数) */
int ComputerAddr; /* 计算机用的地址格式 */
/* Integer type */
prin
www.eeworm.com/read/212376/15157365
m mat_feat.m
function mat_feat(f_name) %
%f_name='eig'; %在例11.6.3.4-3用到
disp('被分析矩阵') %
A=magic(4) %给定的被分析矩阵
N=8; %为字符串比较而设的字符串长度 8 。
n=size(f