自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (68)
  • 收藏
  • 关注

空空如也

Predictably Irrational

Predictably Irrational

2012-11-27

unix ksh script

unix script

2012-11-27

UNIX.shell.part1

UNIX.shell.part1 total 2 parts, 80MB unzipped.

2012-11-14

UNIX.shell.part2

part2, total 2 parts.

2012-11-13

Assembly Language for x86 Processors 5e

Assembly Language for x86 Processors 5e

2012-11-06

Getting Started with MASM and Visual Studio 2010

Getting Started with MASM and Visual Studio 2010

2012-11-06

USB转COM驱动

USB转COM驱动

2012-10-13

算法精解/C语言描述

本书是数据结构和算法领域的经典之作,十余年来,畅销不衰!全书共分为三部分:第一部分首先介绍了数据结构和算法的概念,以及使用它们的原因和意义,然后讲解了数据结构和算法中最常用的技术——指针和递归,最后还介绍了算法的分析方法,旨在为读者学习这本书打下坚实的基础;第二部分对链表、栈、队列、集合、哈希表、堆、图等常用数据结构进行了深入阐述;第三部分对排序、搜索数值计算、数据压缩、数据加密、图算法、几何算法等经典算法进行了精辟的分析和讲解。   本书的众多特色使得它在同类书中独树一帜:具体实现都采用正式的C语言代码而不是伪代码,在很多数据结构和算法的实现过程中,有大量细节问题是伪代码不能解决的;每一章都有精心组织的主题和应用;全部示例来自真实的应用,不只是一般的练习;对每种数据结构、算法和示例都进行了详细分析;每一章的末尾都会有一系列问题和对应的回答,旨在强调这一章的重要思想……   本书中的代码尤为值得强调:所有实现都采用C语言编写,所有代码都优先用于教学目的,所有代码都在4种平台上经过完整测试,头文件记录了所有公共的接口,命名规则适用于全书所有的代码,所有的代码都包含大量注释……   本书内容包括:   · 数据结构和算法的概念,以及使用它们的原因和意义   · 指针和递归   · 算法分析   · 常用数据结构:链表、栈、队列、集合、哈希表、树、堆、优先级队列以及图   · 排序和搜索   · 数值计算   · 数据压缩   · 数据加密   · 图算法   · 几何算法  

2012-10-13

bsd-games-2.17-28.src

I have been playing a collection of text mode games that were commonly found on Unix Systems during the 70s and 80s. These games are surprisingly playable and, for me, they really show that there is more to gaming than flashy graphics. As with any top 10 list, everyone will have their own opinions. While you may disagree with my choices, my main aim is to encourage more people to check out these games and see that text mode still has a lot to offer.

2012-09-06

vi入门--巧表单法

vi入门--巧表单法

2012-08-29

MASM50.rar

MASM50.rar

2012-08-21

masm615.zip

masm615

2012-08-21

Intel_cpuid-instruction

processor-identification-cpuid-instruction

2012-08-21

vbirdPASSWORD-linuxeden

vbird

2012-08-16

c与c++面试题汇总

经典c与c++面试题汇总

2012-07-05

linux0.11src

linux0.11_src

2012-07-02

UNIX PROGRAMMER’S MANUAL

UNIX PROGRAMMER’S MANUAL

2012-06-05

Unix编程环境

更新描述或封面 作者: Brian W.Kernighan / Rob Pike 译者: 陈向群/等 出版社: 机械工业出版社 出版年: 1999-10 页数: 255 目录 ······ 译者序 序言 第1章 初学UNIX 第2章 文件系统 第3章 shell的使用 第4章 过滤程序 · · · · · · (更多) 译者序 序言 第1章 初学UNIX 第2章 文件系统 第3章 shell的使用 第4章 过滤程序 第5章 shell编程 第6章 使用标准I/O编程 第7章 UNIX系统调用 第8章 程序开发 第9章 文档处理 第10章 结束语 附录A 编辑器概述 附录B hoc手册 附录C hoc清单

