代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/218326/14926437
txt 字符模式设备范例.txt
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
*/
#include
#include
int main (void)
{
//将printf的内容由stdout输出;
printf("This application
www.eeworm.com/read/114690/15042192
txt 字符串处理.txt
string fox;
fox.ToLower()转化成小写字母
fox.ToUpper()转化成大写字母
fox.Trim()删除前后空格
fox.Trim(trimChars)删除其它字符
fox.TrimStart()删除前空格
fox.TrimEnd()删除后空格
fox.PadLeft(10)增加左边空格,使字串达到某长度。
fox.PadRight(10)增加右边空格,
www.eeworm.com/read/704/2885
vi 附加字符串.vi
www.eeworm.com/read/13112/268459
c 字符串查找.c
#include
#define MS 20
char a[MS]="whatisit";
char b[MS]="*is*";
int searchStr(char s1[MS],char s2[MS],int p1,int p2);
bool chazhao(char a[MS],char b[MS]);
void main()
{
int
www.eeworm.com/read/14961/427811
字符式lcd的应用
www.eeworm.com/read/19240/826907
rar 字符液晶1602.rar
www.eeworm.com/read/19250/829527
rar 字符液晶1602.rar
www.eeworm.com/read/41587/1145539
vi 字符串函数.vi
www.eeworm.com/read/327496/3455355
c 字符串查找.c
#include
#define MS 20
char a[MS]="whatisit";
char b[MS]="*is*";
int searchStr(char s1[MS],char s2[MS],int p1,int p2);
bool chazhao(char a[MS],char b[MS]);
void main()
{
int