搜索结果
找到约 133 项符合
Running 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (8)
- 单片机开发 (8)
- Java编程 (7)
- 微处理器开发 (7)
- VxWorks (7)
- Linux/Unix编程 (6)
- 书籍 (6)
- 操作系统开发 (5)
- VHDL/FPGA/Verilog (4)
- 电源技术 (3)
- 单片机编程 (3)
- Internet/网络编程 (3)
- 嵌入式/单片机编程 (3)
- VC书籍 (3)
- 技术资料 (3)
- 模拟电子 (2)
- 可编程逻辑 (2)
- 电子书籍 (2)
- uCOS (2)
- 编译器/解释器 (2)
- J2ME (2)
- 驱动编程 (2)
- 其他 (2)
- matlab例程 (2)
- 系统设计方案 (2)
- 其他嵌入式/单片机内容 (2)
- 软件设计/软件工程 (2)
- 文件格式 (2)
- 数据结构 (2)
- Linux/uClinux/Unix编程 (2)
- VIP专区 (2)
- 教程资料 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 测试测量 (1)
- Symbian (1)
- MySQL数据库 (1)
- 压缩解压 (1)
- Windows CE (1)
- 加密解密 (1)
- Java书籍 (1)
- 汇编语言 (1)
- 人工智能/神经网络 (1)
- 数值算法/人工智能 (1)
- 企业管理 (1)
- Jsp/Servlet (1)
- 技术管理 (1)
- 3G开发 (1)
- 嵌入式Linux (1)
- USB编程 (1)
- 家庭/个人应用 (1)
- 认证考试资料 (1)
- 仿真技术 (1)
- 习题答案 (1)
- 源码 (1)
3G开发 The ONE is a Opportunistic Network Environment simulator which provides a powerful tool for generat
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.
系统设计方案 The purpose of this project is to explore the issues and implementation of a multiple instruction st
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 w ...
Linux/Unix编程 Ksplice is practical technology for updating the Linux kernel without rebooting. It enables you to a
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 runnin ...
嵌入式Linux This is the source code of Camera driver for OV2640 camera from OmniVision using in Blackfin platfor
This is the source code of Camera driver for OV2640 camera from OmniVision using in Blackfin platform running uClinux OS
其他书籍 you do not need any previous knowledge of GTK+ development to use this book. This book does assume
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.
文件格式 This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co
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 ...
文件格式 This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co
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 ...
Java编程 With this example-driven book, you get a quick, practical, and thorough introduction to Java s API f
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 ...
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
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 networ ...
编译器/解释器 To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if
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 ...