搜索资源列表
SoftwareManual.doc
- This document contains a detailed descr iption of the usage and configuration of the JSVM [Joint Scalable Video Model] software for the Scalable Video Coding [SVC] project of the Joint Video Team [JVT] of the ISO/IEC Moving Pictures Experts Group [MP
Building_the_Linux_Kernel_tftp.doc.tar
- Building the Linux Kernel Build a Linux kernel to be used by the OMAP5912 processor and burn the bootable kernel to the OSK5912 flash memory. Establish a Network Filesystem (NFS) mountable partition on the Linux host machine. Build and run a sim
1652s_2
- The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (
linuxClustering
- A complete report into designing building and testing a Linux Cluster using OpenMossix technology.
Wordware-Publishing---Memory-Management
- The book explains memory management methods from DOS to Windows and Linux. The explanation gives example in in C and Assembly language (some of them are inline assembly inside a C program). The book is the most comprehensive explanation in low-level
6-Linux-Report
- A report on Linux Operating System made for college.
sctp-introduction-wp
- We are guided through security scans at the airport, and then whisked away in a speeding caravan of vehicles. As we reach the semi-secret world of the Internet Engineering Task Force (IETF) working groups, we enter the glass doors that mark the p
simple-experiment-with-ns2
- NS2是基于Linux开发平台的仿真软件,这是一个NS2的简单实验,希望对初学者有帮助!- NS2 simulation software development platform based on Linux, which is a NS2 simple experiment, for beginners!
lpi-full-logo
- LPI has a fundamental interest in championing workforce development initiatives for Linux and Open Source professionals.We also work on wider industry initiatives to promote the creation of Linux jobs and the recognition of the value of IT certificat
Comparing-the-real-time-scheduling-policies-of-th
- By Le Trung Thang,April 2012 By default, the Linux kernel build used in the many open source distributions is the normal/default kernel which doesn’t support real time scheduling. If an embedded developer wants to compare the scheduling policies
A-Tale-of-Four-Kernels-(FreeBSD--Linux--OpenSolar
- By Diomidis Spinellis,Athens University of Economics and Business, Greece, May 2008 The FreeBSD,GNU/Linux,Solaris,and Windows operating systems have kernels that provide comparable facilities. Interestingly, their code bases share almost no comm
verilog_intro-Cygwin
- verilog_intro-Cygwin environment and as a design tool. The Cadence design tool suite is installed on the Linux servers on our network. We will use be using the GUI interface which will allow us to view waveforms in a timing diagram. This also r
Advanced-Programming-in-the-UNIX-Environment-
- The changes to UNIX programming that have taken place since 1985 are extensive to say the least. The first edition of Advanced UNIX Programming is still used and considered to be a must have book on any UNIX programmer s shelf. With this new edition
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新