会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
2022年2月16日
图像传感器
摘要: 图像传感器 图像传感器
阅读全文
posted @ 2022-02-16 05:32 lydstory
阅读(30)
评论(0)
推荐(0)
上海招聘要求
摘要: http://www.infotmic.com.cn/index.php/zh/jrwm/
阅读全文
posted @ 2022-02-16 05:01 lydstory
阅读(23)
评论(0)
推荐(0)
lame speex
摘要: lame mp3解码库 speex 音频解码库
阅读全文
posted @ 2022-02-16 04:48 lydstory
阅读(28)
评论(0)
推荐(0)
aacEncode
摘要: aacEncode aac编解码
阅读全文
posted @ 2022-02-16 04:39 lydstory
阅读(23)
评论(0)
推荐(0)
c语言获取当前年月日时分秒
摘要: #include <iostream> using namespace std; #include <stdio.h> #include <time.h> #include <sys/time.h> typedef struct { int id; char *ptr; } OSA_IpcShmHn
阅读全文
posted @ 2022-02-16 04:32 lydstory
阅读(619)
评论(0)
推荐(0)
两进程通过消息队列收发消息
摘要: msgrcv msgsnd ipc 消息队列通信
阅读全文
posted @ 2022-02-16 03:36 lydstory
阅读(27)
评论(0)
推荐(0)
c语言设置gpio的值
摘要: snprintf(commandBuf, COMMAND_BUF_MAX_SIZE, "echo %d > /sys/class/gpio/export ", RESETGPIO); ret = system(commandBuf);
阅读全文
posted @ 2022-02-16 02:55 lydstory
阅读(115)
评论(0)
推荐(0)
生产现场设备检测完正确亮绿灯不正确亮红灯
摘要: static int ReadGpioValue(int r) { char commandBuf[COMMAND_BUF_MAX_SIZE] = {0}; FILE *fp = NULL; int ret = -1, value = -1; snprintf(commandBuf, COMMAND
阅读全文
posted @ 2022-02-16 02:35 lydstory
阅读(43)
评论(0)
推荐(0)
uboot模式下操作spi flash
摘要: 一. Uboot模式下通过串口烧写镜像到spi flash1. 安装并打开tftp工具,如tftp322. 将需要烧录的文件放在tftp目录;3. 重启设备,进入u-boot模式4. 设置tftp服务器IPsetenv serverip 192.168.x.xxx5. 设置主板ipsetenv ip
阅读全文
posted @ 2022-02-16 01:07 lydstory
阅读(1433)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告