自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(30)
  • 资源 (4)
  • 收藏
  • 关注

原创 linux source code download

http://www.linuxfromscratch.org/blfs/view/svn/index.html

2018-09-29 20:48:24 888

原创 ogg

[ogg]https://xiph.org/ogg/The Ogg container formatOgg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs. As with all Xiph.org technology is i...

2018-09-29 20:36:04 376

原创 speex

[speex] https://www.speex.org/Speex: A Free Codec For Free SpeechOverviewSpeex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lo...

2018-09-29 17:45:03 853

原创 Linux speex音频库-音频数据编解码

speex encoder#include <stdio.h>#include <stdlib.h>#include <stddef.h>#include <stdbool.h>#include <stdint.h>#include <unistd.h>#include <getopt.h>#i

2018-09-29 17:41:31 836 1

原创 arm linux lua移植

lua:lua home1.下载lua源码lua下载lua-5.3.4.tar.gz2.解压:tar xvf lua-5.3.4.tar.gz3.修改makefile and luaconf.h$修改 lua-5.3.4/Makefile#INSTALL_TOP= /usr/localINSTALL_TOP= $(shell pwd)/out #修改安装目录(当前目录...

2018-09-27 20:15:02 1126

转载 zlib arm linux交叉编译

转自:https://blog.csdn.net/npy_lp/article/details/6991704 开发平台:Ubuntu11.04 编 译器:arm-gcc-4.1.1.tar.bz2 (可从http://download.csdn.net/detail/npy_lp/3821111上下载) Zlib源码包:zlib.tar.bz2 (可从http://downlo...

2018-09-25 19:45:04 3012

原创 openCV ROI

#include "opencv2/core.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/highgui.hpp"#include "opencv2/videoio.hpp"#include <iostream>using namespace std;using namespace cv;//仅最大化HSV图...

2018-09-21 20:21:52 349

原创 openCV 基本数据类型

结构成员涵义CvPointint x, y图像中的点CvPoint2D32ffloat x, y二维空间中的点CvPoint2D64fdouble x, y二维空间中的点CvPoint3D32ffloat x, y, z三维空间中的点CvPoint3D64fdouble x, y, z三维空间中的点CvSizeint wid...

2018-09-19 21:44:38 337

原创 C 指向二维数组的指针定义

#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdbool.h>#include <stddef.h>#define PATH1 "/tmp/dataadd/mp3"#define PATH2 "/tmp/gotu/mp3"#d

2018-09-19 17:28:12 2559

原创 openCV 视频 cvLogPolar 对数极坐标变换

#include "opencv2/core.hpp"#include "opencv2/highgui.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/videoio.hpp"#include <iostream>using name

2018-09-18 15:31:26 892

原创 openCV cvPyrDown cvPyrUp Canny 图像缩放,边缘检测

#include "opencv2/core.hpp"#include "opencv2/highgui.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/videoio.hpp"#include "opencv2/imgcodecs.hpp"using n

2018-09-18 14:22:27 494

原创 openCV smooth平滑处理

#include "opencv2/core.hpp"#include "opencv2/highgui.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/videoio.hpp"#include <iostream>using name

2018-09-18 12:40:01 2577

原创 openCV 播放视频 带进度条

#include "opencv2/core.hpp"#include "opencv2/highgui.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/videoio.hpp"#include <iostream>using namespace std;using namespace cv;int g_sl...

2018-09-17 21:28:03 1208

原创 openCV 播放视频文件

#include "opencv2/core.hpp"#include "opencv2/highgui.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/videoio.hpp"using namespace std;using namespace cv;int main(int argc, char **argv){ ...

2018-09-17 21:05:12 2382

原创 openCV 显示图片

#include "opencv2/core.hpp"#include "opencv2/highgui.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/videoio.hpp"#include <iostream>using namespace std;using namespace cv;int main(i...

2018-09-17 20:51:12 1771

原创 openCV 打开摄像头

#include "opencv2/core.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/highgui.hpp"#include "opencv2/videoio.hpp"#include <iostream>using namespace std;using namespace cv;void dra...

2018-09-17 20:11:11 313

原创 ubuntu16.04 opencv环境搭建

1.下载opencv源码:http://opencv.org/releases.html2.解压源码压缩包:unzip opencv-3.4.0.ziportar xvf opencv-3.4.0.tar.gz3.安装相关依赖:sudo apt-get install cmake sudo apt-get install build-essential libg...

2018-09-16 19:06:03 456

转载 WebRtc

转载:https://blog.csdn.net/yetyongjin/article/details/81027468

2018-09-12 18:05:41 185

