自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (34)
  • 收藏
  • 关注

转载 andriod的apk文件相关的编译反编译工具

1、smali-1.2.6.jar用途:.smali文件 转成 classes.dex文件说明:.smali文件,类似于.class文件,可以用普通文本编辑器查看和修改。用法举例:命令行:java -jar smali.jar classout/ -o classes.dex下载:http://code.google.com/p/smali/downloads/list 2

2012-02-29 08:23:14 1397

原创 VirtualBox增大硬盘容量(guest为Linux)

原文地址:http://blog.csdn.net/ariesjzj/article/details/7269784如果virtualbox中的guest系统出现磁盘空间不足的情况,最方便的方法就是将已有硬盘变大。网上能找到不少guest为windows时的扩大硬盘容量的方法,但在guest为linux时又略有不同。其实方法不止一种,下面以virtualbox自带的调整工具为例进行说明。

2012-02-18 12:05:08 6769

转载 浅谈Gcc4.4.4优化

Intel Compiler的编译器默认会加载一些有利于程序运行效率的开关,这也是Intel的编译器领先于其他编译器默认开关的原因之一。其实,作为跨平台的编译器,Gcc在选用恰当的优化选项后,运行效率在某些方面也是堪比Intel Compiler的。     下面仅列举Gcc常用的优化选项。有的含义不作说明,请参看帮助文档。1、-O系列(1)-O和-O1      包含下列选项

2012-02-08 15:12:51 1878

转载 中国科学技术大学 中科大(USTC)UBUNTU源Linux镜像站IPV4/IPV6

Ubuntu下的使用方法:使用如下命令:sudo gedit /etc/apt/sources.list请编辑/etc/apt/sources.list,用下面的内容替换: deb http://mirrors.ustc.edu.cn/ubuntu/ natty main restricted universe multiversedeb http://mirrors.

2012-02-07 13:27:42 5551 1

原创 设置WinDbg+ITP(硬件调试器)

当调试底层软件时,有可能出现系统本身挂起无响应的情况,且键盘强制蓝屏也无效。这种情况下,就需要硬件辅助调试了。《软件调试》一书中介绍了JTAG调试协议,该协议用于硬件调试器接口ITP/XDP。以Windows为例,Windbg提供了exdi模式,就是通过ITP进行连接调试的模式。 其使用流程大体如下:安装Windbg,安装ITP,然后进入ITP安装目录中的ITPeXdi目录下修改脚本W

2012-02-06 18:49:28 5788

转载 Linux Kernel Boot Parameters(Linux内核启动参数)

http://redsymbol.net/linux_boot_parameters/The following is a consolidated list of the kernel parameters as implemented (mostly) by the __setup() macro and sorted into English Dictionary order (defi

2012-02-06 11:11:45 18725 1

转载 Unicode数据类型(与ANSI关系和相互转化)

1,Windows定义Unicode数据类型WCHAR(Unicode字符)PWSTR(指向Unicode字符串的指针)PCWSTR(指向一个恒定的Unicode字符串的指针)以上都是Unicode字符和字符串。同时windows定义了ANSI/Unicode通用数据类型PTSTR和PCTSTR。Unicode宏没有前置下划线,_UNICODE宏用于c运行期头文件,而UNICO

2012-02-03 17:33:57 1353

原创 单系统Ubuntu显示Grub菜单

单系统ubuntu启动默认不显示grub菜单,如果不想改文件更改启动选项就需要让grub显示。 在文件/etc/grub.d/30_os-prober:把set timeout=0改为set timeout=10# update-grub

2012-02-03 15:23:02 1937

原创 Windows下的"ptrace"-父进程监视子进程Debugging API

原文地址:http://blog.csdn.net/ariesjzj/article/details/7226443 Linux下有功能强大ptrace,用于让父进程监视/修改/控制子进程的状态。Windows也提供了类似的接口,那就是Debuging API,用它可以编写用户级的调试器。 下面是一个例子,用以实现父进程创建并监视子进程运行状态。 #include #include

2012-02-03 08:35:14 5573

MS-DOS 7.10完整安装版

要研究操作系统,玩实模式,dos还真是利器。 这是完整安装版,内置cd-rom驱动等等。

2013-02-23

The.Art.of.Multiprocessor.Programming.Source.Code

The.Art.of.Multiprocessor.Programming.Source.Code 多处理器编程的艺术 源代码

2012-02-14

《Programming Perl》3th

by Larry Wall, Tom Christiansen & Jon Orwant

2011-07-16

《Perl Cookbook》 2nd

By Tom Christiansen, Nathan Torkington August 2003

2011-07-16

PDP11 processor handbook

第一版本的UNIX在该平台上开发的,阅读代码代码时需要点体系知识可以参看

