搜索资源列表
read_write
- linux下读者写者程序,消除了竞争,没有实现饥饿消除-readers who write under linux procedures, to eliminate competition, not to achieve the elimination of hunger
write
- Assembly program that creates a new file based on the input from the command-line. Usage: ./write new_file.txt
write
- 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
usbdriver
- This document about how to write usb device driver for linux
read-write
- 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
stm32loader-d69abcc62f37
- Flash tool to write the STM32 μC. It s written in Python so it should run on most OS.
copy_file
- linux读写文件命令的应用 read函数 write函数 close函数的应用
chrdev_led_five_function
- 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the le
how-to-write
- How to write Scientific Papers
write-Makefile1
- Linux下Makefile编写规则,通过实例分析makefile的编写要点。-write makefile
write-Makefile2
- makefile编写规则,通过实例讲解Linux下Makefile文件的编写要点。-write makefile
write-Makefile3
- makefile编写规则,通过实例讲解Linux下Makefile文件的编写要点。-write makeflie
how-to-write-makefile
- linux下的makefile编写 非常好的文章-write makefile in unix, very good artical.
write
- linux坏境下的测试通过的写文件调试程序的代码-linux write
With-me-to-write-Makefile
- 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力-What is a makefile? Maybe a
How-to-write-Makefile
- 学写makefile,一门很重要的手艺,可以让变成变得更简化-How to write Makefile
How-to-Write-makefile
- 如何写makefile,makefile的编写方法-how to write makefile
write-bootloader-yourself
- bootloader 的介绍,尝试着自己写个属于自己的bootloader-The introduction of the bootloader, try to write the bootloader
Write-Makefile
- 关于Linux下的如何手动自己编写MAKEFILE的详细手册,很有用很详细.-Useful on Linux, how to manually write your own MAKEFILE detailed manual is very detailed.
HowTo.-.Write.A.Shell.Script
- 如何编写shell scr ipt,入门教程,linux版本-how to write a shell scr ipt
