科创武器

Hi, Toretto!

You got to put the past behind you before you can move on.

  • 个人博客地址:https://xyc.vip/ 欢迎大家来踩

    随笔分类 -  C语言

    摘要:1.检查.c文件是否有该函数定义,没有定义的话,那我也不知道你为什么要引用这个函数。 2.检查关联的.h是否有该函数声明,在关联的.h文件声明一下。 3.检查.h文件开头的#ifndef和#define是否和其他.h文件有冲突,全局搜索查一下,一定保证每个.h文件的开头的#ifndef和#defin 阅读全文
    posted @ 2024-01-05 10:14 bk街头狂舞 阅读(832) 评论(0) 推荐(0) 编辑
    摘要:#include<stdio.h> typedef struct Test{ float Item1; char Item2; int Item3; short Item4; long Item5; double Item6; }TestStr1; int main(){ struct Test T 阅读全文
    posted @ 2023-10-27 14:20 bk街头狂舞 阅读(351) 评论(0) 推荐(0) 编辑
    摘要:#include <stdlib.h> typedef unsigned char uint8_t; union wate_temp{ struct { uint8_t wate_temp_low :1; uint8_t wate_temp_high :4; uint8_t reverse :3; 阅读全文
    posted @ 2022-06-20 17:02 bk街头狂舞 阅读(106) 评论(0) 推荐(0) 编辑

    点击右上角即可分享
    微信分享提示