2011-02-01

Windows Internals Fifth Edition

Windows® Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition (PRO-Developer) windows内核圣经

2011-01-28

Data.Mining.Practical.Machine.Learning.Tools.and.Techniques.Second.Edition

Highly anticipated second edition of the highly-acclaimed reference on data mining and machine learning

2010-09-08

Principles of Data Mining

by David Hand, Heikki Mannila and Padhraic Smyth A comprehensive, highly technical look at the math and science behind extracting useful information from large databases.

2010-09-08

Understanding Search Engines: Mathematical Modeling and Text Retrieval

Understanding Search Engines discusses many of the key design issues for building search engines and emphasizes the important roles that applied mathematics can play in improving information retrieval. The authors discuss not only important data structures, algorithms, and software but also user-centered issues such as interfaces, manual indexing, and document preparation. The authors bridge the gap between applied mathematics and information retrieval. They discuss some of the current problems in information retrieval that may not be familiar to applied mathematicians and computer scientists and present some of the driving computational methods (SVD, SDD) for automated conceptual indexing. This book uses a new approach to the subject by introducing topics in a nontechnical way and provides insights into common problems found in information retrieval. The more mathematical details are offset from the regular text.

2010-09-08

Mining the Web-Discovering Knowledge from Hypertext Data

The definitive book on mining the Web from the preeminent authority.

2010-09-08

Search Engines, Link Analysis, and User’s Web Behavior

George Meghabghab and Abraham Kandel This book presents a specific and unified approach framework to three major components: Search Engines Performance, Link Analysis, and User s Web Behavior. The explosive growth and the widespread accessibility of the WWW has led to a surge of research activity in the area of information retrieval on the WWW. The book can be used by researchers in the fields of information sciences, engineering (especially software), computer science, statistics and management, who are looking for a unified theoretical approach to finding relevant information on the WWW and a way of interpreting it from a data perspective to a user perspective. It specifically stresses the importance of the involvement of the user looking for information to the relevance of information sought to the performance of the medium used to find information on the WWW.

2010-09-08

Professional Linux Kernel Architecture

众所周知,Linux操作系统的源代码复杂、文档少,对程序员的要求高,要想看懂这些代码并不是一件容易事。本书结合内核版本2.6.24源代码中最关键的部分,深入讨论Linux内核的概念、结构和实现。具体包括进程管理和调度、虚拟内存、进程间通信、设备驱动程序、虚拟文件系统、网络、时间管理、数据同步等方面的内容。本书引导你阅读内核源代码,熟悉Linux所有的内在工作机理,充分展现Linux系统的魅力。 本书适合Linux的系统编程人员、系统管理者以及Linux爱好者学习使用。

2010-08-29

无线网络密码破解教程

我也没看过,因为暂时没有这方面的需要,先留着

2010-07-11

《convex optimization》solution

优化理论中的经典。原书在作者主页上有下,这是习题解

2010-07-05

《Dynamic Programming and Optimal Control》 Vol 2

Dynamic Programming and Optimal Control, Vol 2 貌似vol1有人发了,这是vol2

2010-07-05

《The Latex Companion》source code

《The Latex Companion》 学习latex的经典,这里是源代码。

2010-07-05

《The Latex Companion》完整版

《The Latex Companion》 上次传的不是非完整版,我也是传完了才发现,现在重新上传

2010-07-05

《Learning Debian GNU Linux》

Debian在linux的发行版中是用得比较多的。学习Debian linux的好书.

2010-07-05

《statistical inference》

讲统计推理的书,有需要的同学可以下来看看

2010-03-23

《Learning with kernels》

kernel的大牛级人物写的书,那一定是必读的了

2010-01-23

《The Latex Companion》

不好意思,这个是非完整版,我也是传完才发现,我已另开资源传了完整版及源码

2010-01-23

《The nature of statistical learning theory》Vapnik V.N.

《The nature of statistical learning theory》 统计学习的经典

2009-10-25

《programming python》 3rd

《programming python》 第三版 python入门经典

2009-10-25

《Elements of the Theory of Computation》

《Elements of the Theory of Computation》计算理论经典之作,已绝版

2009-10-02

《Maximum Wireless Security》

《Maximum Wireless Security》 无线网络的安全 经典必读

2009-10-02

PDP-11 instruction reference

PDP-11 instruction reference 第一代UNIX工作的平台

2009-10-02

《The Design of The Unix Operating System》(unix操作系统设计)

《The Design of The Unix Operating System》(unix操作系统设计)

2009-10-02

《UNIX网络编程》3rd 源代码

《UNIX网络编程》3rd 源代码 包括一二卷的源代码

2009-08-21

core java source code

Core java 2ed Volume I & Volume II 's Code

2009-08-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除