2012-06-04

C_answerc_anwser

c_anwserc_anwserc_anwserc_anwser

2012-06-04

UNIX环境高级编程

 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC、伪终端等方面的内容,还在此基础上介绍了多个应用示例,包括如何创建数据库函数库以及如何与网络打印机通信等。此外,还在附录中给出了函数原型和部分习题的答案。    本书内容权威,概念清晰,阐述精辟,对于所有层次UNIX程序员都是一本不可或缺的参考书。

2012-05-22

高质量C编程

高质量C编程

2012-05-17

archLinuxarchLinux

archLinuxarchLinux

2012-04-05

LFSLinuxbin

LFSLinuxbin

2012-04-05

google搜索技巧

google搜索技巧

2012-03-22

memory rank

memory rank

2012-03-15

DiskGen DGen3220106_x86

DGen3220106_x86DGen

2012-03-14

C与C++高级图形程序设计完整版

C与C++高级图形程序设计完整版

2012-03-02

PCI LOCAL BUS. ppt

Peripheral Component Interconnect (PCI). PCI LOCAL BUS 介绍PPT

2019-05-20

expect_tcl_shell

Expect是在Tcl基础上创建起来的,它还提供了一些Tcl所没有的命令。spawn命令激活一个Unix程序来进行交互式的运行。  send命令向进程发送字符串。expect命令等待进程的某些字符串。 expect支持正规表达式并能同时等待多个字符串,并对 每一个字符串执行不同的操作。expect还能理解一些特殊情况,如超时和遇到文件尾。

2014-03-14

MBR解析图

MBR解析图

2013-12-03

Function_introEN

Function_introEN

2013-05-05

Proxifier代理工具

Proxifier代理工具

2013-04-30

MazeCC_Runners

MazeCC_Runners

2013-02-20

linux_starcraft_part1

linux_starcraft_part1

2013-01-30

linux_starcraft_part2

linux_starcraft_part2

2013-01-30

linux_starcraft_part3

linux_starcraft_part3

2013-01-30

Chaoslauncher

Chaoslauncher

2013-01-30

MEMDump utillity

MEMDump utility is designed to dump or copy any part of 4GB linear memory address space under MS-DOS and Windows 9x DOS to a console, text or binary file. You can use MEMDump for dump contents of PCI devices memory located outside of first megabyte, access USB structures, study contents of memory used by memory managers, etc. For proper access to hardware registers, memory can be read with BYTE, WORD or Double WORD granularity. Utility provides transparent access to memory with or without installed memory managers. Syntax: MEMDUMP [/H|?] [/D[B|W|D][:Address[,Length]]] [/F:filename|none] [/B:filename] where: /H - Print this text /D[B|W|D][:Address[,Length]] - Dump 'Length' number of memory bytes from specified linear 'Address' as bytes (DB), words (DW) or double words (DD) correspondingly. /F:filename - Output file for the dump (Default: console) Use /F:none to completely suppress dump /B:filename - Output file for the binary contents of memory Notes: Both 'Address' and 'Length' can be expressed in hexadecimal format with '0x' prefix. The 'Length' field can be also expressed in decimal. Examples: MEMDUMP /DW:0x100000,0x100000 /F:2ndMB.dmp - dump second MB to file 2ndMB.dmp MEMDUMP /DB:0x100000,128 - dump 128 Bytes to console MEMDUMP /D:0,0x100 /F:none /B:IntTB.bin - copy INT table to binary file IntTB.bin If dump or binary file exists, MEMDUMP unconditionally overrides it. If you are using WORD or DWORD access 'Length' parameter should be multiple of 2 or 4 correspondingly. Please remember that if the memory manager (such as EMM386.EXE) is loaded, MEMDUMP will read linear address rather as physical address.

2013-01-11

《汇编语言》课后习题答案

《汇编语言》课后习题答案

2013-01-11

initrc_tipping_point

initrc_tipping_point

2012-11-27

空空如也

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

TA关注的人

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