搜索资源列表
complexcpu_design
- 主要介绍一个很好的设计思想,介绍复杂cpu设计的框图。-introduces a very good design, introduced cpu design of complex diagram.
pthread_examples.tar
- 多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
CANdriver
- ARM下加一个硬件驱动比较复杂,不象x86下比较标准,需要对bsp包做些改动。can卡驱动的改动主要在中断方面,因为它使用的是共享中断。-ARM introduction of a more complex hardware-driven, unlike under the x86 standard for comparison. bsp packets need to do alterations. The card can drive major changes in the suspens
gstreamer-0.10.13.tar
- GStreamer是一个开源的多媒体框架库。利用它,可以构建一系列的媒体处理模块,包括从简单的ogg播放功能到复杂的音频(混音)和视频(非线性编辑)的处理。 应用程序可以透明的利用解码和过滤技术。开发者可以使用简洁通用的接口来编写一个简单的插件来添加新的解码器或滤镜。-GStreamer is a multimedia framework revenue for. Using them can construct a series of media processing modules,
b048008
- 本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事件栅栏和闹钟原语来解决电梯问题(详细内容请看nachos-labs.pdf)。-this experiment designed to use the line of nachos procedures to address more complex issues of concurrency. Experimental content
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
GUI_Programming_with_Qt_4
- C++ GUI Programming with Qt 4 就是这样一本参考书,从易到难,从最经典的 hello Qt 开始,到构建复杂的程序-C++ GUI Programming with Qt 4 is such a reference, from easy to difficult, from the classic hello Qt began to build complex programs
Linux-2[1].6-device-model
- Linux2.6的复杂的设备驱动模型解释-Linux2.6 the complex device driver model to explain
Linux-userthread-library
- 可模拟实现Linux用户级线程库的静态调用,规避了多线程库的竞态条件和复杂的同步问题.除源代码外还有详细的设计说明文档.-Can simulate the realization of Linux user-level Thread Library static call circumvented competing multi-threaded library condition and complex synchronization problems. In addition to sour
ov511
- OV511摄像头在Linux中的简单应用,图像采集、输出。是复杂应用的基础。-OV511 camera simple in Linux applications, image acquisition, the output. Is the basis for complex applications.
succ_omc_client_flex
- 基于Linux的网络编程,能实现简单收发数据的功能,这是一个比较复杂的程序。但里面包含了很多函数,适合初学者学习 。-Linux-based network programming, easy to send and receive data to realize the function, this is a relatively complex procedures. But which contains a lot of functions, suitable for beginners
simgrid-2.18.2.tar
- SimGrid for linux安装软件,SimGrid 提供了一系列核心函数,用以建立异构分布环境下分布应用的仿真环境。该 项目的主要目标是为在分布计算环境下进行分布并行应用调度研究提供一个仿真环境,这里 的分布计算环境可以是简单的工作站组成的网络,也可以是复杂的计算网格-SimGrid for linux to install the software, SimGrid to provide a series of core functions, to set up the dis
TCPIP_Protocal_stack
- 一个基于linux的TCP/IP协议栈的实现,其中包含了各个阶段的实现版本,从简单到复杂,是很好的学习资料-Linux based on the TCP/IP protocol stack to achieve, which contains versions of the various stages of realization, from the simple to the complex, is a very good learning materials
QT
- 一个很好的QT入门教程,从简单的“hello world”入手,到一个复杂的游戏的实现,手把手教你使用QT-A good entry-QT Guide, from a simple " hello world" approach to a complex game the realization of手把手教you use QT
gmmbayestb-v0.1.tar
- This package contains Matlab m-files for learning finite Gaussian mixtures from sample data and performing data classification with Mahalanobis distance or Bayesian classifiers. Each class in training set is learned individually with one of the three
Qt3Gossip
- QT3的总结文档,里面有很多的例子提供参考,从简单到复杂-QT3 summary document, there are a lot of examples for reference, from the simple to the complex
learnmakefile
- makefile的中文教程,很详细的。从最简单的例子到较为复杂的例子。-makefile Chinese course, very detailed. From the most simple example to more complex examples.
ARMLinuxS3C2410
- 针对日益复杂的嵌入式系统的应用需求,提出了在S3C2410嵌入式平台上移植ARMLinux操作系统的方案。介绍了 ARM Linux的概念以及移植硬件平台的结构和运行过程,详细讲解了ARM Linux在嵌入式平台上裁减、交叉编译以及建立根 文件系统的过程,并对移植结果进行了测试。测试结果表明,移植后的ARM Linux运行稳定。 -For the increasingly complex needs of embedded system applications, the S3C24
complex
- Construct a complex number polar representation. -Construct a complex number polar representation.
complex
- Convert complex to double complex.
