判断字符中是否包含汉字
摘要:下面是用C写的一个判断汉字的程序: #include<stdio.h> int main(void) { int i; //mr:: str[80]的类型不能写成 char,必须加上 unsigned unsigned char str[80]; puts("input string:"); sca
阅读全文
posted @ 2020-06-01 19:50
posted @ 2020-06-01 19:50
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 29 | |||
30 | 31 | 1 | 2 | 3 | 4 | 5 |
Powered by:
博客园
Copyright © 2025 OneCrazyStone
Powered by .NET 9.0 on Kubernetes