码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
多线程 用户级线程和内核级线程 from C++多核高级编程
转http://book.51cto.com/art/201006/206946.htm6.1.1 用户级线程和内核级线程2010-06-21 20:37 齐宁/董泽惠 译 清华大学出版社字号:T|T《C++多核高级编程》第6章多线程,本章将介绍:什么是线程; 用于线程管理的pthread API;...
分类:编程语言   时间:2014-08-15 19:24:21    阅读次数:204
dom4j解析 操作xml
//读取内容public void read() throws Exception{SAXReader reader = new SAXReader();Document document = reader.read("src/book.xml");Element root = document.g...
分类:其他好文   时间:2014-08-14 15:53:58    阅读次数:164
编程风格
缩进层级:4个空格行长度 : 80个字符换行:符号换行,赋值时,第二行位置应当和赋值运算符的位置保持对齐方法之间使用空行常量大写,字母间下划线不使用驼峰字符串使用双引号使用对象直接量,在直接量中直接写出所有属性var book = { title: "New book", author: "Ni.....
分类:其他好文   时间:2014-08-13 21:41:27    阅读次数:184
Microsoft Windows Scripting Self-Paced Learning Guide
http://www.mums.ac.ir/shares/hit/eduhit/book/windowsscripting.pdfhttp://support.microsoft.com/kb/926352/en-ushttps://www.microsoft.com/learning/en-us/...
分类:Windows程序   时间:2014-08-13 00:56:24    阅读次数:253
mysql 加入?列,改动列,删除列。
MySQL 加入?列,改动列,删除列ALTER TABLE:加入?,改动,删除表的列,约束等表的定义。查看列:desc 表名;改动表名:alter table t_book rename to bbb; 加入?列:alter table 表名 add column 列名 varchar(30); 删...
分类:数据库   时间:2014-08-12 18:38:44    阅读次数:241
OpenGL学习 Our First OpenGL Program
This shows you how to create the main window with the book’s application framework and how to render simple graphics into it.In shaders,we use #versio...
分类:其他好文   时间:2014-08-12 18:19:24    阅读次数:229
【DataStructure】Another usage of List: Polynomial
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Apolynomialis a mathematical function of the fo...
分类:其他好文   时间:2014-08-11 21:22:42    阅读次数:308
HDU-1685-Booksort(IDA*)
Problem Description The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form. If the book is available, then the next...
分类:其他好文   时间:2014-08-11 15:05:42    阅读次数:274
android一种统计工具Flurry的使用说明
Flurry的相关JAR包和文档:http://download.csdn.net/detail/baidu_nod/7739881 在libs里加上Flurry的jar包 可以写一个Flurry的管理类: public class FlurryTypes { public static final String DOWNLOAD_BOOK = "down load book";...
分类:移动开发   时间:2014-08-11 15:01:58    阅读次数:272
【DataStructure】Descriptioin and usage of List
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Alistis a collection of elements that are accessible sequential...
分类:其他好文   时间:2014-08-11 00:28:31    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!