unfolding.jar
unfolding maps 微软地图使用英文显示中国的地名
hadoop-core-1.0.3.jar_修改
Exception in thread "main" java.io.IOException: Failed to set permissions of path: \tmp\hadoop-zhangchao3\mapred\staging\zhangchao3502228304\.staging to 0700 at org.apache.hadoop.fs.FileUtil.checkReturnValue(FileUtil.java:689)
hadoop FileUtil.java 解决权限检查的问题
org.apache.hadoop.fs.FileUtil.checkReturnValue(FileUtil.java:689) 解决这个问题后,重新生成的jar包
hadoop-eclipse-plugin-1.0.3.jar
hadoop eclipse 插件,用于在eclipse中搭建hadoop的开发环境。
Introduction to iUMLite 2.20
Case Study – A Simple Gas Station System
iumlite教程
This tutorial has been designed specifically for providing instructions of how to draw
use case diagrams..
Python 3 Web Development Beginner's Guide
Python 3 Web Development Beginner's Guide (with code), Ebooks free download from rapidshare or megaupload or hotfile, free download fast and reliable.
Building your own Python web applications provides you with the opportunity to have great functionality, with no restrictions. However, creating web applications with Python is not straightforward. Coupled with learning a new skill of developing web applications, you would normally have to learn how to work with a framework as well.
Python 3 Web Development Beginner’s Guide shows you how to independently build your own web application that is easy to use, performs smoothly, and is themed to your taste – all without having to learn another web framework.
Web development can take time and is often fiddly to get right. This book will show you how to design and implement a complex program from start to finish. Each chapter looks at a different type of web application, meaning that you will learn about a wide variety of features and how to add them to your custom web application. You will also learn to implement jQuery into your web application to give it extra functionality. By using the right combination of a wide range of tools, you can have a fully functional, complex web application up and running in no time.
Effective_STL
Sure, the STL has iterators, algorithms, and function objects, but for most C++
programmers, it's the containers that stand out. More powerful and flexible than arrays,
they grow (and often shrink) dynamically, manage their own memory, keep track of
how many objects they hold, bound the algorithmic complexity of the operations they
support, and much, much more. Their popularity is easy to understand. They're simply
better than their competition, regardless of whether that competition comes from
containers in other libraries or is a container type you'd write yourself. STL containers
aren't just good. They're really good.
blue ---驱动开发书籍介
驱动程序按操作系统平台可分为两大类:Windows 系列与 Linux/Unix 系统。而在
Windows平台中又包含两大类:VxD(Virtual X Device)与 WDM(Windows Driver Model),前
者运行于 Windows 3.1/95/98/ME,后者运行于 Windows 98/ME/2000/XP。Windows NT4.0 平
台上的 KMD 驱动程序仅比 WDM 少了能量管理与即插即用功能而矣。当然,在 Windows
2000 平台上的驱动程序除 WDM 外,还有文件系统驱动、NDIS(Network Driver Interface
Specific)驱动等等其它类型的驱动程序,但在下面的书籍推荐与介绍中我们将主要围绕
WDM进行。
Software Engineering A Practitioner's Approach
Roger S. Pressman is an internationally recognized authority in software process
improvement and software engineering technologies. For over three decades, he has
worked as a software engineer, a manager, a professor, an author, and a consultant, focus-
ing on software engineering issues.
软件工程——实践者的研究方法
Roger S.Pressman是软件工程领域国际知名的咨询专家和作者。他以优等成绩从Connecticut大学获得学士学位,从Bridgeport大学获得硕士学位,从Connecticut大学获得工学博士学位。已有超过25年的产业经验。主要从事工程产品软件和系统软件的开发技术工作和管理工作。
unix环境高级编程
本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。
寒江独钓----代码
内核程序的知识涉及面非常广,不同类别的内核程序差别也特别大,他几乎都有所涉猎
4.5.7 打开两种键盘端口驱动寻找设备 81
7.7.2 文件的打开与关闭 203
1.3.1 下载和安装WinDbg 9
GNU make 使用手册
本文瑾献给所有热爱Linux的程序员!本文档版权所有,禁止用于任何商业行为。
本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。作为一个Linux程序员,make工具的使用以及编写Makefile是必需的。系统、详细讲述make的中文资料比较少,出于对广大中文Linuxer的支持,本人在工作之余,花了18个多月时间完成对“info make”的翻译整理,完成这个中文版的书册。本书并不是一个语言的翻译版本,其中对GNU make的一些语法和用法根据我个人的工作经验进行了一些详细分析和说明,也加入了一些个人的观点和实践总结。本书的所有的例子都可以在支持V3.8版本的GNU make的系统中正确执行。
Linux设备驱动程序第三版书本上代码
Linux设备驱动程序第三版书本上代码,每一个实例代码都有,看书必备啊。。。。。
Linux 设备驱动 第三版--中文版-chm文件
以 Linux 为代表的自由操作系统的很多优点之一, 是它们的内部是开放给所有人看的. 操作系统, 曾经是一个隐藏的神秘的地方, 它的代码只局限于少数的程序员, 现在已准备好让任何具备必要技能的人来检查, 理解以及修改. Linux 已经帮助使操作系统民主化. Linux 内核保留有大量的复杂的代码, 但是, 那些想要成为内核 hacker 的人需要一个入口点, 这样他们可以进入代码中, 不会被代码的复杂性压倒. 通常, 设备驱动提供了这样的门路.
USB基础教程--从最基本的入手
USB基础教程--从最基本的入手.。。。。。。。。。。。
深入解析AT&T汇编-要想学Linux的必读
深入解析AT&T汇编-要想学Linux的必读
C_Bible-C语言开发圣经-开发人员必看
C_Bible-C语言开发圣经-开发人员必看
80x86汇编语言程序设计教程
本书的第一部分适合初学者,可作为学习汇编语言程序设计的教材。本书的第二部分适合已基本掌握8086/8088汇编语言的程序员,可作为学习保护方式编程技术的教材或参考书,也可作为其他人员了解高档微处理器和保护方式编程技术的参考书,还可作为程序员透彻地了解Windows程序设计技术的参考书。
八个不可思议的3D动画
【N年64K动画大赛的作品】八个不可思议的3D动画-或许很多人看过这个,不过还是想让那些没看过的人见识见识!
软件简介:你相不相信64K大小,竟然看到这么久的三D精彩动画,而且质量会如此的高,不信就下来看看吧!
64kb=1.6G是个什么概念?看看就知道。懂E文的可以看到最后的介绍里面提到有1.6g的数据包含其中。其实还有很多不过这个是最好的。以后游戏要是这样就好啦。可能1Mb的游戏就可以玩N个钟头啦。期待…………
每年,世界各地著名的Warez组织都会推出一个小的动画片来比较,仅仅是用来炫耀其实力。64K的3D动画。要知道,一首普通的MP3,通常就有4000K左右,一张普通的JPG压缩图片也要30-40K,而这个仅有63K的3D动画,你花半个小时也看不完而且不重复带音乐.
推荐配置:2G/512M/GF4Ti或ATi9600、128M以上。
prophecy《彗星撞地球》2000年时的最经典力作!相信大多网友对这个演示是相当熟悉了将1.9G的数据压缩为64K,其3D渲染和声效却令人震撼,尤其是已64K的大小竟然演示了近30分钟的不重复3D影片,其技术令人震惊~因为,事实上,这个动画的真正容量超过15G,也就是说这个Warez组织把它压缩了25万倍。注:系统必须安装有directx8.0才行。因为动画支持DX8.0加速。
ARM平台之嵌入式系統設計
5.1嵌入式系統發展與設計週期(Design Cycle)
5.2 嵌入式硬體平台與嵌入式系統發展環境
5.2 嵌入式系統軟體發展
5.4 嵌入式系統發展之軟體技術
5.5 嵌入式系統發展工具
5.6 嵌入式系統測試(Testing)與除錯(Debugging
计算机网络课件 自顶向下 ppt 1-6章
该资源是计算机网络--自顶向下的研究方法 的课件ppt 讲解深入透彻 适合初学者 该书在大学计算机及其相关专业中运用相当广泛
QT2410_Linux开发用户手册.pdf
QT2410E开发套件
Linux(2.6内核)用户手册
C_GUI_Programming_with_Qt_4
The Only Official Best-Practice Guide to Qt 4.1 Programming.
Includes new chapters on Qt 4's model/view architecture and Qt's new plugin support, along with a brief introduction to Qtopia embedded programming