搜索资源列表
dactron
- Linux环境下usb数据采集设备的驱动程序-The driver program of usb data acquisition equipment under linux system.
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
sitback-0.3.5p3.tar
- Linux系统备份源代码 可基于用户自定义策略实现系统、应用数据备份-Linux system backup source code can be based on user-defined strategy to achieve systems, applications, data backup
LINUX_system_manage_book
- 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。 -the book contains a Linux two leading figure
imp1.tar
- Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个
fork、exec系列与system、popen区别
- fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you
TrueCrypt-6.0a-Source.tar
- Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as U
mkdosfs
- mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid
AT45D081
- The buffers allow receiving of data while a page in the main memory is being reprogrammed. Unlike conventional Flash-The AT45D081A is a 5-volt only, serial interface Flash memory suitable for in-system reprogramming. Its 8,650,752 bits of memory
UNIX
- UNIX 操作系统的基础知识的书籍资料,以及一些练习-Basic knowledge of UNIX operating system, data books, as well as some practice
linux-system
- 一周内学会linux系统管理-linux系统管理入门的必看的资料.PPT形式.-Learn linux system administration within a week-linux system administration data entry of the must-see. All the PPT format.
OCaml-for-scientists
- 本书旨在为Linux、Unix以及OS X系统管理员提供短小精悍且功能强大的shell实现解决方案,教会读者如何使用现有调试器调试shell脚本。 全书分为3个部分:脚本技术基础、系统交互和高级技术、有用的脚本实例。主要内容包括如何使小到中型的系统管理任务自动化,分析系统数据并编辑配置文件,使用bash和ksh等编写Linux、Unix和OS X应用程序的脚本文件等。 本书面向中高级的shell程序员,以及需要解决日常问题的系统管理员,但假定读者能够读懂一般的shell代码。 -Sy
os-design
- 很好的学习操作系统的资料图书 对类linux系统中的几个重要概念有独到分析-Good books to learn the operating system data on the class of linux system has a unique analysis of several important concepts
hadoop-setup-in-CentOS
- Hadoop实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有着高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上。而且它提供高传输率(high throughput)来访问应用程序的数据,适合那些有着超大数据集(large data set)的应用程序。HDFS放宽了(relax)POSIX的要求(requirements)这样可以流的形式访问(streaming access)文件系统中的数据。-Hadoop i
Development-of-embedded-system
- 基于S3C44B0X嵌入式系统应用开发ppt和s3c44b0中文英文数据手册-Development of embedded system applications based on S3C44B0X ppt and s3c44b0 Chinese English Data Sheet
the-guide-of-net-storage-system
- 网络存储系统导论,网络存储开发的入门和进阶书籍资料。信息全,质量佳 -Introduction to network storage systems, network storage and the development of advanced books data entry. All information, good quality
dt2801
- LINUX系统上关于DT2801系列和DT01-EZ系列的数据转换源代码程序。-LINUX system data conversion source code program about the the DT2801 Series and DT01-EZ series.
linux-data-mining
- Linux下实现的相对简单的数据挖掘系统-Relatively simple data mining system under Linux
dmsdoc
- 通用数据采集系统(Data Mining System)主要用于从登陆日志中采集客户使用所租用服务器的数据,并通过网络通信(TCP/IP协议)上传至服务器,以便在一段时间内作为对客户进行收费的依据。 系统在结构上使用C/S结构,即数据采集客户端(Client)与服务器端(Server)结构。 客户端(Client)分为服务器日志数据读取、数据匹配和数据发送模块。 服务器端(Server)分为数据接收、数据存入和数据库访问模块-General-purpose data acqu
yj075
- Linear array using cut than learning laid upon the right control of the main sidelobe ratio, HARQ throughput analysis of the system, Data packet transfer source program.