自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (6)
  • 收藏
  • 关注

原创 Firefly-RK3288 Android 5.1 HDMI输出4K

Android版本:5.1内核版本:3.10.79 要使板子HDMI输出4K,需要修改内核层和Android framework层。参考了帖子:http://dev.t-firefly.com/thread-271-1-1.html一、内核层修改在没修改内核前,adb进入shell,cd /sys/class/display/HDMI;cat modes,输出当前显示器支持...

2018-06-12 17:11:42 3751

转载 ubuntu16.04 x86_64下编译ffmpeg-4.0 for android

NDK版本:17.0.4754217ffmpeg版本:4.0==================export NDK_HOME="/opt/Android/Sdk/ndk-bundle"export NDK_HOST_PLATFORM="linux-x86_64" export PREFIX=android-buildfor armeabi-v7a:./configure \    --libdi...

2018-06-04 14:27:00 1502 1

STM32F103 USB虚拟串口通信

STM32F103通过USB口与上位机通信:通过一根USB线既能供电也能与上位机通信 在Linux下生成/dev/ttyACM0 参考了文档:https://www.cnblogs.com/hiker-blogs/p/stm32_usb.html

2018-08-01

tensorflow-1.6.0-cp35-cp35m-linux_aarch64.whl

tensorflow-1.6.0-cp35-cp35m-linux_aarch64.whl tensorflow 1.60. for python3.5 linux aarch64(arm64)

2018-07-19

tensorflow-1.6.0-cp27-cp27mu-linux_aarch64.whl

tensorflow-1.6.0-cp27-cp27mu-linux_aarch64.whl tensorflow 1.60. for python2.7 linux aarch64(arm64)架构

2018-07-19

RK3288/3399 Android Root工具

RK3288/RK3399 的Android 32/64位系统root工具包 详见我的博客:https://blog.csdn.net/houxn22/article/details/81013718

2018-07-12

ftplib-4.0

FTP Library Routines Release 4.0 Thomas Pfau (tfpfau@gmail.com) June 7, 2013 This package implements a callable interface to FTP. The FTP protocol is specified in RFC 959. The library has been tested on linux, OpenVMS and Windows NT. It should also work without major modification on other POSIX systems. All programs using the library should include ftplib.h. FTP开源库。 Miscellaneous Functions FtpInit() - Initialize the library FtpSite() - Send a 'SITE' command FtpLastResponse() - Retrieve last server response FtpSysType() - Determine remote system type FtpSize() - Determine size of remote file FtpSizeLong() - Determine size of remote file FtpModDate() - Determine modification time of file FtpSetCallback() - Establish a callback function FtpClearCallback() - Remove a callback function Server Connection FtpConnect() - Connect to a remote server FtpLogin() - Login to remote machine FtpQuit() - Disconnect from remote server FtpOptions() - Set Connection Options Directory Functions FtpChdir() - Change working directory FtpMkdir() - Create a directory FtpRmdir() - Remove a directory FtpDir() - List a remote directory FtpNlst() - List a remote directory FtpCDUp() - Change to parent directory FtpPwd() - Determine current working directory File to File Transfer FtpGet() - Retreive a remote file FtpPut() - Send a local file to remote FtpDelete() - Delete a remote file FtpRename() - Rename a remote file File to Program Transfer These routines allow programs access to the data streams connected to remote files and directories. FtpAccess() - Open a remote file or directory FtpRead() - Read from remote file or directory FtpWrite() - Write to remote file FtpClose() - Close data connection Utilities qftp - Command line ftp utility

2015-02-12

读写ini配置文件 C C++

读写ini配置文件的C代码 可以跨平台(支持Linux Windows等),实现了VC中的 WritePrivateProfileString 和 GetPrivateProfileString功能。 支持去除等号两边空格、去除单双引号、中括号等,包含方便调用的子函数,可根据需要自己修改 只包含两个文件:profile.c和profile.h,非常好移植

2013-01-04

空空如也

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

TA关注的人

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