搜索资源列表
eluosi
- 摘要 俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
shell
- 实验一利用课本第9页程序1-5的框架,实现允许输入命令带参数的简单shell。原来的实现是不能够带参数的。输入命令所能带的参数个数,只受到系统键盘输入缓冲区长度(以及shell输入缓冲区长度)的限制,该缓冲区的缺省长度是4096个字节。-Experiments using the framework of textbooks 9 program 1-5, simple shell allows the input command with parameters. The original imp
simple
- linux memory mapping demo
zCharDevDriver
- linux 实验 参考驱动编程写的简单字符设备驱动,希望对大家有帮助。-simple character device driver
USB-Skeleton-program
- 提供了一个最基础的USB驱动程序,即USB骨架程序,可被看做一个最简单的USB设备驱动实例。 usb类驱动的信息,为了从usb核心得到一个次设备号,并取得注册的核心设备驱动- provides a the most fundamental of the USB driver, namely USB skeleton program can be regarded as one of the most simple USB device driver examples. Usb class dri
chrdev
- Linux下面一个简单的platform驱动。-A simple platform driver in Linux.
ALIENTEK-MINISTM32
- cortex的跑马灯简单功能的实现与仿真-The cortex scrolling simple function and simulation
DS18B20
- 一个简单的DS18B20驱动和测试程序!-A simple DS18B20 drivers and test programs
third_drv
- linux 线程实验简单功能实现,简单易懂-linux thread experiment simple functions
UNIX-systems-commonly-used-commands
- 简单而又实用的UNIX系统常用命令,帮你快速掌握UNIX常用命令-Simple and practical UNIX system commands to help you quickly master the UNIX command
linux-Driver-mem_info
- 基于linux的内核驱动,一个简单的内存操作小工具-for linux kernel driver,a simple ram tools
button_linux
- mini2440简单按键驱动程序,可直接编译进内核-the mini2440 simple key driver, can be directly compiled into the kernel
character-device-driver
- 基于友善mini2440-linux-2.6.32 简单的字符设备驱动程序-Friendly mini2440-linux-2.6.32 simple character device driver
drv_dv_platform_gpio_a
- 一个简单的led驱动程序,在linux平台下操作的函数。-A simple led driverA simple LED driver, based on the platform of Linux operation function
Linux-kernel-makefile-resolution
- 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
beep
- 友善之臂mini2440的beep驱动一个简单的字符设备驱动-The friendly arm of a mini2440 the beep driver is a simple character device driver
simple-multithreaded-programming-
- linux下的简单多线程编程,一个进程中创建3个线程协同工作。-linux simple multi-threaded programming, a process created three threads to work together.
simple-c
- 简单有趣的一堆c程序,适合初学者认真学习,有详细的注释。-Simple and interesting bunch c program for beginners to seriously study, detailed notes.
simple-shell
- 简单的shell 综合设计指导书 小题答案-simple shell