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

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

文章分类

全部博文(1741)

文章存档

2024年(16)

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-12-08 09:30:04

http://blog.sina.com.cn/s/blog_9cc7125c0100yk1s.htmlhttp://blog.sina.com.cn/s/blog_4cf0a0a90101hpos.html【SPI基础知识简介】设备与设备之间通过某种硬件接口通讯,目前存在很多种接口,SPI接口是其中的一种。SPI中分Master主设备和Slave从设备,数据发送都是由Master控制。一个master可以接一个或.........【阅读全文】

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

发布时间:2016-12-08 09:19:02

从 http://msys2.github.io/ 下载 msys2-x86_64-20160205.exe 并安装到 d:\msys641. 更新系统库 ?pacman -Sy pacman安装?pacman -Syupacman -S mingw-w64-x86_64-toolchainpacman -S mingw-w64-x86_64-gedit ? ?gedit有依赖GTK。......【阅读全文】

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

发布时间:2016-12-07 15:03:18

http://yzhong.co/codeblock-compile-64-bit-under-windows-with-mingw-w64/1. Install MINGW64Download and install?MinGW-w64. Assume that you install it under?C:\mingw64.2. Set up compilerOpen?Code::Block. Go to?Settings > Compiler. Under the drop down list.........【阅读全文】

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

发布时间:2016-12-07 15:02:38

点击(此处)折叠或打开//client.c #include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/socket.h>#include <bluetooth/bluetooth.h>#include <bluetooth/rfcomm.h>.........【阅读全文】

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

发布时间:2016-11-26 22:54:10

http://bbs.csdn.net/topics/310185055implib -a zlib.lib zlib.dll zconf.h第268行将#  define Bytef Byte FAR改为:#  define Bytef unsigned char FAR把268行改成:#define.........【阅读全文】

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

登录 注册