上一页 1 ··· 306 307 308 309 310 311 312 313 314 ··· 618 下一页

2021年12月16日

摘要: unsigned char BIT_TEST(void *aptr, unsigned char p_nmb) { unsigned char *mem_byte; unsigned char byte_nu, bit_nu, i; mem_byte = (unsigned char *)aptr; 阅读全文
posted @ 2021-12-16 00:06 lydstory 阅读(127) 评论(0) 推荐(0)

2021年12月15日

摘要: /* date type defination */typedef signed char rt_int8_t;typedef signed short rt_int16_t;typedef signed long rt_int32_t;typedef unsigned char rt_uint8_ 阅读全文
posted @ 2021-12-15 23:30 lydstory 阅读(41) 评论(0) 推荐(0)
摘要: // 将16进制数据输出到控制台 void textout(char * name, unsigned char * p, unsigned short len) { char * pp; unsigned short i; pp = (char*) malloc(1024); for (i = 0 阅读全文
posted @ 2021-12-15 23:24 lydstory 阅读(45) 评论(0) 推荐(0)
摘要: 振中嘉和集中器 远程抄表 阅读全文
posted @ 2021-12-15 23:02 lydstory 阅读(27) 评论(0) 推荐(0)
摘要: 是一个集实时操作系统(RTOS)内核、中间件组件和开发者社区于一体的技术平台,由熊谱翔先生带领并集合开源社区力量开发而成,RT-Thread 也是一个组件完整丰富、高度可伸缩、简易开发、超低功耗、高安全性的物联网操作系统。RT-Thread 具备一个 IoT OS 平台所需的所有关键组件,例如GUI 阅读全文
posted @ 2021-12-15 22:59 lydstory 阅读(639) 评论(0) 推荐(0)
摘要: yjfs文件系统移植 阅读全文
posted @ 2021-12-15 22:56 lydstory 阅读(23) 评论(0) 推荐(0)
摘要: freemodbus移植 阅读全文
posted @ 2021-12-15 22:46 lydstory 阅读(23) 评论(0) 推荐(0)
摘要: // testip.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <string> #include <iostream> #include <stdio.h> using namespace std; #include <Windows. 阅读全文
posted @ 2021-12-15 22:38 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: https://gitee.com/rtthread/rt-thread rtgui_rect_t 阅读全文
posted @ 2021-12-15 22:23 lydstory 阅读(29) 评论(0) 推荐(0)
摘要: typedef int(*CreatePolicyFile)(char*path, int x); enum { ITEM_MIN, ITEM_ONE, ITEM_MAX }; int CreatePolicyFile1(char*path, int x) { return 0; } int Cre 阅读全文
posted @ 2021-12-15 21:57 lydstory 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 306 307 308 309 310 311 312 313 314 ··· 618 下一页

导航