自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 Linux Thread 最基本用法

关于POSIX thread的最基本用法 要用到线程,但对线程一直不怎么懂,看了些资料作了两个例子和总结,不对的地方恳请各位指正。 1.基本函数 pthread_create,pthread_detach,pthread_join,pthread_exit,pthread_self 具体的意义和参数看man或者书吧,其他的函数还不会用。 2.基本用法 程序1 程序功能:main产生一

2014-07-31 12:56:47 2320

转载 linux应用线程和信号处理

线程和信号处理 Pthread库也对线程和信号的处理提供了一些函数,这些函数包括: int pthread_sigmask(int how,const sigset_t * newmask, sigset_t * oldmask); int pthread_kill(pthread_t thread,int signo); int sigwait(const sigset_t *

2014-07-31 12:13:35 514

原创 MPC8309 NAND_SPL uboot初始化流程

nand_spl UBOOT第一阶段 UBOOT第一阶段在内部FCM 4K RAM中执行。当CPU启动时,自动把NAND Flash的前4K内容拷贝到FCM的4K RAM中,并根据配置字把这4K RAM映射到BMS(即0x00000000或0xFFF00000,下面假设为0xFFF00000)。然后CPU从0x100偏移处开始执行代码(即0xFFF00100,连接器应该保证_start

2014-07-11 15:20:52 1059

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 ([email protected]) 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关注的人

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