TECH books
文章目录
TECH books
linux
GDB用法小结-resound-博客园
用GDB调试程序(四)-陈皓专栏【空谷幽兰,心如皓月】-博客频道-CSDN.NET
ubuntu9.10pdf中文字符显示为空白的解决方法-whmbao的专栏-博客频道-CSDN.NET
APIchangesinthe2.6kernelseries
/dev/tty/dev/ttyS0/dev/tty0区别_hbxiansheng_新浪博客
Linux设备驱动程序(LDD)中snull的编译问题-xiebiwei的专栏-博客频道-CSDN.NET
Index of /ubuntu-cd/
Linux系统上的NAT
LXR/The Linux Cross Reference
Linux initial RAMdisk(initrd) overview
HowtoView, Modify and Recreate initrd.img
Fedora LVM to Ubuntu ext3
Deployment Guide-RedHat Customer Portal
The Linux Kernel API
在线图书-嵌入式linux中文站
linuxbooks-www.makelinux.net
Linux From Scratch
linux RAWSOCKET加Packetaf定制2层报文-cornsea-博客园
Linux进程间通信-临水-博客园
Linux的进程/线程间通信方式总结
http://blog.csdn.net/kobejayandy/article/details/18863543
Linuxkernel-LXR/LinuxCrossReference
vxworks
bat
c
POSIX Issue7
清华严蔚敏《数据结构》的全部代码实现C语言
The GNU CLibrary
C编程精粹
pragma pack(非常有用的字节对齐用法说明)
gdb
GDB用法小结-resound-博客园
用GDB调试程序(四)-陈皓专栏【空谷幽兰,心如皓月】-博客频道-CSDN.NET
c++
vbscript
make
Automake-GNUProject-
FreeSoftwareFoundation(FSF)
Makefile所有内嵌函数 - 凌峰布衣 -博客园
java
The Java Tutorials
Thinking in Java-Table of Contents
Java IO
库的两个设计模式
bash
Advanced Bash-Scripting Guide
Bash-GNU Project-Free Software Foundation
perl
web
CSS参考手册
Java Script Manual
HTML4 Reference
uml
software-misc
Backus–NaurForm-Wikipedia,thefreeencyclopedia
Automake-GNUProject-FreeSoftwareFoundation(FSF)
专栏:例说HG-博客频道-CSDN.NET
ascii码表-搜搜百科
Batchfiles-MicrosoftWindowsXP
数学符号意义及其发音
关于SNMP的MIB文件的语法简述
cpu
S3C2410A datasheet SAMSUNG | 32-Bit RISC Microprocessor
AIX PowerPC体系结构及其溢出技术学习笔记
Intel-64 and IA-32 Architectures Software Developer Manuals
ee
电路图符号大全|电路图
电路图符号大全_百度文库
交流变直流_百度文库
刀型头沾松香焊接LQFP48—在线播放—优酷网,视频高清在线观看
电阻阻值识别方法__百度文库
PCB原理图符号设计_百度文库
hardware-misc
SAMSUNGARM9开发板—2410开发板
USB-ZIP+和USB-HDD+模式有什么不同?_百度知道
bus
I2C-I2CIO扩展器-PCA9554A-TI
ConventionalPCI-Wikipedia,thefreeencyclopedia
SerialPeripheralInterfaceBus-Wikipedia,thefreeencyclopedia
关于I2C和SPI总线协议-ce123的技术博客-博客频道-CSDN.NET
IEEEP802.3aeMDC/MDIO
MDIOBackground–TotalPhase
MDIOClause22andClause45-Hsuton-博客频道-CSDN.NET
UART和串口的区别_一蜉蝣_百度空间
SGMII和Serdes的详细说明_Justin_新浪博客
SerDes-Wikipedia,thefreeencyclopedia
XAUI-Wikipedia,thefreeencyclopedia
1000base-t
单片机
android
【小白终结帖】入门开发者必备学习资料大集合_应用开发者_MIUI论坛
tech-books
在线图书-第1页-嵌入式Linux中文站
UML软件工程组织-火龙果软件工程
tmp
TECH books的更多相关文章
- mysql高性能索引策略
转载说明:http://www.nyankosama.com/2014/12/19/high-performance-index/ 1. 引言 随着互联网时代地到来,各种各样的基于互联网的应用和服务进 ...
- <转载>国外程序员推荐的免费编程书籍资源
一.George Stocker 提供了一大串,分类如下: How to Design Programs: An Introduction to Computing and Programming 2 ...
- Github上的1000多本免费电子书重磅来袭!
Github上的1000多本免费电子书重磅来袭! 以前 StackOverFlow 也给出了一个免费电子书列表,现在在Github上可以看到时刻保持更新的列表了. 瞥一眼下面的书籍分类目录,你就能 ...
- Github 的一个免费编程书籍列表
Index Ada Agda Alef Android APL Arduino ASP.NET MVC Assembly Language Non-X86 AutoHotkey Autotools A ...
- 2015,2016 Open Source Yearbook
https://opensource.com/yearbook/2015 The 2015 Open Source Yearbook is a community-contributed collec ...
- What are some good books/papers for learning deep learning?
What's the most effective way to get started with deep learning? 29 Answers Yoshua Bengio, ...
- (转)A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers. Updated 20 ...
- Storm API,Tutorial,Trident,Windowing BOOKS
http://storm.apache.org/releases/1.0.0/Trident-API-Overview.html https://stackoverflow.com/questions ...
- 100 Most Influential Books According to Stack Overflow
Please read this blog post to see why this is here. This data was created on 02/13/2012 20:00:00 All ...
随机推荐
- npm webpack vue-cli
npm.webpack.vue-cli 快速上手版 Node.js npm 什么是Node.js 以及npm 简单的来说 Node.js 就是运行在服务端的JavaScript,基于Chro ...
- Linux音频驱动学习之:(2)移植wm8976声卡驱动(linux-3.4.2)
1.wm8976驱动程序: /* * wm8976.h -- WM8976 Soc Audio driver * * This program is free software; you can re ...
- js 变量的声明能提升 初始化不会提升
var x = 5; // 初始化 x elem = document.getElementById("demo"); // 查找元素 elem.innerHTML = x + & ...
- Linux文件系统命令 mkdir/rmdir
命令名:mkdir 功能:创建一个文件夹,和touch的区别是,touch是创建一个文件,后面可以跟绝对路径和相对路径 eg: mkdir ren 命令名:rmdir 功能:删除一个文件夹
- PC或者手机上实现相机拉近和旋转
using System.Collections;using System.Collections.Generic;using UnityEngine;using System; //[Seriali ...
- linux和 unix 介绍
linux和unix都是当今鼎鼎大名的操作系统,可以说改变了这个世界,也是当今科技产业的重要基础.让我们回顾一下他们的发展史吧. 1.unix起源. 上世纪六十年代时,大部份计算机都是采用批处理的方式 ...
- ob_get_contents 获取输出缓存内容
function _require($filename){ ob_start(); include $filename; $content = ob_get_contents(); ob_end_cl ...
- winform 与百度搜索智能提示
private void textBox1_TextChanged(object sender, EventArgs e) { listBox1.Items.Clear(); if (string.I ...
- SpringBoot(二)thymeleaf模板的引入
接着上一次的配置 1.在pom文件中添加thymeleaf模板的引入, <dependency> <groupId>org.springframework.boot</g ...
- Python基础2 字符编码和逻辑运算符
编码 AscII码 :标准ASCII码是采用7位二进制码来编码的,最高为0,没有0000 0000,所以就是2**7-1=127个字符 , 当用1个字节(8位二进制码)来表示ASCII码时,就在最高位 ...