随笔分类 - 代码示例
摘要:RGB_LCD_ST7701_init_code /* * gpio_irq_test.c- Sigmastar * * Copyright (c) [2019~2020] SigmaStar Technology. * * * This software is licensed under the
阅读全文
摘要:Timer 1.setitimer.c #include <stdio.h> #include <signal.h> #include <sys/time.h> #include <errno.h> #include <stdlib.h> struct itimerval timer; void T
阅读全文
摘要:信号通信 signal.c #include <unistd.h> #include <stdio.h> #include <signal.h> #include <string.h> #include <stdlib.h> void Time_Fun(int temp) { printf("Tim
阅读全文
摘要:陀螺仪_SPI 基于内核spi驱动修改移植 笔记
阅读全文
摘要:陀螺仪_I2C mpu6500_i2c_drv.mod.c mpu6500_i2c_app.cpp (交叉编译) Android.mk 测试: success !
阅读全文
摘要:i2c_eeprom.c app.c makefile
阅读全文
摘要:链式栈 static.h static.c main.c 测试: success !
阅读全文
摘要:链式队列 que.h que.c main.c 测试: success !
阅读全文
摘要:main jia_fa.c success !
阅读全文
摘要:lseek lseek.c 测试: success !
阅读全文
摘要:read_write read_write.c 测试: success !
阅读全文
摘要:fseek fseek.c 测试: success !
阅读全文
摘要:fread_fwrite fread_fwrite.c 测试: success !
阅读全文
摘要:fputs_fgets fgets_fputs.c 测试: success !
阅读全文
摘要:fputc / fgetc fput_fget.c 测试: success !
阅读全文
摘要:select_list 1.头文件 2.client_delect.c 3.server_select.c 4.list.h 测试: success !
阅读全文
摘要:select_多路复用 1.头文件 2.client_select 3.server_select 测试: success !
阅读全文
摘要:UDP 1. 头文件 2. client_udp 3. server_udp 测试: success !
阅读全文
摘要:TCP 1. 头文件 2. client_tcp 3.server_tcp 测试: success !
阅读全文