搜索资源列表
lufs-0.9.3-2.4.19.patch
- LUFS 是一个混合用户空间文件系统框架,支持不定数量的对用户透明的文件系统(localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, 和nutellafs)。它可以被看作和VFS(虚拟文件系统转换)完成同样的内核功能:它是一个转换器,分布文件系统调用到支持它的文件系统。然而,LUFS文件系统是在用户空间中实现的。-driver is a mixed user-space file system framework, support for vari
work_queue_thread
- 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understandi
self_printf
- 实现printf功能的变长函数程序,适合初学者学习-achieve printf function of variable-length function procedures for beginners learning
a048008
- 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
第七章:设备管理实验
- Linux设备管理源码 字符设备驱动程序:设计两个终端设备文件实现一个字符设备驱动程序,使一对进程之间利用该字符设备驱动程序能互相传递可变长度的信息。-equipment management source Linux device drivers characters : two terminal equipment design documents for a character device driver, so that a process between the use of the
capture.rar
- //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
struct_org
- an program to input/output the variable format struct,also can deal with embedded struct,can be used in the linux kernel.
read_write
- 分别采用信号量,信号灯,条件变量实现的读者--写者方法。-Using semaphores, signal, variable conditions of the realization of the readers- to write those methods.
makefile
- 一个makefile的例子,利用到变量,隐晦规则等。-A makefile example, using the variable, obscure rules.
yscd
- (1)键盘控制改变游蛇运动方向。 (2)碰到边框或栅栏游戏结束。 (3)吃掉豆子蛇身变长 (4)豆子全部吃光,游戏结束 -(1) keyboard control to change the direction of Rhabdophis movement. (2) when the game is over borders or fences. (3) eat beans蛇身variable-length (4) beans all finished, the game is
bababian
- 功能与特点: 1.可显示自己在巴巴变上的专辑列表 2.可显示自己在巴巴变上的公开的图片 3.可显示巴巴变上用户的评论 4.可显示自己在巴巴变上的关键字 5.可显示巴巴变上的精彩图片 6.支持lightbox效果显示 7.支持IE,FF的正常显示 8.使用模板技术,可以较容易的修改风格 9.因为数据全部存储在巴巴变上,即便需要转移服务器也不需要担心数据的丢失问题-Function and Characteristics: 1. To show change on
ofdm-tge
- OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i
get_time
- 读取系统时间,年月日时分秒,分别付给相应的变量-Read the system time, date when the minutes and seconds, respectively, the corresponding variable pay
byteorder.c
- variable concept for embedded systems
Touchscreencalibration
- linux下的触摸屏校准的方法级环境变量设置-linux under the touch screen calibration method-level environment variable settings
shiyan1
- 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模拟UNI
thread.tar
- demo program on how to use pthreads under linux. there is a variable that allows to set the number of requested threads.
pthread
- 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
qt-x11-free-3.3.8.tar
- 编译好的linux系统QT开发环境,直接设置环境变量即可使用。-QT compiled linux system, development environment, set the environment variable can be used directly.
Variable
- The variable reference expression executer Source Code for Linux.