自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

学习记录

-学习记录-

  • 博客(46)
  • 资源 (28)
  • 收藏
  • 关注

原创 配置gcc编译参数,减少编译过程中的告警信息

gcc Wno-unused-variable Wno-unused-parameter Wno-unused-function Wno-unused-but-set-variable

2021-06-26 18:05:08 4914

原创 【rust】iced 窗体参数

rust iced window Settings

2021-06-19 15:16:31 2281

原创 rv1126 读取sensor输入,输出到屏幕显示【RK_MPI API接口】

rv1126 libdrm VO

2020-12-18 18:12:54 12498 14

原创 rv1126 获取图像数据,实现图像裁剪、缩放、旋转【RK_MPI API接口】

rv1126 图像 旋转 缩放 裁剪 格式转换

2020-12-11 19:56:58 13037 6

原创 rv1126 数据流

rv1126 数据流

2020-12-10 18:18:47 10289 15

原创 rv1126 SDK编译【2020-0912版本SDK包】

rv1126 sdk 编译

2020-12-09 20:04:05 14465 23

原创 解决Win10和Ubuntu时间同步不一致问题

Ubuntu Win10 时间同步

2020-12-05 17:57:01 761

原创 解决vi编辑时,上下左右键、删除按键异常问题

ubuntu vi

2020-12-05 17:22:54 2807

原创 增加USB虚拟串口访问权限

Ubuntu USB 虚拟串口 权限

2020-12-05 17:02:13 610

原创 Ubuntu下工具软件推荐

ubuntu 工具 软件

2020-12-01 12:08:44 454

原创 Linux、Windows 下,强制文件回写存储介质(转载)

转载,网络代码,未找到原始作者。Linux:#include <stdio.h>#include <unistd.h>FILE* fp = fopen("xxx", "w+");fwrite(buf, size, 1, fp);fflush(fp);fsync(fileno(fp));fclose(fp);Windows:#include <s...

2020-04-18 21:14:07 322

原创 Windows下,utf-8与GB2312互转(转载)

转载,网络代码,未找到原始作者。#include <stdio.h>#include <string.h>#include <stdlib.h>#include <iostream>#include <cstring>#include <io.h>#include <windows.h>#inclu...

2020-04-18 09:06:44 1150

原创 利用freetype生成显示数据的简单示例

linux fb freetype

2019-11-16 09:26:13 737

原创 从png文件,读取linux fb显示数据

png linux fb

2019-11-15 21:33:40 613

原创 tslib中对linux fb操作接口的封装

linux fb tslib

2019-11-15 21:21:27 335

原创 海思HI_MPI_IVE_DMA抠图

海思 HI_MPI_IVE_DMA

2019-11-15 20:14:28 2780

原创 遍历当前目录下所有文件

readdir scandir 遍历目录

2019-11-15 20:02:45 410

原创 海思音频初始化的一个小细节

海思 音频初始化

2019-11-14 17:01:12 671

原创 linux串口操作接口封装

linux 串口 select

2019-11-14 16:41:21 673

原创 高斯消元法解线性方程组

高斯消元法 线性方程组

2019-11-14 16:21:15 604

原创 计算2条线的夹角

矢量 夹角

2019-11-13 20:59:12 1268

原创 判断点是否在四边形内

点 四边形 内部

2019-11-13 17:50:53 4727 1

原创 使用poco库,实现tcp server例子

poco tcp server

2019-11-09 10:59:34 1665 1

原创 使用poco库,实现tcp client例子

poco tcp client

2019-11-09 10:49:35 2727

原创 使用poco库,实现http server、client例子

poco http server client

2019-11-08 17:31:01 5483 1

原创 Unicode与UTF-8

Unicode UTF-8

2019-11-01 13:14:03 405

原创 yuv转bmp

yuv转bmp

2019-09-14 23:10:30 2278

原创 使用gcc参数-Wl,–gc-sections,不链接未用函数,减小可执行文件大小

gcc -ffunction-sections -fdata-sections -Wl,–gc-sections

2019-09-11 09:45:57 18089

原创 libyuv 交叉编译

libyuv arm cross compilelibyuv arm 交叉编译

2019-09-09 20:12:33 1900 1

原创 linuxfb参数说明

linuxfb参数说明

2019-09-07 17:49:36 3106

原创 webrtc 交叉编译

webrtc arm cross compilewebrtc arm 交叉编译

2019-09-07 11:34:06 3995 10

原创 dbus-1.12.16 交叉编译

dbus arm cross compiledbus arm 交叉编译

2019-08-31 18:31:06 2186

原创 expat-2.2.7 交叉编译

expat arm cross compileexpat arm 交叉编译

2019-08-31 18:07:41 3216

原创 bftpd-5.2 交叉编译

bftpd arm cross compilebftpd arm 交叉编译

2019-08-30 08:34:52 779

原创 YUV420sp旋转90度等函数

YUV420sp旋转90度等函数

2019-08-27 19:31:57 975

原创 linuxfb简单说明

linuxfb简单说明

2019-08-27 17:20:02 9117

原创 qt5.9.8 交叉编译

