搜索资源列表
Linux
- 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -The book and its programming on the Linux operating system, the overall presentation was made to support the development of software f
GListDemo
- 共享结构的库存模型,里面包含了输入输出样例.-Shared inventory model structure, which contains the input and output sample.
pro
- 利用消息队列共享内存实现进程通信; 采用三层架构的模式编码 -Using message queue shared memory to achieve the process of communication three-tier structure of the model code
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
Linux-Kernel-2.6-Networking
- 新特点:一般(演讲厅本人审阅)• • 抢占内核的O(1)调度程序• 新内核器件结构(kdev_t)• 改进Posix的线程支持(NGPT和NPTL)• 新的驱动模型与统一器件结构 -New Features: General (Review of Lecture I) • Preemptable Kernel • O(1) Scheduler • New Kernel Device Stru
Linux-driver-development23
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解
modeling-1.4.0rc3
- linux环境下运行,用于深部结构研究中建立速度模型。-linux operating environment for the establishment of the deep structure of the velocity model.
Model-Structure-Guidelines
- This paper is designed to support users of the Rational Software Architect (RSA), Rational Systems Developer (RSD) and Rational Software Modeler (RSM) products (collectively “RSx”), especially those who are interested in applying the modeling g
DlgPreprint
- VC++在对话框中使用打印预览功能的实例源代码,主要演示如何在对话框中使用只有在文档-视图模型中才能使用的打印预览功能,其实本程序也使用了一个没有文档类的文档-视图结构来间接完成打印预工作的,但我们在使用时基本感觉不到它的存在。 -In the dialog box, VC++ use the print preview function source code examples, mainly in the dialog box shows how to use the print previ
frequency_response1
- 运用大型有限元计算软件nastran求结构频响函数的代码,输入为结构模型坐标-The use of large-scale finite element calculation software the nastran seeking structure FRF code, input structure model coordinate
satellite_vertical
- 运用大型有限元计算软件nastran求某卫星结构频响函数以及随机振动的代码,输入为结构模型坐标-The use of large-scale finite element calculation software the nastran seeking structure FRF code, input structure model coordinate
lda-c
- LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
a_dup
- ASN1_ITEM version of dup: this follows the model above except we don t need to allocate the buffer. At some point this could be rewritten to directly dup the underlying structure instead of doing and encode and decode.
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
monitor-recorder
- SeetaFace人脸识别引擎包括了搭建一套全自动人脸识别系统所需的三个核心模块,即:人脸检测模块SeetaFace Detection、面部特征点定位模块SeetaFace Alignment以及人脸特征提取与比对模块SeetaFace Identification。 主要功能: 人脸检测模块(SeetaFace Detection): 采用了一种结合传统人造特征与多层感知机(MLP)的级联结构,在FDDB上达到了84.4 的召回率(100个误检时),并可在单个i7
Linux设备驱动开发详解_宋宝华
- Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d
googLeNet.tar
- 有googlenet网络模型的实现,和googlenet网络结构图,实现物体的识别与分类(The realization of the googlenet network model and the googlenet network structure diagram to realize the recognition and classification of the objects)