代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/481550/6643051
cn2 country.cn2
~aCOUNTRY~0
使MS-DOS按不同国家习惯显示时间、日期和货币,确定字符排序的方法,以及
哪些字符可以用作文件名。该命令只能用在CONFIG.SYS文件中。
~aCOUNTRY~0命令对MS-DOS进行配置,当其使用某一语言时,可识别与之相应
的字符集和标点约定。
语法
www.eeworm.com/read/479154/6699841
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输
www.eeworm.com/read/478722/6701209
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输出:
www.eeworm.com/read/158352/11623512
txt 复件 read.txt
读短信(不作格式检查和转换)
char* ReadMSG(int id);
输入参数: 短信序号,整形数.(短信正文长度不超过100个字符)
返回参数: 成功:返回短信内容, 字符串类型指针
错误:返回NULL
写短信(无格式和长度要求)
int WriteMSG(char* str);
输入参数: 短信内容, 字符串类型指针.
返回参数: 成功:返回0
...
www.eeworm.com/read/158243/11630206
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输
www.eeworm.com/read/345331/11820897
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输
www.eeworm.com/read/153548/12028555
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输出:
www.eeworm.com/read/251840/12316082
html 13.1.3 match方法.html
var ostr="Do you love javascirpt?";
var re=/\wo(\w+)?/g;
/*该正则表达式匹配所有以一个字符(字母、数字或下划线)开头,
第二个字符为o,后面有一个或多个字符相随*/
var arr=ostr.match(re);
document.write(ostr);
if (arr!=null
www.eeworm.com/read/150033/12323312
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输
www.eeworm.com/read/149973/12328814
cpp sms.cpp
#include "stdafx.h"
#include "Sms.h"
#include "Comm.h"
// 可打印字符串转换为字节数据
// 如:"C8329BFD0E01" --> {0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输出: