Chinaunix首页 | 论坛 | 博客
  • 博客访问: 9087044
  • 博文数量: 1732
  • 博客积分: 12961
  • 博客等级: 上将
  • 技术积分: 19830
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-09 11:25
个人简介

偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.

文章分类

全部博文(1732)

文章存档

2023年(26)

2022年(112)

2021年(217)

2020年(157)

2019年(192)

2018年(81)

2017年(78)

2016年(70)

2015年(52)

2014年(40)

2013年(51)

2012年(85)

2011年(45)

2010年(231)

2009年(287)

发布时间:2016-05-30 11:32:01

#include "stdafx.h"#include <Windows.h>#include <iostream>using namespace std; DWORD WINAPI ThreadFuncFirst(LPVOID param){ int iCount = 50; while(iCount--){  cout<<"\nThreadFuncFirst:"<<iCount; } return 0;}DWORD WINAPI ThreadFuncSecond(LPVOID p.........【阅读全文】

阅读(2578) | 评论(0) | 转发(0)

发布时间:2016-05-28 09:36:58

https://ruff.io/zh-cn/docs/download.html......【阅读全文】

阅读(2556) | 评论(0) | 转发(0)

发布时间:2016-04-06 17:29:03

I’ve recently upgraded to Ubuntu 12.04 and this is a great operating system. However, if you do some arm development and expect to be able to install cross libraries (armel/armhf) or easily generate an arm rootfs using the tools you’ve been used to, you’ll be disappointed.In Ubuntu 11.10 (O.........【阅读全文】

阅读(1860) | 评论(0) | 转发(0)

发布时间:2016-04-06 17:27:35

http://blog.csdn.net/luoqindong/article/details/42737789用buildroot来制作文件系统很方便,编译出来的文件系统是直接可用的,不用添加脚本等麻烦的工作,很多的库和app都可以直接添加到文件系统里边,如常用的udhcpc,tftp等.本文以以ZYNQ 7010为例,制作一个ramdisk的文件系统,在z-turn开发板上运行.1. 到buildroot目.........【阅读全文】

阅读(3503) | 评论(0) | 转发(0)

发布时间:2015-11-19 15:19:26

http://blog.csdn.net/lvwx369/article/details/39528173vlc的应用之七:用vlc做单播,组播及点播服务器http://jeremiah.blog.51cto.com/539865/161876/......【阅读全文】

阅读(4762) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册