- 博客(4)
- 资源 (5)
- 收藏
- 关注

原创 IAR使用单片机CC2530开发板加点对点通信传输光敏电阻值代码? 程序代码出现错误求教大佬
#include <iocc2530.h> #include "hal_mcu.h" #include "hal_assert.h" #include "hal_board.h" #include "hal_rf.h" #include "basic_rf.h" #include <stdio.h> #include"sys_init.h" #include "uart....
2019-12-19 19:48:39
1988
1
原创 C语言字符串分割,可以多分隔符
/必须使用(char *)进行强制类型转换(虽然不写有的编译器中不会出现指针错误)if (separator == NULL || strlen(separator) == 0) //如未指定分割的字符串,直接终止。if (src == NULL || strlen(src) == 0) //如果传入的地址为空或长度为0,直接终止。
2024-07-03 16:59:45
1013
1
原创 C#窗体连接数据库实现登陆,但是在调试时随便输个账号密码都能登陆怎么回事,数据库没有此账号密码,程序未出错。求教大神
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System....
2019-11-19 16:05:28
599
点对点传输光敏电阻.zip
2019-12-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人