The ONE is a Opportunistic Network Environment simulator which provides a powerful tool for generating mobility traces, ruNNing DTN messaging simulations with different routing protocols, and visualizing both simulations interactively in real-time and results after their completion.
标签: Opportunistic Environment simulator provides
上传时间: 2017-04-16
上传用户:gmh1314
The purpose of this project is to explore the issues and implementation of a multiple instruction stream, single data stream processor. We are ruNNing two instruction streams on two CPUs which share an address space. The processors share a second level cache, and maintain coherence at the L1 cache with a write-invalidate policy. The L2 cache is two-way set associative, with a block size of 8 words, and a total capacity of 512 words.
标签: implementation instruction multiple purpose
上传时间: 2017-04-18
上传用户:731140412
Ksplice is practical technology for updating the Linux kernel without rebooting. It enables you to avoid the disruptive process of rebooting for kernel security updates and bugfixes. By making it easy to keep your systems up to date, Ksplice helps you avoid the security and stability risks of ruNNing out-of-date software.
标签: technology practical rebooting updating
上传时间: 2013-12-16
上传用户:xaijhqx
This is the source code of Camera driver for OV2640 camera from OmniVision using in Blackfin platform ruNNing uClinux OS
标签: OmniVision Blackfin platfor Camera
上传时间: 2017-04-24
上传用户:kelimu
you do not need any previous knowledge of GTK+ development to use this book. This book does assume that you have a decent grasp of the C programming language. You should also be comfortable with ruNNing commands and terminating applications (Ctrl+C) in a Linux terminal.
标签: book development knowledge previous
上传时间: 2017-06-17
上传用户:zjf3110
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the ruNNing time of the GPU-based implementation.
标签: Tracking implements algorithm Feature
上传时间: 2013-12-10
上传用户:trepb001
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the ruNNing time of the GPU-based implementation.
标签: Tracking implements algorithm Feature
上传时间: 2013-12-19
上传用户:WMC_geophy
With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and ruNNing takes a clear, no-nonsense approach to these technologies by providing you with a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing a sample application. You ll not only learn how to write web services from scratch, but also how to integrate existing services into your Java applications. All the source code for the examples is available from the book s companion website.
标签: example-driven introduction practical thorough
上传时间: 2013-12-18
上传用户:lnnn30
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-ruNNing computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
标签: user-space can drivers perform
上传时间: 2014-01-01
上传用户:saharawalker
To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if it is LL(1). A jar file containing the class files can be downloaded here. Place this jar file in your class path before ruNNing the analyzer. LLAnalyze requires JDK 1.2. In the CSUGLAB, use g:\jdk1.2.2\bin\java (NT) or /usr/local/jdk1.2.1 (Solaris). You can also look at the source code for LLAnalyze. JLex is required to build it.
标签: grammar developed determine analyze
上传时间: 2013-12-24
上传用户:thuyenvinh