皮皮学,免费搜题
登录
搜题
【简答题】
下面函数的功能是: 从字符串 s 的第 i 个字符开始截取 len 个字符 存入字符串 t 中。 将算法补充完整。 字符串的顺序存储结构如下: #define MAXSTRLEN 255 // 串的长度最大为 255 typedef unsigned char SString[MAXSTRLEN+1]; // 0 号单元存放串的长度 , 用 ’\0’ 作结束符 /************************************/ void SubStr(SString t, SString s,int i,int len) { int j,k; /*j 、 k 分别存放串 s 和串 t 的对应字符的下标 */ if(i<1 || i>s[0] || len<0 || len>s[0]-i+1) { printf(“parametererror\n”);return;} for(j=i,k=1; k<=len; __ _ 1 __ __) t[k]=s[j]; t[0]=len; __ _ 2 __ __; /* 在串尾存储一个结束符 ’\0’*/ }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】为了能够正确测量故障点到保护安装处的距离,反应相间短路的阻抗继电器采用( )接线。
A.
引入零序电流补偿接线
B.
0 ° 接线
C.
90 ° 接线
D.
30 ° 接线
【简答题】阅读理解:阅读下面的短文,根据文章内容进行判断,正确为“T”,错误为“F”。 An ebook (also referred to as an electronic book, eBook, or e-book) is a digital version (版本)of a print book that you download and read. But if you want to read ...
【简答题】An ebook(also referred to as an electronic book,eBook,or e-book)is a digital version(版本)of a print book that you download and read. But if you want to read an ebook, you must have an Ebook Reader, whi...
【判断题】为使接地距离保护的测量阻抗能正确反映故障点到保护安装处的距离应引入补偿系数K=(Zo-Z)/3Zo 。( )
A.
正确
B.
错误
【单选题】The Ebook Reader is used for______.
A.
reading an ebook you've downloaded
B.
turning a print book into a digital version
C.
downloading an ebook from the Internet
D.
copying an ebook onto a portable computer
【多选题】急性白血病病人死亡的主要原因是
A.
化疗药物的不良反应
B.
严重贫血
C.
酸碱平衡失调
D.
继发感染
E.
内脏出血
【单选题】急性白血病病人死亡的主要原因是
A.
皮肤出血
B.
严重贫血
C.
继发感染
D.
酸碱平衡失调
E.
化疗药物的毒副作用
【判断题】为使接地距离保护的测量阻抗能正确反映故障点到保护安装处的距离应引入补偿系数K=(Zo-Z1)/3Zo 。( )
A.
正确
B.
错误
【简答题】The Ebook Reader is used for___________. A) reading an ebook you’ve downloaded B) turning a print book into a digital version C) downloading an ebook from the Internet D) copying an ebook onto a porta...
【判断题】利用故障环路上的电压和环路中流通的电流作为测量电压和测量电流所算出的测量阻抗,能够正确反应保护安装处到故障点的距离。
A.
正确
B.
错误
相关题目: