摘要:
1 #include <stdio.h> 2 int main() 3 { 4 double addr[10] = {12.23,13.412,1251.23,234.4,215.6,62.2,652.3,635.2,63.6,324.6}; 5 char *p_char; 6 short *p_s 阅读全文
摘要:
1 #include <stdio.h> 2 //const :是一个关键字,作用定一个常型变量 3 //使用: const 类型 变量名 = 初始值; 4 //注意事项:1.必须赋初始值 2.程序执行期间只读不可写 5 6 7 8 /******************************** 阅读全文
摘要:
1 #include <stdio.h> 2 #include <strings.h> 3 /******************* 4 * 头文件:#include <strings.h> 5 * 函数:char *index(const char *s, int c); 6 * 功能:从已有字符 阅读全文
摘要:
注意:提示"正在转码",那么刷新一下就可以播放了。 作品总集: 链接:https://pan.baidu.com/s/1wRiV2kN9Zz3LURzok_i5uA 提取码:6666 嵌入式智能小车:语音识别,图像识别,主车和从车互动 链接:https://pan.baidu.com/s/1dZkJ 阅读全文