搜索资源列表
control
- ali机顶盒的control.c底层驱动,包括前面板调试,遥控器驱动,tuner驱动等,对学习理解机顶盒底层架构很大帮助;-this file is about the driver code of ali set top box ,it include the front panel,remote control,tuner driver,it is very useful
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
processtree
- linux在内核模式下实现processtree功能,遍历系统当前所有进程的任务描述符,并按进程父子关系将这些描述符所对应的进程id(PID)组织成树形结构显示;-Linux in kernel mode achieve processtree functions, traverse the system of all current process task descr iptors, according to the process of parent-child relationship
isd4004
- isd4004 c驱动代码 包括播放 录制 停止 等各个函数 ;是初学者学习写驱动的好例子-isd4004 c driver code to play the recording to stop all functions is a good example for beginners to learn to write a driver
tlc2543
- 发货i发射发觉凯富大厦犯贱啊sdk了发货快dhau; -da sui dha jks d h ladha sjkdha jdtg hag
ts_calibrate
- 屏幕校准,有了就不需要在校准;获取点击平均AD值,只有当抬起的时候才返回AD值-With the calibration does not need the screen calibration obtain clicks average AD value, only when the lift when it returns to the AD value
luvcview_port.tar
- 嵌入式linux下usb摄像头测试程序,linux中驱动必须支持v4l2和uvc; -Usb camera test procedures under embedded linux, linux, driver must support v4l2 and uvc
rtc-pcf8563
- PCF8563 linux driver pcf8563 linux 环境下的驱动程序,可以使用的-linux system rtc driver pcf8563;this is a driver for test real time system you can us this in the system
Sleep
- ** Descr iptions: 睡眠例程。 ** 跳线连接:分别将P2.7与蜂鸣器控制引脚BEEP、P2.8与LED1、P0.6与按键输入引脚KEY1短接; ** 操作方法:下载并运行程序; ** 现 象:程序开始运行蜂鸣器响一声后进入睡眠模式,当KEY1按下时,CPU被唤醒, ** LED1不断闪烁。-** Descr iptions: 睡眠例程。 ** 跳线连接:分别将P2.7与蜂鸣器控制引脚BEEP、P2.8与
kuaijiezhiling
- 在linux开发中常用到的一下些快捷命令:这里面的命令是很全和很完整的;-Commonly used linux developers to look at some of the shortcut command: This command is very full and very complete
LinuxC
- linux C 常用函数。英语不好的朋友可以看这个汉语版的“man”手册了;还有示例呢-Linux C commonly used functions. Poor English friends can see the Chinese version of " man" manual , there are examples.
threadpool-0.2.src
- 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum
tengnuo
- 键盘驱动源码,应用程序源码 本驱动是基于中断方式的,在此创建一个等待队列,以配合中断函数使用;当有按键按下并读取到键 值时,将会唤醒此队列,并设置中断标志,以便能通过 read 函数判断和读取键值传递到用户态;当没有按 键按下时,系统并不会轮询按键状态,以节省时钟资源*/ -Keyboard driver source code, the application source code of this driver is interrupt-based approach, in
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
sqlitetest
- sqlite在linux下的测试软件,sqlite的动态连接库文件的测试;-sqlite test software under linux, sqlite dynamic link library files of the test
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
xuni
- 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
cp
- 编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能。要求: 源文件(目录)和目标文件(目录)的属主、权限等信息保持一致; 每复制一个文件(目录),在屏幕提示相应信息; 当遇到符号链接文件时,显示该文件为链接文件,不复制。-Write a program to achieve copy all contents of a directory to another directory functions. Requirements: source file (directory
RT5350WifiCamera
- RT5350视频传输解决方案; RT5350视频传输解决方案SDK; RT5350视频传输解决方案; RT5350视频传输解决方案SDK;-RT5350 video transmission solutions RT5350 video transmission solutions SDK RT5350 video transport solutions RT5350 video transmission solutions SDK