代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/418390/2089445
0015058d6361001d168eb4690aa46264
/**************************************************************
* 函数说明:智能型盲人导航仪
*
*
*
* 备注:由NAVIGATOR 团队制作
*
**************************************************************/
#include
www.eeworm.com/read/418390/2089449
20261d2c6261001d168eb4690aa46264
/**************************************************************
* 函数说明:智能型盲人导航仪
*
*
*
* 备注:由NAVIGATOR 团队制作
*
**************************************************************/
#include
www.eeworm.com/read/418390/2089468
108360916761001d168eb4690aa46264
/**************************************************************
* 函数说明:智能型盲人导航仪
*
*
*
* 备注:由NAVIGATOR 团队制作
*
**************************************************************/
#include
www.eeworm.com/read/418390/2089470
60e885dd6361001d168eb4690aa46264
/**************************************************************
* 函数说明:智能型盲人导航仪
*
*
*
* 备注:由NAVIGATOR 团队制作
*
**************************************************************/
#include
www.eeworm.com/read/462042/7211827
txt 代码17-8.txt
function intrec(Z)
%INTREC 实现数学形态学字符识别
A= imread ('zero.bmp');%将0字符图像读入到MATLAB中
B= imread ('one.bmp'); %将1字符图像读入到MATLAB中
C= imread ('two.bmp'); %将2字符图像读入到MATLAB中
D= imread ('three.bmp'); %将3字符
www.eeworm.com/read/145307/12736306
m displayexzaple.m
%赋值
s='字符串';
%字符串访问
s='display';
s(1);%访问第一个字
s(3:5);%访问第3到5个字
length(s);%字符串长度
%字符串连接
p='my';
b=[p,s];
b=[s,fliplr(s)];
%字符矩阵
b=[s;fliplr(s)];
test=str2mat('first','last','middle')
www.eeworm.com/read/480611/6666983
cpp 8.22.cpp
//有一个字符串,内有若干个字符,今输入一个字符,要求程序将字符串中该字符删去。用外部函数
//实现
#include
int main()
{
extern int enter_string(char str[]);
extern int delete_string(char str[],char ch);
extern int print
www.eeworm.com/read/150980/12241281
cpp stack.cpp
/* 2005-03-2 -----------------------------------------------
实验内容:
有n个字符的字符串,判断字符串是否中心对称。
如: xyzzyx和xyzyx都是中心对称的字符串
实验要求:
字符串放在单链表中,内容1由栈实现(存储结构自定)
并实现利用栈的入栈和出栈完成判断。
------
www.eeworm.com/read/150980/12241285
txt stack.txt
/* 2005-03-2 -----------------------------------------------
实验内容:
有n个字符的字符串,判断字符串是否中心对称。
如: xyzzyx和xyzyx都是中心对称的字符串
实验要求:
字符串放在单链表中,内容1由栈实现(存储结构自定)
并实现利用栈的入栈和出栈完成判断。
------
www.eeworm.com/read/131140/14158659
cpp stack.cpp
/* 2005-03-2 -----------------------------------------------
实验内容:
有n个字符的字符串,判断字符串是否中心对称。
如: xyzzyx和xyzyx都是中心对称的字符串
实验要求:
字符串放在单链表中,内容1由栈实现(存储结构自定)
并实现利用栈的入栈和出栈完成判断。
------