qt5.9 qt5.9.8 arm cross compileqt5.9 qt5.9.8 arm 交叉编译

2019-08-26 16:57:58 3010

原创 freetype-2.10.1 交叉编译

freetype2 arm cross compilefreetype2 arm 交叉编译

2019-08-26 15:36:08 2510

原创 tslib-1.20 交叉编译

tslib arm cross compiletslib arm 交叉编译

2019-08-26 15:02:30 1034

原创 zlib-1.2.11 交叉编译

zlib arm cross compilezlib arm 交叉编译

2019-08-26 13:27:39 4362

qt-infinite-scroller-demo-master.zip

QT实现无限滚动(infinite scroll)参考代码,下载自:https://github.com/vaidotasstrazdas/qt-infinite-scroller-demo

2021-12-31

depot_tools

depot tools,安装、编译webrtc需要的工具。使用前必须安装好python。Ubuntu18 64位验证可以用。

2019-09-06

ImageJ-linux64-java8

ImageJ 64位Linux版本,需要预先装java8。用于查看图像的raw数据。比较方便的工具。

2019-07-11

TI arm linux 快速启动优化指导

sitara_boot_camp_04_optimizing_linux_boot_time.pptx,TI arm linux 快速启动优化指导,从boot、kernel到fs,详细说明各个阶段可以优化的点和方法。

2019-07-11

pyuv_0.7.0-1_amd64.deb

Ubuntu 64位系统下的YUV播放器,可以选择视频尺寸、YUV格式等参数设置。比较方便的工具软件。

2019-06-10

SoapUI-x64-5.5.0.sh

SoapUI-x64-5.5.0.sh,常用Webservice接口测试工具,64位linux版本。

2019-06-10

zigbee specification

The ZigBee Specification describes the infrastructure and services available to applications operating on the ZigBee platform.

2018-11-17

ZigBee Remote Control Application Profile

This specification defines the protocol infrastructures and services available to applications operating on the ZigBee RF4CE platform using the ZigBee Remote Control 2.0 profile.

2018-11-17

ZigBee RF4CE Specification

The ZigBee RF4CE specification describes the protocol infrastructure and services available to applications operating on the ZigBee RF4CE platform.

2018-11-17

BLE v5.0 Core Specification

BLE v5.0 Core Specification,蓝牙5.0核心技术规范。大家也可以去官网下载。

2018-11-14

中文 RFC 文档大全

中文RFC文档大全,从rfc1到rfc3000,可以做工作需要的参考文档。大家也可以去官网下载英文版:https://tools.ietf.org/html/

2013-03-08

BGP-4的路由刷新功能(RFC2918)

BGP-4的路由刷新功能(RFC2918)

2010-11-30

RFC2616中文版

RFC2616中文版,HTTP协议,用于相关协议开发

2010-11-30

RFC2616中文版

RFC2616中文版,HTTP协议,用于相关协议开发。大家可以不用浪费积分,去官网下:https://tools.ietf.org/html/

2010-11-30

Object-oriented Programming with ANSI - C

Object-oriented Programming with ANSI - C,使用C进行面向对象编程的思想

2010-04-23

嵌入式系统的构建[清华大学教材]

嵌入式系统的构建,清华大学自动化系教材,学习嵌入式的资料。07年左右上传的资源,不清楚现在是否还适用,请谨慎下载。

2010-04-23

ARM汇编常用指令集

ARM汇编常用指令集,详细介绍了arm芯片的一些常用汇编指令。07年左右上传的资源,不清楚现在是否还适用,请谨慎下载。

2010-04-23

Zigbee Wireless Networking

Zigbee Wireless Networking

2010-04-22

ZigBee Wireless Networks And Transceivers

ZigBee Wireless Networks And Transceivers

2010-04-22

Building.Embedded.Linux.Systems

Building.Embedded.Linux.Systems

2010-04-20

Advanced.Programming.in.the.UNIX.Environment.2Ed

Advanced.Programming.in.the.UNIX.Environment.2Ed

2010-04-20

Linux C函数库参考手册

Linux C函数库参考手册,详细介绍了Linux各种C函数接口的应用示例

2010-04-20

THE I2C-BUS SPECIFICATION

THE I2C-BUS SPECIFICATION

2010-04-20

UNIX Network Programming

UNIX Network Programming英文版

2010-04-20

100个VHDL语言学习的例子

100vhdl例子,包括各种基础的VHDL代码,从最基础开始学习VHDL资源。07年左右上传的资源,不清楚现在是否还适用,请谨慎下载。

2010-04-20

MAX+PLUS II应用入门

含有ALTERA公司的数据手册、应用笔、软件手册,还有MAX+Plus II 9.5和MAX+Plus II 9.6两种版种的软件。07年左右上传的资源,不清楚现在是否还适用,请谨慎下载。

2010-04-20

DDS(数字频率发生器)

DDS,直接数字频率发生器,用VHDL语言实现,同时用产生的频率作为载波,对输入信号进行MPSK调制。07年左右上传的资源,不清楚现在是否还适用,请谨慎下载。

2010-04-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除