原创 pthread.h

NAME pthread.h - threadsSYNOPSIS [THR] [Option Start] #include <pthread.h> [Option End]DESCRIPTION The <pthread.h> header shall define the following symbols: [BAR]...

2018-09-07 14:24:17 659

原创 Linux cmake使用笔记

CMake:All problems in computer science can be solved by another level of indirection. cmake会根据cmake-language编写的 CMakeLists.txt 或.cmake后缀文件编译自动生成MakefileCMake使用流程:在 linux 平台下使用 CMake 生成 Makefile...

2018-09-06 12:01:16 819

原创 C++ list

list::emplace// list::emplace#include <iostream>#include <list>int main (){ std::list< std::pair<int,char> > mylist; mylist.emplace ( mylist.begin(), 100, 'x' ); ...

2018-09-04 19:16:04 253

原创 C++ Array

#include <iostream>#include <array>int main(int argc, char **argv){ std::array<int, 100> intArray; std::array<int, 100> array2; std::cout<< "size of:"&lt..

2018-09-04 11:22:43 434

原创 C++ csignal

SIGABRT (Signal Abort) Abnormal termination, such as is initiated by the abort function.SIGFPE (Signal Floating-Point Exception) Erroneous arithmetic operation, such as zero divide or an operation r...

2018-09-03 21:16:13 428

原创 C++ cstring

FunctionsCopying:memcpy Copy block of memory (function )memmove Move block of memory (function )strcpy Copy string (function )strncpy Copy characters from string (function )...

2018-09-03 21:15:22 514

原创 C++ cassert, cctype

#include <iostream>#include <cassert>#include <cstdio>void print_number(int *M){ assert (M != NULL); printf("%d\n", *M); printf("======\n");}int main(){ int ...

2018-09-03 20:57:14 1195

原创 C++ 代码检查工具

Cppcheck :http://cppcheck.sourceforge.net/Clang Static Analyzer https://clang-analyzer.llvm.org / sudo apt install clangcppcheck main.c输出:Checking main.c...[main.c:15]: (error) Common reallo...

2018-09-03 15:27:34 2284

原创 C++ 头文件

Reference Standard C++ Library referenceC Library:C LibraryThe elements of the C language library are also included as a subset of the C++ Standard library. These cover many aspects, from ge...

2018-09-03 10:55:47 396

原创 C++ 多线程,get_id, , sleep_for

#include <iostream> // std::cout, std::endl;#include <cstdlib> #include <cmath> #include <csignal>#include <thread> // std::this_thread::sleep_for#include &l...

2018-09-03 10:41:29 1946

原创 cJSON 使用笔记

cJSON:/* cJSON Types: */#define cJSON_Invalid (0)#define cJSON_False (1 << 0)#define cJSON_True (1 << 1)#define cJSON_NULL (1 << 2)#define cJSON_Number (1

2018-09-02 21:37:51 4432 2

原创 cJSON V1.4.5源码

cJSON.h/* Copyright (c) 2009 Dave Gamble Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to ...

2018-09-02 20:20:37 769

C# WPF编程,串口工具

C# WPF编程,串口通信小工具。

2024-09-06

C# WPF编程实现串口通信燃气报警器历史记录读取

燃气报警器历史记录读取,符合国标文件《GB+15322.2-2019.pdf》串口通信协议定义; 本例程通过串口数据接收时间判断一帧数据是否接收完成,经测试可以及时稳定响应串口帧命令,性能稳定。

2024-09-06

PyQt5串口波形显示工具

PyQt5串口波形显示小工具。

2024-08-02

PyQt5 qtpandas 1.0.4库文件安装包

PyQt5 qtpandas 1.0.4库文件安装包。 因为使用pip install命令安装的qtpandas版本是1.03。依赖的是PyQt4版本,所有如果把这个版本的qtpandas集成到PyQt5环境下则会报错。 git clone https://github.com/draperjames/qtpandas.git cd qtpandas python setup.py install

2022-12-02

RC522_RFID.zip

STM32 RC522 RFID模块 Demo

2022-01-03

SequenceList.7z

数据结构-线性表的顺序表示C语言实现源代码,可通过输入命令操作线性表:创建,销毁,插入,从表头添加,从表尾添加,删除,查询,输出表等功能。

2021-10-27

S12单片机CAN波特率计算器.exe

飞思卡尔S12系列单片机CAN波特率计算器

2021-08-17

cwRsync_4.0.3_Installer.exe

cwRsync 是运行在windows系统上的一款非常好用的,文件备份同步工具。

2017-05-31

空空如也

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

TA关注的人

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