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)
摘要: 阅读全文
posted @ 2021-12-15 21:37 lydstory 阅读(22) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/HK_5788/article/details/48031705 阅读全文
posted @ 2021-12-15 19:27 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: c语言中调用rsync 阅读全文
posted @ 2021-12-15 19:04 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: SMS4_DecryptBuffer 对unsigned char 加解密 阅读全文
posted @ 2021-12-15 18:56 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: 1.内核调度 2.交换芯片交换 岗位职责:1、负责Linux内核调度和内存管理性能优化;2、负责分析内核相关的性能问题;3、负责产品关键竞争力特性功能工程化,支持产品卖点特性构建。任职要求:1、精通C语言,熟练掌握Shell,精通数据结构与算法;2、深入理解Linux Kernel内部原理,熟悉开发 阅读全文
posted @ 2021-12-15 15:48 lydstory 阅读(36) 评论(0) 推荐(0)
摘要: 1.获取本地蓝牙地址(windows) 2.queryinterface 3.com 阅读全文
posted @ 2021-12-15 15:47 lydstory 阅读(20) 评论(0) 推荐(0)

导航