Chinaunix首页 | 论坛 | 博客
  • 博客访问: 848466
  • 博文数量: 143
  • 博客积分: 455
  • 博客等级: 一等列兵
  • 技术积分: 861
  • 用 户 组: 普通用户
  • 注册时间: 2012-08-03 00:11
文章分类

全部博文(143)

文章存档

2018年(10)

2017年(6)

2016年(28)

2015年(14)

2014年(67)

2013年(1)

2012年(17)

我的朋友

发布时间:2018-01-30 22:58:26

pre.cjk { font-family: "Courier New",monospace; }h2.cjk { font-family: "Noto Sans CJK SC Regular"; }h2.ctl { font-family: "FreeSans"; }h1 { margin-bottom: 0.08in; }h1.western { font-family: "Liberation Serif",serif; }h1.cjk { font-family: "Noto Sans CJK SC Regular"; font-size: 24pt; }h1.ctl { font-f.........【阅读全文】

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

发布时间:2018-01-30 22:34:13

1. 依据arch/arm/kernel/vmlinux.lds 生成linux内核源码根目录下的vmlinux,这个vmlinux属于未压缩,带调试信息、符号表的最初的内核,大小约23MB; arm-linux-gnu-ld -EL  -p --no-undefined -X -o vmlinux -T arch/arm/kernel/vmlinux.lds  .........【阅读全文】

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

发布时间:2017-08-10 16:42:47

http://www.cnblogs.com/TFH-FPGA/archive/2012/09/13/2683112.htmlLVDS是一种低摆幅的差分信号技术,它使得信号能在差分PCB 线对或平衡电缆上以几百Mbps的速率传输,其低压幅和低电流驱动输出实现了低噪声和低功耗。   IEEE 在两个标准中对LVDS 信号进行了定义。ANSI/TIA/E IA -644 中,推荐最大速率为65.........【阅读全文】

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

发布时间:2017-08-08 15:49:43

例: [cpp] view plain copy status = system("./test.sh");  1、先统一两个说法:(1)system返回值:指调用system函数后的返回值,比如上例中status为system返回值(2)shell返.........【阅读全文】

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

发布时间:2017-08-08 15:49:31

例: [cpp] view plain copy status = system("./test.sh");  1、先统一两个说法:(1)system返回值:指调用system函数后的返回值,比如上例中status为system返回值(2)shell返.........【阅读全文】

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

登录 注册